• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Duplicate union cave issue

Status
Not open for further replies.

izy

Trainer
after defeating the second to last trainer inside the cave, the one that is up the stairs, when going back down the stairs i fell through the bottom of the map.
Untitled.png
 

ReportsBugs

Starting Trainer
I have confirmed this issue, please provide the Coordinates{X:__ Y:__ Z:__} by presing F3 on your keyboard while in-game and post a screenshot again. There is a temporary fix for now I know of, but I don't see the issue either, if someone doesn't mind checking it out the code below.

The code for the union-cave stairs is below:
Stairs:
{"Entity"{ENT[{"EntityID"{str[SlideBlock]}}{"Position"{sngArr[4,0,25]}}{"TexturePath"{str[Routes]}}{"Textures"{recArr[[96,0,16,16]]}}{"TextureIndex"{intArr[0,0,0,0,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
 

DracoHouston

Kolben Developer
Contributor
I have confirmed this issue, please provide the Coordinates{X:__ Y:__ Z:__} by presing F3 on your keyboard while in-game and post a screenshot again. There is a temporary fix for now I know of, but I don't see the issue either, if someone doesn't mind checking it out the code below.

The code for the union-cave stairs is below:
Stairs:
{"Entity"{ENT[{"EntityID"{str[SlideBlock]}}{"Position"{sngArr[4,0,25]}}{"TexturePath"{str[Routes]}}{"Textures"{recArr[[96,0,16,16]]}}{"TextureIndex"{intArr[0,0,0,0,0,0]}}{"Collision"{bool[1]}}{"ModelID"{int[2]}}{"Action"{int[0]}}{"AdditionalValue"{str[]}}{"Rotation"{int[2]}}]}}
very thorough, mate, but slide blocks just move you diagonally forward and up on one end and forward and down on the other with no collision detection. there wouldnt be anything in the tag to affect that. (maps are a collection of tags, they're a way to serialize the values of an entity. its parsed rather than executed or interpreted, not really 'code'. i guess you would call it a markup language.)

OP, when you moved down the slide block was this something you did or were you moved by the game? also, does it happen if you don't fight the trainer, if its possible to test that (may have to escape rope out then go back to there, if escape ropes are working, i never checked)
 

izy

Trainer
it occurred after defeating the trainer and walking down the slide block on my own. i tried again after the fact with no issue.

while below the map i was unable to climb back up and the only way around it was to exit and load my last save, which was immediately after i had beaten the trainer. going back down the slide block that time had no issue either.

no idea about escape rope i just left the cave and went back through it.
 

DracoHouston

Kolben Developer
Contributor
it occurred after defeating the trainer and walking down the slide block on my own. i tried again after the fact with no issue.

while below the map i was unable to climb back up and the only way around it was to exit and load my last save, which was immediately after i had beaten the trainer. going back down the slide block that time had no issue either.

no idea about escape rope i just left the cave and went back through it.
were you ever able to reproduce the problem or was it some kind of freak event? :\
 

izy

Trainer
i was not able to reproduce it. so i'm guessing freak event. hopefully no one else gets this issue then.
 

DracoHouston

Kolben Developer
Contributor
i was not able to reproduce it. so i'm guessing freak event. hopefully no one else gets this issue then.
at least its nothing serious and you got out of it ok. keep in mind that collisions not totally reliable though and save often. hopefully nothing like that happens to you again but you never know
 
Status
Not open for further replies.
Top