Closed ArliArdevlirn closed 1 year ago
Hi, something to confirm. Are you playing the GoG version of the game or the Steam version?
GoG version of the game, Also i do not have the Repentance DLC, only have rebirth+ afterbirth and afterbirth plus
I knew it. Someone messed up some tech stuff for Lua in GoG version. If you pass second string as you mentioned, it should do the trick and fix Load function
The mod is not working, debugconsole show this error: eid_api.lua:310: bad arguments #2 to 'Load' (string expected, got no value)
PS: Decided to try fixing it myself, since the documentation doesn't mention any 2nd argument for the font:Load() function and the error thrown want a 2nd argument being a string i added a "test" string as second argument to see what error would be thrown and get a clue of what is expected from this argument. Turn out just adding "test" as 2nd argument doesn't throw any error and allow the mod to work properly.