Skip to content
Wizard Lizard edited this page Feb 11, 2020 · 25 revisions

Welcome to the WeaponCore Wiki!

This page and its subpages will (hopefully within a reasonable time frame) be filled with general information to help Modders out!

In the meantime take a look at WeaponThread to get a general sense of how your files should be structured.

To get a functional WeaponCore mod up, we suggest downloading WeaponThread, and moving the entirety of the "Scripts" folder into your own mods Data folder. You can then delete most of the files excluding "Masterconfig.cs" "scripts" and one weapon configuration file that you will modify to suit your needs. (LargeGatlingTurret is pretty simple, as its just a modified keen gatling turret)

Then, edit the configuration file, one of the first things to change is the "WeaponDefinition"

WeaponDefinition YourWeaponUniqueName => new WeaponDefinition

You can then take that weapon's unique name and put it in the masterconfig.cs file. This tells WeaponCore what weapons are active.

ConfigFiles( YourWeaponUniqueName );

More specific information can be found in the sidebar!

Clone this wiki locally