New online docs#144
Open
wasdeilonn wants to merge 6 commits into
Open
Conversation
IExploitableMan
requested changes
Mar 25, 2026
| Hi! This page will teach you the very basics of modding Polytopia. | ||
|
|
||
| # How do I make a mod? | ||
| Polytopia mods are essentially a folder/`.zip` file/`.polymod` file that contains a `manifest.json` file and other components of the mod. Mods are stored in the `Mods` folder of the Polytopia root folder. |
Contributor
There was a problem hiding this comment.
folder/
.zipfile/.polymod
looks bad
Polytopia root folder.
explain root folder
| # How do I make a mod? | ||
| Polytopia mods are essentially a folder/`.zip` file/`.polymod` file that contains a `manifest.json` file and other components of the mod. Mods are stored in the `Mods` folder of the Polytopia root folder. | ||
|
|
||
| In order to make a new mod, you have to create a new folder inside the `Mods` folder, name it whatever, and then put a `manifest.json` file in it (more on this later). You can also zip this folder to turn it into a distributable mod, and you can rename the extention to .polymod so you can properly distribute it on the [polymod.dev](https://polymod.dev/) website. |
Contributor
There was a problem hiding this comment.
Ziping folder is bad
name it whatever
bruh?
| } | ||
| ``` | ||
| > [!TIP] | ||
| > If you aren't familiar with the JSON format, try reading a bit about it first. |
Author
There was a problem hiding this comment.
mb bro imma add it if i find out how
| ``` | ||
|
|
||
| # Manifest | ||
| The `manifest.json` file contains basic information about your mod, like its id, name, description, authors, dependencies, so on. This file is a json file, and looks something like this: |
Contributor
There was a problem hiding this comment.
*metadata of the mod
Author
|
@IExploitableMan wdyt? |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
teehee