Jump to content

Houp

YLANDS TEAM
  • Content Count

    381
  • Joined

  • Last visited

Everything posted by Houp

  1. Should work in today's hot fix
  2. Houp

    Animation unreliable

    Should work fine in today's hot fix
  3. Houp

    Help me respawn in my scenario?

    Hi, special respawning rules applies only for builtin Explore mode. Explore map from editor is just several ylands with different biomes. No other special rules applies. In your case I would have Spawn point on each of ylands. These Spawn points I would have inside Game logic label. In "on death" event I would find out which of the spawn points is nearest to the player and I would set his respawn point to that point.
  4. Houp

    Need tan function!

    Tan was added in 0.13
  5. Houp

    Ability to change crafting recipes

    Hi, this is considered as part of modding which is planned in the future (own entity definitions/recipes/weather etc.)
  6. Houp

    Allow us to control gravity

    Same answer as one topic below. This is not planned at the moment.
  7. Houp

    Gravity system

    Hi, not planned at the moment. "planets" walk is almost impossible.
  8. Part of it will be probably in 0.14 (you will not be able to possess other objects but you will be able to add your key action for example when you control a ship)
  9. Houp

    Animation unreliable

    Hi, fix is ready. Problem was that if in the sameframe one animation ended and the second one start -> the second one was canceled. (so in your case it started "returning" before it went to the desired position.
  10. try to compare it as strings (Variable+"" == "0")
  11. Hi, there is problem that "Get loaded ammo" has wrong type. Probably there will be small fix update soon and this should be fixed there. (one of the fixes) Edit: I removed estimate of the time of the fix update
  12. Houp

    A new pet?

    That seems reasonable.
  13. Houp

    A new pet?

    Hi, Christalle. Just 2 question regarding your lag. 1) How many entities do you have marked as "Animated"? Only the one you need to attach their own animator needs to be marked as "Animated". 2) Is robot made only from several entity welds or is it made of many individual objects?
  14. Houp

    Animation unreliable

    Storing it to local variable in the start of Man hole animation could work. Or useing entity storage for it.
  15. Houp

    Animation unreliable

    Hi, will try it next week. Is it happening each time in the same way? That the 3rd time goes wrong? (Attaching your logs can help to solve the issue) This should work but not indefinetely. Adding and removing 0.1 from y will have rounding issues. I would suggest to store original position and orientation in On create event and I would use these stored value to return object to an original position.
  16. Houp

    0.13: Fine Friendships (20/06/2019)

    Hi, now you have to break one of them and then click "Add to group" Merging is not supported anymore. One of the reasons is that you might reference groups in script. It would not be clear what should happen if you merge groups? Which one will merge to the which?
  17. Houp

    Rotating Objects

    Hi, using time triggers with a small time delay is not the only problem. Probably bigger issue is discribed in http://zerosalife.github.io/blog/2014/08/02/static-and-dynamic-colliders-in-unity/ . Anything what is not animal, player or vehicle is considered as static object. It means that Unity (development environment we use) can precount many things so collision detection is quick (deciding what you hit, walking on the terrain/floor, checking what impact will have explosion). It has a catch. When you move "static" object then it has to precount everything from the scratch and that is the problem. In 0.13 you will be able to mark anything as "animated"(dynamic). Even if you do not want to use our animators/new scripting tiles for your moving objects you can benefit from marking them as "animated".
  18. https://community.bistudio.com/wiki/Category:Ylands_0.13
  19. Hi, or in 0.13 you can use just "On pick start" -> Target entity will be the one picked.
  20. Houp

    Dev Diary #81

    Hi, unfortunately no. The reason for it is that we do not know what might be problem. It works fine for us. Have you tried quite detailed instructions provided in another topic? Please try the instructions provided in that thread and write there in what part of the instruction you get different result to the one shown there.
  21. Houp

    Questions About Scripting

    Hi, no other option to do it at the moment. However, I agree that it would be useful to have something more user friendly.
  22. Hi, it returns "invalid value". Maybe in the future it will be zeroed (0, 0, 0). However to be specific: when you pick item, it's original position remains in it's data. The problem you encounter is that when you pick stack of item type which you already have in your inventory then picked item is destroyed and it just adjust stack size of the same item in player's inventory which has still position of its original "pick place". In 0.13 we will introduce second event "pick start" which will return stackable item before it is destroyed and "pick end" which will return "merged stack" in your inventory (as On pick does now). For nonstackable items both of the events will provide exactly same item. For stackable it will be same item only in the cases when player did not have same type of the item in his inventory.
  23. Houp

    Questions on weather system

    Your assumption is right.
  24. Hi, it should not cause any problems to you. Still, it will be fixed in 0.13
  25. Hi, thank you for report. Should be fixed and ready for 0.13
×