User:SirYodaJedi/My compile settings: Difference between revisions
Jump to navigation
Jump to search
Important:-nohull2 will disable collision for any entities that use the "large" hull, including bullsquids and large func_pushables. The CLIPHULL2 tool texture can be used to create collision meshes for these entites.
SirYodaJedi (talk | contribs) m (→BSP) |
SirYodaJedi (talk | contribs) |
||
Line 4: | Line 4: | ||
Designed for 2.0.0-alpha3 or newer | Designed for 2.0.0-alpha3 or newer | ||
=== BSP === | === BSP === | ||
{{codeblock|qbsp.exe -nomergeacrossliquids -wadpath "d:/path/to/moddir" -texturedefs "d:/path/to/ericw-tools/texturedefs.def" "mapname"}} | ; Standard | ||
{{codeblock|qbsp.exe -nomergeacrossliquids -wadpath "d:/" -texturedefs "d:/path/to/ericw-tools/texturedefs.def" -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | |||
; Final | |||
{{codeblock|qbsp.exe -forcegoodtree -nomergeacrossliquids -wadpath "d:/" -texturedefs "d:/path/to/ericw-tools/texturedefs.def" -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | |||
<br>{{file|texturedefs|def}} contains the following: | <br>{{file|texturedefs|def}} contains the following: | ||
Line 24: | Line 27: | ||
{{codeblock|light.exe -lit -soft 3 -emissivequality low -bounce 1 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | {{codeblock|light.exe -lit -soft 3 -emissivequality low -bounce 1 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | ||
; Full (Singleplayer) | ; Full (Singleplayer) | ||
{{codeblock|light.exe -lit - | {{codeblock|light.exe -lit -extra -soft 3 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | ||
; Final (Singleplayer) | ; Final (Singleplayer) | ||
{{codeblock|light.exe -lit -bspxlux -extra4 -wrnormals -world_units_per_luxel 8 -lightgrid -lightgrid_dist 16 16 16 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | {{codeblock|light.exe -lit -bspxlux -extra4 -wrnormals -world_units_per_luxel 8 -lightgrid -lightgrid_dist 16 16 16 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | ||
Line 30: | Line 33: | ||
{{codeblock|light.exe -lit -bspxlit -soft 3 -emissivequality low -bounce 1 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | {{codeblock|light.exe -lit -bspxlit -soft 3 -emissivequality low -bounce 1 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | ||
; Full (Quakeworld) | ; Full (Quakeworld) | ||
{{codeblock|light.exe -lit -bspxlit - | {{codeblock|light.exe -lit -bspxlit -extra -soft 3 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | ||
; Final (Quakeworld) | ; Final (Quakeworld) | ||
{{codeblock|light.exe -lit -bspx -extra4 -wrnormals -world_units_per_luxel 16 -lightgrid -lightgrid_dist 16 16 16 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} | {{codeblock|light.exe -lit -bspx -extra4 -wrnormals -world_units_per_luxel 16 -lightgrid -lightgrid_dist 16 16 16 -emissivequality high -bounce 8 -phong 1 -phong_angle 44 -dirt _surflight_radiosity 1 -basedir "d:/path/to/id1" -gamedir "d:/path/to/moddir" "mapname"}} |
Revision as of 14:26, 22 September 2024
Quake (ericw-tools)
Designed for 2.0.0-alpha3 or newer
BSP
- Standard
- Final
texturedefs.def
contains the following:
VIS
- Standard (manual ambience)
- Automatic ambience (vanilla-style)
RAD
- Fast (Singleplayer)
- Full (Singleplayer)
- Final (Singleplayer)
- Fast (Quakeworld)
- Full (Quakeworld)
- Final (Quakeworld)
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:
BSP
VIS
RAD
Todo: For
Black Mesa and
Slammin' Source Map Tools?


- For
Source 2013
- For
Strata Source