Skorpionss

Member
Oct 18, 2016
178
227
I tried using the save editor but I couldn't really find any variables for either pokemon's xp or for money :-/
 

fexo ninyt

Newbie
Jun 20, 2017
18
13
I tried using the save editor but I couldn't really find any variables for either pokemon's xp or for money :-/
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 = 9999​
full 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​
 
Last edited:

Skorpionss

Member
Oct 18, 2016
178
227
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 = 9999​
full 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​
Awesome! Thanks!
 

ltybcs

Newbie
Feb 22, 2017
25
69
Leaf on Fire [v0.1.4]

You don't have permission to view the spoiler content. Log in or register now.

Download:
- - -
 
Last edited:

ThunderZoo

Member
Aug 16, 2016
247
395
The new punkmon is
You don't have permission to view the spoiler content. Log in or register now.
I didn't like this one a lot :-/

BTW, even if probably we will find it very late....I can't wait for Slowpoke x'D
 

Brian1949

Member
Donor
Oct 9, 2017
449
1,196
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 = 9999​
full 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​
Only the money cheat works.
 

DarkWolf2055

"Acknowledge Me"
Donor
Respected User
Former Staff
Aug 3, 2017
3,485
36,072
Updated OP with v0.1.4 for win and mac
 
Last edited:

Beepsheep90

Newbie
Jan 23, 2018
35
43
We need more games like this! Im a big fan of these parody games and this model is pretty hot! I wished we had more content sofar and maybe even a version with a male trainer. Think i found a gem for me!
 
  • Like
Reactions: ThunderZoo
4.30 star(s) 19 Votes