- Nov 3, 2022
- 2,016
- 3,343
I'm playing the 2.6.6 version and the files are :which vid would that be? Which version did you play.
wfcvderhnbtgfkmy_2.webm
wfcvderhnbtgfkmy_1.webm
wfcvderhnbtgfkmy.webm
I'm playing the 2.6.6 version and the files are :which vid would that be? Which version did you play.
simpleHouwdy,
Uhm wellllllll hehe yeah not great at coding. I now have this mess.
How could I best solve this and add the ability for new players to chose a name
View attachment 2683678
exactly how joelurmel told ya here:Houwdy,
Uhm wellllllll hehe yeah not great at coding. I now have this mess.
How could I best solve this and add the ability for new players to chose a name
View attachment 2683678
then:simple
in the start label, at the begining:
$ mcname = renpy.input("{b}What is your name? (if you don't want to change, just press Enter{/b})")
$ mcname = mcname.strip()
if mcname == "":
$ player_name="Dylan"
And in all others scripts, replace all occurence of Dylan by [mcname].
If you have to use upper case of mcname use toupper from python.
doesnt seem to workMade an incest patch
version: [v2.6.6]
feature: It changes the characters info. mc refer to Sophia as Mom, Ellie - sister. Sidestory's mc, Bob, refer to Monica as Mom
install: Unzip inside the "game" folder.
UPD 06.06.2023: some Improvements
notes:
This patch should work with future versions(unless the dev changes the code), may(or not) require an update for new content.
I might have missed something, let me know if you see it(preferably with a description of the scene and line text, a screenshot would also help).
It work perfectly ! Have you removed my version before using this one ?doesnt seem to work
uhm do you mean because the tv is out of focus that you think the quality is 281P ??I'm playing the 2.6.6 version and the files are :
wfcvderhnbtgfkmy_2.webm
wfcvderhnbtgfkmy_1.webm
wfcvderhnbtgfkmy.webm
Hey clown, check the properties of your files it's clearly stated it's a 281puhm do you mean because the tv is out of focus that you think the quality is 281P ??
It's out of focus because of DOF.
Rest of the image is 1080P, maybe you are playing the compressed version of the game?
View attachment 2684937
1st attachement is what I have from zip downloaded from pixeldrain the 1st day it has been posted here.Why clown... trying to help and fix issue in my game.
Here file is 1920x1080
View attachment 2685077
learn some manners please
mmmm strange indeed. The original game I uploaded to Mega.1st attavhement is what I have from zip downloaded from pixeldrain the 1
1st attachement is what I have from zip downloaded from pixeldrain the 1st day it has been posted here.
And now, I have redownloaded from Mega and all the video are effectively in 1080p strange View attachment 2685115 View attachment 2685128
welll 4 hours later.. and with some AI help..exactly how joelurmel told ya here:
then:
define mc = Character($ player_name {size...........})
define mom = Character($ mom_name {size.....})
And just use ONE sayer for each character. If you want to additional show the current mood the character has, just write it at start of the Textline instead if defining an extra sayer.
like:
mc" *Angry* But [mom_name] ... It wasn't i, who did this!"
mom" *in slightly rage* Well [player_name], i don't care. Go and see [girl_name] and ask her about"
mc" *SIGH* ok, [mom_name] - i will do"
=> so there would be the 2 sayer "mc" and "mom". Player's own chosen name would be stored in "player_name" whilst mom and girl would be stored in "mom_name" and "girl_name".
Note: the "[ ]" are used to put stored names within the displayed text.
The problem does not come from the F95 Admin, but your rpa files that contains old files which overwrite thos present in the directory tree when you unren it.mmmm strange indeed. The original game I uploaded to Mega.
After that I reported this tread, so the F95 admin could update my page and also upload the mega file to other download sites. I guess the F95 admin did something to the file ? Or he uploaded a compressed version or something
Except you have to replace the Bios image because it's hard codedwelll 4 hours later.. and with some AI help..
Next update will have the MC name change
View attachment 2685155
Thanks I'll look into that & enjoyThe problem does not come from the F95 Admin, but your rpa files that contains old files which overwrite thos present in the directory tree when you unren it.
for example:
s3.rpa contain s3_awam.webm in 281p
s4.rpa contains s4_awam1.webm, s4_awam2.webm in 281p
s6.rpa have all the others video in 281p
So, tonight i will replay the game with the correct video files with pleasure
so you finally removed 1950 of these 2017 sayers? *smilewelll 4 hours later.. and with some AI help..
Next update will have the MC name change
View attachment 2685155
Haha well I made them variables, will have a chat with my text writer if he really needs that many options for the characters.so you finally removed 1950 of these 2017 sayers? *smile
BTW: appreciate your openess for constructive critics and your ability to listen
Guess after next update i have to re-do my review. which is a good thing.
I aplogize for the clown and the report of video in 281p, because nothing wouldn't have happened if I have not unren your game, sorry.Thanks I'll look into that & enjoy
Thanks mateI aplogize for the clown and the report of video in 281p, because nothing wouldn't have happened if I have not unren your game, sorry.
Dont know what you mean your version, I just added the one I was replying to which hasnt worked for me.It work perfectly ! Have you removed my version before using this one ?