Sfall 3.3 - need some help

Amiga

First time out of the vault
Hi all,
I have 14 yrs absence in Fallout 2 world :) thanks to RP and Sfall I returned to game.
I need some tips how to ride Sfall. When I change existing values in ddraw.ini like skipping open movies, added pipeboy at start it works great. Just replace 0 by 1. But how to add more things? Newest update 3.3 came with inventory cost script. I just added line' inventory_cost_blabla=0' (I dont remember proper command) and it doesn't work.
In overall how to add new command to make them alive.
I appreciate any help.
 
Don't know where you get the name of the option from, but it's actually InventoryApCost=(AP cost value), e.g.: InventoryApCost=2
 
Last edited:
I think you are referring to hook scripts (a piece of code written in fallout scripting language, that is called by sfall at certain points to change vanilla game behavior) or sfall commands (extensions to scripting engine that allow more features in scripts). You need to download sfall modders pack 3.3 and familiarize yourself with script editor.

What exactly do want to achieve?
 
I want to change inventory cost. Newest sfall has this script in change log. NovaRain wrote InventoryApCost=2 but in change log it looks like SET_INVEN_AP_COST and I believe this is a script name. So how to find proper command to make this script active? Than one will work InventoryApCost=2 ?
 
Last edited:
You have to add the line in ddraw.ini. I just verified it and it worked as intended.
There are many undocumented settings for sfall, and you need to add them manually in the INI.
Code:
;Change the AP cost for accessing inventory in combat, and the related effect of Quick Pockets perk
InventoryApCost=4
QuickPocketsApCostReduction=2
 
Last edited:
Thx NovaRain. Where did you find these settings? For example - set_perk_freq. Which command should I use to set it? I'm really confused
 
Last edited:
Back
Top