You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very good to get rid of the long-standing problem of boot screens, that they are intentionally tied to the main process and constantly hang during loading. Smile has made a dll module which, although not without problems, but allows you to put the loading screen in a separate thread as an overlay. The request is to put the loading screen in a parallel thread, allowing the contents of the screen page to work independently of the loading process on the server.
I agree this would be good to fix, but I'm not sure that project is ideal as-is due to "Working only in windowed and no border windowed" and "and it works strangely with the discord and steam overlay".
Some in the discord have previously mentioned render.Spin() as a possible solution but I have no idea if that will solve it or not. Maybe Rubat could clarify if that's an option?
Details
It would be very good to get rid of the long-standing problem of boot screens, that they are intentionally tied to the main process and constantly hang during loading. Smile has made a dll module which, although not without problems, but allows you to put the loading screen in a separate thread as an overlay. The request is to put the loading screen in a parallel thread, allowing the contents of the screen page to work independently of the loading process on the server.
https://github.com/SmileDoge/GmodLoadingOverlay
The text was updated successfully, but these errors were encountered: