arcinhosenka Posted August 7, 2015 Share Posted August 7, 2015 I think this would be a rather simple mod, but I have no clue how to implement it and CK crashes on startup. Could someone give me an .esp that would set your carry weight to a value equal to your maximum stamina on a condition, e.g. every time you leave perk screen and\or inventory screen? Link to comment Share on other sites More sharing options...
GrimyBunyip Posted August 7, 2015 Share Posted August 7, 2015 (edited) something something give a man a fish, something something teach a man to fish. Get Ck, make a constant effect script magic effect and add the following script to it. Add the magic effect to a spell and give yourself the spell. last but not least, proofread my code for typos since I wrote it on my phone :p actor playerref event oneffectstart(actor aktarget, actor akcaster) playerref = aktarget registerformenu("inventorymenu") registerformenu("statsmenu") endevent event onplayerloadgame() registerformenu("inventorymenu") registerformenu("statsmenu") endevent event onmenuclose(string menuname) PlayerRef.SetAV("CarryWeight",PlayerRef.GetAV("Stamina") endevent Edited August 7, 2015 by GrimyBunyip Link to comment Share on other sites More sharing options...
arcinhosenka Posted August 7, 2015 Author Share Posted August 7, 2015 Many thanks, it's kind of late right now (3:22), but tomorrow I'll try to get CK to run and make an .esp. Link to comment Share on other sites More sharing options...
arcinhosenka Posted August 8, 2015 Author Share Posted August 8, 2015 I can't get CK to run, it gets stuck "Initializing Windows...", already moved ebnoost's d3d9 out of skyrim's directory, tried to run as administrator, tried to edit SkyrimEditor.ini, and nothing :\ Link to comment Share on other sites More sharing options...
Recommended Posts