jamesdc Posted February 22, 2020 Share Posted February 22, 2020 Hi all, I'm new here. Not a coder or programmer, but have been learning a little bit, by looking at code found in mods on nexusmods. My goal is to be able to change the avatar/appearance of your PC. NWN did this with setappearance console command. Is this even possible to do? I would love to be able to play as a Deathguard, or Ancient Lich, other creatures. I would imagine there might be a some demand for this (perhaps). To keep it as simple as possible, this would be just the avatar/appearance (purely aesthetic), and would not affect race and abilities, and so on. Many thanks! 1 Link to comment Share on other sites More sharing options...
Grape_You_In_The_Mouth Posted February 23, 2020 Share Posted February 23, 2020 I would check the shapeshifting code, but maybe you already have Link to comment Share on other sites More sharing options...
jamesdc Posted February 23, 2020 Author Share Posted February 23, 2020 thanks for your swift reply, Grape_You_In_The_Mouth. that's a very good idea! am currently looking at the spiritshifting codes. just made it useable outside of combat and essentially unlimited (which is probably common knowledge amongst modders!). it might be possible to create new code to reference other creatures other than bear, boar, cat etc., so you could spiritshift into a deathguard or something. (do you mean shapeshifting being the same as spiritshifting?) it's very possible this is way too advanced for me coding-wise, but will have a go! any advice is welcome... Link to comment Share on other sites More sharing options...
Grape_You_In_The_Mouth Posted February 23, 2020 Share Posted February 23, 2020 The Druid Shifter Evolution mod changes shapeshifting (spirit-shifting? I don't know the difference.) a lot, so his changes would be helpful as a guide too. However he changes you into a Dragon, just find the Dragon reference and change it to what you want. But I don't know, that's just what I would do! 1 Link to comment Share on other sites More sharing options...
jamesdc Posted February 24, 2020 Author Share Posted February 24, 2020 thanks that's really helpful that is a truly excellent mod, did 2 playthroughs with it haha will look into this... fingers crossed! and will update if i progress at all thanks again Link to comment Share on other sites More sharing options...
jamesdc Posted March 6, 2020 Author Share Posted March 6, 2020 (edited) Does anyone know where this code refers to? Trying to find references for creatures . . . "$type": "Game.GameData.ChangeFormEffectComponent, Assembly-CSharp", "NewFormAppearance": "Assets/Art/Character/Creatures/Wolf01/a_Wolf01_V01.asset", And this: "AnimationController": "assets/art/animation/animationcontrollers/creature/wolf.controller", I'm thinking that I could change these lines and enable spiritshifting into other animals or creatures... I looked in the Assemly-CSharp with dnSpy but no luck. I hope this all makes sense. Edited March 8, 2020 by jamesdc Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now