User:SirYodaJedi/My compile settings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "__FORCETOC__ == {{quake|4}} (ericw-tools) == == {{quake2|4}} (KMQBSP+Arghrad220) == == {{quake3|4}} (q3map2 from {{nrc|3}}) == == {{GoldSrc|4}} == == {{src|4}} ==")
 
Line 10: Line 10:


== {{GoldSrc|4}} ==
== {{GoldSrc|4}} ==
 
=== CSG ===
{{codeblock|hlcsg.exe -console 0 -wadinclude include "mapname"}}
=== BSP ===
{{codeblock|hlbsp.exe -console 0 -nohull2 "mapname"}}
=== VIS ===
{{codeblock|hlvis.exe -console 0 -full "mapname"}}
=== RAD ===
; If targeting 25th Anniversary Update or newer
{{codeblock|hrad.exe -console 0 -extra -limiter 255 "mapname"}}
; If targeting pre-25th Anniversary Update OpenGL renderer
{{codeblock|hrad.exe -console 0 -extra "mapname"}}


== {{src|4}} ==
== {{src|4}} ==

Revision as of 16:43, 25 November 2023


Quake Quake (ericw-tools)

Quake II Quake II (KMQBSP+Arghrad220)

Quake III Quake III (q3map2 from NetRadiant-Custom)

GoldSrc GoldSrc

CSG

hlcsg.exe -console 0 -wadinclude include "mapname"

BSP

hlbsp.exe -console 0 -nohull2 "mapname"

VIS

hlvis.exe -console 0 -full "mapname"

RAD

If targeting 25th Anniversary Update or newer
hrad.exe -console 0 -extra -limiter 255 "mapname"
If targeting pre-25th Anniversary Update OpenGL renderer
hrad.exe -console 0 -extra "mapname"

Source Source