
A simple WebGUI to edit Hideout Crafting/Production.
Production Editor
This web application allows users to edit and customize the production.json file used in SPT, providing a user-friendly interface to manage hideout production settings. Users can create, edit, or upload their own production files, manage item requirements, and export the modified production.json for use in SPT.
Features
- Production Management: Create new productions, edit existing ones, or delete them as needed.
- Requirement Editing: Modify production requirements such as area, item count, and level directly through the UI.
- File Upload and Download: Upload your current production.json for editing and export the updated list when finished.
- Local Execution: All changes are performed client-side, ensuring privacy and security for your data.
Usage
- New Production List: Create a new production.json, you MUST use a mod like MoreHideoutCrafts to import your productions, or your game will crash.
- Default Production List: Just add or edit productions. Be careful when deleteting default productions, as this can lead to errors if the game tries to access them.
- Upload a Production List: Depending on where you get the list, refer to one of the options above.
Do NOT delete the quest requirments from a default production. This can lead to a game crash.
If you overwrote your default production.json and need to restore it, use the “Default Production List” option and download the file.
Online Version
Visit sardine.one to start editing your production.json online.
This website does not use cookies. Everything runs locally on your machine, and no data is transmitted to the server. This means that when you reload the website, you will lose your progress. So, don’t forget to download the production.json file.
Local Version
If you have no experience with git/npm/node just use the online version.
Requirements [email protected] and [email protected]
- Clone the repository:git clone https://github.com/AcksBerg/SPTProductionEditor.git cd SPTProductionEditor
- npm installnpm install
- Start the development server:npm run dev
- Open your browser and visit http://localhost:3000. (or shown in the console)
SPT 3.9.8
550 Downloads
New:
- Added pictures when hovering over a production name.
- Create a new craft with the currently selected area pre-selected.
- Automatically create the area requirement for the currently selected area.
Before this, you could encounter a visual bug where mods like “More Checkmarks” would display level 0 as required. (see screenshot)
Fixed:
- Various minor bugs related to selecting an area and using the search function.
Special thanks to Alkashy providing lots of feedback / reporting bugs and testing various things!
Unknown SPT Version
96 Downloads
Added a tag with a tooltip to all default productions, which will notify the user, that editing a default production could lead to a game crash.
Unknown SPT Version
246 Downloads
Added a theme switcher, so you are no longer forced to use the dark theme (beware of the flashbang).
Fixed a bug where, when the move up/down buttons were used inside a specific area, the selected area changed to ‘All’ and all productions were shown, making the move function essentially unusable.
Unknown SPT Version
134 Downloads
Highlight the current selected production to make it easier to use the buttons on the right side.
Unknown SPT Version
129 Downloads
Fixed:
- Duplikated IDs
- Requirments overwriting each other.
Thanks to WilliamHB and eluuuusive for reporting these bugs and helping to reproduce them.
Unknown SPT Version
221 Downloads
An error message has been added if the end product has not been set or if there is not at least one requirement.
Not quite yet...