VTOL VR Mod Loader

VTOL VR Mod Loader

28 ratings
VTOL Task Progress UI
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.995 MB
Aug 17, 2024 @ 12:16pm
Dec 8, 2024 @ 12:54pm
4 Change Notes ( view )

Subscribe to download
VTOL Task Progress UI

Description
This mod adds progress bars for other mods to show downloads/other async tasks. If you're a player, thats all you need to know, goodbye :)

Now that only the cool people are left, heres the public API.

The dll is located at: steamapps\workshop\content\3018410\3311107928
(thanks marsh)

Features:

- The ability to register tasks
- Update the progress and status of tasks
- IMGUI and VR UI to display the status of said tasks

Todo features:

- Implement the TaskInfoFlags

CheeseMods.VTOLTaskProgressUI.VTOLTaskProgressManager

public static TaskInfo RegisterTask(VtolMod owner, string taskName, string ownerName = "", TaskInfoFlags flags = TaskInfoFlags.All)

CheeseMods.VTOLTaskProgressUI.TaskInfo

public void SetProgress(float progress)

public void SetStatus(string status)

public void FinishTask(string result = "Completed")
1 Comments
. Marsh.Mello . Aug 18, 2024 @ 7:45am 
Folder location if anyone is looking to reference it:
steamapps\workshop\content\3018410\3311107928