Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxmorin/scrapmechanicseedtool
A tool that allows you to modify the seed of scrap mechanic save files.
https://github.com/fxmorin/scrapmechanicseedtool
gen-seed gui map-seed map-seeds scrap-mechanic scrap-mechanic-seed scrap-mechanic-survival seed world-gen world-generation
Last synced: about 2 hours ago
JSON representation
A tool that allows you to modify the seed of scrap mechanic save files.
- Host: GitHub
- URL: https://github.com/fxmorin/scrapmechanicseedtool
- Owner: FxMorin
- License: gpl-3.0
- Created: 2020-05-12T11:22:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T19:08:36.000Z (over 4 years ago)
- Last Synced: 2024-11-29T02:25:53.462Z (about 2 months ago)
- Topics: gen-seed, gui, map-seed, map-seeds, scrap-mechanic, scrap-mechanic-seed, scrap-mechanic-survival, seed, world-gen, world-generation
- Language: Python
- Homepage:
- Size: 357 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GUI](https://github.com/fxmorin/ScrapMechanicSeedTool/blob/master/icon.ico)
# ScrapMechanicSeedTool
This tool was designed for scrap mechanic v0.4.0+ (Tested on v0.4.0-v0.4.7)
So that we could easily share good map seeds by allowing others to view/modify map seeds.
**This is untested with creative saves, tool was created for survival saves**---
### GUI
The seed tool has a graphical user interface, so that people without any programming knowledge can easily modify save seed's!![GUI](https://github.com/fxmorin/ScrapMechanicSeedTool/blob/master/img/GUI.PNG)
---
### How to use SMST
Download the [ScrapMechanicSeedTool.exe](https://github.com/fxmorin/ScrapMechanicSeedTool/releases/) and run it
or
Download the ScrapMechanicSeedTool.py
Then run python3 ScrapMechanicSeedTool.py---
### Options
**Current Seed** - This is the seed that will be used for all other options
**Seed to use / Set seed** - This is where you can change the current seed manually
**Extract seed from save file** - This option will prompt you to choose a save file so that it can set the current seed to the seed of the map
**Modify world gen seed to be constant** - This options sets the seed of ALL newly generated worlds to the Current Seed. Use this option to create a world with a specific seed!!
**Reset world gen to default** - This option will reverse the effects of modifying the world gen seed, so that it will no longer be constant.
**Inject seed into save file** - This option allows you to modify the seed of a save file. I added this features since dev tools give you the /recreate command which resets the world. I believe the seed is still being used for that command, I will attempt to try a bunch of different ideas. I would like to mention that I have no idea if changing the seed of the world after its already been generated works, this was added as an extra feature for testing purposes.
---
##### Hope you all enjoy this very small tool