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
9 months ago
0.16 - 2.0
38.0K

b [Fixed] Unknown variable

10 months 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.

10 months ago
(updated 10 months 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! :-)

10 months 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?

10 months ago
(updated 10 months ago)

No crash, this seems to work.

10 months ago

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

New response