You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.