pinkfluf Posted June 12, 2021 Share Posted June 12, 2021 (edited) Faster Mod Setup Notifications LE View File (text from SE page) But mod converted using LE vanilla Interface Assets and tested in LE Supports Left, Centre and Right Notification messages. This mod can increase the amount of notification messages (or use vanilla settings) and makes them fade faster. Handy during mod setups This is based off this mod on Nexus but I didn't like the bright hud colours so I used the stock Interface assets https://www.nexusmods.com/skyrimspecialedition/mods/30170?tab=description Here are some timings with different settings (based on 261 active plugins).. messages stopped/disappeared 3:29 80 frames 3 shown 2:12 50 frames 3 shown 2:02 40 frames 3 shown 1:27 30 frames 3 shown 1:17 20 frames 3 shown (Faster but noticed some messages still appeared "your follower can't follow you here" so scripts still running) 3:09 80 frames 15 shown 2:05 50 frames 15 shown 1:51 40 frames 15 shown (I use this setting, a good balance I think) 1:21 30 frames 15 shown 1:02 20 frames 15 shown (Faster but noticed some messages still appeared "your follower can't follow you here" so scripts still running) You won't always get 15 spam messages during a playthrough unless your doing something to spam the notification messages (building a house etc) Tools Used: Jpexs - https://github.com/jindrapetrik/jpexs-decompiler Compatability: SE Version here Anything that does not touch "interface/exported/hudmenu.gfx" If you do have a mod that touches on it you can modify it (hudmenu.gfx or hudmenu.swf) yourself (might need to extract it if it's in a BSA). Steps To Modify Or Change Position: Open gfx or swf file in Jpexs ( if you get a "this uses assets from gfxfontlib.swf" just select no (twice). 1) In the left pane navigate to Scripts then click on Messages 2) In the far right pane click on "Edit P-code" and modify either the "MAX_SHOWN" (default 3) and "END_ANIM_FRAME" (default 80) to your choosing. 3) To change the position navigate to line 71 and change the x,y coords to your choosing 4) Press Save under the Pane, then Press Save on the main file menu voila your done. Submitter pinkfluf Submitted 06/12/2021 Category Other Requires Special Edition Compatible No Edited June 12, 2021 by pinkfluf Link to comment
GeJorge Posted June 16, 2021 Share Posted June 16, 2021 (edited) Does not seem to work with NORDIC UI installed, although there is no file conflict. Edited June 16, 2021 by GeJorge Link to comment
pinkfluf Posted June 16, 2021 Author Share Posted June 16, 2021 36 minutes ago, GeJorge said: Does not seems to work with NORDIC UI installed, although there is no file conflict. Hi yup that's a complete overhaul of the menu so this won't work with it, buuuut after looking at the files this is what you need to do to change either position or amount of messages.. 1) Open up interface\hudmenu.swf with Jpexs 2) Click on Scripts then _packages then click on messages, click "edit p-code" from there you can adjust no of messages shown or change message position on line 71. Don't forget to click on save (twice, once from the P-code button and once from main menu). 1 Link to comment
GeJorge Posted June 16, 2021 Share Posted June 16, 2021 5 hours ago, pinkfluf said: from there you can adjust no of messages shown or change message position on line 71. Can I just copy-paste your setting from /exported/hudmenu.gfx? Link to comment
pinkfluf Posted June 16, 2021 Author Share Posted June 16, 2021 ack no its a different file, that likely won't work with the rest of your HUD interface. THe author doesn't give permission to change etc so I can't do it. You can do it though and have only 2 changes to make and a third if you want to change the position Click on edit P-code then ... line 306: MAX_SHOWN (currently 4) ----- change this to 15, 10 or keep at vanilla 4 line 310: END_ANIME_FRAME (currently 80) ------ change this to 50, 40 (recommended), 30 or 20 line 71: Push "_x" 0.0 "_y" 0.0 2 ------ change to Push "_x" 470.0 "_y" 105.0 2 (to display centre msgs) or Push "_x" 920.0 "_y" 0.0 2 (display msgs on right hand side) save then save again from main menu GL 1 Link to comment
GeJorge Posted June 16, 2021 Share Posted June 16, 2021 21 minutes ago, pinkfluf said: ack no its a different file, that likely won't work with the rest of your HUD interface. THe author doesn't give permission to change etc so I can't do it. You can do it though and have only 2 changes to make and a third if you want to change the position Click on edit P-code then ... line 306: MAX_SHOWN (currently 4) ----- change this to 15, 10 or keep at vanilla 4 line 310: END_ANIME_FRAME (currently 80) ------ change this to 50, 40 (recommended), 30 or 20 line 71: Push "_x" 0.0 "_y" 0.0 2 ------ change to Push "_x" 470.0 "_y" 105.0 2 (to display centre msgs) or Push "_x" 920.0 "_y" 0.0 2 (display msgs on right hand side) save then save again from main menu GL It's working, cheers! Link to comment
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