- Apr 5, 2017
- 1,883
- 113,460
you can use thisIs there a cheat for money
You must be registered to see the links
you can use thisIs there a cheat for money
i useyou can use this
You must be registered to see the links
Lol as much as I enjoyed being called dear unfortunately no I do know know any mods or cheats for this game. Havent even played since like 0.2 really.Hi dear do you have mod or cheats for this game
First enable the console ingameI tried using the save editor but I couldn't really find any variables for either pokemon's xp or for money :-/
Awesome! Thanks!First enable the console ingame
edit the file /game folder/renpy/common/00console.rpy
search for "config.console" and change to "True".
use "shift+o" in the game to open the console
some commands that I found so far
money
player.money = 9999full heal the pokemon on slot 0 of your party
player.party[0].fullHeal()give xp to the pokemon on slot 0 of your party
player.party[0].giveExp(9999)
give xp to the pokemon on slot 0 of your PC
player.computerpoke[0].giveExp(9999)
give love to the pokemon on slot 0 of your party (not sure what this does)
player.party[0].giveLove(9999)
where 0 is for the 1st pokemon, 1 is for the 2nd, and so on
you can also increase the exp mult that you choose when the game starts
player.cheat.expmult = 1000
i have no idea what this does
player.cheat.fulllove = True
Thanks man edit: Link doesnt work for meYou can download it from Mega now too. Have fun!
You must be registered to see the links
Only the money cheat works.First enable the console ingame
edit the file /game folder/renpy/common/00console.rpy
search for "config.console" and change to "True".
use "shift+o" in the game to open the console
some commands that I found so far
money
player.money = 9999full heal the pokemon on slot 0 of your party
player.party[0].fullHeal()give xp to the pokemon on slot 0 of your party
player.party[0].giveExp(9999)
give xp to the pokemon on slot 0 of your PC
player.computerpoke[0].giveExp(9999)
give love to the pokemon on slot 0 of your party (not sure what this does)
player.party[0].giveLove(9999)
where 0 is for the 1st pokemon, 1 is for the 2nd, and so on
you can also increase the exp mult that you choose when the game starts
player.cheat.expmult = 1000
i have no idea what this does
player.cheat.fulllove = True
It's fixed. Somehow the bbcode was screwed up.Thanks man edit: Link doesnt work for me