Utility Workbenches (
Experimental
)Switch to Stable
Version
I have read, understood and accept the Terms of Service
Download Client Part:
Download Server Part:
Changelogs:
Core Version 1.3.309.09.2024 22:47
- LBPlayer class to simplify some functions later
- Config RPCs are not cached and just resent instead of calculated again
- Test Later method to delay Unit test
- Compression algorithms
- function to track placed down objects with what they were replaced
Core Version 1.0.426.04.2024 15:43
- Menu Parameters might not be the correct one for the menu causing issues like Spawn Menu not properly opening
- some more generic code for less boilerplate code
Core Version 1.0.324.04.2024 16:31
- Method to send RPC from Server to Server
- Warning popup can now be a standalone menu
Core Version 1.0.223.04.2024 15:41
-
reworked the warning popup for Advanced Groups
Core Version 1.0.122.04.2024 14:18
-
fixed an issue related to menus when logging out and back in, because of missing cleanup
Utility Workbenches Version 2.0.016.04.2024 15:16
#ifdef LBmaster_Rework
to check if the new version is loaded or the old- prints have been replaced with LBLogger methods
- GetGame() has been replaced with g_Game constant
- classes have been seperated into own files
- Using the LBLayoutManager everywhere
- all files were reformatted with formatting tool
- folderstructure has been made consistent with other LB mods
- missing translation into Stringtable
- missing logo
Item Pack Version 1.2.216.04.2024 14:52
-
Fixed some invalid model.cfg files
Core Version 1.0.016.04.2024 14:29
__To support both old and new Versions of this major update, you can use
#ifdef LBmaster_Rework
to check if the new version is loaded or the old__- Removed all prints and replaced with LBLogger
- consistent Loggin Prefixes
- changed all GetGame() functions to g_Game
- files now only contain a single class and have the same name as the class
- changed UIScripted Menus to LBMenuBase
- added functions to send Translated strings with placeholders since BI will probably never add the function
- some menus were closed even when force open was enabled
- reworked the whole folder structure
- all layout paths have been moved to LBLayoutManager
- added support for persistent menus used by Advanced Groups Map menu
- Menus direcly process RPCs now
- translated the whole mod
- merged some util classes and renamed them
- fixed possible string corruption statements ( https://feedback.bistudio.com/T173348 )
- direcly bing keybinds to opening a menu
- changed how admin pages are registered
- fixed sometimes multiple admin menu categories would expand
- using an external tool to format everything in a consistent code style
- deleted a lot of boilerplate code and dead code
- Item Selector and File selector dialog now accept the entry with double click for more convinient use
- added backup files, which are fully handled by the core pbo
- automated config guide generation