Feb 9, 2021
124
62
0.13 is on itch.io, just downloaded it on their desktop app (just mentioning that because that didn't work with some earlier versions if memory serves)
WHAAATTTT.........
why the hell thread leader does not update on this site? is something happened or what?!?!?
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,358
17,764
i can't believe i'm 9 days behind playing v0.13 because it wasnt uploaded here lol
WHAAATTTT.........
why the hell thread leader does not update on this site? is something happened or what?!?!?
If you find an update link to game, report the thread and post the link, an uploader will be pinged and update the thread asap. otherwise it's (according to me) no ones responsibility to update a game thread the moment the dev/patreon/itch releases a new version. You can boost speed by reporting post with an update link or post a game request [update]

I do have to ask, what's the difference between 0.13 of march 11 and 0.13 standard of today?
Or was 0.13 not promoted and skipped to 0.13 STANDARD?
 
  • Like
Reactions: swammy

Sylaann

Member
Nov 4, 2020
244
220
I end up with "An exception occured" all the time, 1 action out of two end up being a script error in this game past the 1st planet... and it's been like this for a few patches allready :/

Do we need to restart the game from scratch every time or is it the same no matter what?
 
  • Like
Reactions: Elrompeortos2000

Orgianus

Newbie
Jul 5, 2017
18
13
I don't have the skullfuck option on Tifa too but the changelog said she has that scene too, am i missing something?
 

Templar Knight

Active Member
Feb 2, 2018
704
795
I read in a review, this game has a deadline, is this true? I thought it was a freeroam/sandbox trainer with no limited time.
 

johanes

Member
May 14, 2017
219
224
landofdragons_inner_camp' is not defined... i try'd looking into the code and im like... the fuck kind of logic is this shit... your using append and using hardcoded index tracking to move from scene to scene? the heck? one wrong insert in your list and your BS scene management gets fucked... le sigh...

alright correction.. this fucker knows how to code... problem is the fucker doesn't want anyone else to know his code. so when something goes wrong fucker's the only one who can easily trace where the fucking thing broke... unless of course someone else can give a damn and go full Leroy Jenkins on this fucking thing.
 
Last edited:

Fydo92

Member
Aug 18, 2017
247
624
Is mulan pregnancy in the game? I can see they added tifa and aerith this patch, but I dont see mulan anywhere in the notes. I've been saving this game for when Mulan gets hers, just wondering if maybe it was implemented and not in the notes, since it's teased on the splash art.
 

libertypics

Active Member
Jan 23, 2019
699
1,490
Console Codes
Code:
$ mc.munny

mc.give_xp('level',500)
$ mc.dominance
$ mc.perversion
$ mc.education

mc.add_item('candy')
mc.add_item('lustpills')

$ alice.obedience
$ alice.sexuality
$ alice.inhibition
Do these codes from back in '19 still work? (crosses fingers and hopes)
 

zerodead

Engaged Member
Jan 18, 2018
2,198
2,026
I did a quick translation and with little proofreading to Portuguese , as I do not know how to translate as a professional , it will have to be an amateur .

--------------------------------------------------------------

Fiz uma tradução rápida e com pouca revisão para o português, como não sei traduzir como profissional, terá que ser amador.

1648072620798.png

1641069220271.png


Tradução com pouca revisão para a versão v0.13

 
Last edited:
  • Like
Reactions: Xinpggg

zerodead

Engaged Member
Jan 18, 2018
2,198
2,026
the Intelligence Materia item is giving an error when saving

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens/game_menu.rpy", line 101, in script
    $ _return=renpy.call_screen(game_menu_screen,**kwargs)
  File "game/screens/game_menu.rpy", line 101, in <module>
    $ _return=renpy.call_screen(game_menu_screen,**kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle Intelligence Materia: it's not the same object as store.ItemCollar

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

Full traceback:
  File "game/screens/game_menu.rpy", line 101, in script
    $ _return=renpy.call_screen(game_menu_screen,**kwargs)
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/screens/game_menu.rpy", line 101, in <module>
    $ _return=renpy.call_screen(game_menu_screen,**kwargs)
  File "renpy/exports.py", line 3057, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1252, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 415, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 401, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle Intelligence Materia: it's not the same object as store.ItemCollar

Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Conquered Hearts 0.13
Thu Mar 24 06:43:45 2022
 
3.50 star(s) 16 Votes