Fallout 2 Steam version with sfall 3.2 - questions about ddraw.ini options

Kokkolar

First time out of the vault
I have just noticed that Steam version now has sfall 3.2 in it but i can't understand how some options work.

1)
Code:
[Speed]
;Set to 0 to disable everything in this section
Enable=1

;The speeds corresponding to each slot in percent. (i.e. 100 is normal speed)
SpeedMulti0=50
SpeedMulti1=100
SpeedMulti6=1000

;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[Input]
;Set to -1 for either ctrl key, -2 for either alt key or -3 for either shift key
SpeedModKey=-1
SpeedKey0=0x52
SpeedKey1=0x4f
SpeedKey6=0x4d

So as i can understand i will get:
50% game speed by pressing CTRL+R
100% game speed by pressing CTRL+O
1000% game speed by pressing CTRL+M

But it has no effect. What am i doing wrong?

2)
Code:
;Set to one to directly control party members in combat
ControlPartyMembers=1
ControlCombat=2

Does not work either. I can't see any options to switch between mercs.

3) Does Party Orders add-on included in Steam version? If "Yes" so how can i enable it?
 
1. Your understanding about the combination keys are wrong. In your example they're:
50% - CTRL+Number Pad 0
100% - CTRL+Number Pad 1
1000% - CTRL+Number Pad 6
Those hex values are not ASCII table but DX scancodes stated in the included sfall-readme.txt

2. ControlPartyMembers is obsoleted. And ControlCombat=2 only lets you control your party members, and you can't switch who you want to control freely. You have to end one's turn to switch to the next one.

3. No, it's not included in Steam version.
 
Thank you!
It works, i am so damn happy now!!!
Don't know how can i play F2 without all this modes before, they are amazing :D
 
You can control your followers by using that command in the steam Fo2. I tested recently. This feature alone deserve a separate playthrough.
 
Back
Top