Bob's Character classes


Adds character classes to the game.

Tweaks
3 months ago
0.16 - 2.0
101K

g [Other mods] Bug : error when loading a save or creating a new game

5 months ago
(updated 5 months ago)

Die Mod Bob's Classes and Multiple characters mod (2.0.1) hat einen Fehler verursacht, der nicht behoben werden kann.
Bitte informiere den Autor der Mod über diesen Fehler.

Error while running event bobclasses::on_init()
Error when running interface function minime.bob_classes_update: minime/control.lua:211: attempt to index local 'event' (a nil value)
stack traceback:
minime/control.lua:211: in function 'init'
minime/scripts/remote_interface.lua:421: in function <minime/scripts/remote_interface.lua:416>
stack traceback:
[C]: in function 'call'
bobclasses/control.lua:576: in function <bobclasses/control.lua:260>

Edit : I have also posted the bug on minime

5 months ago

@KiwiHawk: I believe you can ignore this, the problem seems to be on my end …

5 months ago

Cool, thanks for letting me know!

The renaming we did in Bob's mods broke a lot of mods I know 🙈

5 months ago

The thread can be closed. The bug has been fixed.

5 months ago

The renaming we did in Bob's mods broke a lot of mods I know 🙈

Nope, this had nothing to do with your changes. I had changed my init function to expect an argument but forgot to change the call from the remote function so that trying to access the argument resulted in trying to index nil. I've searched for more calls of the init function, but it seems this was the only case where I called it without arguments. :-)

New response