walkin Posted March 1, 2019 Posted March 1, 2019 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.
Invictusblade Posted March 1, 2019 Posted March 1, 2019 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
walkin Posted March 1, 2019 Author Posted March 1, 2019 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
Invictusblade Posted March 1, 2019 Posted March 1, 2019 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.