I think it would be great! I would do it myself, but since I already have one map in production I don't have time for another one. Play this map and get some inspiration!
Q. I'm a map author. How do I stop someone decompiling my map with VMEX?
A. There are several ways (in order of increasing security):
Add a property key "no_decomp" with value "1" to any entity. (You will need to turn off smart edit to do this).
Use a texture called "tools/locked" on any non-culled face in the map. (This is not a real texture, so you will have to make a custom one.) You may hide the texture in a sealed room, but it can't be on any culled face on the map (facing towards the void).
Use this small prefab: protector.zip. Add it anywhere in the map, but don't rotate or scale it. If you retexture it, make sure all faces and all brushes have the same texture. Don't use the texture "tools/toolsinvisible", but "tools/toolsnodraw" is fine.
If VMEX detects any or all of these present in a map, it will refuse to decompile it. Note that a sufficiently wiley user can fairly easily alter your .bsp file to remove the first two methods (and thus allow the map to be decompiled), but they would need extensive knowledge of the .bsp format to remove the third, so this is the most secure.
I've done maps like these, where you ened ot scale or twist a number of rooms while working on twilight zome. I find it best to just make the room, THEN rotate it. make it while it's already rotated adn it will give you headaches.
Power-Mad wrote:I've done maps like these, where you ened ot scale or twist a number of rooms while working on twilight zome. I find it best to just make the room, THEN rotate it. make it while it's already rotated adn it will give you headaches.
I've attempted to make a sideways map where I build all the rooms sideways at once. It's a pain in the arse!
That's why I'm not going to make one! And because I don't have time.
I always thought it would be cooler to make an upside down map, with all the props static on the cieling, as though you were actually walking on the ceiling.and everything wasn't moving below you. Never had the time to actually try and make it look believable though.
While this would be extremely hard, it would be really good if you could make a map where the orientation of gravity keeps changing. One minute you're walking along the floor, the next minute you've fallen headfirst into the ceiling.