Jump to content

Houp

YLANDS TEAM
  • Content Count

    381
  • Joined

  • Last visited

Everything posted by Houp

  1. Houp

    DEV ANSWER Many entities named the same

    In 0.12 there will be a small preview image. (However we will consider to add number in the future if still needed)
  2. Houp

    Sound effects: male vs female

    "Since we can't tell whether a Ylander is male or female" You can. Entity type Human man vs Human woman
  3. Houp

    Same variable item, different outcome

    Hi, can you please send us your .ylands file with instruction how to achieve this instruction to be called? (preferably a lever in front of spawn point) However problem is probably in bad error message. We encountered that this message is shown in the case that you have a listener/trigger zone which will trigger on spawning of the object and will destroy "partly" created entity. Can it be your case?
  4. Houp

    equation for player jump

    player.Motion.Velocity += Vector3.up * Mathf.Sqrt(2 * jumpHeight * kGravity); at the moment we have gravity constant equal to 15m/s^2
  5. Houp

    How high can a player jump

    Ok, memory was bad. Now it is 0.55 m from standing and 1.25 me when running. Indomitus got it almost right.
  6. Houp

    How high can a player jump

    I will look at it tomorrow. Just there are 2 different heights. When you run you can jump higher. (I think it is something like 1.2m from standing and 1.5m when running)
  7. Houp

    Storing player data across play sessions

    We will take your comments at mind when designing the feature. Probably it will not be in a plain text. At least not all possible storable data (we will probably want to be able to store current inventory/equipment of a player with complete state of the items..)
  8. Houp

    How high can a player jump

    In 0.12 you will be able to set it up to 5 times higher(or limit it to lower values)... I know that I did not answer your question but maybe this info will make you happy.
  9. Houp

    Storing player data across play sessions

    Hi, something to achieve this is planned (will not mention when but surely NOT in 0.12) We want to allow you to store some information at least per player/user for each game(aka scenario) which would be shareable between sessions of the same game. Idea behind it is that you should be able to connect to different server with same game running and to have some progress there. + we want to allow you (not just you, us too ) to store some information per player but not per scenario but per creator. (for example to be able to have your own internal currency(like Oliver Q coins) shared between several of your different games) Even design of that feature is in the beginning so do NOT expect it soon.
  10. Houp

    Dev Diary #68

    I would like to add a small note that at the moment we try to have list of new features for Visual Scripting (https://community.bistudio.com/wiki/Category:Ylands_0.12)
  11. Should be fixed in 0.12
  12. Houp

    Dev Diary #67

    Hi, there is problem in 0.11 on some computers with placing a composition (crashes). It was connected to rendering shadows. Try to lower your shadow settings. It may help. (it should be fixed in 0.12)
  13. It is surely planned. In 0.12? No promise.
  14. In 0.12 we will introduce something now called "entity welding". You will be able to select bunch of of entities and "weld" them into one entity. It has many consequences. One of them is that it will impact performance positively (it is better to have one compound object than hundreds of individual ones) It may help in your use case.
  15. Houp

    Editor: allow digging in Character mode

    These are reason why the mode is there. To quickly test how it would feel to move inside what you have created. No special tools are planned for this mode. On the other hand tweaking editor/game terraforming tools is planned.
  16. Hi, one of the reasons causing this bug is fixed and ready for update but we cannot be sure if there are not other causes for this problem. Fixed was issue when you tried to Undo deleting of global/entity storages with other entities/game logic object referencing variables/function from the storages in one delete step. We can check if this is issue for you if you send us your .yland file were you are not able to go to the start of undo/redo history.
  17. Houp

    Custom Events

    Hi, can you be more specific? What would be difference to having one global storage named "Custom events" and having there custom instructions like "OnSomethingHappened arg1 arg2" and then calling it from numerous spaces?
  18. You do not have to break a group. Editing group should work to.
  19. Hi, did you try to 1) select all objects you want to repaint 2) change color of all selected objects in object properties window
  20. Houp

    Dev Diary #64

    Hi, thats not how it will work. You set event listener to listen to console commands: and then you can define what will happen if someone writes //mycoolcommand argument1 argument2
  21. Houp

    More Options For Human AI

    Hi, do not worry we read this. Just we need to have first proper path finding in our world (3D fully modifiable world) and a little more clever animals in their default state. Next step would be to give creaters more option how to modify AI of NPC/animals.
  22. Houp

    Brand New Game: JUGGERNAUT!

    Just WOW!
  23. Hi, there is that function and it works as Indomitus suggested. Edit: or as custom instruction:
  24. Houp

    DEV ANSWER Logic corruption on large maps

    Hi, can you please send us your .yland file when you have selected all items which you are trying to use to create a composition? Thank you.
×