Ark Dev Kit : Features request [New Procedure 4/11]

Can we get a game/server variable to turn off/on walking on wall tops? For normal applications it might make sense if it keeps people from exploiting, but realistically I can walk on the fence around my yard. Its making it an issue for larger structures being added to the game. I am working on a mod that adds some pretty massive walls, and having players hover in the air only to fall to their deaths because its a wall is breaking immersion a little… I’ve tried reparenting the walls to something else and tried making them ‘not a wall’ but that seems to break the code that determines whether or not you’re inside, (little home icon on screen). As a temp fix I’m going to add some floor pieces that can be added to the wall tops to make them walkable but I would love to just turn that functionality off if possible.

What’s the chances of giving us an option in the Cook/Upload widget to have the upload go to a specific mod version we choose? Like being able to create a dev branch of a mod so it can be tested properly on a live server before I upload it to the public version? I’ve got the dev kit for most things but with certain repnotify actions and other replicated events I’d like to be able to test with other people. Or even having upload to a local folder would be great. I tried hunting down the cooked files in the dev kit but they seem to be changed again, after cooking, before upload and are unusable.