Fydeout

Member
Aug 25, 2020
264
471
Having Deep acknowledge people's worries about Anna looking different and that she seems to have gotten a soft reset is encouraging. I, like many, was pretty disappointed in the updates lackluster-iness. However, with his massive switch to a new system with Ren'py, adding people to the team, and doing a big overhaul (along with, sure, Andrew is in the hospital, so he cooled her down for a second... FINE, I hate it but i get it) it makes sense. Hopefully, he kicks things into gear with Anna getting back to the slut we all know and love.

Deep, even if you fuck everything up from here on out - Chapter 1 was a fucking hell of a thing. Thanks man.
 
  • Like
Reactions: paddyo73 and ai_ah
May 2, 2020
427
718
Having Deep acknowledge people's worries about Anna looking different and that she seems to have gotten a soft reset is encouraging. I, like many, was pretty disappointed in the updates lackluster-iness. However, with his massive switch to a new system with Ren'py, adding people to the team, and doing a big overhaul (along with, sure, Andrew is in the hospital, so he cooled her down for a second... FINE, I hate it but i get it) it makes sense. Hopefully, he kicks things into gear with Anna getting back to the slut we all know and love.

Deep, even if you fuck everything up from here on out - Chapter 1 was a fucking hell of a thing. Thanks man.
Sure but keeping up with fucking guys now has not much to do with realism. Doubt anyone here, if in the same circumstances, would keep it up now. So it was nice to see her asking for Alfred staying over because she was lonely all of a sudden due to her boyfriend being in the hospital and in a pretty serious condition. She now, apparently, needs someone to lean on.

That said, I like the update and the big overhaul that came with it.
 
  • Like
Reactions: Bolero

stahalle

Engaged Member
Jul 11, 2018
2,171
3,908
"It´s a special one i got from a buddy i met in france during WW2." Ok just how old is Alfred? nearly 100?
 
  • Like
Reactions: paddyo73

ancienregimele

Well-Known Member
Sep 27, 2017
1,932
6,393
In 70-80s range, cuz WW2 took place from 1939-1945.
If he had met a buddy in France during WWII it suggests he was a serviceman. He could have been 18 in 1945 & in the armed forces which would make him 93. If he'd been in Korea, he would still be in his mid-80's. Vietnam would be the best choice, as he could be in his 60's. If he was in the forces in the 40's, he obviously has something which all older men want but he's keeping it a secret!
 

Anatoli3000

New Member
Jul 19, 2018
7
19


Weekly update

Hello, dear Patrons!

Finally, I can write a recap after the release of Chapter 2 for Anna.
I have received a lot of comments about Chapter 2, some good, some with concerns, but overall it looks like we are on the right path.

Are you serious? Sorry for my criticism, but it's not funny now.
Haha good comments? Good comments in this forum only from teenagers, who don't care about nothing, they just saw nude tits and whats totally enough for them.
Where is a story in this game?
It's totally unrealistic... Girls do not go for sex so quickly, even if they themselves want it...
You need to seduce them, play with them, flirt ... tease them ... And sometimes it is taken by masculine imperiousness. Or take them by rough ... But not as poorly as it is shown in many moments in the game. Where is the plot of the story? Where is Fabula? Where is the conflict? I would recommend the author to first learn how to write dialogues, story scripts. And fix the plot. And then this game will be the best. Not just a messy handjob.
 

cold_arctus

Devoted Member
Sep 25, 2018
8,944
10,841
anne O'nymous Hey mate, sorry to drag you into this thread but I run into an issue and might need your help to understand what is going on.

Problem: As soon as I try to change the front text size in scripts.rpa the game no longer starts and gives me a traceback. Is it due to some obfuscation tool/code in scripts.rpa? :unsure:
Code:
I'm sorry, but an uncaught exception occurred.

Before loading the script.
error: Error -3 while decompressing data: incorrect header check

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

Full traceback:
  File "/home/artcore/Downloads/Games/AEAC2-pc/renpy/bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "/home/artcore/Downloads/Games/AEAC2-pc/renpy/main.py", line 357, in main
    renpy.loader.index_archives()
  File "/home/artcore/Downloads/Games/AEAC2-pc/renpy/loader.py", line 136, in index_archives
    index = loads(f.read().decode("zlib"))
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/encodings/zlib_codec.py", line 43, in zlib_decode
error: Error -3 while decompressing data: incorrect header check

Linux-5.4.0-56-generic-x86_64-with-debian-bullseye-sid
Ren'Py 7.3.5.606

Sun Dec  6 10:15:08 2020
 

DeepSleep

Member
Game Developer
May 8, 2017
118
778
If he had met a buddy in France during WWII it suggests he was a serviceman. He could have been 18 in 1945 & in the armed forces which would make him 93. If he'd been in Korea, he would still be in his mid-80's. Vietnam would be the best choice, as he could be in his 60's. If he was in the forces in the 40's, he obviously has something which all older men want but he's keeping it a secret!
The thing is that I'm born in the 80's and I still live in the 2000's and think that ww2 was 60 years ago :D Thank you guys for pointing this out :)
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
11,171
16,774
Is it due to some obfuscation tool/code in scripts.rpa? :unsure:

Code:
I'm sorry, but an uncaught exception occurred.
[...]
  File "/home/artcore/Downloads/Games/AEAC2-pc/renpy/main.py", line 357, in main
    renpy.loader.index_archives()
[...]
error: Error -3 while decompressing data: incorrect header check
Do not edit directly the rpa files, they are binary, slightly compressed, archives.
Even if you're careful, editing them with a binary editor and taking care to change a string by a string of the exact same length, the result will still have a different checksum (value that permit to know if the file have been corrupted or not).

Use unren.bat (for , also exist for ), to both extract the scripts from the rpa files and, if needed, "uncompress" the rpyc files. This will give you access to the source that, then and only then, you can edit.

This said, if you just want to change some style, you don't necessarily need to go this far. While the game is playing, put the mouse cursor over the part you want to change, then press SHIFT + [/icode]i[/icode]. You'll get a screen like this one :
You don't have permission to view the spoiler content. Log in or register now.
Where the style you hovered is the last one. This will give you the style name (here "page_label_text"). Then, click on the said style name, and you get a screen like that one :
You don't have permission to view the spoiler content. Log in or register now.
Where you'll find the property defined by this style, and their actual value.


Once this is done, create a file, "myStyle.rpy" by example, and fill it with your changes :
Python:
#  Tell Ren'py to proceed this after the default init level, therefore
# after the original styles are defined.
init offset = 100

#  This will edit the "page_label_text" style
style page_label_text:
#  And change the value for its "hover_color" property.
    hover_color "#FF0000"
Put the file in the game directory, so for this game "/home/artcore/Downloads/Games/AEAC2-pc/game", and just launch the game. It will now play with your changes in the style.
Don't forget to keep a copy of "myStyle.rpy" somewhere, in order to just have to copy/paste it when playing the next update. And give him a more explicit name for you to remember to which game it apply.
 
  • Like
Reactions: tata19
4.00 star(s) 136 Votes