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
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
Joalor64 edited this page Jul 25, 2022
·
5 revisions
Polymod Tutorial
Creating the Mod Folder
Create a folder in the polymods folder and rename it to whatever you want.
Doing this manually is not a problem, but it would be faster if you cnp'd the Template in the polymods folder.
In-Game Mod Info
The information for the mod is stored in two files. Those two files are _polymod_icon.png and _polymod_meta.json.
In _polymod_meta.json, you can define the mod name, the name of the author, etc.
Now, about _polymod_icon.png, it's just a simple .png icon for the mod. Just keep in mind that whatever image it is, it will always be squishes into a 150 by 150 resolution. So a 1:1 aspect ratio is recommended for your image.
So now, what do you after all that you may ask? I don't know. But, I'll let you know when this is improved and you can go further in this process.