Last active
February 15, 2025 06:18
-
-
Save surskitt/8110f460818dfe6cdd77e0c55ede8c38 to your computer and use it in GitHub Desktop.
Lovely version of the balatro-gay mod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[manifest] | |
version = "1.0.0" | |
dump_lua = true | |
priority = 0 | |
[[patches]] | |
[patches.pattern] | |
target = "game.lua" | |
pattern = "init_localization()" | |
position = "before" | |
payload = ''' | |
G.localization.misc.poker_hands['Straight Flush'] = "Gay Flush" | |
G.localization.misc.poker_hands['Straight'] = "Gay" | |
G.localization.misc.poker_hands['Royal Flush'] = "Royal Gay Flush" | |
''' | |
match_indent = true | |
overwrite = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a
GayFlush
directory inside your Mods folder (%APPDATA%\Mods\GayFlush
) and drop thelovely.toml
file inside.