r/csmapmakers Mar 28 '26

Map edit

Hi guys i need a hero to remove the external door in the terrorists zone which is annoying in cargoship map i tried removing it using hammer but i always got errors compiling this is the map link https://gamebanana.com/mods/91795

4 Upvotes

12 comments sorted by

View all comments

Show parent comments

1

u/LavishnessUnable9342 Mar 28 '26

Bro im new to map editing and building this my first time please edit the map for me all i want is to remove the door from the map linked above (the map is from gamebanana untouched and working)

2

u/DoctorShazbot Mar 28 '26

The problem here is just that decompiling a map is inherently problematic. It's generally something that can be used for reference but you really cannot decompile and then recompile the map using that same file unless you completely rebuild every brush basically from scratch. It's not as simple as just decompiling and removing the door.

1

u/LavishnessUnable9342 Mar 28 '26

So it's difficult ? What should i do?

1

u/DoctorShazbot Mar 28 '26

It's not so much difficult as it is time consuming. It'll take any brush in the map (brushes = geometry) and make them hollow. Meaning it'll take a six sided block and make it into six separate brushes. That can result in completely broken lighting, missing geometry, and errors. You would need to go in and replace every single polygon in the map if you wanted it to work properly. It becomes more problematic the more complicated the map. This one isn't too bad, but it would still be a fairly tedious endeavor.