User:SirYodaJedi/My compile settings: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) (Created page with "__FORCETOC__ == {{quake|4}} (ericw-tools) == == {{quake2|4}} (KMQBSP+Arghrad220) == == {{quake3|4}} (q3map2 from {{nrc|3}}) == == {{GoldSrc|4}} == == {{src|4}} ==") |
SirYodaJedi (talk | contribs) |
||
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 (ericw-tools)
Quake II (KMQBSP+Arghrad220)
Quake III (q3map2 from NetRadiant-Custom)
GoldSrc
CSG
BSP
VIS
RAD
- If targeting 25th Anniversary Update or newer
- If targeting pre-25th Anniversary Update OpenGL renderer