Terasology / GooeysQuests

Go on quests with Gooey, our official mascot!
Apache License 2.0
2 stars 18 forks source link

Added minesLake.prefab #38

Closed billxu1401 closed 5 years ago

billxu1401 commented 5 years ago

Added a lake in mine

terasology-181208112939-1366x705

Spawned lake (left is spawned template, right is the original one):

terasology-181208113509-1366x705

Cervator commented 5 years ago

Looks good! But doesn't work. Check the GCI task for details and see other working corridor pieces for clues why :-)

Cervator commented 5 years ago

Hey again. So there's some sort of weird disconnect here. What I was hinting at previously is that the other working corridors have more stuff in their json than yours, which indicate how the segment fits into the existing structure line. See for instance https://github.com/Terasology/GooeysQuests/blob/master/assets/prefabs/structures/mines/minesCorridor/minesCoalCorridor.prefab

All those extra details are what makes the system function. You don't have any of those. Yet you have the screenies - do you have those details in your local file yet you somehow end up submitting something different on GitHub? Or are you solely placing those segments manually? I'm not sure what's happening. It may be better to coordinate on Discord sometime with somebody else who has worked in this area

billxu1401 commented 5 years ago

@Cervator It works now :)

Cervator commented 5 years ago

It sure does - thanks!