Skip to content

Commit eeb003f

Browse files
authored
Merge pull request #22 from Retrograde-i486/patch-1
Update README.md
2 parents b423248 + 294d0d3 commit eeb003f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,25 @@ You must own the game to play and have a Switch capable of running **unsigned co
1515
1. Purchase your copy on [GOG](https://www.gog.com/game/fallout_2) or [Steam](https://store.steampowered.com/app/38410). The files need to be from a Windows installation (I think.)
1616
2. Download the latest [release](https://github.com/ryandeering/fallout2-ce-switch/releases/latest) or build from the source. See YAML pipelines for reference.
1717
3. Drag the installation files into a new folder called `fallout2` in your `switch` folder on the root of your SD card.
18-
4. Put the necessary executable in your `switch` folder on the root of your SD card, either `.nro` or `.nso`.
18+
4. Create a file named fallout2_nx.ini in your 'fallout2' folder
19+
5. In the fallout2_nx.ini file, paste the following content:
20+
```ini
21+
[MAIN]
22+
SCR_WIDTH=1708
23+
SCR_HEIGHT=960
24+
SCALE_2X=1
25+
; Change resolution and determine scaling. SCALE_2X=1 will turn 2x scaling on. SCALE_2X=0 will turn it off.
26+
27+
[IFACE]
28+
IFACE_BAR_MODE=0
29+
IFACE_BAR_WIDTH=800
30+
IFACE_BAR_SIDE_ART=1
31+
IFACE_BAR_SIDES_ORI=0
32+
; I wouldn't change these if you don't know what you're doing. Related to the interface bar.`
33+
```
34+
*WARNING* Failure to create the fallout2_nx.ini and required content in it will cause the game to immediately crash upon launch!
35+
36+
6. Put the necessary executable in your `switch` folder on the root of your SD card, either `.nro` or `.nso`.
1937

2038
> **Note:** Any Fallout 2 saves, CE or not, should work on this port. However, I'm not responsible if your save somehow corrupts!
2139

0 commit comments

Comments
 (0)