ScenarioSharer
[Beta] Share your Scenario Files with zero code. Simply add this mod as a depenency to your Mod, and your scene will be copied to others. Read instructions online!!
By NGA
Last updated | a year ago |
Total downloads | 5084 |
Total rating | 1 |
Categories | Scene File |
Dependency string | NGA-ScenarioSharer-0.1.1 |
Dependants | 10 other packages depend on this package |
This mod requires the following mods to function
NGA-VaultSaveCompatibility
[Beta] Skips over broken/deleted mods when loading a Vault save-file. Made for Safehouse Progression to avoid losing loadouts and houses.
Preferred version: 0.1.0README
Scenario Sharer (Beta, may not work)
- Share your Scene Vault Files with zero code.
- Simply add this mod as a depenency to your Mod
- Your scene will auto load into others'
SceneConfigs
folder. - Includes Vault Save Compatibility mod, so others can safely download your scene even if they're missing some dependencies in it.
SIMPLE How-to-Use (with Template):
- Coming soon!
DETAILED How-to-Use:
Saving a Scene in H3VR
Use the existing H3VR Save Scenario
menu in your Wrist Menu
to save your scene.
Finding Scenario File in your PC
- Open File Explorer in Windows
- Go to your
C:\Users\<YOU>\Documents\My Games\H3VR\Vault\SceneConfigs
folder - Enter the scene folder you saved your scenario in, for example
gp_hangar
for GP_Hangar - Select the Scenario file you wish to share, and copy it with
Crtl+C
Making a Scenario Mod
- Follow this short "Manual Creation" portion of the guide hyperlinked to set up the file structure of your Mod.
i. Your folder should look like this with the exact same file names and types: ii. Your manifest should look like this{ "name": "YourModName", "version_number": "1.0.0", "website_url": "", "description": "Your Mod description.", "dependencies": [ "NGA-ScenarioSharer-0.1.0" ] }
- Paste the scene configuration file you copied earlier into this mod folder.
i. Add the prefix"shared_"
to the file name.
ii. Example, if the original file was calledCLEAN_gp_hangar_VFS
, it should now be calledshared_CLEAN_gp_hangar_VFS
:
Uploading your Mod
- Compress your files with the default Windows compressor highlighted in the image below:
- Open https://h3vr.thunderstore.io/package/create/
i. Create an account with the site if needed, you can use your GitHub too. - Drag the Zip file you created in the previous section where indicated.
i. Select your Team (your account)
ii. Ensure you haveH3VR
set as the game
iii. Set the Category toScene File
iv. Submit and debug. - Debugging Thunderstore (Common errors)
i. Yourimage
isn't called "icon" or it's not a PNG of size 256x256.
ii.Manifest
has error, validate it with https://h3vr.thunderstore.io/tools/manifest-v1-validator/
iii.README
has MarkDown syntax error, validate it with https://h3vr.thunderstore.io/tools/markdown-preview/
Versions
0.1.1
- Corrected dll version, oops!
0.1.0
- Automatically loads any scenario files with "shared_" prefix in their name to the /Plugins' subfolders
- Open Beta, let's see what breaks