mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
Merge pull request #77 from nzp-team/litsprites
FTE: Change mod_litsprites_force to 1
This commit is contained in:
commit
d52d3d91bb
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ seta r_loadlit "1" //Whether to load lit files.
|
||||||
//Note that regeneration of lightmap data may be unreliable if the map was made for more advanced lighting tools.
|
//Note that regeneration of lightmap data may be unreliable if the map was made for more advanced lighting tools.
|
||||||
//Deluxemap information will also be generated, as appropriate.
|
//Deluxemap information will also be generated, as appropriate.
|
||||||
seta r_softwarebanding "0" //Utilise the Quake colormap in order to emulate 8bit software rendering. This results in banding as well as other artifacts that some believe adds character. Also forces nearest sampling on affected surfaces (palette indicies do not interpolate well).
|
seta r_softwarebanding "0" //Utilise the Quake colormap in order to emulate 8bit software rendering. This results in banding as well as other artifacts that some believe adds character. Also forces nearest sampling on affected surfaces (palette indicies do not interpolate well).
|
||||||
|
mod_litsprites_force "1" //if set to 1, sprites will be lit according to world lighting
|
||||||
|
|
||||||
// Realtime Light editing/importing
|
// Realtime Light editing/importing
|
||||||
r_shadow_realtime_world_importlightentitiesfrommap "0" //Controls default loading of map-based realtime lights.
|
r_shadow_realtime_world_importlightentitiesfrommap "0" //Controls default loading of map-based realtime lights.
|
||||||
|
|
Loading…
Reference in a new issue