My Time at Portia

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Item Names by ID

    Moved to https://www.nexusmods.com/mytimeatportia/mods/64?tab=files&file_id=375...

  • How To Make Custom Weapons

    To make your own weapons, like any blacksmith, you'll need some tools.

    The first tool you'll need is a SQLite browser. https://sqlitebrowser.org is the one I use. Use this to access the database located at \Portia_Data\StreamingAssets\CccData\LocalDb.bytes

    The rest of the tools are really just text files. You'll need a good text editor, like Notepad++. Text files are located in this mod's assets folder.


    weaponItems.json

    weaponItems.json is the main file you use to create a custom weapon. The one that comes with the mod contains two JSON nodes, each of which is a custom weapon. Just copy one of the nodes, curly brackets, comma, and all, to make a third node and edit it to create your weapon.

    Notes on weaponIt...