mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Rewrote DialogGenderWords option to allow more than one word (#274)
Re-fixed setting DIALOG game mode flag.
This commit is contained in:
+4
-3
@@ -119,7 +119,7 @@ ExpandWorldMap=0
|
||||
;The minimum supported version of High Resolution Patch is 4.1.8
|
||||
ActionPointsBar=0
|
||||
|
||||
;Set to 1 to enable drawing a dotted line when travelling on the world map (similar to Fallout 1)
|
||||
;Set to 1 to enable drawing a dotted line when traveling on the world map (similar to Fallout 1)
|
||||
WorldTravelMarkers=0
|
||||
;Uncomment these lines to change the appearance of the markers
|
||||
;The color index in Fallout default palette (valid range: 1..255; default is 133)
|
||||
@@ -263,8 +263,9 @@ DataLoadOrderPatch=1
|
||||
;Set to 2 to also load subtitle files from text\<language>\cuts_female\ for female PC
|
||||
FemaleDialogMsgs=0
|
||||
|
||||
;Set to 1 to enable using the special '^' character in dialog msg files to specify the gender words
|
||||
;that will be displayed in the dialogue depending on the player's gender (example: MaleWord^FemaleWord)
|
||||
;Set to 1 to enable using the special '^' character in dialog msg files to specify the gender text
|
||||
;that will be displayed in the dialogue depending on the player's gender
|
||||
;The text must be enclosed in angle brackets (example: <MaleText^FemaleText>)
|
||||
DialogGenderWords=0
|
||||
|
||||
;To change the default and starting player models, uncomment the next four lines.
|
||||
|
||||
Reference in New Issue
Block a user