roginvs
First time out of the vault
Hi all, I've made a website where people can play Fallout Nevada and Sonora from the browser.
- English version is available for both Nevada and Sonora
- No installation needed, no worries about unknown .exe files, everything is safe
- Savegames are saved into browser storage and available after reboot
- It is possible to download/upload savefiles
- It works on any device including M-based macs, mobiles, tablets.
I am using fallout2-ce and emscripten with asyncify, also I am doing asyncify for file fetching. Game files are loaded when they are requested so no need to load whole game to start playing (though it is possible to preload all to have fully offline mode).
Here it is https://fallout-nevada.ru/
You can take a look on the codebase too https://github.com/alexbatalov/fallout2-ce/compare/main...roginvs:fallout2-ce:main
Feel free to test and please let me know about any issues!
- English version is available for both Nevada and Sonora
- No installation needed, no worries about unknown .exe files, everything is safe
- Savegames are saved into browser storage and available after reboot
- It is possible to download/upload savefiles
- It works on any device including M-based macs, mobiles, tablets.
I am using fallout2-ce and emscripten with asyncify, also I am doing asyncify for file fetching. Game files are loaded when they are requested so no need to load whole game to start playing (though it is possible to preload all to have fully offline mode).
Here it is https://fallout-nevada.ru/
You can take a look on the codebase too https://github.com/alexbatalov/fallout2-ce/compare/main...roginvs:fallout2-ce:main
Feel free to test and please let me know about any issues!
Attachments
Last edited: