|
1 | 1 | ;sfall configuration settings
|
2 |
| -;v4.1.2 - Extended version |
| 2 | +;v4.1.3 - Extended version |
3 | 3 |
|
4 | 4 | [Main]
|
5 | 5 | ;Change to 1 if you want to use command line args to tell sfall to use another ini file.
|
@@ -408,10 +408,11 @@ ExtraSaveSlots=1
|
408 | 408 |
|
409 | 409 | ;To use more than one save slot for quick saving (F6 key) without picking a slot beforehand, set the next two lines
|
410 | 410 | ;AutoQuickSave sets how many save slots on a page you want to use for quick saving (valid range: 1..10)
|
| 411 | +;AutoQuickSavePage is the page number to use auto save (valid range: 0..999, if ExtraSaveSlots is enabled) |
411 | 412 | ;Quick save will cyclically overwrite the save from the first slot of the page to the slot specified in the parameter
|
412 |
| -;Set to 0 to disable. |
| 413 | +;Set to 0 to disable |
413 | 414 | AutoQuickSave=0
|
414 |
| -;AutoQuickSavePage is the page number to use (valid range: 0..999) if ExtraSaveSlots is enabled |
| 415 | +;Set to -1, to use active selected page |
415 | 416 | AutoQuickSavePage=1
|
416 | 417 |
|
417 | 418 | ;Set to 1 to speed up the HP/AC counter animations
|
@@ -588,8 +589,8 @@ DialogOptions9Lines=1
|
588 | 589 | ;Set to 1 to leave the music playing in dialogue with talking heads
|
589 | 590 | EnableMusicInDialogue=0
|
590 | 591 |
|
591 |
| -;Set to 1 to prevent the player from running while sneaking without Silent Running perk |
592 |
| -DontTurnOffSneakIfYouRun=0 |
| 592 | +;Set to 1 so that the sneak mode does not turn off when the "Run Always" option is set, without need to hold the Shift key |
| 593 | +DontTurnOffSneakIfYouRun=1 |
593 | 594 |
|
594 | 595 | ;Set to 1 to fix the bug that unable to sell used geiger counters or stealth boys
|
595 | 596 | CanSellUsedGeiger=1
|
@@ -649,7 +650,7 @@ AIDrugUsePerfFix=0
|
649 | 650 |
|
650 | 651 | ;Set to 1 to disables loading of all configuration settings of the game from the saved game, except the difficulty settings
|
651 | 652 | ;Set to 2 also disables load the game/combat difficulty settings
|
652 |
| -SkipLoadingGameSetting=0 |
| 653 | +SkipLoadingGameSetting=1 |
653 | 654 |
|
654 | 655 | ;Set to 1 to displays the electric stats of the armor in the player's inventory
|
655 | 656 | ;Set to 2 will replace the name of the player's character in the inventory by the health points
|
@@ -739,18 +740,20 @@ SkipSizeCheck=0
|
739 | 740 |
|
740 | 741 | ;Set to 1 to stop Fallout from deleting non readonly protos at startup
|
741 | 742 | ;Has pretty nasty side effects when saving/reloading, so don't use for regular gameplay
|
| 743 | +;It is not recommended to set for regular game |
742 | 744 | DontDeleteProtos=0
|
743 | 745 |
|
744 | 746 | ;Set to 1 to give scripts direct access to Fallout's address space, and to make arbitrary calls into Fallout's code
|
745 | 747 | ;Does not require sfall debugging mode
|
746 | 748 | AllowUnsafeScripting=0
|
747 | 749 |
|
748 | 750 | ;Set to 1 to force sfall to inject all hooks code into the game, even if corresponding hook scripts don't exist
|
| 751 | +;It is not recommended to set for regular game |
749 | 752 | InjectAllGameHooks=0
|
750 | 753 |
|
751 | 754 | ;These options control what output is saved in the debug log (sfall-log.txt)
|
752 | 755 | ;Prints messages duing sfall initialization
|
753 |
| -Init=0 |
| 756 | +Init=1 |
754 | 757 | ;Prints messages relating to hook scripts
|
755 | 758 | Hook=0
|
756 | 759 | ;Prints messages relating to scripting
|
|
0 commit comments