Enhanced Banking (

Stable

)


Changelogs:

Core Version 0.1.7

16.11.2023 14:05

  • some code restructuring
    - added new functions for AG update

Core Version 0.1.6

13.11.2023 15:21

Changed:
- minor code refactorings

Enhanced Banking Version 1.11.9

06.11.2023 11:27

Fixed:
- Some Placeholders were wrong in the default config

Core Version 0.1.5

06.11.2023 11:18

  • Minor code changes. Make sure to update all other mods for compatibility !

Core Version 0.1.4

19.10.2023 12:23

Added:
- Function for Spawn Menu to not open mutliple times

Enhanced Banking Version 1.11.8

17.10.2023 14:33

  • Compatibility patch for new Core Version

Core Version 0.1.3

17.10.2023 14:19

Added:
- Added own OnInit function in MissionBase to workaround mods like Custom Huds breaking my Mods by not properly overwriting the OnInit method.
- Admin placement base menu to allow placement of ATMs and Garages from a menu replacing the Garage Admin Kit
- some more Admin Menu functionality for more consistent Admin Menu pages

Core Version 0.1.2

12.10.2023 17:53

Added:
- Filesystem explorer to select any file

Core Version 0.1.1

10.10.2023 15:31

Changed:
- moved some utils classes from Advanced Groups to Core
- moved more scripts from 4_World to 3_Game

Core Version 0.1.0

06.10.2023 12:50

Added:
- Small testframework for Unit tests
- Experimental autocomplete function for input fields (currently used when adding currencies ingame
Changed:
- renaimg of some methods and classes
- change some file structure and split up files
Fixed:
- minor fixes to the new Menu Base class