Getting Started

Did you like the way those enemies looked in Apocalypse, with the fiery faces and distorted appearances? Were you disappointed that the Level Editor won't let you spawn them, not even as props?Good news - you can add them to the level editor to fight as any character that can normally battle the Mafia! You just need to change some coding here and there.To use this guide, you need two things: a level for any character that can fight the Mafia, and Notepad++ (download it here: https://notepad-plus-plus.org/) If you are unfamiliar with using Notepad++, here's how it works: when you place down an item or enemy, its IDs are listed in the level.obj file for that floor. There are two main types of IDs to look for: the sprite ID and the object ID. Sprite ID determines how something looks, while object ID (located two lines below sprite ID) determines how it acts in-game. Between those two spaces is the direction (0-360 degrees) it is facing. By changing the sprite and object ID of an item you added to the level, you can add virtually anything to the Level Editor that isn't there by default. Everything below has its IDs listed as (sprite ID, object ID).NOTE: Changes from Notepad++ will not stay unless you save the level again in the Editor before playing it. Playing the level without saving it from the Editor will not show anything you just added.