-
Content Count
75 -
Joined
-
Last visited
Everything posted by Valour4Eva
-
RESOLVED [YLD-27188] BUG: Adding player skills with a trigger
Valour4Eva posted a question in Bugs & Technical Issues
So while making my game for the BI competition, I noticed a pretty annoying bug: Lets say you have a player role you spawn in as and have 3 skills equipped to that role. Naturally, you spawn in with all 3 of those skills in your skill hot bar. Now, when you spawn in as a player role that has NO skills attached to it, and enter a trigger zone that has the following tiles: Only one of those skills appears in the hotbar: The same thing happens if you have in that trigger zone the tile that allows you to change player roles (a role containing skills). Because of this, I believe this is a bug. I would like to get a person from the ylands teams opinion on this please. -
I was wondering if a moderator could change my name for me to "valour4eva" please? It wont let me when im in my profile view and i'd like it to not be my real name please.
-
Not sure if this is already in game, but can we have the ability to change font styles under strings? I know we can make strings bold, italic, and different colors, but it's sort of silly that we can't change the font styles lol.
- 1 reply
-
- 2
-
Since we now have the ability to use custom images in game, could we possibly have the ability to change the icons of the in-game items/gear/crafting tools/etc?
-
Could we possibly have the ability in the future to modify this menu for creating games? I'd really like to be able to have full control over the menu's players see when entering a game so I can create my own gear menu, inventory menu, etc. I'm sure a lot of editor creators would also like full control over these menu's so we can customize them for our games. If not this, could we have the ability to at least hide the crafting menu and skills menu from the player but still be operational (like with the script tile where we can disable hud components)? If I need to explain this in more detail, let me know. @Adam Snellgrove
-
Overlapping script tiles and tiles off screen
Valour4Eva posted a topic in Editor Bugs & Technical Issues
While using the editor today, i found a funky 1.5 bug that needs to be addressed. Apparently some script tiles are overlapping others, while some tiles are off screen to where you cant select them. Prior to ylands 1.5, I never had this issue occur. Here's an example of the overlapping issue: Let me know what you think @Adam Snellgrove -
Datasets were already in the game before the 1.5 update though. Did something change with the new update?
-
Skill logic: Resource cost element doesn't work properly
Valour4Eva posted a topic in Editor Bugs & Technical Issues
So the resource cost element under skills is very buggy. Supposedly, according to the wiki anyway, it checks to see if the player has enough of a resource to continue executing the skill and if so, it takes away from the resource. If not, it stops the skill The problem is that even if the player doesn't have enough of a resource to perform the skill, it still takes away from the resource and executes the first few milliseconds of the skill. Lets say for example I have a skill with a resource cost element at the start of the skill player. The resource cost is set to 15, meaning it costs 15 of a resource in order to continue the skill. If my stamina is only 10/100, and i try to execute it, it still takes away 15 of the resource (in this case, it reduces my resource to 0), but it doesn't perform the skill because I only had 10 of the resource. ... well, it does, but only the first few milliseconds of the skill. This looks weird if you have a position/movement element thats suppose to play after the resource check as it just makes the player look like their spasming. -
Overlapping script tiles and tiles off screen
Valour4Eva replied to Valour4Eva's topic in Editor Bugs & Technical Issues
I just realized this wasn't posted under the Editor bugs thread. Could a moderator or staff member please move this to there? -
An easy solution I discovered if you want to copy/paste large amounts of scripts from one logic to another, is put all of the code in question in an IF tile. Copy the IF script tile and paste it in the desired logic. Then just take out all the code from the IF tile and use it as you need to. Then just delete the IF tile.
-
I addressed this issue awhile back with red that it always seems they "overpromote" their group for some reason. Apparently the advice I gave him didn't stick... Yes it's good to advertise, but do it moderately. Constantly asking people to join a community tends to get on peoples nerves.
-
So personal attacks are ok in threads as long as you're part of P1, gotcha lol. Thanks for clearing that up
-
I would recommend if you're gonna suggest this red, you should really teach your staff to do the same ?
-
RESOLVED Editor sometimes doesnt respond to keys/mouse
Valour4Eva posted a question in Bugs & Technical Issues
So I've encountered this issue recently where one minute the editor is working fine, the next (whether its testing a game or exiting one) the editor for some reason stops responding to keyboard/mouse inputs. This includes everything from trying to click logics with the mouse to moving around with WSAD. Any input from others? [UPDATE] Upon further examination, this appears to occur because of custom windows. If you have a custom window open in the game, and exit back to the editor BEFORE CLOSING the custom window, the editor no longer responds to your keyboard/mouse. -
@Adam Snellgrove I noticed that in your video, you used the in-game "shotgun casing" icons to show how much ammo you have. When are players going to have access to icon images for all the in-game materials/tools/crafting items/etc. to do things similar so players can make their own custom hotbars?
-
YES!! This is Exactly what i've been waiting for!! This will be Incredibly useful for MMORPGs and making custom images for skills instead of having only a limited number of images when adding skills to your hotbar. Can't wait for 1.5 now haha
-
RESOLVED Zoom in/out in editor when in "edit scripts" sometimes doesn't work
Valour4Eva replied to Valour4Eva's question in Bugs & Technical Issues
This seems to have been noticed by the team already. Here's the original thread: -
RESOLVED Zoom in/out in editor when in "edit scripts" sometimes doesn't work
Valour4Eva posted a question in Bugs & Technical Issues
So this is a little funky, but sometimes editor won't allow you to zoom in/out when you work on editing scripts. It's very inconsistent too. One second, it works, but when I exit "edit script" mode and re-enter, it no longer zooms in/out.- 1 reply
-
- 1
-
Skill unlock time differences: Dodging
Valour4Eva replied to Valour4Eva's topic in General Discussion
@Adam Snellgrove if you could shed some light on this, that would be fantastic -
This is more of a question to the ylands team if they see this. Why is there a difference in time for skills to unlock after dodging? I'm referring to when you dodge from a standing position compared to dodging while walking/running. I just tested this out, and apparently it takes .98 seconds for skills to unlock after dodging from a standing position, and .59 seconds for skills to unlock after dodging from a walking/running position. Why aren't these time's the same? I'm really puzzled by this.
-
RESOLVED Fatal Login Error Backend Request Error (-100001)
Valour4Eva replied to handofthesly's question in Bugs & Technical Issues
Its just the game undergoing maintenance. Nothing to worry about -
It is semi possible. The reason I say "semi" is because you have to have the hotbar set to the skill hotbar in order for custom controls to work. If you try to use a skill custom control when you're on the crafting hotbar window, it won't work.
-
The bow fatigue feature sounds pretty interesting. It'll be fun to play with this in editor scripts!
-
Those would be reallllyyy fun to script to allow you to control/shoot with them hehe
-
Naru's Corner #8 - Connecting your games with game sets
Valour4Eva replied to NaruTheHuman's topic in Editor Help
Very nice tutorial Naru! I definitely plan to utilize this when I create my hub after finishing "Battleground arena" so I can make more games for players. Cheers!!- 1 reply
-
- 3