Skip to content

Commit

Permalink
Updated to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NoName committed Jun 19, 2024
1 parent 0a365e3 commit 3b90bc0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified Data/scripts/gl_InvenFilter.int
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A mirror repository of the Inventory Filter mod for Fallout 2 by Mr.Stalin, base
## Installation
1. Download `F2-InventoryFilter_v*_<language>.rar` from the [release archive](archive).
2. Extract the `mods` folder to your main game directory.
3. Inventory Filter v2.0.3 requires [**sfall**](https://github.com/sfall-team/sfall) (`ddraw.dll`) version 4.2.8.1/3.8.37 or later. The **AllowUnsafeScripting** option in `ddraw.ini` must be enabled for the filter to function correctly.
3. Inventory Filter v2.0.4 requires [**sfall**](https://github.com/sfall-team/sfall) (`ddraw.dll`) version 4.2.8.1/3.8.37 or later. The **AllowUnsafeScripting** option in `ddraw.ini` must be enabled for the filter to function correctly.
4. If a `mods_order.txt` already exists in your `mods` folder, add **InventoryFilter.dat** to it.
5. Edit `mods\InventoryFilter.dat\InvenFilter.ini` to configure the behavior of the filter.

Expand Down
Binary file added archive/F2-InventoryFilter_v2.0.4_en.rar
Binary file not shown.
Binary file added archive/F2-InventoryFilter_v2.0.4_ru.rar
Binary file not shown.
4 changes: 2 additions & 2 deletions ini/InvenFilter_en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ UseGiveAllImage=1
SwapParty=1
SwapContainers=1

;The offset value of the position of the switch panel with party members along the X-axis
;The offset value of the position of the party member swap panel along the X-axis
SwapBarterOffset=0
SwapLootOffset=0

;The offset value of the position of the switch panel with party members along the Y-axis
;The offset value of the position of the party member swap panel along the Y-axis
SwapBarterYOffset=0
SwapLootYOffset=0

Expand Down
2 changes: 1 addition & 1 deletion source/gl_InvenFilter.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define DTRACE(name)
#endif

#define SCRIPT_VERSION " [v2.0.3]"
#define SCRIPT_VERSION " [v2.0.4]"

#define INI_CONFIG_FILE "\\mods\\InventoryFilter.dat\\InvenFilter.ini"
#define INI_CONFIG_FILE_SEC INI_CONFIG_FILE "|InventoryFilter|"
Expand Down

0 comments on commit 3b90bc0

Please sign in to comment.