FoxyTails

Member
Feb 9, 2020
223
439
I can say that code wise, 'buying girl scout cookies' and giving Cream a special hug 15 times will definitely stop the music forcing a reload if you want to have music (as they start playing porn groove music), and I think that's it, but I can't guarantee it.
Thanks - I KNEW there was porn music play, but couldnt remember what caused it .
Anyway, I've 'updated' my zip file to include 2 extra rpy scripts (overworld and vanilla).

In Vanilla I've change the script to restart main_theme after the Cream hugs (line 152) and Scout cookies (line 697) - basically the porn music plays as normal but after the event then music starts playing from the start

In Overworld, I noticed once you slept you can't hear the sunrise sound over the music so I added a 'stop music' (line247) and a restart (Line 257) so that you can

Once again, backup your original RPY files & unzip/replace with the new ones.

DISCLAIMER: I know NOTHING about Renpy, I just know how to edit Text files ;).
I have no plans to compete with current developers, just like experimenting & offer what little help I can to get this game finished


MrFluffums: FYI, there are places you can search for 'royalty free music' - such as - as long as the music has a 'creative commons' licence you can usually use it quite freely with the only condition that I know of is that you MUST credit the owner somehow.
In the case of the website I spoke of, when you download you get a popup with what needs to be included in the credits - a simple cut/paste then adding it to an 'About' or 'Credits' option on your games main screen I guess would suffice
 
Last edited:

Pleevy

Newbie
Nov 23, 2024
52
149
I can say that code wise, 'buying girl scout cookies' and giving Cream a special hug 15 times will definitely stop the music forcing a reload if you want to have music (as they start playing porn groove music), and I think that's it, but I can't guarantee it.

If you want to be really fancy, you can do:
Code:
$ length_of_music_in_seconds=240 # the length of your custom audio track in seconds
$ starttime = renpy.random.randint(0, length_of_music_in_seconds) # this'll choose a random starting point
play music f"<from {starttime}>audio/music/main_theme.mp3" loop # this starts the music from that point
in vars.rpy to get a different starting point of the music any time you save / load the game (loading the same save should always give the same starting point though, if the document on renpy.random is correct)

Ending the day doesn't restart the music btw, the new day sound is just a sound effect not music, so it doesn't stop the main music.
If it is only those 2-3 things that actually interrupt it, then what I mean to do works perfectly. No need to get fancy and mess with code that does not need to be messed with, just grab a couple songs, mege them and recplace the MP# that the code already uses.

I actually never even knew about the girl scout event until coming across these threads...now we must have
You don't have permission to view the spoiler content. Log in or register now.

Thanks - I KNEW there was porn music play, but couldnt remember what caused it .
Anyway, I've 'updated' my zip file to include 2 extra rpy scripts (overworld and vanilla).

In Vanilla I've change the script to restart main_theme after the Cream hugs (line 152) and Scout cookies (line 697) - basically the porn music plays as normal but after the event then music starts playing from the start

In Overworld, I noticed once you slept you can't hear the sunrise sound over the music so I added a 'stop music' (line247) and a restart (Line 257) so that you can

Once again, backup your original RPY files & unzip/replace with the new ones.
Already used your files to make the code changes instead of risking messing anything up. Sankyuu very much.
Creamorangedress1.jpeg
 

FoxyTails

Member
Feb 9, 2020
223
439
Thought I'll gather all 'Guides' into one place

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

Pleevy

Newbie
Nov 23, 2024
52
149
I say that you need more of a game where you are not Sonic but someone who appears in his world and gets a harem
Hey, stop stealing my idea of making a game where "Anon" take cares of Cream because Sonic is busy fighting eggman! (still in development)
Should have saved this for this line of discussion...

You don't have permission to view the spoiler content. Log in or register now.
Is there a thread (anywhere) for "spinoffs"/additional versions/similar games?

Also...when I went looking for the image I posted, having purged the original...I notices that Gordzilla now shows as "Deleted member" snyone know why/what could be going on?
Aughcream.jpg
 
Last edited:
  • Like
Reactions: Fingel and Novaca

Pleevy

Newbie
Nov 23, 2024
52
149
Thought I'll gather all 'Guides' into one, just so that I can reduce the amount of links in my Signature
- we're limited to only 5 (found this out when I tried replying to Pleevy in a previous post about Creams special days)
Look at you being all tidy and efficient. Sometimes a little
You don't have permission to view the spoiler content. Log in or register now.
is in order.

You didn't have to for my sake though. I had seen the earlier post with the guides (as I said, discovering their existence happened after discovering this thread's existence).
 

FoxyTails

Member
Feb 9, 2020
223
439
You didn't have to for my sake though. I had seen the earlier post with the guides (as I said, discovering their existence happened after discovering this thread's existence).
Well, not only for you but for me as well - it'll be easier to find the (main) specific posts again if new guides/more suggestions are made or if more 'hacks'/'tweaks' are to be added. This way I can edit those posts just by looking at my signature and not have to scroll/search through 87+ pages for them.

Also if there's a new poster asking for hints/guides I can also point them to just 1 post instead of 3 seperate posts
 

MrFluffums

Newbie
Dec 23, 2024
16
56
Should have saved this for this line of discussion...



Is there a thread (anywhere) for "spinoffs"/additional versions/similar games?

Also...when I went looking for the image I posted, having purged the original...I notices that Gordzilla now shows as "Deleted member" snyone know why/what could be going on?
I don't think there is, really. Every spin off / fork / similar game should have its own thread (rule 2.1). And I don't know how many have an actual working demo :p

Don't want to be alarmist, but at my end Gordzilla also shows up a Deleted Member...
...seems like the BSC curse claimed another victim.
Oh well, we'll see. SWP might be continuing on their own. Aval0nx and MaximilianUltimata are still developing the 'official' version too. Expect nothing, be grateful for anything, and just wait patiently has always been the best strategy with fan content.
 

Silvii

Newbie
Nov 15, 2023
18
26
I don't think there is, really. Every spin off / fork / similar game should have its own thread (rule 2.1). And I don't know how many have an actual working demo :p

Don't want to be alarmist, but at my end Gordzilla also shows up a Deleted Member...
...seems like the BSC curse claimed another victim.
Oh well, we'll see. SWP might be continuing on their own. Aval0nx and MaximilianUltimata are still developing the 'official' version too. Expect nothing, be grateful for anything, and just wait patiently has always been the best strategy with fan content.
Plus there is still your own game which has a similar concept/idea. End of March for the next update right? Exciting. Can't wait.
 
  • Like
  • Thinking Face
Reactions: Pleevy and Novaca

MrFluffums

Newbie
Dec 23, 2024
16
56
which has a similar concept/idea.
An absolutely shameless ripoff, yes :p

But glad to hear you're looking forward to it, I'll probably try to create a dedicated thread at the time of release!

Back to on topic: I really, really am looking forward to a new 'official' version, even if its been more than a decade. I really hope Aval0nx and Max won't fall in the GRR Martin trap of not wanting to release anything less than perfect.

We'll see. Within the next 10 years we should get some new version right? :p
(Fair warning, I'm pretty sure Aval0nx still has a ban on sight policy if you ask him about a concrete release date)
 
  • Like
Reactions: Pleevy and Silvii

Pleevy

Newbie
Nov 23, 2024
52
149
An absolutely shameless ripoff, yes :p

But glad to hear you're looking forward to it, I'll probably try to create a dedicated thread at the time of release!

Back to on topic: I really, really am looking forward to a new 'official' version, even if its been more than a decade. I really hope Aval0nx and Max won't fall in the GRR Martin trap of not wanting to release anything less than perfect.

We'll see. Within the next 10 years we should get some new version right? :p
(Fair warning, I'm pretty sure Aval0nx still has a ban on sight policy if you ask him about a concrete release date)
Shameless Ripoff? Count me in!

You don't have permission to view the spoiler content. Log in or register now.

Oof...you re making me feel old...But then I suppose it has been that long.
 
  • Like
Reactions: Novaca and Silvii

recca69

Newbie
Sep 14, 2020
18
65
Shameless Ripoff? Count me in!

You don't have permission to view the spoiler content. Log in or register now.

Oof...you re making me feel old...But then I suppose it has been that long.
My first thought after a quick look at your picture had me thinking that Sonic was trying to run with his pants around his ankles.
 

Pleevy

Newbie
Nov 23, 2024
52
149
My first thought after a quick look at your picture had me thinking that Sonic was trying to run with his pants around his ankles.
Those Socks, or ankle covering parts of shoes...are pretty pronounced, so I can see how, at a glance, you might think that...but no...most Sonics are pant-less in an "innocent" way. :LOL:

Of course, if you're here...you are probably looking for
You don't have permission to view the spoiler content. Log in or register now.
 
Sep 5, 2023
16
21
hahaha I hope to have a pulse on the day when this new version of the game finally comes out after seeing the images that you shared of the name of Cream's character.. I can't wait for it to finally be published so I can translate it into Spanish hahaha well done correcting the phonetic translation errors that I have downloaded many translated games and nobody corrects those errors it is as if they do not care as long as it is in Spanish it does not matter that they are having wild sex and the dialogues are things like: that car is salty I feel like an asteroid when the data synchronization of the fish tank completed in tree, thunder, earth, canary. I literally found translations that are this nonsensical many times so no more of that so now I translate them myself XD and I eagerly await for this game to finally come out so I can translate it :p
 
  • Like
Reactions: Novaca and Dank man

FoxyTails

Member
Feb 9, 2020
223
439
Looks like someone else is throwing their hat into the ring for modding the game.
Just saw this in .
I wonder if they know about this forum ?...
(EDIT: they do now, I posted a comment)

So what does that make it now.... 3 (or 4) further attempts to complete the game ??
  • Shadow Word Porn / Gordzilla collab
  • MrMcFluffums
  • Headsnackes
And I'm sure there was someone else but can't remember
 
Last edited:
4.50 star(s) 4 Votes