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:
DerpedCrusader 2024-07-09 15:45:03 -07:00
parent 9f6a859fe6
commit 6159f85fdb

View file

@ -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.