Muse3 Posted October 22, 2020 Posted October 22, 2020 I'm losing my mind over this source script...slowMotionOnPlayerDeath.psc Because the original creator doesn't answer anymore, i tried editing a feature that doesn't seem to work (the mod itself works! It's just that one feature that does't). The only edit that i did was replacing "randomProfile"(a variable) with "Utility.RandomInt(1, 8)" on line 103. I'll explain why in the spoiler, if you are interested. Spoiler One of the function of this mod is to change expressions on death. This works on every expressions preset that i made, but the randomize feature doesn't: it should randomly choose between 8 presets, but it always picks the same preset. So my theory is there was an error on line 103: the "randomProfile" variable is never assigned, which should result in picking always the same preset. That is why i tried directly changing it with "Utility.RandomInt(1, 8)". The problem is that i am a noob and i can't compile it into a pex file. I tried everithing: from the papyrus thing in the CreationKit to other exteral stuff... It gives me a bunch of errors... Could someone compile this for me? I would really apriciate it.
Muse3 Posted October 22, 2020 Author Posted October 22, 2020 Here's the full mod fileMRD.zip (don't mynd the "LOL" folder, it only contains some of my failed experiments) I'm posting it because i think the mod is dead. If the creator shows up and doesn't want this, i'll delete the message. I'll also post the page link, but don't download that file because it's different than mine: The original mod doesn't have anything to do with the expressions feature, which was added by another user: he edited some scripts that you only needed to drop inside the original mod folder and overwrite everithing. If you really want you should find their file buried in the mod's comments. Basically, i had to download the mod because i wanted this extra feature that an user added. Spoiler
Seijin8 Posted October 22, 2020 Posted October 22, 2020 1 hour ago, smusini said: It gives me a bunch of errors... Well that's really not helpful.
Muse3 Posted October 22, 2020 Author Posted October 22, 2020 You are awesome!! If you don't mind, could you tell me how you did it?
Muse3 Posted October 22, 2020 Author Posted October 22, 2020 I just tried the script and my fix worked, so thanks again for compiling and for the tips!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.