blank_v Posted October 9, 2020 Posted October 9, 2020 Any1 know how to disable Vanila Message after Sleep?... I'm working on mod and i made my own Messages... there is many more messages depending on how long u were sleeping, and there are different messages depending on how tired u were and how much time past between your last sleep time... so i don't want default message... :HitMe -:- You wake up, but You didn't need to sleep :HitMe -:- You wake up, but it was not not enough :HitMe -:- You wake up and regenerated some energy :HitMe -:- You rest a little but You should sleep more soon :HitMe -:- You didn't needed to rest, but You feel good :HitMe -:- You finaly have some rest, now You are full of Energy :HitMe -:- You should not sleep while You are not Tired :HitMe -:- You wake up well rested :HitMe -:- After long time being tired you finaly have some rest :HitMe -:- You sleep for too long while You were only little tired :HitMe -:- You sleep for too long and it was bad for You, you were not tired :HitMe -:- You were fine, now You feel bad, You can't sleep all time I don't want that trash selected with red circle !...
Roggvir Posted October 9, 2020 Posted October 9, 2020 These strings are in the "Messages": RestedMessage [MESG:000FD80D] WellRestedMessage [MESG:000FD80E] ...and maybe some others So, you need to either edit these messages, or edit script PlayerSleepQuestScript.psc that shows them (you may even want to replace that script with yours - after all, you seem to be rewriting how the resting works, can't imagine doing that without also replacing this script).
blank_v Posted October 9, 2020 Author Posted October 9, 2020 12 minutes ago, Roggvir said: These strings are in the "Messages": RestedMessage [MESG:000FD80D] WellRestedMessage [MESG:000FD80E] ...and maybe some others So, you need to either edit these messages, or edit script PlayerSleepQuestScript.psc that shows them (you may even want to replace that script with yours - after all, you seem to be rewriting how the resting works, can't imagine doing that without also replacing this script). Its not only new Sleep system :x... Here You have example of Stamina System: Spoiler I'm just gonna comment Script lines and recompile script :3... //Edit:{ Just to be clear, only Message Lines not entire Script } And... lets see if its working... YES :o... Nice... lol... tbh i was thinking that Sleeping is GameEngine Feature and it will be like almost impossible to disable... lol xD ok... ty for help ❤️
Recommended Posts
Archived
This topic is now archived and is closed to further replies.