https://github.com/kvnmtz/sfse-save-unfinished-ships
Starfield Script Extender plugin that allows the user to bypass spaceship builder limitations
https://github.com/kvnmtz/sfse-save-unfinished-ships
Last synced: 3 months ago
JSON representation
Starfield Script Extender plugin that allows the user to bypass spaceship builder limitations
- Host: GitHub
- URL: https://github.com/kvnmtz/sfse-save-unfinished-ships
- Owner: kvnmtz
- License: bsd-3-clause
- Created: 2023-10-13T01:39:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T23:37:20.000Z (over 1 year ago)
- Last Synced: 2023-10-23T00:22:51.935Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💾 SFSE Save Unfinished Ships
Starfield Script Extender plugin that allows the user to bypass spaceship builder limitations. This can be used to save unfinished ships or to build ships that normally wouldn't be possible.https://www.nexusmods.com/starfield/mods/5236
# How to use
1. Install SFSE (https://www.nexusmods.com/starfield/mods/106)
2. Drop the .dll file in the `\Data\SFSE\Plugins` directory.
3. When in-game, press `F6` to disable all limitations. (You can press `F6` again if you want to re-enable the limitations.)# Credits
This was based on https://github.com/SomeCrazyGuy/MinimalSFSEPluginI'm using string-references and the capstone disassembler (https://github.com/zer0mem/cccapstone) to find functions or specific instructions in the game's memory.