#Crash when doing big mult
1 messages · Page 1 of 1 (latest)
first of all, update steamodded and lovely
it's not the last version ? because in github it's what they said
your steamodded is about 2 months old
lovely is a full update old
well, two
regardless they're both very out of date
ya sure one sec
https://github.com/Steamopollys/Steamodded/archive/refs/heads/main.zip https://github.com/ethangreen-dev/lovely-injector/releases/tag/v0.6.0
thanks for the links, i i just tryed playing and it crashed
okay ye that's the same crash, @wooden lava do you still update your mods? you have a talisman incompat there
thanks for helping, do you know what's the problem here that make my game crash ?
yea, you can fix it relatively easily, go in the mikasmodcollection mod lua file, find line 2160, and wrap any numbers or references to numbers (e.g. G.GAME.chips) in there with to_big(number))
this makes your copy of the mod dependent on Talisman though
so if you remove talisman you could run into issues
so i replace the first spoiler by the second where you said and after i remove talisman ?
because i think talisman is needed for the other mods no ?
i don't understand what you're saying
you can just send line 2160 and i can replace what's causing the issue
i replaced the text by the other you gave me
oh not literally "number"
just whatever was there before
so to_big(G.GAME.blind.chips)
but also the other two in there
to_big(self.ability.extra.total_chips) > (to_big(self.ability.extra.req) * to_big(G.GAME.blind.chips))
i will test now
but i had the same probleme with the sniper joker for exemple, do i need to replace for every joker who make crash ?
omg it worked
thx you
nice
i would just avoid using old unmaintained mods
its in mikas mods this joker no ?
yep
okkay so if it make me crask i replace the same line for this joker ?
you can generally look at where the crash is and then add to_big() to it
and it'll usually work
it worked for a while and i have now a crash with bunco, i will test your advice and make a update
is it the same problem ?
doesn't look like it, but try updating bunco and see if that helps
worked thx