Character mod helper

by Pi-C

If your mod lets players use a character that looks differently, you'll have to decide whether you must overwrite the default character. This mod will help you with this decision, and make it really simple to overwrite the default or update the new prototypes in a safe way.

Internal
2 months ago
1.1 - 2.0
53.7K
Character

g Any way to modify the sprites used for the gun muzzle flash?

2 years ago

Hello! I want to modify the shooting particles that are used when you shoot a gun and replace them with my own, but I couldn't find anything in the IRobot example.

Does your mod allow these types of modifications?

2 years ago
(updated 2 years ago)

Hi! Muzzle flash isn't a property of characters, but of guns. In miniMAXIme, I do scale muzzle flash (see prototypes/3-scale_guns.lua), in data-final-fixes. (I believe that will really work just for the default character as custom characters may be smaller/bigger than the default character.)

I hope that will be of help!

EDIT: I've just made an interface request for a gun_offset property in character prototypes.

New response