User:SirYodaJedi/My compile settings: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) |
SirYodaJedi (talk | contribs) m (→{{quake|4}} (ericw-tools): remove redundant commands) |
||
Line 2: | Line 2: | ||
== {{quake|4}} ([[ericw-tools]]) == | == {{quake|4}} ([[ericw-tools]]) == | ||
Designed for 2.0.0-alpha3 or newer | |||
=== BSP === | === BSP === | ||
{{codeblock|qbsp.exe | {{codeblock|qbsp.exe -allowupgrade -wadpath "d:/path/to/moddir" "mapname"}} | ||
=== VIS === | === VIS === | ||
{{codeblock|vis.exe | {{codeblock|vis.exe -noambient -wadpath "d:/path/to/moddir" "mapname"}} | ||
=== RAD === | === RAD === | ||
{{codeblock|light.exe | {{codeblock|light.exe -lit -lux -extra4 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -wadpath "d:/path/to/moddir" "mapname"}} | ||
== {{quake2|4}} (KMQBSP+Arghrad220) == | == {{quake2|4}} (KMQBSP+Arghrad220) == |
Revision as of 19:16, 27 November 2023
Quake (ericw-tools)
Designed for 2.0.0-alpha3 or newer
BSP
VIS
RAD
Quake II (KMQBSP+Arghrad220)
Todo:
Quake III (q3map2 from NetRadiant-Custom)
Todo:
GoldSrc
CSG
BSP
VIS
RAD
- If targeting 25th Anniversary Update or newer
- If targeting pre-25th Anniversary Update OpenGL renderer
Source
Todo: