Bob's Character classes


Adds character classes to the game.

Tweaks
15 days ago
0.16 - 2.0
97.2K

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

29 days ago
(updated 29 days 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

29 days ago

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

29 days ago

Cool, thanks for letting me know!

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

29 days ago

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

29 days 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