Jump to content

Houp

YLANDS TEAM
  • Content Count

    381
  • Joined

  • Last visited

Everything posted by Houp

  1. Hi, good idea to allow this. Noted. In the next update you will be able to select all objects of the same type with doubleclick while holding ctrl so it may help in your case too.
  2. Houp

    suggestions for labels

    YLD-13054
  3. Step 2 is important: 2. output_log file and output_log_clean, you can find them in the directory \Program Files(86)\Steam\steamapps\common\Ylands\Ylands_Data I would need them from 2 computers. From the one who is hosting a game and from the one who is client (if you are a client then from you)
  4. I am not aware of this issue. Can you provide us output logs from both client and server?
  5. Houp

    Time Trigger min delay

    Time triggers (and Delay instruction) were never meant to be used to do animations but I get that there in not other way to do them so you use this. Limit will stay there but there will be proper way to make smoothly moving objects.
  6. Not planned at the moment. You can always have custom instruction "Do something" which is called from On trigger in Time trigger. When you want to enable that Time trigger just call "Do something" first. Yes, you are right. Some previews (not just for sounds but for particles also) are needed and will be added in the future. Some convenient functions converting number of seconds to hours/minutes/seconds will be added. I probably need more...
  7. Yep this is definitely bug. Will be fixed soon. Now you can set your language to English, type there decimal number and then switch back to Spanish until it is fixed.
  8. Have you tried to have these buttons further from each other? (I know that you need them to be close but I would like to exclude that this is just Focusing bug)
  9. Hi, yes you have to script it yourself and yes why not use any other game item? You will probably found a new 2 event listener events useful. (On item added to inventory or equip, On item removed from inventory and equip) -> On pick works only when someone pick it from a ground but these events should trigger whenever somethings new occurs in player's inventory and visa versa.
  10. Hi, long post :), I (or someone) will answer to it later. For now just one thing. Vectors with rational numbers should work. Probably problem is in Spanish version. Try decimal comma vs decimal point. One of them should work for you.
  11. Houp

    Can /freecamera be blocked?

    Hi, I understand that. Not at the moment. We will add option to disable this command.
  12. Houp

    functions for the keyboard

    Short answer: yes.
  13. 1) no game area in the game -> chunks are generated(and unloaded when nobody is near to them) dynamically around players. 2) at least one enabled game area in the game - only chunks intersecting enabled game areas will be genereted and they will not be unloaded. (No FPS spikes after everything is generated) So what is used for them? We use them for Sky arena and race tracks where you do not want chunks to be loaded/and unloaded at different...
  14. Houp

    suggestions for labels

    Hi, thanks for suggestions. Making possible to add more entities to a label at once is surely planned. Labels are meant to be a set (each entity is or is not in there) so there will be no need to red highlight. It should not be possible to add entity twice in the list. The last one seems to be a bug. We will look into it.
  15. Houp

    Two Suggestions

    Hi, resizing tool would be indeed cool but it is not planned at the moment. It has some technical issues. I get your second point. We will look at the possible ways how to allow it. Just one tip, you can hide some type of entities through view options (num keys as shortcut) which can help in some cases.
  16. Houp

    Admin Tools In Game

    Hi, I am not sure if this is connected with editor/scripting. I assume that you would like to have these options for native explore/creative maps too. Am I right? I think that everything can be achieve in some way with current state of visual scripting in custom games but it gave me the idea to add to the game some "Console listener" game logic where you would be able to listen to custom console commands. (Probably useful for debugging purposes)
  17. Hi, I will think what to do about that. At least 8 colors should work for you. Any combination of 3 FF/00 (so you were almost there with 6 F/0)
  18. Houp

    0.10: Clever Coding (27/08/2018)

    Be sure that you have Angle step set to None when nothing is selected: then make your selection, hold V button and rotate as you wish: (screenshot when I hold V button)
  19. Hi, sorry for the late answer. I missed that. You should see in log actual name at your language. It will be fixed in the future. "Get Name" can not return actual name because same scenario can someone play in Spanish or Russian. Instruction which present string to a user (Console, Speech bubbles, dialogues, UI Panels etc.) should translate key ^EntityPrototype=105.Name$ to a proper name of the entity at chosen language on a client side and you...
  20. Hi, thank you for your bug report with an attached game. You found the real issue on your own. Box trigger zone seams to not work correctly with some items so the game thinks that spawned Iron maced is spawned into tz_OBJECT_KILL(even though it is spawned far away from it) so it is destroyed in the middle of its spawn. Unfortunatelly error message is not useful this time. Rotating tz_OBJECT_KILL trigger zone by 45° in y axis could help until bug is...
  21. There are many good ideas! Do not worry that we do not comment each of them. All of them are considered, some of them already planned so keep posting your ideas. Just one question to "be able to work with local coordinates". I think you are already capable of that. Set position of ENTITY X (Transform position (ENTITY X) (1, 0, 0))
  22. Houp

    Script Editor Bugs - Please fix!

    Hi, I do not see any bugs in the list. Just list of feature you want to be there. Copy/Paste, Duplicate -> unfortunately there is no hint for it but you can hold CTRL when starting drag of a tile -> it will make copy of it. (other things from that list are not implemented yet Events - probably I need more explanation for that. Events with arguments seems to be working exactly as they supposed to. Events are triggered from the game. All arguments are provided to...
  23. In current version of the game (0.10) Check it if you want to use stackable item in any scripts.
  24. Hi, I can give few short answers to your questions "group of objects" -> for that reason there is "Entity label" game logic objects but it is not designed to move a lot of object together. -> this is surely planned to be implemented "wait" -> unfortunately this is not planned at the moment (technical reasons for it) -> similar function have "delay" block but it will not stop execution of the code. It just execute code inside it when you say. (at specific time or with a...
  25. In fact it is a good idea. No promise but there is chance that it will make it to next (0.10) update.
×