Core

Core DayZ Mod
Setup Work: LowNo WipeStable

Changelogs:

Version 1.0.4 - exp

26.04.2024 15:43

Fixed:
- Menu Parameters might not be the correct one for the menu causing issues like Spawn Menu not properly opening
Added:
- some more generic code for less boilerplate code

Version 1.0.3 - exp

24.04.2024 16:31

Added:
- Method to send RPC from Server to Server
- Warning popup can now be a standalone menu

Version 1.0.2 - exp

23.04.2024 15:41

  • reworked the warning popup for Advanced Groups

Version 1.0.1 - exp

22.04.2024 14:18

  • fixed an issue related to menus when logging out and back in, because of missing cleanup

Version 1.0.0 - exp

16.04.2024 14:29

This update will break other mods depending on this mod! Make sure to apply the necessary changes
__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

More...

Features

  • Automatic Management of
    • RPCs
    • Menus and Menu Layouts
    • Admin Menus
    • Money
    • Configs
  • Configs
    • Icons
    • Currencies
    • Logo
    • Playername and last joined date tracking
  • Custom Logging
    • own log file
    • config to change log level and log output path
    • Log Level Fatal, Error, Admin, Info (default), Debug, Verbose
    • all mods can have their own log prefix
    • option to also log to scriptlog
  • Test Framework
    • Perform simple compare tests automatically
    • test strings, integers, floats
    • output to a single file with all test results

<
>