View unanswered posts | View active topics It is currently Thu Mar 28, 2024 6:29 pm



Reply to topic  [ 5 posts ] 
 Hey xpadmin how about those ini refs? 
Author Message
Rank 10
Rank 10
User avatar

Joined: Tue Sep 01, 2015 7:56 am
Posts: 60
We can't do very much without them. You know that I bet. Please update the wiki with how stuff like body.ini actually works so we aren't hammering in the darkness. It's quite frustrating.

http://wiki.xmoonproductions.org/index. ... idbody_ini
http://wiki.xmoonproductions.org/index. ... e=Soft_ini

This would be quite nice to have done as well!

http://wiki.xmoonproductions.org/index. ... e_overview


Wed Jan 20, 2016 8:10 am
Profile
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
There are a lot of examples in the resource pack.

Also some good tutorials can be found here:

http://wiki.xmoonproductions.org/index. ... _Tutorials


Wed Jan 20, 2016 2:14 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
If you have any questions about certain files or what something does ill try to help out

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Wed Jan 20, 2016 3:08 pm
Profile
Rank 10
Rank 10
User avatar

Joined: Tue Sep 01, 2015 7:56 am
Posts: 60
How was the body.ini file derived? Is it a custom config derived by hand to link in to the back end of a custom engine? If I sound like I am bullshitting right now I am, but I'm trying to learn. :)

For starters, what does every line here from body.ini mean exactly? What is happening with regards to filemaker interacting with body.ma and body.ini? It seems like it is overriding the ma and doing custom things that are obfuscated, like the breast dynamics, which I assume are being whipped up on the fly in game because there is nothing in the ma file that I can find to suggest otherwise, but I am still just learning to navigate that one billion dollar Maya UI (seriously they paid that much to design it and it makes me want to die).

I have commented some of this with my assumptions. Please clarify and correct. If there are additional parameters for joints please reveal ALL of them.

joint "butt_left" //this is creating a joint? not sure what level of abstraction is going on here since the ma file has already done this.
{
link
{
translate = true; //this means it can move?

kd = 20.0; //kinetic damper? what does this effect?

Fc = 0.0; //force collision? what does this effect?
Cc = 0.0; //some other collision? what does this effect?

trans_Ks = (1600.0, 1600.0, 0); //kinetic spring translation? how does this work?
trans_Ls = (0.926, -0.65, 0); //actual shape translation? The Z coordinate appears locked in game. I can't get the ass to stop being flat as a board no matter what I do.
}

physics
{
coll = JOINTSPANK_OBJ; //collider object?

density = 200.0; //what does this effect?

mat_type = SKIN;

elem[0]
{
mesh = "buttLeftShape";

shape_type = BOX;
}
}

//interact {} //is this commented out?? What does it do either way?

render {}
}


Thu Jan 21, 2016 2:12 am
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
I'll do what i know but i have not played around with these to much

Most of this is on the wiki just search the keyword you are looking for
some things wont be
http://wiki.xmoonproductions.org/index. ... arch&go=Go

glugluclub wrote:
joint "butt_left" //This is the joint in the body.ma
{
link
{
translate = true; //this means it can move? id say yes

kd = 20.0; //translate Damping

Fc = 0.0; //Friction
Cc = 0.0; // Collision coefficient of cloth??

trans_Ks = (1600.0, 1600.0, 0); //Spring
trans_Ls = (0.926, -0.65, 0); //Spring angle
}

physics
{
coll = JOINTSPANK_OBJ; //guessing something to do with the spank objects

density = 200.0; //Weight of an object kg per cubic meter

mat_type = SKIN;

elem[0]
{
mesh = "buttLeftShape";//is a little box shape in her left butt id say its a deformer

shape_type = BOX;//its shape is a box
}
}

//interact {} //allows interaction so the ability to touch it

render {}//render it ingame
}

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Thu Jan 21, 2016 7:50 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

Who is online

Users browsing this forum: No registered users and 30 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:  
cron
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.