NGA-VaultGunSharer icon

VaultGunSharer

[Beta] Share your Vault Files for guns with zero code. Add this mod as a depenency, include some vault files with special prefix, and they will automatically install for others.

By NGA
Last updated 3 months ago
Total downloads 527
Total rating 2 
Categories Tweaks Vault File
Dependency string NGA-VaultGunSharer-0.1.0
Dependants 2 other packages depend on this package

This mod requires the following mods to function

NGA-VaultSaveCompatibility-0.1.0 icon
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.0

README

Vault Gun Sharer (Beta)

  • Share your Gun Vault Files with zero code.
  • Simply add this mod as a depenency to your Mod
  • Your Gun will auto load into others' Documents\My Games\H3VR\Vault\Objects\BareObjects folder.
  • Includes Vault Save Compatibility mod, so others can safely download your gun even if they're missing some dependencies in it.

SIMPLE How-to-Use:

Finding Gun File in your PC

  1. Open File Explorer in Windows
  2. Go to your C:\Users\<YOU>\Documents\My Games\H3VR\Vault\Objects\BareObjects or Objects\LoadOuts folder
  3. Select the Gun file you wish to share, and copy it with Crtl+C

Making a Gun Vault Mod

  1. Copy the Template Folder from https://github.com/NewGenerationAlms/NgaShareableCode/tree/main/h3vr/vaultgunsharer/Template to your computer and edit the contained files according to instructions below.
    i. Your manifest's dependencies should look like this
    {
        "name": "YourModName",
        "version_number": "1.0.0",
        "website_url": "",
        "description": "Your Mod description.",
        "dependencies": [
            "NGA-VaultGunSharer-0.1.0"
        ]
    }
    
  2. Paste the gun vault configuration files you copied earlier, in step "Finding Gun File in your PC", into this mod folder.
    i. Add the prefix "gun_shared_" to the file name.
    ii. Example, if the original file was called PRIMER_VFL, it should now be called gun_shared_PRIMER_VFL:

Uploading your Mod

  1. Compress your files with the default Windows compressor highlighted in the image below:
  2. Open https://h3vr.thunderstore.io/package/create/
    i. Create an account with the site if needed, you can use your GitHub too.
  3. Drag the Zip file you created in the previous section where indicated.
    i. Select your Team (your account)
    ii. Ensure you have H3VR set as the game
    iii. Set the Category to Vault File
    iv. Submit and debug.
  4. Debugging Thunderstore (Common errors)
    i. Your image 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.0

  • Automatically loads any json gun vault files (objects or quickbelts) with "gun_shared_" prefix in their name to the /Plugins' subfolders
  • Open Beta, let's see what breaks