miniMAXIme: Character scaler and selector

by Pi-C

The player stands like a giant near the vehicles. Now you can adjust the size of your character -- and you can change your appearance at any time if you've other mods that provide extra characters!

Tweaks
a month ago
0.16 - 2.0
30.7K

g [Done] Regular collision box

4 years ago

Hi, I see that in addition to decreasing the character size,

"The player's collision box will also be reduced, so you can easily get through obstacles in your path."

Is it possible to disable this feature? I would like keep the regular collision box. I can edit the mod myself if there is no setting, just tell me how to do it.

Thanks!

4 years ago

Is it possible to disable this feature?

I could add a setting later.

I would like keep the regular collision box. I can edit the mod myself if there is no setting, just tell me how to do it.

data-updates.lua, lines 127f.:

   -- Collision box of character should always be minimal so we can move it everywhere!
   character.collision_box = {{-0.1, -0.1}, {0.1, 0.1}}

The first line already is a comment (starts with "--"). If you comment out the second line as well, minime will leave the collision_box alone.

Thanks!

You're welcome, and good luck! :-)

4 years ago

Worked perfectly, thank you very much!

3 years ago

Added setting.

New response