Jump to content
⚠ Known Issue: Media on User Profiles ×

Ultimarok

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About Ultimarok

Profile Fields

  • Country
    United States
  • Favourite Game
    Chrono Trigger and EarthBound

Ultimarok's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter
  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I'd like to save my character's face as a preset to use in character creation for future playthroughs without having to recreate him from scratch. Preferably as a .esp mod/plugin. (Or something that doesn't require the script extender.) I've looked at faceripper, but this seems to be for ripping NPC faces, rather than the player's and the last update was in 2020. LooksMenu seems to require the script extender and does not seem to be able to save the preset as a mod/plugin. (Could be wrong on the last one.)
  2. Okay, I don't really understand how the following should be edited: FullClothDirtyingOnFullSpeed # how far do we walk with full speed (10 walk speed) to get 100% dirty FullClothDirtyingOnZeroSpeed # how far do we walk with half speed to get 100% dirty (other speeds than FullSpeed and HalfSpeed are linearly interpolated) ClothDirtyingUpdatePeriod # how often (in meters walked) do we add dirt to clothing (both for player and NPCs) Let's say I wanted to eliminate getting dirty entirely, would I set the values like this: <row rpg_param_key="FullClothDirtyingOnFullSpeed" rpg_param_value="0" /> <row rpg_param_key="FullClothDirtyingOnZeroSpeed" rpg_param_value="0" /> <row rpg_param_key="ClothDirtyingUpdatePeriod" rpg_param_value="0" /> Or like this: <row rpg_param_key="FullClothDirtyingOnFullSpeed" rpg_param_value="9999999" /> <row rpg_param_key="FullClothDirtyingOnZeroSpeed" rpg_param_value="9999999" /> <row rpg_param_key="ClothDirtyingUpdatePeriod" rpg_param_value="9999999" /> And how would I edit it if I wanted to still get dirty and not eliminate it entirely, but make it take much longer before I do get dirty? The default/vanilla values for those seem to be: FullClothDirtyingOnFullSpeed = 4000 FullClothDirtyingOnZeroSpeed = 1 ClothDirtyingUpdatePeriod = 50 So if I want to slow that down, then do so like this? FullClothDirtyingOnFullSpeed = 9999 FullClothDirtyingOnZeroSpeed = 1 ClothDirtyingUpdatePeriod = 50
×
×
  • Create New...