Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nuclear Throne: Varia Addons

New weapons, mutations, characters and more! · By Dragonstrive

Enabling Cross-Mod Compatibility and Changing Loading Preferences Sticky

A topic by Dragonstrive created 37 days ago Views: 91
Viewing posts 1 to 1
Developer (1 edit)

Should you feel the need to disable certain parts of varia's content, or enable existing cross-mod features and compatibility, below is a tutorial on how:

  1. Open your Varia Addons folder and locate the file named va_loader.mod.gml.
  2. Open this file in any normal text or code editor.
  3. Locate what content you want to enable/disable. 
    1. In the case of mod compat, which is disabled by default, you would go to line #7's "compat" : false, .
    2. In the case of Varia's characters, which are enabled by default, you would go to line #4's "races" : true, .
  4. Find where it says true or false, and change the given word to, in plain text, false to disable, or true to enable, respectively.
    1. (if the line said "compat" : false, before, it would now say "compat" : true,)
    2. Take caution to not edit anything else, or else the mod may break!
  5. For mod compat, be sure to do this for both the va_shouldload section, and the compat_types section.
  6. Save the file, and exit out. Then load the mod like normal.

Varia Addons currently supports compat/new content for the following mods

This list will be edited if more mod compat is added.