User:SirYodaJedi/My compile settings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
=== RAD ===
=== RAD ===
; If targeting 25th Anniversary Update or newer
; If targeting 25th Anniversary Update or newer
{{codeblock|hrad.exe -console 0 -extra -limiter 255 "mapname"}}
{{codeblock|hlrad.exe -console 0 -extra -limiter 255 "mapname"}}
; If targeting pre-25th Anniversary Update OpenGL renderer
; If targeting pre-25th Anniversary Update OpenGL renderer
{{codeblock|hrad.exe -console 0 -extra "mapname"}}
{{codeblock|hlrad.exe -console 0 -extra "mapname"}}


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

Revision as of 14:32, 27 November 2023


Quake Quake (ericw-tools)

Todo:  

Quake II Quake II (KMQBSP+Arghrad220)

Todo:  

Quake III Quake III (q3map2 from NetRadiant-Custom)

Todo:  


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
hlrad.exe -console 0 -extra -limiter 255 "mapname"
If targeting pre-25th Anniversary Update OpenGL renderer
hlrad.exe -console 0 -extra "mapname"

Source Source

Todo:  

BSP

vbsp.exe -game "path/to/gameinfo" "mapname"

VIS

vvis.exe -game "path/to/gameinfo" "mapname"

RAD

For Source 2013 Multiplayer Source 2013 Multiplayer
vrad.exe -both -final -StaticPropLighting -StaticPropPolys -TextureShadows -game "path/to/gameinfo" "mapname"