Page 1 of 1

[ADDON]FasterLoadingScreen

Posted: Sun Jun 06, 2021 7:34 pm
by xyeppp
FasterLoadingScreen
Download.

Hides unnecessary loading screens in scenario/city when respawning or using the flag.
Speeds up loading time by hiding the loading screen right after loading is finished instead of after a delay timer.

/noload to disable loading screens completely if LibSlash is enabled - able to chat when loading and mount up even before you have zoned in leading to spawning on a mount.
Spoiler:
Image
(/script EA_Window_LoadingScreen.NoShowLoad() if not using LibSlash)

This addon directly replaces the default EA_LoadingScreen.

Re: [ADDON]FasterLoadingScreen

Posted: Mon Jun 07, 2021 7:28 am
by b00n
tried it - it's awesome !

edit: is there any chance to make noload default ? So whenever i start RoR it is set already.

edit2: found it on my own:

Interface\AddOns\ea_loadingscreen\source\loadingscreen.lua#4
set EALoadingScreenShow={false}

Re: [ADDON]FasterLoadingScreen

Posted: Mon Jun 07, 2021 8:21 am
by xyeppp
b00n wrote: Mon Jun 07, 2021 7:28 am tried it - it's awesome !

edit: is there any chance to make noload default ? So whenever i start RoR it is set already.

edit2: found it on my own:

Interface\AddOns\ea_loadingscreen\source\loadingscreen.lua#4
set EALoadingScreenShow={false}
/noload will save and remember your settings - there's no need to edit the LUA.