xmoonproductions.org
https://www.xmoonproductions.org/

[MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\
https://www.xmoonproductions.org/viewtopic.php?f=27&t=3957
Page 24 of 26

Author:  Grom77 [ Thu Mar 21, 2019 5:57 pm ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

thedamndude125 wrote:
Either the ride command isn't working or I'm missing something, I'm in laydown pose then I tell her to ride but she just stands in front of me and does nothing. Help pls

Edit: nvm read the readme.pdf got it


how did you solve the problem? I have not worked this pose, the girl just stands

Author:  Magus99 [ Mon Apr 01, 2019 9:40 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

i only work with 2 files.... monsai.dat and gui-event.dat

hahah need a waypoint-list

create a 'conference ' in Office16 and use waipoint13 for girls and waypoint14 for creatures or Player --- >amazing sex on table.

Heee... the pose 'get in stock is buggy....' only in orginal-version the works right.

i think all girls can fuck eath other..... SAIKO and Laura ... NOOOOO and Monica and Jessica is a chrash.. please fix this

i search in code the 'START-Pose' for every figure... for Creatures i found it. Have modified they... from OBJECT to SUBJECT
--> they hears now my commandos.

omg.. I have so many fun....

Author:  Waldorf [ Tue Apr 02, 2019 7:21 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

Magus99 wrote:
i only work with 2 files.... monsai.dat and gui-event.dat


Is it stat_monsai.dat in the \init\stories\dungeon\settings\? Or what and where?

Magus99 wrote:
i search in code the 'START-Pose' for every figure... for Creatures i found it. Have modified they... from OBJECT to SUBJECT
--> they hears now my commandos.


Directions, pleeease? What file are those in and how to change?

Author:  Magus99 [ Sat Apr 06, 2019 7:12 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

Hi ...

stat_monsai.dat -->\init\stories\dungeon\settings/stat_monsai.dat

Gui_event.dat -->\init\std\base\main\brain\code\event\gui_event.dat

insert in Monsai.dat
example for have sex on table in conference room

insert ...for player and girls ... and monster

Code:
 s24
  {
  pos = 33;
    name = "Saiko ";
   
    v0 = "0";   
    V = "Dungeon";
    v3 = "Office";
    v4 = "Conference";
    V13 = "Elevator";

    vn0 = "Off";   
    vn1 = "Dungeon";
    vn3 = "Office";
    vn4 = "Conference";
    Vn13 = "Elevator";
   
    obj = SAIKO;
    type = CHAR_LOCATION;
  }


then search in Gui.dat the waypoints

insert ...for girls ' on table... waypoint 14 is for Monster or Player ..waypoint 13 for girls

Code:
      ["Office"]
      {
        loc.scene_id = OFFICE16;
        [loc.obj == "MONICA"] loc.waypoint = "waypoint12";
        [loc.obj == "SAIKO"] loc.waypoint = "waypoint11";
        [loc.obj == "JESSICA"] loc.waypoint = "waypoint12";
       [loc.obj == "LAURA"] loc.waypoint = "waypoint20";
      }
      ["Elevator"]
      {
        loc.scene_id = OFFICE0;
        [loc.obj == "MONICA"] loc.waypoint = "waypoint3";
        [loc.obj == "SAIKO"] loc.waypoint = "waypoint3";
        [loc.obj == "JESSICA"] loc.waypoint = "waypoint3";
        [loc.obj == "LAURA"] loc.waypoint = "waypoint3";
      }    
      ["Conference"]
      {
        loc.scene_id = OFFICE16;
        [loc.obj == "MONICA"] loc.waypoint = "waypoint13";
        [loc.obj == "SAIKO"] loc.waypoint = "waypoint13";
        [loc.obj == "JESSICA"] loc.waypoint = "waypoint13";
       [loc.obj == "LAURA"] loc.waypoint = "waypoint13";
      }    

the player need this waypoint 15 is behind the table

Code:
   
    [loc.val == "ConferenceS"]
    {
      loc.state.scene_id = OFFICE16;
      loc.state.waypoint = "waypoint14";
    }   
    [loc.val == "Conference"]
    {
      loc.state.scene_id = OFFICE16;
      loc.state.waypoint = "waypoint15";
    }   

//for elevator use office0 ... office16 has not a waipoint in elevator

    [loc.val == "Elevator"]
    {
      loc.state.scene_id = OFFICE0;
      loc.state.waypoint = "waypoint2";
    }


the player is in front of elevators... must wait...
the girl in elevator left..

press etage 20 and have fun....
in etage 20 all have a end...
--------------------
for search waipoints use seetings.ini.. look in wiki
replace !
runtime
{
start_mode = MAIN;

debug_sys = WAYPOINT;
debug_render = NONE;
debug_phys = NONE;
debug_brain = NONE;

Author:  Waldorf [ Sat Apr 06, 2019 7:24 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

Magus99 wrote:
Hi ...

Wow, thanks! I'll give it a try!

Author:  Magus99 [ Sat Apr 06, 2019 7:31 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

You know....no modding without 'MAYA' hahaha


after so long time.... with so many buggy 'new' mods.

i try to repair 'get in stock' without 'MAYA' defect since mod1 ...

have fun !

Author:  Waldorf [ Sat Apr 06, 2019 9:02 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

Magus99 wrote:
You know....no modding without 'MAYA' hahaha


after so long time.... with so many buggy 'new' mods.

i try to repair 'get in stock' without 'MAYA' defect since mod1 ...

have fun !


If you're talking about the girl falling backwards from the stocks instead of going into them, go to
\init\std\base\char\char_base.dat,

find there

Quote:
pose_type[113]


and change:

Quote:
spring_x = 0.0;
spring_r = 0.0;
spring_q = 0.6;

spring_hx = 0.0;
spring_fx = 0.0;


to that (taken from the original "pack_Dungeon"):

Quote:
spring_x = 0.6;
spring_r = 0.6;
spring_q = 0.6;

spring_hx = 0.6;
spring_fx = 0.1;


Also make the same changes to tht next pose:

Quote:
pose_type[114]


Works perfectly, no Maya needed. :)

Author:  Razorsharp [ Mon Apr 08, 2019 7:34 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

Wish this mod got a fer additions.
Saw loads of poses and animation mods going down the mods Forum and they are not included in.

Cant Play Saiko's Party, but appearently there is a Chair in there that would be cool to see.

Is there anything added to this comming?
Or does anyone know of any good files i can add to it? maybe a Zip file from their additions?

Author:  Waldorf [ Mon Apr 08, 2019 7:42 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

Razorsharp wrote:
Cant Play Saiko's Party, but appearently there is a Chair in there that would be cool to see.

Chair you actually can see (and put to use) in the office.

Author:  Waldorf [ Sat Apr 13, 2019 3:45 am ]
Post subject:  Re: [MOD] ❤ Love Party v0.6 ❤ // 06-04-2018 \\

A couple of questions.
First, does anybody else has an issue with Monica's "masturbate" pose? She just slides down from the bed and lies there twitching a bit.

Second: am I right that if I want to change some of the animations in this or any other mod, I need unpacked body.ma files from both character6 and character7 files?

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