Fallout CE Switch: Difference between revisions
More actions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
|image_alt=Fallout CE Switch | |image_alt=Fallout CE Switch | ||
}} | }} | ||
Fallout Community Edition (Switch) is a homebrew port of the original Fallout for the Nintendo Switch | Fallout Community Edition (Switch) is a homebrew port of the original Fallout for the Nintendo Switch. | ||
You must own the game to play and have a Switch capable of running | You must own the game to play and have a Switch capable of running unsigned code, so you need a Switch running on custom firmware to run the port. Needless to say, this is not an official effort from Interplay or Bethesda. | ||
== Installation == | == Installation == | ||
Purchase your copy on [https://www.gog.com/en/game/fallout GOG] or [https://store.steampowered.com/app/38400/ Steam]. The files need to be from a Windows installation. | |||
Download the latest [https://github.com/ryandeering/fallout-ce-switch/releases/latest release] or build from the source. See YAML pipelines for reference. | |||
Drag the installation files into a new folder called <code>fallout1</code> in your <code>switch</code> folder on the root of your SD card. | |||
Create a file named <code>fallout1_nx.ini</code> in your <code>fallout1</code> folder | |||
In the fallout1_nx.ini file, paste the following content: | |||
<pre>[MAIN] | <pre>[MAIN] | ||
SCR_WIDTH=1708 | SCR_WIDTH=1708 | ||
| Line 35: | Line 38: | ||
SCALE_2X=1 | SCALE_2X=1 | ||
; Change resolution and determine scaling. SCALE_2X=1 will turn 2x scaling on. SCALE_2X=0 will turn it off. </pre> | ; Change resolution and determine scaling. SCALE_2X=1 will turn 2x scaling on. SCALE_2X=0 will turn it off. </pre> | ||
'''Warning:''' Failure to create the fallout1_nx.ini and required content in it will cause the game to immediately crash upon launch. | |||
< | Put the necessary executable in your <code>switch</code> folder on the root of your SD card, either <code>.nro</code> or <code>.nso</code>. | ||
</ | |||
(Note: Don't expect your original Fallout 1 saves/non-CE saves to work. And keep multiple saves! Quick save/quick loading currently save/load twice.) | |||
== Configuration == | |||
* Cursor Sensitivity: Adjustable in options via mouse sensitivity. Note this will affect cursor speedup as well. | |||
* Resolution: You can configure resolution and scaling through a config file. Create a file in your <code>fallout1</code> folder called <code>fallout1_nx.ini</code> - It needs to follow the following structure: | |||
== Controls == | == Controls == | ||
| Line 48: | Line 55: | ||
|} | |} | ||
Basic touchscreen support is implemented. | |||
On-screen keyboard support implemented for names and saves. | |||
==Media== | ==Media== | ||
'''New Native Switch Ports | Fallout 1+2 ( No Emulation ) How to Install, Tips + Tricks''' ([https://www.youtube.com/watch?v=ogmiwhk15HI Son of a Zet]) <br> | '''New Native Switch Ports | Fallout 1+2 ( No Emulation ) How to Install, Tips + Tricks''' ([https://www.youtube.com/watch?v=ogmiwhk15HI Son of a Zet]) <br> | ||
<youtube width= | <youtube width="640">ogmiwhk15HI</youtube> | ||
==Changelog== | ==Changelog== | ||
| Line 64: | Line 68: | ||
== Credits == | == Credits == | ||
* | * Interplay: For developing and publishing the original game. | ||
* | * alexbatalov and fallout-ce Contributors: For their excellent work in keeping this game modern. | ||
* | * Romane: For the graphics. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/ryandeering/fallout-ce-switch | ||
Revision as of 04:56, 26 October 2025
| Fallout CE Switch | |
|---|---|
| General | |
| Author | ryandeering |
| Type | Role Playing |
| Version | 1.0.0 |
| License | Mixed |
| Last Updated | 2024/12/12 |
| Links | |
| Download | |
| Website | |
| Source | |
Fallout Community Edition (Switch) is a homebrew port of the original Fallout for the Nintendo Switch.
You must own the game to play and have a Switch capable of running unsigned code, so you need a Switch running on custom firmware to run the port. Needless to say, this is not an official effort from Interplay or Bethesda.
Installation
Purchase your copy on GOG or Steam. The files need to be from a Windows installation.
Download the latest release or build from the source. See YAML pipelines for reference.
Drag the installation files into a new folder called fallout1 in your switch folder on the root of your SD card.
Create a file named fallout1_nx.ini in your fallout1 folder
In the fallout1_nx.ini file, paste the following content:
[MAIN] SCR_WIDTH=1708 SCR_HEIGHT=960 SCALE_2X=1 ; Change resolution and determine scaling. SCALE_2X=1 will turn 2x scaling on. SCALE_2X=0 will turn it off.
Warning: Failure to create the fallout1_nx.ini and required content in it will cause the game to immediately crash upon launch.
Put the necessary executable in your switch folder on the root of your SD card, either .nro or .nso.
(Note: Don't expect your original Fallout 1 saves/non-CE saves to work. And keep multiple saves! Quick save/quick loading currently save/load twice.)
Configuration
- Cursor Sensitivity: Adjustable in options via mouse sensitivity. Note this will affect cursor speedup as well.
- Resolution: You can configure resolution and scaling through a config file. Create a file in your
fallout1folder calledfallout1_nx.ini- It needs to follow the following structure:
Controls
|
|
Basic touchscreen support is implemented.
On-screen keyboard support implemented for names and saves.
Media
New Native Switch Ports | Fallout 1+2 ( No Emulation ) How to Install, Tips + Tricks (Son of a Zet)
Changelog
v1.0
- First Release.
Credits
- Interplay: For developing and publishing the original game.
- alexbatalov and fallout-ce Contributors: For their excellent work in keeping this game modern.
- Romane: For the graphics.