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

g [Implemented] Gear Girl compatibility?

4 years ago

Any chance you could make this compatible with Gear Girl?

4 years ago
(updated 4 years ago)

Even better: I rewrote the code so it should be flexible enough to scale alternative character graphics by any mod! :-)

Check out version 0.0.12/0.0.13, please!

4 years ago

Gear girl doesn't show up in the menu with version 0.0.20 of this mod, version 1.0.5 of Gear Girl, and factorio 1.0.0

4 years ago

Interesting, thanks for pointing me to the update! :-)

Just for clarification: Did you use only minime and Gear Girl, or were any other mods installed as well? Did you start a new game when this happened?

If you didn't have any other mods installed, the real issue is that you've got the menu at all! I guess that is due to the cut-scene where you don't have a character right from the start. In 0.18, we could safely assume that a player without a character would be in god mode, so I offered a button to switch to the default character. With the cut-scene, this apparently will always trigger when a new game is started. I'll have to look into that.

The other problem is that the Gear Girl character can't be offered for selection. If you still have a saved game from 0.18, try to load it -- if you don't have any other mods providing additional characters, there should be no menu because there is nothing to choose. If you do have additional characters, Gear Girl might be available as Default character.

This is a problem of how Gear Girl character works: The author assumes that his character will be the only one in the game, so he takes the short route of overwriting the main character right from the start. It would be better to create a new character instead, as explained in this thread. You should ask the Gear Girl author for compatibility with minime, because there's really nothing I can do about it: The other character selector mod presented in that thread makes Gear Girl available as a new character by rebuilding it from scratch. (In other words: it doesn't provide compatibility with Gear Girl Character, but replaces it.) My approach is to use what's available and let the character-providing mods in control of how their characters look like, what sounds and animations they use -- they are far better at that anyway! Also, it let's me keep the modsize down (minime: <100KB; Gear Girl: >35MB!) and make the mod more universal and usable with any characters.

4 years ago
(updated 4 years ago)

With only gear girl installed, I saw no menu, but with both gear girl and I, robot installed I got a menu where "default character" provided gear girl and "I, robot" worked as expected. Makes sense that there's issues if the approach taken in the Gear Girl mod is to overwrite the default character though, any change to that mod could potentially change how that's detected.

Also I tested this with both a new map and an existing map, both behaved the same way.

4 years ago

It's intentional that there's no menu if there's nothing to choose from (for now at least, toggling godmode is something I still want to implement). Keeping track of when a character is switched, reacting to GUI clicks (meaning ALL clicks, also for other mods) etc. consumes resources, so disabling the menu if it isn't needed improves performance. :-)

New response