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
11 days ago
0.16 - 2.0
26.4K

g [Fixed] Log spam

4 years ago

The mod write a lot of lines to log. Can this be hidden behind a debug setting?

4 years ago
(updated 4 years ago)

Oh, sorry for that! I didn't notice because I usually have full logging on during modding -- but I usually do that with a function that should only log stuff on my computer. I guess I was too lazy to type the longer command, so I just used log() … :-)

Do you really want to have a setting, or should I keep it as before, with logging always off?

4 years ago

Fixed in 0.0.19/0.0.20!

4 years ago

you can have a variable in the code which is set to false in the release, which debuggers can swap to true when they need it.

4 years ago

I use an empty mod with just info.json. If that mod is present, the debug function writes to the log. :-)

New response