Jump to content

Bodyslide Preset In-game


walkin

Recommended Posts

Kinda, it an all or nothing deal,

so you cannot choose a body then a face, it has to be both body and face.

 

so looksmenu can have bodyMorphs attached to presets and this is done in a couple of different ways

 

0(easiest). use bodygen to morph the player and then save it otherwise

 

1. adjust it in-game and then save it as a preset, this is a wise first step anyway to show where to place the data inside the preset.

2. you can use notepad++, to convert bodygen or bodyslide presets. here is an rough conversion using all three Starting with "Ankles" and Ending with "WideWaistLine"

 

Player.json (Looksmenu Preset)

   "BodyMorphs" : {
      "Ankles" : 0.300000011920929,

...
      "WideWaistLine" : 0.5
   },

 

Player.xml(Bodyslide Preset)

        <SetSlider name="Ankles" size="big" value="30"/>

...

        <SetSlider name="WideWaistLine" size="big" value="5"/>

 

 

Player.ini (Bodygen)

preset=Ankles@0.30,  WideWaistLine@0.05

 

 

now it is an annoying job of replacing parts of the code to suit the looksmenu Preset

 

Link to comment
7 minutes ago, Invictaxe said:

Kinda, it an all or nothing deal,

so you cannot choose a body then a face, it has to be both body and face.

 

so looksmenu can have bodyMorphs attached to presets and this is done in a couple of different ways

 

0(easiest). use bodygen to morph the player and then save it otherwise

 

1. adjust it in-game and then save it as a preset, this is a wise first step anyway to show where to place the data inside the preset.

2. you can use notepad++, to convert bodygen or bodyslide presets. here is an rough conversion using all three Starting with "Ankles" and Ending with "WideWaistLine"

 

Player.json (Looksmenu Preset)

   "BodyMorphs" : {
      "Ankles" : 0.300000011920929,

...
      "WideWaistLine" : 0.5
   },

 

Player.xml(Bodyslide Preset)

        <SetSlider name="Ankles" size="big" value="30"/>

...

        <SetSlider name="WideWaistLine" size="big" value="5"/>

 

 

Player.ini (Bodygen)

preset=Ankles@0.30,  WideWaistLine@0.05

 

 

now it is an annoying job of replacing parts of the code to suit the looksmenu Preset

 

Okay. Thnx. A little of this is starting to come back to me.

I think I still have some done from before

Link to comment

Also if you paid attention to my coding, you may have realise that I made a mistake in my looksmenu Preset (I made it before I found out about it but I use it anyway) I notice it while typing this reply.

The really annoying part of converting the Bodyslide presets is when there is single or triple digits.

 

"WideWaistLine" : 0.5 (Wrong)

<SetSlider name="WideWaistLine" size="big" value="5"/>

WideWaistLine@0.05

 

so keep an eye for it

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use