Skip to content

An npm script that programmatically generates hunger/thirst restoration values for the Survivalistic mod.

License

Notifications You must be signed in to change notification settings

Dojando98/survivalistic-db-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Database Files for Survivalistic Stardew Valley mod

Survivalistic Mod here: https://www.nexusmods.com/stardewvalley/mods/12179

Some outputs of this script can be downloaded here: link

The download above currently includes database jsons for:

Also added to the pack, conversion by Dimentiza on Nexus:

If you download that, remember to place them inside the Databases directory, found at Survivalistic/assets/Databases.

Setup

  1. clone the project from GitHub
  2. open the terminal, and run npm install

Instructions

  1. Create two empty directories in the survivalistic-db-generator directory, one called input and one called output.
  2. Copy the Object directory of the package you want to convert into the input directory
  3. Open the terminal inside the survivalistic-db-generator directory, then run npm start [mod.uniqueId] (the mod's unique ID can be found in its manifest.json
  4. Move the json generated in the output directory to Survivalistic's database directory (found in Surivalistic/assets/Databases)

New To Programming?

You'll need node.js and npm, instructions found here

I use Windows Terminal, download found here

About

An npm script that programmatically generates hunger/thirst restoration values for the Survivalistic mod.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%