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 day ago
0.16 - 2.0
28.2K

b [Fixed?] Crash when opening sandbox scenario

4 years ago
(updated 4 years ago)

Thanks for the report! Still waiting for some localization strings before I'll upload the next version. In the meantime, you could fix that yourself by changing

  script.on_event(defines.events[event], function (event)

to

  script.on_event(defines.events[event], function (event)
    if not game.players[event.player_index].character then 
      return 
    end

This should be line 580. Please not that the mod won't track what you have in your inventory when you're in Editor or God mode. So, if you should decide to change to a character later on, you'll start with an empty inventory. I may add God-mode compatibility in the future (not sure if that really would be a good idea), but for now the current fix should still be better than a crash. :-)

4 years ago

Thanks

4 years ago

You're welcome. This should be fixed now in 0.0.17!

4 years ago

but not 0.18.x?

4 years ago
(updated 4 years ago)

Sorry, version numbers are a b bit confusing now. Version 0.0.16 of "minime" is for Factorio 0.17, and version 0.0.17 of "minime" is for Factorio 0.18. :-D

I would have changed the versioning scheme (like 0.17.x for Factorio 0.17 and 0.18.x for Factorio 0.18), but it's just about 3 weeks that I'm the owner of this mod. I never thought I'd make much more than just a quick fix to get it working again, so with Factorio 1.0 just a month away, I took a kind of cavalier attitude to that. Once Factorio 1.0 drops (just a week, if everything goes as planned), I'll change the versioning scheme to make it more obvious.

New response