Tools⚓︎
This section of the documentation aims to probide modders a list of popular and useful tools for modding.
Starting Tools⚓︎
There are basic tools all Mewgenics modders use at least once. Here is a list of the most basic tools for starting modding. As of now, because there is no steam launcher for mods or page for workshop content, most mods have released on Nexusmods.
Mewtator - Mod Loader⚓︎
As the Nexusmods page described, this is a seperate tool from Mewgenics that launches the game and runs mod scripts, allowing mods to be playable with Mewgenics.

Mewjector - DLL Mod Loader⚓︎
This is, technically, a addition to Mewtator. It allows for DLL mods to be loaded with the rest of the game.

File Unpacker⚓︎
This is the unpacker supported for unpacking both Mewgenics and The End Is Nigh. All assets and data is put in the Output folder in the same directory as the base EXE.

Save Editor⚓︎
Essentially a tool that can be used for cracking or editing cracked files. It's in-browser and works well!

Flash CS6 + Download Manual⚓︎
Flash Download Link Download Manual Link
It's Flash! You can also open the FLAs in Adobe Animate, but Mewgenics FLAs are made for flash.

FLA Decomper⚓︎
Unpacks SWF files into FLAs, allowing you to copy the structure of a ingame-SWF. To use, drag a SWF and put it in the .bat file in the folder, then when the application is open, export the FLA.

Collar Fix⚓︎
Unfortunately, the game tends to crash if you open the menu (showing the collars) and you have all unlocked, including your own. This is because the base game only supports 13. This DLL mod supports more.

Level (Battle) Creators⚓︎
There are 2 popular level creators. One supports mod enemies, and one does not, with the pro of having better graphics.
Mod Support⚓︎
While the UI is basic, and only loaded from the python file, it allows for modded entities by allowing you to put your own ID in a tile.

Non-Mod Support⚓︎
Does not support modded foes, but allows for random spawns and such.

Custom Stray Tools⚓︎
MewVoice⚓︎
Allows you to record and export your own set of cat sounds. App has more features than online.

Kitty Editor⚓︎
Allows you to edit a kitty's appearance and save the data for your own stray!

Palatte Editor⚓︎
Allows you to make your own custom palattes! Very useful.

Cat Data Exposure⚓︎
As Maishul expertly summarizes: A Mewjector mod that exposes CatData fields to the GON ability system. Formula variables, X is bindings, and Conditional gates are all usable from .gon.append files with no C code required.