• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Map editing?

Experienced Elementalist
Joined
Apr 29, 2016
Messages
269
Reaction score
4
I want to edit Colhen a little bit and give it some more life. Some more grass, flowers, more foliage in general. Is this possible? Can we open the maps in source sdk and edit then with hammer or something?
 
Newbie Spellweaver
Joined
Jan 30, 2011
Messages
8
Reaction score
1
You should be able to decompile the maps using bspsrc or some similar tool. You can load the resulting .vmf into Hammer. No guarantees on being able to recompile the result successfully, though; I've never tried it myself, and it sounds like a pain in the butt honestly.

I know from experience that you CAN add or remove entities using a hex editor. Since the entity data is stored as a massive string inside the compiled .bsp, you can make any changes you need to inside that string PROVIDED THE ENTITY STRING IS THE SAME SIZE BEFORE AND AFTER! So if you add X characters to the entity section, you also need to remove X characters. It's pretty brittle and error-prone as an editing method, and this only lets you edit entities (not brushes or terrain, etc), so you may have a better time going the decompile-recompile route.
 
Upvote 0
Back
Top