opfela

Member
Jan 18, 2018
227
663
Hi, when I activate the console with "unren", I get an error message saying that:

```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label angeladrink is defined twice, at
File "game/Chat Angela.rpy", line 515 and
File "game/Chat Angela.rpy", line 684.

Ren'Py Version: Ren'Py 7.3.4.596
Sat Sep 19 10:48:29 2020
```

Starting it without console active, does not produce the error.



Anyone can share save at the end of ch 6?
Beginning of Chapter 7 attached.
 
  • Like
Reactions: k L

Alfius

Engaged Member
Modder
Sep 30, 2017
2,226
4,622
Anyone can share save at the end of ch 6?
There are 2 to 3 paths at tend of Chapter 6
1) Astrid only path (No Melissa or Vanessa)
2) Astrid and Vanessa (No Melissa)
3) Melissa and Vanessa path (No Astrid)

Obviously you can do a Melissa or Vanessa only path as well, but they do not affect each other, unlike Astrid.

If want one of these saves, let me know. I currently have 2 of the 3 as that was what I needed for testing, but I can create the other path and post it here as well if needed.
 
  • Like
Reactions: Pumpkin1984

Alfius

Engaged Member
Modder
Sep 30, 2017
2,226
4,622
Hi, when I activate the console with "unren", I get an error message saying that:

```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label angeladrink is defined twice, at
File "game/Chat Angela.rpy", line 515 and
File "game/Chat Angela.rpy", line 684.

Ren'Py Version: Ren'Py 7.3.4.596
Sat Sep 19 10:48:29 2020
```

Starting it without console active, does not produce the error.





Beginning of Chapter 7 attached.
I can fix that up...oops.

I only realises last night last night just before my build that I sometimes used duplicate labels. Mostly in kind of the equivalent of c# sub routines, so in c# the scope, the duplicate labels would not be reachable outside of it's scope, but It seems like renpy/python works differently.

I fixed the ones I could pick up, but there might be a few still around. That specific one should not cuase too many issues as the outcome of the two subroutines are the same



Here's the fix. Please let me know if you find any similar issues.
(Just rename it to "Chat Angela.rpy" and overwrite the file in the game folder
 
Last edited:

Alfius

Engaged Member
Modder
Sep 30, 2017
2,226
4,622
Can anyone tell how many videos can you upload at chapter 7?
please.!
(and how many sex scenes included?)
Not many videos to upload...3 in total, but there is a nice money bonus for Chapter 8 if play Angela right.
Sex scenes in general: around 8, but not all is reachable in a single playthrough.

You don't have permission to view the spoiler content. Log in or register now.
(I'm a bit more generous with money then the original. Mrs Walker throws you $500 every now and again.)
The game also would not penalise you in the later chapters if you cheat with money.
You are suppose to struggle with money initially in the earlier chapters, so I code for that, but in the later chapters 6-7 it would be fine if you cheat with money.
 
Last edited:
  • Like
Reactions: Pumpkin1984

ricardolinx7

New Member
Jul 8, 2017
1
0
I can fix that up...oops.

I only realises last night last night just before my build that I sometimes used duplicate labels. Mostly in kind of the equivalent of c# sub routines, so in c# the scope, the duplicate labels would not be reachable outside of it's scope, but It seems like renpy/python works differently.

I fixed the ones I could pick up, but there might be a few still around. That specific one should not cuase too many issues as the outcome of the two subroutines are the same



Here's the fix. Please let me know if you find any similar issues.
(Just rename it to "Chat Angela.rpy" and overwrite the file in the game folder
Not helped


Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label angeladrink is defined twice, at
  File "game/Chat Angela.rpy", line 515 and
  File "game/Chat Angela.rpy", line 684.

The label chatangela is defined twice, at
  File "game/Chat Angela.rpy", line 1 and
  File "game/Chat_Angela.rpy", line 1.

The label chatangela_c1 is defined twice, at
  File "game/Chat Angela.rpy", line 23 and
  File "game/Chat_Angela.rpy", line 23.

The label angelabusy_c1 is defined twice, at
  File "game/Chat Angela.rpy", line 85 and
  File "game/Chat_Angela.rpy", line 85.

The label chatangela_c2 is defined twice, at
  File "game/Chat Angela.rpy", line 96 and
  File "game/Chat_Angela.rpy", line 96.

The label chatangela_c3 is defined twice, at
  File "game/Chat Angela.rpy", line 149 and
  File "game/Chat_Angela.rpy", line 149.

The label chatangela_c4 is defined twice, at
  File "game/Chat Angela.rpy", line 217 and
  File "game/Chat_Angela.rpy", line 217.

The label angelabusy_c4 is defined twice, at
  File "game/Chat Angela.rpy", line 314 and
  File "game/Chat_Angela.rpy", line 314.

The label chatangela_c5 is defined twice, at
  File "game/Chat Angela.rpy", line 328 and
  File "game/Chat_Angela.rpy", line 328.

The label angelabusy_c5 is defined twice, at
  File "game/Chat Angela.rpy", line 484 and
  File "game/Chat_Angela.rpy", line 484.

The label angelatown_c5 is defined twice, at
  File "game/Chat Angela.rpy", line 491 and
  File "game/Chat_Angela.rpy", line 491.

The label chatangela_c6 is defined twice, at
  File "game/Chat Angela.rpy", line 557 and
  File "game/Chat_Angela.rpy", line 557.

The label angelatown_c6 is defined twice, at
  File "game/Chat Angela.rpy", line 668 and
  File "game/Chat_Angela.rpy", line 668.

The label angelabar_c6 is defined twice, at
  File "game/Chat Angela.rpy", line 678 and
  File "game/Chat_Angela.rpy", line 678.

The label chatangela_c7 is defined twice, at
  File "game/Chat Angela.rpy", line 726 and
  File "game/Chat_Angela.rpy", line 726.

The label angelabar_c7 is defined twice, at
  File "game/Chat Angela.rpy", line 835 and
  File "game/Chat_Angela.rpy", line 835.

Ren'Py Version: Ren'Py 7.3.4.596
Sat Sep 19 14:24:39 2020
 

Alfius

Engaged Member
Modder
Sep 30, 2017
2,226
4,622
Not helped


Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


The label angeladrink is defined twice, at
  File "game/Chat Angela.rpy", line 515 and
  File "game/Chat Angela.rpy", line 684.

The label chatangela is defined twice, at
  File "game/Chat Angela.rpy", line 1 and
  File "game/Chat_Angela.rpy", line 1.

The label chatangela_c1 is defined twice, at
  File "game/Chat Angela.rpy", line 23 and
  File "game/Chat_Angela.rpy", line 23.

The label angelabusy_c1 is defined twice, at
  File "game/Chat Angela.rpy", line 85 and
  File "game/Chat_Angela.rpy", line 85.

The label chatangela_c2 is defined twice, at
  File "game/Chat Angela.rpy", line 96 and
  File "game/Chat_Angela.rpy", line 96.

The label chatangela_c3 is defined twice, at
  File "game/Chat Angela.rpy", line 149 and
  File "game/Chat_Angela.rpy", line 149.

The label chatangela_c4 is defined twice, at
  File "game/Chat Angela.rpy", line 217 and
  File "game/Chat_Angela.rpy", line 217.

The label angelabusy_c4 is defined twice, at
  File "game/Chat Angela.rpy", line 314 and
  File "game/Chat_Angela.rpy", line 314.

The label chatangela_c5 is defined twice, at
  File "game/Chat Angela.rpy", line 328 and
  File "game/Chat_Angela.rpy", line 328.

The label angelabusy_c5 is defined twice, at
  File "game/Chat Angela.rpy", line 484 and
  File "game/Chat_Angela.rpy", line 484.

The label angelatown_c5 is defined twice, at
  File "game/Chat Angela.rpy", line 491 and
  File "game/Chat_Angela.rpy", line 491.

The label chatangela_c6 is defined twice, at
  File "game/Chat Angela.rpy", line 557 and
  File "game/Chat_Angela.rpy", line 557.

The label angelatown_c6 is defined twice, at
  File "game/Chat Angela.rpy", line 668 and
  File "game/Chat_Angela.rpy", line 668.

The label angelabar_c6 is defined twice, at
  File "game/Chat Angela.rpy", line 678 and
  File "game/Chat_Angela.rpy", line 678.

The label chatangela_c7 is defined twice, at
  File "game/Chat Angela.rpy", line 726 and
  File "game/Chat_Angela.rpy", line 726.

The label angelabar_c7 is defined twice, at
  File "game/Chat Angela.rpy", line 835 and
  File "game/Chat_Angela.rpy", line 835.

Ren'Py Version: Ren'Py 7.3.4.596
Sat Sep 19 14:24:39 2020
I think you did not rename the file you downloaded. The forum adds a prefix the file that you need to remove.
If you just copy it in the game folder without renaming the file you will have 2 Chat Angela script files.

You also might need to delete the .rpyc files.
Code:
The label angeladrink is defined twice, at
  File "game/Chat Angela.rpy", line 515 and
  File "game/Chat Angela.rpy", line 684.
does not make sense, so I just downloaded the file from here(I always doubt myself) and check and these are the line numbers in question:
Code:
515                label angeladrink_c5:
684    label angeladrink_c6:

Also the other errors does not make sense if there is not 2 Angela chat files.
Code:
The label chatangela is defined twice, at
File "game/Chat Angela.rpy", line 1 and
File "game/Chat_Angela.rpy", line 1.

The label chatangela_c1 is defined twice, at
File "game/Chat Angela.rpy", line 23 and
  File "game/Chat_Angela.rpy", line 23.
 
  • Like
Reactions: Pumpkin1984

redweiler2

Member
Sep 19, 2018
443
390
And
Not many videos to upload...3 in total, but there is a nice money bonus for Chapter 8 if play Angela right.
Sex scenes in general: around 8, but not all is reachable in a single playthrough.

You don't have permission to view the spoiler content. Log in or register now.
(I'm a bit more generous with money then the original. Mrs Walker throws you $500 every now and again.)
The game also would not penalise you in the later chapters if you cheat with money.
You are suppose to struggle with money initially in the earlier chapters, so I code for that, but in the later chapters 6-7 it would be fine if you cheat with money.
thank your for your answer!!!
can you spoil me the sex scenes
to know if I am missing something?
thank you for your work <3
 

Alfius

Engaged Member
Modder
Sep 30, 2017
2,226
4,622
And


thank your for your answer!!!
can you spoil me the sex scenes
to know if I am missing something?
thank you for your work <3
Will do (You must do a minimum of 2 paths to get all the sex scenes):
The three girls effected by different paths are Astrid, Melissa and Vanessa
So currently the paths are:-
1) Astrid Vanessa
2) Melissa Vanessa
3) Astrid Alone
You don't have permission to view the spoiler content. Log in or register now.

New sex scenes for Ch7:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

redweiler2

Member
Sep 19, 2018
443
390
Will do (You must do a minimum of 2 paths to get all the sex scenes):
The three girls effected by different paths are Astrid, Melissa and Vanessa
So currently the paths are:-
1) Astrid Vanessa
2) Melissa Vanessa
3) Astrid Alone
You don't have permission to view the spoiler content. Log in or register now.

New sex scenes for Ch7:
You don't have permission to view the spoiler content. Log in or register now.
Really thank you man!
 

RottenPlum

Well-Known Member
Jun 17, 2017
1,160
567
You gonna make walkthrough for all possible paths of ch7 when you have time? I know you mentioned walkthrough for ch7 and ch8, but i'm hoping for brief walkthrough of paths in ch7 and which scenes those paths trigger in near future.
 

Alfius

Engaged Member
Modder
Sep 30, 2017
2,226
4,622
You gonna make walkthrough for all possible paths of ch7 when you have time? I know you mentioned walkthrough for ch7 and ch8, but I'm hoping for brief walkthrough of paths in ch7 and which scenes those paths trigger in near future.
OK, I'm going to make a comprehensive WT for the game after I completed the development for it,
but I will do a quick Ch 6-7 WT now
(It will be very brief and leave out a lot of information but it will contain the most strategic choices )
I include Ch 6, since a lot of outcomes are determined by choices in Ch 6
Here goes
You don't have permission to view the spoiler content. Log in or register now.
 

racove

Newbie
Aug 28, 2020
70
37
the cover here on the website attracts attention but the game it self tssss..
the scenery navigation mode is the worst I've ever seen
the girls are nothing special
the game dont have sound
I regretted downloading
 
  • Angry
Reactions: Lexkar83 and Kripke

danny slayer

Newbie
Nov 17, 2016
85
211
Alfius how many chapters are left? Also, in relation to the ending, does it have a one-off canon ending, or are there multiple potential ends? I ask because I know certain things happen with Mark and some of the girls that set the stage for further games like New Coral City.
 
  • Like
Reactions: Alfius
4.80 star(s) 4 Votes