Jump to content

Houp

YLANDS TEAM
  • Content Count

    381
  • Joined

  • Last visited

Everything posted by Houp

  1. Houp

    Ability to disable crafting of certain items

    Hi, this should be already in a game https://community.bistudio.com/wiki/Ylands_Tile_-_Character_get-set_recipe_learn-able
  2. Houp

    Editor Feedback

    Hi, thanks for clarifications. First I return to 2 of your points. Anyone can ask @Ane and she will give rights for wiki editing. We just do not want to do it public yet. In the future we surely want to do that but at the moment you would probably be disappointed. Our backend script is based on JavaScript but I would not say it is JavaScript -> you already have access to most of our language features. Sorry I am still confused. There should not be any automatic Undo. You can click in History window on any Undo step and it will do all Undo/Redo steps needed to get you to the point were this exact Undo step were created. I see. Visual of visible barriers/trigger zones etc. is temporal. We know that it now seems that it is "debugging stuff" not something pretty what would player want to have in their game. Now I understand. Thank you. You would like to have inheritance of Storages with a way to override instructions in parent Storage. I see. Probably we will not add it soon but I think that when we add better support for custom UI (visual editor where you will be able to have buttons/input fields etc.) then you will be able to make this feature as composition. One last note. "No reaction" on something you wrote mostly means "we agree it is missing and we want to have it too".
  3. Houp

    Editor Feedback

    Hi, thanks a lot for your big feedback. I will not react to all of it (but I may reply to a more things in the future). It does not mean that I did not read the rest. Some of the wanted features and changes are already planned and you will (probably) get them in one of the following updates. First I am not sure about this one. Screenshots would be helpful here. You should be able to set alpha of barrier color already. Not sure what you are trying to achieve. Any example? For bugs it would be better to have a separate thread. Providing us scenario(.yland file) with instruction in which script you are encountering the problem would be helpful. https://community.bistudio.com/wiki/Ylands_Tile_-_Is_debug_mode Or do you need something else? (custom commands can be really useful too)
  4. Houp

    Need Help with re-spawning Plants

    Hi, it is not probably best name of event but you need to listen to "On collecting" where you want to respawn entity with a same type as "Target entity" (plant which vs growing vs "Products": plant which is put into inventory and will not grow after placing on the ground)
  5. Hi, does it help to wait for few minutes (I would suggest max 5 minutes) when screen is black after starting the game? (do you need to wait next time to or does this fix a problem for you?)
  6. Houp

    Ylands Boss Script Fight Test

    Great update! Just a small note. It seem to me that second phase is triggered by time. Would not it be better if it was triggered by remaining health?
  7. Houp

    Rotating to vector coordinates

    I meant by this that you are right. "Lerp" tile you have is not good for this. There will be a second version something like ROTATE TOWARDS A <vector> B < vector> Max angle < number >
  8. Houp

    Equiping to hotbar

    Hi, we may add changing player's hotbar slots to anything which he has in his inventory already.
  9. Hi, I can not tell you. The problem is that it depends on used font. We may need in the future to change it to the different font and at that moment it may add but also remove some Unicode characters support.
  10. Houp

    'Last index of source' not working as expected

    Hi, sorry for delayed answer. It is not probably now user friendly. We need to add option that some arguments of the instructions will not be needed. When using "Last index of" the Start index have to be the end of the string so it will do what you really want. (https://www.w3schools.com/jsref/jsref_lastindexof.asp)
  11. Houp

    Rotating to vector coordinates

    Hi, good idea to add lerp which handles to vectors as rotation vectors.
  12. Houp

    Need tan function!

    Can be added to make equations with fewer script tiles.
  13. Just a small note. This may be useful but it is a little hidden.
  14. Houp

    0.12: Smooth Sailing (15/04/2019)

    You do not define valid commands anywhere. Just put IF Command = "MySuperCommand" to a Event listener.
  15. Houp

    0.12: Smooth Sailing (15/04/2019)

    There are already questions about this feature. Probably it should not be there because it is nothing new: (it was made in the end of making 0.11 so it got in 0.12 change log by mistake)
  16. Houp

    0.12: Smooth Sailing (15/04/2019)

    And it will not get there very probably. Main purpose of welds is to optimize your game (memory/cpu) There are no data about original entities in the play session. (Only exception are automatic welds on vehicles so you can adjust what you have on them)
  17. Houp

    0.12: Smooth Sailing (15/04/2019)

    No, it is planned but it was not planned for 0.12. Maybe you had mistaken it with a new feature which allows you change position and rotation of game logic objects (like trigger zones, particle effects etc.) but it is still not meant for continuous movement.
  18. Houp

    Random sites in Editor generated maps

    This is part of modding support (own definition of random encounters is similar to adding own definition of new objects) so it would be great but we do not planned to add it any soon.
  19. Houp

    Find Y value of terrain

    Hi, there will be some "raycast" instructions in the feature. (probably something like Raycast (Origin <Vector> Direction <Vector> Filter terrain <bool> Filter building blocks <bool> Out hit posiiton <Vector> Out hit entity <Entity>)) Your request is possible to specific. (what should be returned when caves are on the specific location/floating platforms? should it take into account only terrain or building blocks? etc.)
  20. Houp

    Dev Diary #72

    I think we call it "Sites of interest" in game. They are abandoned huts/vendors/hidden chests etc.
  21. Houp

    Dev Diary #72

    Yes (you will be unable to add/edit game logic in save games)
  22. Houp

    Dev Diary #72

    Yes. You just start to create your game on a land created similar to explore. Consisting 9-12/13? ylands of different biomes with caves but without random encounters.
  23. Houp

    Let us disable passive lighting

    Hi, probably there will not be option to disable it completely. (as jchob writes you would have black screen with UI over it. A lot of player would thing that it is bug) However we may in the future add a way to change intensity/distance of it No changes are planned for crystals. It is to specific problem. (crystals are source of light in the same way as torches, fires, lamps so you can not turn of these types of lights)
  24. Houp

    DEV ANSWER Many entities named the same

    This list will not be affected. "Add object" in editor will be. We are aware of this issue. There should be improvements in 0.12 but probably it will not be last changes.
×