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
31.6K

b [Fixed] Unknown variable

a month ago
The mod miniMAXIme: Character scaler and selector (2.0.13) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event minime::on_init()
Unknown variable: control:fulgora_islands:frequency
stack traceback:
    [C]: in function 'create_surface'
    __minime__/scripts/surfaces.lua:112: in function 'create_surface'
    __minime__/control.lua:274: in function 'init'
    __minime__/control.lua:382: in function <__minime__/control.lua:378>

With the Everything on Nauvis mod and SA.

a month ago
(updated a month ago)

Thanks for the report. While the crash message mentions miniMAXIme, I believe that it is actually caused by "Everything on Nauvis". I've forwarded the bug report. Hope that helps! :-)

a month ago

Well, I may have a solution. Could you replace lines 107-111 of scripts/surfaces.lua (starting with local params = { with the following?

    local params = {
    width = 1,
    height = 1,
    autoplace_controls = {},
    autoplace_settings = {},
    default_enable_all_autoplace_controls = false,
    cliff_settings = nil,
    peaceful_mode = true,
    property_expression_names = {},
    seed = 0,
    starting_area = 0,
    starting_points = {},
    terrain_segmentation = 1,
    water = 0,
  }

Do you still get the crash after the change?

a month ago
(updated a month ago)

No crash, this seems to work.

a month ago

Thanks for testing! I've just uploaded version 2.0.14 with the fix.

New response