Jump to content

Bodyslide Preset In-game


walkin

Recommended Posts

Posted

Can you use a bodyslide preset in game. I know you can use the sliders but can you use an actual preset. I thought I did one time before but now I can't remember.

Posted

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

 

Posted
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

Posted

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

Archived

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

  • Recently Browsing   0 members

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