15 gag sounds replaced with more intense one.Vanilla SWF(no need to use load) (1 Viewer)

stuntcock

Content Creator
Joined
Jun 5, 2012
These are hot—what needs to be done to integrate them into a .swf mod to load?
It's fairly straightforward, but it requires either Adobe software or clever hacking. The Lightweight Mod Compiler can normally be used to create code mods for the Loader, but it's insufficient in this case because our SWF needs to include assets (e.g. sprites, sounds) in addition to scripts.

The script itself is quite simple (see example below). These bulk of the workload here would be audio stuff (i.e. ripping audio tracks, selecting sounds, cropping sound clips, matching audio levels, removing noise, correcting pitch differences) because the coding is trivial.

Code:
function initl(l)
{
   // Replacing the original SFX with new ones
   g.soundControl.gag = new Array();
   g.soundControl.gag.push(new gagSFXThatIRippedFromMyFavoritePornClip());
   g.soundControl.gag.push(new gagSFXFromAWrestlingVideoGameSubmissionHold());
   g.soundControl.gag.push(new gagSFXThatsActuallyAnOutOfContextNoiseMadeByAnAngryWallaby());
  
   // Adding new items while leaving the original sounds intact
   g.soundControl.cough.push(new coughSFXThatIRecordedByRetchingInFrontOfAMicrophone());
   g.soundControl.cough.push(new coughSFXWhichIsActuallyAHeavilyEditedVersionOfTheWilhelmScream());
   g.soundControl.cough.push(new coughSFXWhichICommissionedFromAPopularASMRtist());
}

The advantage of packaging this stuff as a SWF mod is that it allows for combination. Someone could load the "asphyxiated cough" pack and the "masculine moans" pack (e.g. for a yaoi scenario) and the "hyperventilating breath" pack and etc.

fulcrum fulcrum is correct, though. ffdec is a very useful tool and fairly easy to work with (once you get past the initial sense of "wtf am I doing?"). The actual file-replacement process is somewhat tedious but it doesn't require any special training.

If people want to share packs of MP3 files then we could setup something akin to the Audio Dialogue Request thread, with Flash modders volunteering to package the files into usable SWFs. Until then, I would encourage any intereted folks to follow fulcrum fulcrum 's example -- try tinkering with ffdec in order to customize your audio experience.

One bit of advice: if people decide to start sharing collections of MP3 files, then please remember to host the files offsite. For example, you could upload your MP3 files to mega.nz and then provide a link to your folder (example). If you do that then staff members won't need to fret about IP rights. But if you attach files to your forum posts then they get uploaded to the Undertow fileserver, which exposes the site to a potential DMCA takedown (assuming that one of your sound clips comes from a copyrighted source).
 

fulcrum

Content Creator
Joined
Oct 4, 2017
It's fairly straightforward, but it requires either Adobe software or clever hacking. The Lightweight Mod Compiler can normally be used to create code mods for the Loader, but it's insufficient in this case because our SWF needs to include assets (e.g. sprites, sounds) in addition to scripts.

The script itself is quite simple (see example below). These bulk of the workload here would be audio stuff (i.e. ripping audio tracks, selecting sounds, cropping sound clips, matching audio levels, removing noise, correcting pitch differences) because the coding is trivial.

Code:
function initl(l)
{
   // Replacing the original SFX with new ones
   g.soundControl.gag = new Array();
   g.soundControl.gag.push(new gagSFXThatIRippedFromMyFavoritePornClip());
   g.soundControl.gag.push(new gagSFXFromAWrestlingVideoGameSubmissionHold());
   g.soundControl.gag.push(new gagSFXThatsActuallyAnOutOfContextNoiseMadeByAnAngryWallaby());
 
   // Adding new items while leaving the original sounds intact
   g.soundControl.cough.push(new coughSFXThatIRecordedByRetchingInFrontOfAMicrophone());
   g.soundControl.cough.push(new coughSFXWhichIsActuallyAHeavilyEditedVersionOfTheWilhelmScream());
   g.soundControl.cough.push(new coughSFXWhichICommissionedFromAPopularASMRtist());
}

The advantage of packaging this stuff as a SWF mod is that it allows for combination. Someone could load the "asphyxiated cough" pack and the "masculine moans" pack (e.g. for a yaoi scenario) and the "hyperventilating breath" pack and etc.

fulcrum fulcrum is correct, though. ffdec is a very useful tool and fairly easy to work with (once you get past the initial sense of "wtf am I doing?"). The actual file-replacement process is somewhat tedious but it doesn't require any special training.

If people want to share packs of MP3 files then we could setup something akin to the Audio Dialogue Request thread, with Flash modders volunteering to package the files into usable SWFs. Until then, I would encourage any intereted folks to follow fulcrum fulcrum 's example -- try tinkering with ffdec in order to customize your audio experience.

One bit of advice: if people decide to start sharing collections of MP3 files, then please remember to host the files offsite. For example, you could upload your MP3 files to mega.nz and then provide a link to your folder (example). If you do that then staff members won't need to fret about IP rights. But if you attach files to your forum posts then they get uploaded to the Undertow fileserver, which exposes the site to a potential DMCA takedown (assuming that one of your sound clips comes from a copyrighted source).
mega link idea is good.
I will take this into consideration when next time I post something.
Thank you very much!
 

PervyNord

Potential Patron
Joined
Sep 21, 2017
sorry i can't.
video is on my PC.
talk to me through yahoo messenger.
Can you atleast tell me the names of the videos you used? Then maybe i'll find them myself if they are out there, in some dark corner of the internet ;)
 

fulcrum

Content Creator
Joined
Oct 4, 2017
Can you atleast tell me the names of the videos you used? Then maybe i'll find them myself if they are out there, in some dark corner of the internet ;)
MEGA
I have upload 2 video, these are my favorate 2 puke videos.
but I am not quite sure whether I fetch the sounds in these 2, because the sound comes from at least 10 video, and I can not remember them clearly, I just play and fetch, and close the file.
If you like, we can talk in private, PM me your contact way.
 

fulcrum

Content Creator
Joined
Oct 4, 2017
Could you PM me the links to the videos as well please?
MEGA
I have upload 2 video, these are my favorate 2 puke videos.
but I am not quite sure whether I fetch the sounds in these 2, because the sound comes from at least 10 video, and I can not remember them clearly, I just play and fetch, and close the file.
If you like, we can talk in private, PM me your contact way.
 

Skipper76

Potential Patron
Joined
Oct 7, 2017
MEGA
I have upload 2 video, these are my favorate 2 puke videos.
but I am not quite sure whether I fetch the sounds in these 2, because the sound comes from at least 10 video, and I can not remember them clearly, I just play and fetch, and close the file.
If you like, we can talk in private, PM me your contact way.
Thank you very much. Gonna check that soon.
 

PervyNord

Potential Patron
Joined
Sep 21, 2017
would you please contact me through yahoo messenger or other similar platform? the video need to upload to mega and this may take a lot of time. So if you can chat with me and see which movie you like best, I can upload them one by one to you, instead of upload all the videos.
Can you tell me where i can find the videos, you have the sound from?
 

Antimatter42

Bedroom Philosopher
Content Creator
Designer
Writer
Author
Editor
Joined
Sep 2, 2017
Objectively, it's a pretty well-made mod. Subjectively, it's not my cup of tea. Vomiting, or the sound of vomiting, is just something that I don't particularly find pleasant. It's still an easy 5/5 in my books though, based on how it was made. A vomit mod would pair perfectly with it.
 

fulcrum

Content Creator
Joined
Oct 4, 2017
Objectively, it's a pretty well-made mod. Subjectively, it's not my cup of tea. Vomiting, or the sound of vomiting, is just something that I don't particularly find pleasant. It's still an easy 5/5 in my books though, based on how it was made. A vomit mod would pair perfectly with it.
Thank you very much. I will try to work on a vomit mod.
 

KingOE

Potential Patron
Joined
Mar 15, 2023
Could anyone explain where to put the file after downloading it to a noob ? I saw someone explain it here but i dont really get it
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.