#negative playing cards (i need better name for it)
1 messages · Page 1 of 1 (latest)
Lovely patching the local edition line here in card.lua to have false or nil instead of edition_rate should work I think?
I created this channel because someone said i should make mod for it
Did it worked for you?
Can you show me full code
Of this part
Add this code snippet to your mod
function poll_edition(_key, _mod, _no_neg, _guaranteed)
if string.find(_key, "^standard_edition") ~= nil then
return poll_edition_ref(_key, _mod, false, _guaranteed)
end
return poll_edition_ref(_key, _mod, _no_neg, _guaranteed)
end```
I already did something similar in one of my mods and it worked
Can this code snippet itself function like a mod?
U know any code template
Search here how to create your own mod:
https://github.com/Steamodded/smods
https://github.com/Steamodded/smods/wiki