Ren'Py Abandoned Passion Of Five [v0.22.7] [Lykarion]

2.70 star(s) 3 Votes

Billytherex

Newbie
Jul 19, 2018
56
7
View attachment 188716

Overview:
The story revolves around a guy who has to start all over again. There are 5 main stories as well as numerous side stories.
While doing so he meets different characters and can do different stuff like a balloon tour or a walk in the park, visit the local church or a nice drink at the inn. There are several random quests and some scripted story-plots.

Translated with DeepL
Thread Updated: 2019-12-31
Release Date: 2019-10-12
Developer: Lykarion -
Censored: No
Version: 0.20
OS: Windows, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

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

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

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

DOWNLOAD
Win/Linux: - - -
Mac: - -

Patches (31/12):

View attachment 188719 View attachment 272341 View attachment 272342 View attachment 272343 View attachment 350287 View attachment 350288 View attachment 436618 View attachment 436620 View attachment 436621 View attachment 436711 View attachment 492062 View attachment 492063
how do i do the console commands
 

Sonico

Forum Fanatic
Jul 21, 2018
4,027
2,879
how do i do the console commands
To enable console commands in your game, just follow those steps:

1. Go to your game folder (Like Witch Hunter in this case) and navigate to "WitchHunter-0.7-pc\renpy\common".
2. Search for file "00console.rpy".
3. Right click on it and you will find "Open with". Click on it.
4. A window will open and select open with notepad.
5. Hold ctrl and press "F" key. Find window will open.
6. Search "config.console" without quotes. Keep on searching till you find "config.console = False" statement. Change it to config.console = True and then save.
7. Start your game. Hold shift and press letter "O". Console will open.

With console you just tweak whatever you feel like. Usually "Stat=X", where X is the value you want will suffice (eg. Corruption=10 or 100, whatever, depends on game) but some games (for example Witch Hunter may have more complex "characterStats.X.value=Y" command chains (let's say, elyonStats.mood.value=10, in Witch Hunter).

Be warned some stat changes may cause bugs and break game continuity. If you check the posts in this thread you'll find a number of examples of both useful stat changes for the game and possible continuity bugs if done too soon. Hope it helps you.

Also, other useful links from people far more skilled at this stuff than me.
 
  • Like
Reactions: Lyka

Lyka

Member
Game Developer
Aug 31, 2018
252
377
In POF it's easier since console is active:

Skip step 1-6
7. Start your game. Hold shift and press letter "O". Console will open.

For money: money = 10000

Sonico added #7 to the OP. hope it's ok, i was to lazy to write it myself :D
 
Last edited:

Sonico

Forum Fanatic
Jul 21, 2018
4,027
2,879
In POF it's easier since console is active:

Skip step 1-6
7. Start your game. Hold shift and press letter "O". Console will open.

For money: money = 10000

Sonico added #7 to the OP. hope it's ok, i was to lazy to write it myself :D
Oh, i had no idea it was already open, my bad. Good to know.
 

Shelscott50

Well-Known Member
Sep 6, 2019
1,392
883
Not Sure what To Send You,..
I Got a Exception Error (??), and a DEV Note to Save Game & send You,..
am I suppose to send you the Exception Error??
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/locations.rpy", line 1, in execute
File "game/locations.rpy", line 1, in execute
File "game/locations.rpy", line 2, in execute
Exception: Could not find a ground image for imagemap.

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

Full traceback:
File "locations.rpyc", line 1203, in script call
File "inn.rpyc", line 178, in script call
File "inn.rpyc", line 586, in script call
File "fortune.rpyc", line 22, in script call
File "inn.rpyc", line 178, in script call
File "inn.rpyc", line 178, in script call
File "inn.rpyc", line 178, in script call
File "shop.rpyc", line 188, in script call
File "inn.rpyc", line 178, in script call
File "apartment.rpyc", line 307, in script call
File "inn.rpyc", line 586, in script call
File "apartment.rpyc", line 307, in script call
File "inn.rpyc", line 586, in script call
File "inn.rpyc", line 178, in script call
File "inn.rpyc", line 586, in script call
File "inn.rpyc", line 178, in script call
File "inn.rpyc", line 586, in script call
File "inn.rpyc", line 586, in script call
File "locations.rpyc", line 30, in script
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/locations.rpy", line 1, in execute
File "game/locations.rpy", line 1, in execute
File "game/locations.rpy", line 2, in execute
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\ui.py", line 1246, in _imagemap
ground = pick(ground, ( "ground", "idle" ), idle)
File "C:\Users\Snuggles 1\Downloads\Passion_Of_Five-0.22-pc\Passion_Of_Five-0.22-pc\renpy\ui.py", line 1244, in pick
raise Exception("Could not find a %s image for imagemap." % name[0])
Exception: Could not find a ground image for imagemap.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
0.22
Thu Jan 09 16:46:38 2020
 

Lyka

Member
Game Developer
Aug 31, 2018
252
377
Thanks for reporting!

Did you happen to make a save before that?
Or what did you do...(example: jump in the park/what story? Evelnny, Nun...?)
 

1Thali

Newbie
Dec 3, 2019
39
10
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/phone.rpy", line 12, in execute
File "game/phone.rpy", line 12, in execute
File "game/phone.rpy", line 99, in execute
NameError: name 'new_work_event1' is not defined
 

Lyka

Member
Game Developer
Aug 31, 2018
252
377
1Thali
- fixed.
---
If someone else gets the same error message as Shelscott50 I need a description and/or savegame.

---> Bugfix v0.22.1 doesn't address this problem (directly)
 
Last edited:
  • Like
Reactions: Shelscott50

Hones

Forum Fanatic
Compressor
Aug 10, 2018
4,156
8,602
Passion Of Five [v0.22.2] [Lykarion] Compressed

Compression reduces image/animation/audio quality
This is not a perfect process and can break a game


Original size ~932MB
Download ~245MB

PC: - - - -
Mac: - - - -

Edit: Updated to v0.22.2 Bugfix
Have Fun! ♡
 
Last edited:

Papy.ion6984

Engaged Member
May 16, 2017
3,184
1,777
Passion Of Five [v0.22.1] [Lykarion] Compressed

Compression reduces image/animation/audio quality
This is not a perfect process and can break a game


Original size ~932MB
Download ~245MB

PC: - - - -
Mac: - - - -
TY
 

1Thali

Newbie
Dec 3, 2019
39
10
In front of the campus , the girl on the left side Carolin , i get the msg when i say yes :

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'misc/shop/6.webp'>:
File "game/uni.rpy", line 1638, in <module>
IOError: Couldn't find file 'misc/shop/6.webp'.
 

Lyka

Member
Game Developer
Aug 31, 2018
252
377
Oops, will be fixed right away!

btw Thanks for the save and the explanation . Helps so much.

Fix in OP
 
Last edited:
  • Like
Reactions: Papy.ion6984

realdp

Member
Apr 12, 2019
232
234
Unofficial Android Port


Size : 246 Mb

Download at your own risk
 

Lyka

Member
Game Developer
Aug 31, 2018
252
377
1Thali Just took a closer look at your savegame. You are already at day 144 - that's crazy :)
 

Lyka

Member
Game Developer
Aug 31, 2018
252
377
Remember, you can't see everything in one go. even casandra won't tell you where isabelles (current) last event will take place.

In case you haven't seen it in the house on the laptop is also a completely different story.
Spoiler: in the patreon version is another one :)

The story around serena even has a closed end.

I'm very grateful to you for testing it so well. (y)(y)(y)
 
Last edited:
2.70 star(s) 3 Votes