Skip to content

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.

Mewtator Image

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.

Mewjector Image

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.

GPACK Image

Save Editor⚓︎

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

save Image

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.

Adobe 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.

Adobe Flash

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.

Collar Fixer

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.

LevelEd1

Non-Mod Support⚓︎

Does not support modded foes, but allows for random spawns and such.

LevelEd2

Custom Stray Tools⚓︎

MewVoice⚓︎

ONLINE LINK APP LINK

Allows you to record and export your own set of cat sounds. App has more features than online.

mewvoice

Kitty Editor⚓︎

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

customstray

Palatte Editor⚓︎

Allows you to make your own custom palattes! Very useful.

customstray2

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.