xmoonproductions.org
https://xmoonproductions.org/

Sounds of the girls
https://xmoonproductions.org/viewtopic.php?f=27&t=3537
Page 1 of 1

Author:  spyker1217 [ Sun Dec 21, 2014 6:58 pm ]
Post subject:  Sounds of the girls

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

Author:  riftporn [ Sun Dec 21, 2014 7:15 pm ]
Post subject:  Re: Sounds of the girls

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;
    }

Author:  spyker1217 [ Sun Dec 21, 2014 7:42 pm ]
Post subject:  Re: Sounds of the girls

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 !

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/