Jump to content

Houp

YLANDS TEAM
  • Content Count

    381
  • Joined

  • Last visited

Posts posted by Houp


  1. Unfortunately you have probably restarted game between. :(

    From output_log_clean.txt  I can see that there 2 problems in your scripts (and on our side too).

    1. problem is in showing user old user UI when he enters a trigger zone in which he is created. (so probably it is not important the time from the start but connecting new players)

    2. problem is in For each script in "On player disconnected" event (may be in Player role or Player team scripts)

    Script of the game would help to solve the issue. (It is enough to playtest it from editor) and log_userscript.txt  after it happens again.


  2. 7 hours ago, Indomitus said:

    So it could be different for each player?  In a battle game, for example, if a player is knocked out, could we move them to a neutral area, and set their camera to follow a player that's still active?  Or attach the camera to an object that they can control and "fly" around the scene?  This sounds like it's going to be a fun feature to experiment with.

    Can it follow logic objects?  (Invisible, and no collision, for a true spectator mode.)

    I think that I can say 3 times yes. Camera can follow any entity or reference point (not all game logic objects because they are not synchronized with clients) So for example you can set it to be on a reference point which is moving on bezier path and is aiming to the center of your game area.

    Just bear in mind that this featere does not affect loaded area. Thats still binds to players position.

    • Thanks 1

  3. Hi,

    1) we also think about that feature

    2) it should work as you are mentioning. It returns None(null). What error you are getting and what snippet of code are you using?

    3) When you disable inventory for a player you are unable to use i. (same as in our game Playlands)

    • Thanks 1

  4. Hi, it can mean one of the 2 things:

    1) It is purely error on our side

    2) you have problem in your script but we were unable to say you proper error message

    So in both cases it is something what you should not see.

    Providing logs and better your .yland file with steps what we should do to see that error would help a lot.


  5. 15 minutes ago, RedEagle_P1. said:

    Also, is the inability to export games something intentional or a mistake? Will it be hot-patched?

    /exportlocal

    We still need to figure out how to keep that option for you, expert users. However,  many users were confused by having 2 different "export options" and 2 different "show directory" so we removed it from the menu. It is still available for you.


  6. Thank you for your answer. I think that part of it can be done by you (for example you can teleport all disconnected players to certain safe area and then teleport them bach on their reconnection)

     

    Why default behavior keeps players at their position? Thats question for someone else. For a designer. I am programmer and responsible "only" for ingame editor.


  7. 1 hour ago, Indomitus said:

    I haven't played the new update quite yet...  Will there be a way to apply this option to older Editor Scenarios, or will we have to copy/paste or recreate them?  Can we choose where that 3x3x3 section is selected on a generated map or is it always around 0,0,0?  (For example, if I want to create a boat racing game for mobile, it would need to be in a location that is 100% water, not on an island.) 

    You need to decide before uploading game to the workshop for the first time. After that you need to make a new game (using Save as will work to) then be sure that you have marked/unmarked PC only option in the state as you wish it to be and after then you can upload it to workshop.

    You can change origin of the area (you can change also the size but only make it smaller than 3x3x3) at any time. Tools for it are not much user friendly at the moment. You can change it by writing it in game settings or you can pick any zone (trigger, interior etc.) and it will take attributes from it.

    1 hour ago, bojo2736 said:

    Please consider strongly keeping it.

    Just question. We do support what you want in editor with option to make explore like maps were you can add as many scripts as you wish. Why this is not an option for you?

    • Thanks 1

  8. Hi, now I see what you are talking about. Yes it was there by mistake (ability to change entity script in game save, I tried it in 0.13). We did not know that it was possible. (And you are right that it was there for a long time)  As mentioned above we will discuss it what to do now. (If start fully support of something what was not intended to be there at all)

    • Like 1

  9. 14 minutes ago, bojo2736 said:

    Why is it automatically set to make as game type that does not exist yet? Shouldn't that be opt in, not opt out?

    Where is this universal switch?

    Communication really isn't a BI strength.

    PC only game.jpg

    It is this way because it is always better to start making a game which will work on all supported platforms than to make a game and then hear "sorry, it will run only on PC".

     

    Putting scripts and game logic objects to game save was never supported. If you were able to do it then it was possible only by mistake. Many things would not work correctly. (maybe it would not be seen on the first sight) We do not plan adding this feature to the game. (to be able to modify/add scripts/game logic objects to existing play saves)


  10. 2 hours ago, Miguel Preguisa said:

    What does the restriction to 3x3x3 game blocks mean? From the picture above (the green box) it seems like we will be very very limited in map. But I don't understand the "3x3x3". It's morning and I haven't woke up yet so I can't comprehend anything :D

    World is divided into big blocks (each approximately 100 metres wide in all axes) Until now it was not needed for you to know about this. You encountered it only when loading/unloading part of lands in game. Always whole these blocks are loaded/unloaded.

    You do not need to think about blocks even now. You see bounds of "universal" area by green box

     

    2 hours ago, bojo2736 said:

    What about not being able to place the simple logics in standard explore?  

    Not sure what do you mean. It was never possible to place game logic object in game saves. It should be possible to place them to "explore like maps" created in editor. I tried that and I do not see any problem there.

    • Thanks 1

  11. Hi, by default you create a game which will be playable on both PC and mobile. (Restriction to max 3x3x3 game blocks) If you want to create for PC only you can check that option in game settings. It will "unlock" all terrain as you were used to but bare in mind that it will not work on mobile phones. 

    • Like 1

  12. Hi, as far as I know, all parts of one "riddle" are always just on one yland (or near it in the see/in caves) This one is one of the oldest (in fact I am the author :) ) -> look for another small pile of shells. (yes, this one is the hard one - maybe you have already collected shells indicating where to dig)

×