mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
FTE: Change mod_litsprites_force to 1
setting mod_litsprites_force to 1 in nzportable.cfg makes the game render sprites with world lighting
This commit is contained in:
parent
9f6a859fe6
commit
6159f85fdb
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.
|
||||
//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).
|
||||
mod_litsprites_force "1" //if set to 1, sprites will be lit according to world lighting
|
||||
|
||||
// Realtime Light editing/importing
|
||||
r_shadow_realtime_world_importlightentitiesfrommap "0" //Controls default loading of map-based realtime lights.
|
||||
|
|
Loading…
Reference in a new issue