Skip to content

Simple Setup

Brainy7980 edited this page Oct 6, 2025 · 1 revision

Mod Metadata

Mods contain two files, pack.json and meta.json (while meta.json is optional).

pack.json is actually the exact same as _polymod_meta.json in V-Slice, just renamed. I'm not going to over the fields used in pack.json, but this may help if you need it.

meta.json is different, it handles fields that pack.json doesn't handle. Here is an example:

{
   "windowName": "MOD NAME HERE",
   "discordRPC": "DISCORD APPLICATION ID"
}

windowName handles the name of the window. Simple enough.

discordRPC is just the application ID used for Discord.

Clone this wiki locally