Troscer

Newbie
Jun 16, 2017
39
15
As a heads up, the .18 update for ANDROID, is currently broken. This is stated in the post, I have tested it, and it is indeed down, it will not even open as an App.
@boom313 , if you want to try your hands at it.
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,662
23,764
As a heads up, the .18 update for ANDROID, is currently broken. This is stated in the post, I have tested it, and it is indeed down, it will not even open as an App.
@boom313 , if you want to try your hands at it.
the official version might be broken but my works pretty well
but if @booom313 should make you a 2nd one, at least write his name correct :rolleyes:
 
  • Like
Reactions: Valronn

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,662
23,764
here is my unofficial android port of Leaf on Fire v0.1.14
have fun and please report problems (you can reach me )
updated: 04.11.2018
 

CreepyGhost

Active Member
May 4, 2017
704
612
VERY nice. But very short. I understand it's hard to make such a game, but please hurry and complete it as soon as you can. It's worth playing.
 

Createur-Z

New Member
Jun 16, 2018
4
3

you have to be more 1000 reputation i advise you to pay because blowjob give -1000 reputation
 

Nekura

Member
Dec 5, 2017
448
638
anyone have a changelog for this update, or know what was added? would like to know if there was any more story added or just a new pokemon or 2 before I download.
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,662
23,764
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'poke56' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/poke/056.rpyc", line 308, in script
  File "/data/user/0/org.lof.the66/files/renpy/ast.py", line 629, in execute
    who = eval_who(self.who, self.who_fast)
  File "/data/user/0/org.lof.the66/files/renpy/ast.py", line 542, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'poke56' is not defined.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/maps/wild.rpy", line 222, in <module>
AttributeError: 'RevertableObject' object has no attribute 'bluebattle'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/maps/wild.rpyc", line 222, in script
  File "/data/user/0/org.lof.the66/files/renpy/ast.py", line 1728, in execute
    if renpy.python.py_eval(condition):
  File "/data/user/0/org.lof.the66/files/renpy/python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/data/user/0/org.lof.the66/files/renpy/python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/maps/wild.rpy", line 222, in <module>
AttributeError: 'RevertableObject' object has no attribute 'bluebattle'
  • 1st error: is a wrong used character, you can savely ignore this error but i do a new build
  • 2nd error: since saveversion 1005 map.locations[3] has an object vars as attribute and this object has the bool bluebattle as attribute
    i assume something went wrong with your save file, i suggest to start a new game or you send me your save file and i try to fix it (you can reach me )
 

Createur-Z

New Member
Jun 16, 2018
4
3

that's all I have in the pokédex

-Squirtle (Carapuce)

-Caterpie (Chenipan)

-Métapode (Chrysacier)

-Butterfree (Papilusion)

-Autre (Aspicot)

-Kakuna (Coconfort)

-Beedrill (Dardargnan)

-Pidgey (Roucool)

-Pidgeotto (Roucoups)

-Rattata

-Ratate (Rattatac)

-Spearow (Piafabec)

-Ekans (Abo)

-Pikachu

-Nidoran-M

-Clefairy (Mélofée)

-Jigglypuff (Rondoudou)

-Paras

-Manjey (Ferosinge)

-Géodude (Racaillou)
 

Expreso

Member
Jan 7, 2018
150
80

that's all I have in the pokédex

-Squirtle (Carapuce)

-Caterpie (Chenipan)

-Métapode (Chrysacier)

-Butterfree (Papilusion)

-Autre (Aspicot)

-Kakuna (Coconfort)

-Beedrill (Dardargnan)

-Pidgey (Roucool)

-Pidgeotto (Roucoups)

-Rattata

-Ratate (Rattatac)

-Spearow (Piafabec)

-Ekans (Abo)

-Pikachu

-Nidoran-M

-Clefairy (Mélofée)

-Jigglypuff (Rondoudou)

-Paras

-Manjey (Ferosinge)

-Géodude (Racaillou)
Can you upload your save file?
 

setter6

Member
Feb 11, 2017
184
160
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​
Can someone attach to OP pls
 
4.30 star(s) 19 Votes