View unanswered posts | View active topics It is currently Thu Mar 28, 2024 9:19 am



Reply to topic  [ 3 posts ] 
 Sounds of the girls 
Author Message
Rank 5
Rank 5

Joined: Tue Feb 26, 2013 1:43 pm
Posts: 19
Hi,

First of, sorry for my English this is not my native language :3

Anyway, I though about changing the sounds of our beautiful ladies during sex.

Here is my first attempt : https://mega.co.nz/#!gp9lCTRD!KFz2b_Tzh ... B_Hy4jz1lc

Simply unzip, put it in the pack_dungeon directory and replace when asked. It will work in the dungeon only !

This basically will replace sounds in the body folder and add a folder named "body (backup original)". So don't worry about original sounds.


My questions to xpadmin (or others who may know how it works) are :
  • How are the sounds used ? There is like 9 breath sound (even one I ever heard). How does it works ? Random picking the sound breath1-4 during sex start, breath5-7 during mid sex session and finally breath8-9 during orgasm. Something like that ?
  • Is it possible to mod easily (I'm not very good at programming) a sound folder per girl ? To have a different voice between Monica and Saiko for example.
  • (if the answer is positive to the question above) Personally i don't appreciate when I hear the same voice over and over again so is it possible to mod like multiple folder for each girl and then the game would randomly choose a folder to a particular moment. Like having folder1 when she is in the stocks and folder2 when riding the pole right after.

This is not a request, this is only an idea i would try to do. I just want to understand how it works a little bit better. And if someone want to mod it, I would love to help.

Sorry if I'm not perfectly clear, i can explain with other words if needed !

Thanks in advance.

Enjoy !

Spyker1217


Last edited by spyker1217 on Sun Dec 21, 2014 7:39 pm, edited 1 time in total.



Sun Dec 21, 2014 6:58 pm
Profile
Rank 16
Rank 16
User avatar

Joined: Wed Aug 07, 2013 4:51 pm
Posts: 314
Quote:
Is it possible to mod easily (I'm not very good at programming) a sound folder per girl ? To have a different voice between Monica and Saiko for example.


For different breath sounds this is actually incredibly easy:

-open the file \pack\pack_dungeon\init\std\base\char\char_base.dat
-Scroll down a bit until you see the girl specific sections
For Saiko:
Code:
 
body[0]
  {
    body_type = SAIKO;
.....

-Scroll abit more until you see the different breath elements
-Edit the file names / paths (they currently point to the same files for both girls)

Code:
breath_elem[1]
    {
      file   = "scenes/sounds/body/breath1.wav";
     
      volume = 0.85;
      freq   = 1.2;
     
      scale      = 0.4;
      speed      = 1.0;       
      scale_vol  = 0.1;     
      speed_freq = 0.2;
     
      restart    = true;
    }


Sun Dec 21, 2014 7:15 pm
Profile
Rank 5
Rank 5

Joined: Tue Feb 26, 2013 1:43 pm
Posts: 19
Nice to know !

In fact I didn't watched the files properly, i just wanted to know if it was technically possible ^^'.

Anyway i will look that file.

Thanks a lot !


Sun Dec 21, 2014 7:42 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.