Ren'Py [DevThread] Alexia's Return or Tara's Liberation

4.00 star(s) 1 Vote

dosrando

Newbie
Apr 26, 2020
46
50
Seems I've only found 4 out of 5 power ups for the next chapter, what could I be missing? Pretty sure I've explored the whole temple but the completionist in me wants to find everything :)
 

RandyTyr

Active Member
Game Developer
Apr 30, 2021
779
1,808
Seems I've only found 4 out of 5 power ups for the next chapter, what could I be missing? Pretty sure I've explored the whole temple but the completionist in me wants to find everything :)
Interesting. So you could obviously play the 4th floor, while it just crashed for Teloric. I seem to have reached the point where my code is sufficiently complex/messy to get bugs that depend on stuff in ways I don't yet comprehend :)

Regarding the powerups, there are:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Red Heart
Reactions: dosrando

dosrando

Newbie
Apr 26, 2020
46
50
Interesting. So you could obviously play the 4th floor, while it just crashed for Teloric. I seem to have reached the point where my code is sufficiently complex/messy to get bugs that depend on stuff in ways I don't yet comprehend :)

Regarding the powerups, there are:
You don't have permission to view the spoiler content. Log in or register now.

Got it - I traded the gems! Loving your work Tyr. Many thanks :)
 

Teloric

New Member
Mar 25, 2021
9
2
Thanks. I think I know what the problem is, but not how it could come to be. I've tried to add a fix, but of course, not understanding the issue completely might mean I don't know how to fix it either. If you're willing to give it another try, please try this updated script.rpa file:



(Basically, I suspect that your game state doesn't include the information whether or not the map of Floor 4 is available. But I can't spot how it could have the information for Floor 3 but not Floor 4. The fix now will add information about the 4th floor when loading a new game while in Chapter 3 if there is only information for the first three floors.)
That fixed the problem.
 

SUVA2000

Newbie
Jun 28, 2020
65
36
So, I really shouldn't have, but I spend all of yesterday and today on working on the next update. Well, if you're in the flow, you're in the flow. For you guys that means I am actually uploading the beta version right now. In a few minutes, I'll update this post with the links. Download both .rpa files and put them into the "game"-folder of your v0.10 installation, and overwrite the scripts.rpa file.

Upgrade 0.10 -> 0.11beta:
Scripts:
Media-content:

What the update offers:
- Third night in the temple. One of 8 different scenes depending on your choices there, and who the father of Tara's baby is (of course, plenty of opportunities to have stuff mixed up. Please let me know what route you have taken when reporting in.)
- 4th floor of the temple. Includes 5 sex scenes, two of which are only available if you've made the "right" choices before. For one scene, you need to have befriended the Warlord on the 3rd Floor. For the other scene, you need to have seduced the 4 rats on Floors 1,2,3..
- Finale of Chapter 3 (this was supposed to have some extra parts if you didn't pick "easy" for the temple, but it didn't fit the flow. So the "reward scene" will come later.)
You are awesome bro.
There is 1 request. I have lost my save because of system format. Can you please provide a save game please orelse i have to play again from very beginning. Thank you in advance.
 

Caget777

Newbie
Jul 29, 2022
34
2
I have a problem with the game infact after choosing the gender of the baby the game does not load the images of the night but the games the characters' texts so I would like to know if there is a way to fix it
 

RandyTyr

Active Member
Game Developer
Apr 30, 2021
779
1,808
I have a problem with the game infact after choosing the gender of the baby the game does not load the images of the night but the games the characters' texts so I would like to know if there is a way to fix it
This looks like you've installed the scripts, but not the media content. You need to download both the scripts.rpa file and the chapter3c.rpa file, and place both in the "game"-folder.
 

RandyTyr

Active Member
Game Developer
Apr 30, 2021
779
1,808
Chapter 4 - Crowdsourcing

As mentioned before, Chapter 4 is meant to have some (non-intrusive) minigames. I've designed the first of those, which is centered around Tara preparing a sermon on Alexia's teachings, which means the player needs to answer questions like:

What rhymes with vagina?
1. porcelain 2. china 3. tableware

What is a synonym for penis?
1. rooster 2. chicken 3. cock

Unfortunately, I'll need a lot of them to make this work okayish. If anyone wants to contribute some, please send them to me via DM. Ideally, in the following format:

["QuestionText","Answer1","Answer2","Answer3",correctanswer]

The quotation marks are needed, and correctanswer is 1, 2 or 3. There have to be exactly 3 potential answers.
 

DrMage

Member
Dec 19, 2018
399
314
I'd love to test new update, but media file doesn't exist on gofile. Please reupload both files someone (if the dev won't mind). Preferably to pixeldrain or workupload.
 

jcbchris

Member
Dec 26, 2020
104
83
I'd love to test new update, but media file doesn't exist on gofile. Please reupload both files someone (if the dev won't mind). Preferably to pixeldrain or workupload.
You need to look on the earlier dev post to dwld the media, then dwld the script from recent post. Of it's too difficult for you then just wait for the update, it won't be long I believe.
 

xana94

Well-Known Member
Nov 13, 2021
1,542
2,041
Bunch of combat errors and errors from the baby gender choice. Chose Transfem child, father is my son.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3-mechanics.rpy", line 440, in <module>
IndexError: list index out of range

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

Full traceback:
  File "chapter3-mechanics.rpyc", line 262, in script call
  File "chapter3-mechanics.rpyc", line 376, in script call
  File "chapter3-mechanics.rpyc", line 409, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1026, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/chapter3-mechanics.rpy", line 440, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:23:28 2023
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3-mechanics.rpy", line 440, in <module>
IndexError: list index out of range

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

Full traceback:
  File "chapter3-mechanics.rpyc", line 262, in script call
  File "chapter3-mechanics.rpyc", line 376, in script call
  File "chapter3-mechanics.rpyc", line 409, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1026, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/chapter3-mechanics.rpy", line 440, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:24:20 2023
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3-mechanics.rpy", line 440, in <module>
IndexError: list index out of range

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

Full traceback:
  File "chapter3-mechanics.rpyc", line 262, in script call
  File "chapter3-mechanics.rpyc", line 376, in script call
  File "chapter3-mechanics.rpyc", line 409, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1026, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/chapter3-mechanics.rpy", line 440, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:24:51 2023
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3-mechanics.rpy", line 232, in <module>
IndexError: list index out of range

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

Full traceback:
  File "chapter3-mechanics.rpyc", line 262, in script call
  File "chapter3-mechanics.rpyc", line 222, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1026, in menu
    condition = renpy.python.py_eval(condition)
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/chapter3-mechanics.rpy", line 232, in <module>
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:26:35 2023
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3c-scenes.rpy", line 406, in <module>
NameError: name 'babygender' is not defined

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

Full traceback:
  File "chapter3-mechanics.rpyc", line 262, in script call
  File "chapter3-mechanics.rpyc", line 174, in script call
  File "chapter3c-scenes.rpyc", line 406, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/chapter3c-scenes.rpy", line 406, in <module>
NameError: name 'babygender' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:26:57 2023
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3c-scenes.rpy", line 415, in <module>
NameError: name 'babygender' is not defined

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

Full traceback:
  File "chapter3-mechanics.rpyc", line 262, in script call
  File "chapter3-mechanics.rpyc", line 174, in script call
  File "chapter3c-scenes.rpyc", line 415, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/chapter3c-scenes.rpy", line 415, in <module>
NameError: name 'babygender' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:27:19 2023
 

RandyTyr

Active Member
Game Developer
Apr 30, 2021
779
1,808
Bunch of combat errors and errors from the baby gender choice. Chose Transfem child, father is my son.
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/chapter3c-scenes.rpy", line 415, in <module>
NameError: name 'babygender' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tara's Liberation or Alexia's Return 0.08
Tue Mar 28 20:27:19 2023
Hmm, you do seem to have a bit of a Frankenstein-script version here. The list babygender definitely gets set by "default" in the same script version that tries to access it. I notice it says v0.08, so I suppose you've upgraded all the way from that version somehow. Do you have any files with endings *.rpy or *.rpyc around? If so, my hunch is that those don't get properly overwritten by the more recent script files in the scripts.rpa. Then the solution should be to just delete any *.rpy or *.rpyc file in the game folder.

Another approach with limited need to re-download stuff might be to download the compressed v.10, and apply the upgrade to that one.
 

xana94

Well-Known Member
Nov 13, 2021
1,542
2,041
Hmm, you do seem to have a bit of a Frankenstein-script version here. The list babygender definitely gets set by "default" in the same script version that tries to access it. I notice it says v0.08, so I suppose you've upgraded all the way from that version somehow. Do you have any files with endings *.rpy or *.rpyc around? If so, my hunch is that those don't get properly overwritten by the more recent script files in the scripts.rpa. Then the solution should be to just delete any *.rpy or *.rpyc file in the game folder.

Another approach with limited need to re-download stuff might be to download the compressed v.10, and apply the upgrade to that one.
Screenshot (5).png
 

xana94

Well-Known Member
Nov 13, 2021
1,542
2,041
Hmm, you do seem to have a bit of a Frankenstein-script version here. The list babygender definitely gets set by "default" in the same script version that tries to access it. I notice it says v0.08, so I suppose you've upgraded all the way from that version somehow. Do you have any files with endings *.rpy or *.rpyc around? If so, my hunch is that those don't get properly overwritten by the more recent script files in the scripts.rpa. Then the solution should be to just delete any *.rpy or *.rpyc file in the game folder.

Another approach with limited need to re-download stuff might be to download the compressed v.10, and apply the upgrade to that one.
I started with 6, and have downloaded every update and overwritten my folder with it
 

RandyTyr

Active Member
Game Developer
Apr 30, 2021
779
1,808
Yes, try deleting all those files (not the *.rpa ones). With v0.10 I changed the packaging to having all the scripts inside scripts.rpa. So that means that your copy of the game has two copies of all the older script files. It probably somehow picks which copy to pay attention to, and at least one of the errors has to come from the old script.rpy being processed instead of the newer version inside scripts.rpa.
 
  • Like
Reactions: xana94

jcbchris

Member
Dec 26, 2020
104
83
I started with 6, and have downloaded every update and overwritten my folder with it
LoL I never tried to extract the dwld except when RandyTyr started giving the beta. Works well and never had a single problem even with other games as well.
 
4.00 star(s) 1 Vote