Garry's Mod
Momo's Map Manipulation Tool
 Este tema se ha marcado como fijo, por lo que probablemente sea importante
Cédric GÉRILLE [GiletJaune]  [desarrollador] 21 MAR 2020 a las 9:33
What can I do with Momo's Map Manipulation Tool?
Hi everybody,
I'm giving you here a few ideas of what you can do with this add-on.
  • Make breakable panes unbreakable:
    By editing the LUMP_ENTITIES, replace the classname of func_breakable & func_breakable_surf entities with func_brush.
    There is also Breakable panes protector to do that without modifying the map.
  • Protect a map made for your server from being re-usable:
    Take a maximum of entities from the map and move them into a private server-side Lua file.
  • Remove the High Dynamic Range:
    Just remove the corresponding lump to solve any brightness trouble (the too-shiny bug).
    There is also HDR disabler for servers to do that without modifying the map.
  • Replace / modify / remove props (including static ones):
    By editing the LUMP_ENTITIES and the sprp game lump, simply do the changes that you like.
  • Replace map materials:
    By editing the LUMP_TEXDATA_STRING_DATA, you can substitute map materials for others as long as you keep the exact same number of lines in the exact same same order.
  • Add content files (pakfile):
    By extracting & modifying the LUMP_PAKFILE, you can add built-in content files without the need of an external pakfile substitution tool.
This list will grow over time.
You can add suggestions below, I will add them to my list.
Última edición por Cédric GÉRILLE [GiletJaune]; 21 MAR 2020 a las 9:57
< >
Mostrando 1-6 de 6 comentarios
HurricaneRocker 29 OCT 2020 a las 16:27 
can you add the ability to generate a cubemap
Cédric GÉRILLE [GiletJaune]  [desarrollador] 3 NOV 2020 a las 7:46 
Unfortunately I am not at ease with how the process works, but such a feature would certainly help when the map is renamed.
♦ScottRim♦ 16 SEP 2022 a las 3:26 
Add ability to retexturize maps?
Cédric GÉRILLE [GiletJaune]  [desarrollador] 22 SEP 2022 a las 19:06 
You already can replace named brush materials in LUMP_TEXDATA_STRING_DATA. Although I unfortunately don't know how to retexture particular brush planes, I don't have information about corresponding lumps, if I'm correct. 😢 Besides, how would you recognize particular planes? 😅 Well, in-game it would be possible to use the toolgun if you are on the map you want to mod. 😛
>KB> >KEKSQUAD 27 MAY 2023 a las 7:08 
Hey so I'm wondering if there is a way to add point entities such as info_target to a map with this tool or another tool on the Workshop.
Cédric GÉRILLE [GiletJaune]  [desarrollador] 22 JUN 2023 a las 11:33 
Hey! I see no reason you would not be able to. Just edit the LUMP_ENTITIES. The syntax is pretty straightforward. If this may help, you can make a Hammer project with an info_target in it. The key-values are the exact same as what you have in the LUMP_ENTITIES. The Hammer project can be opened with a text editor.
Normally you can add most entity classes that are not internal and that do not have a brush model. Almost all point entities are like this.
Good luck!
Última edición por Cédric GÉRILLE [GiletJaune]; 22 JUN 2023 a las 11:34
< >
Mostrando 1-6 de 6 comentarios
Por página: 1530 50