. . . Posted July 1, 2022 Share Posted July 1, 2022 (edited) With this new update now disabling physics isn't enough to allow the player to move over the void. inst.sg.statemem.isphysicstoggle = true inst.Physics:ClearCollisionMask() inst.Physics:CollidesWith(COLLISION.GROUND) is there anyway to allow the player to move over the void? My mod utilize a jumping mechanic and it's now broken in the caves and got no idea how to fix it Edited July 6, 2022 by . . . Link to comment https://forums.kleientertainment.com/forums/topic/141379-solved-how-to-allow-player-to-go-over-void/ Share on other sites More sharing options...
. . . Posted July 3, 2022 Author Share Posted July 3, 2022 gump Link to comment https://forums.kleientertainment.com/forums/topic/141379-solved-how-to-allow-player-to-go-over-void/#findComment-1581802 Share on other sites More sharing options...
Bumber64 Posted July 5, 2022 Share Posted July 5, 2022 (edited) Still works for me. Might be something with your code that isn't applying it properly, or it's being overwritten after. Confirm by using this in the console without mods: ThePlayer.Physics:ClearCollisionMask(); ThePlayer.Physics:CollidesWith(COLLISION.GROUND) Edited July 5, 2022 by Bumber64 1 Link to comment https://forums.kleientertainment.com/forums/topic/141379-solved-how-to-allow-player-to-go-over-void/#findComment-1582141 Share on other sites More sharing options...
. . . Posted July 6, 2022 Author Share Posted July 6, 2022 (edited) You're right it's was my own change lol actually it doesn't seem it is?? doing more testing this is so weird Ah, okay so it seems you can still move over the cave void. The problem I was having was you can't go in like the true void void beyond the world border anymore which you could before this update. Because I always test stuff using this world mod https://steamcommunity.com/sharedfiles/filedetails/?id=2122550867&searchtext=empty+map Edited July 6, 2022 by . . . 1 Link to comment https://forums.kleientertainment.com/forums/topic/141379-solved-how-to-allow-player-to-go-over-void/#findComment-1582348 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now