Skip to content

Latest commit

 

History

History
98 lines (65 loc) · 3.22 KB

README.md

File metadata and controls

98 lines (65 loc) · 3.22 KB

ULTIMATELIB

UltimateLib is a library that aims to simplify the development of plugin modules for GameDevTycoon.

A project of alphabit and SirEverard from the GreenheartGames Community.

HOW TO INSTALL:

  • Unpack the contents of the downloaded file (usually a ZIP package) into your GameDevTycoon "mods" folder
  • You should have a folder called "UltimateLib" inside your "mods" folder.
  • Before installing a new version, we always recommend to remove the older version and install from scratch (always backup your files if in doubt)

ATTRIBUTIONS & CONTRIBUTIONS:

GreenheartGames Forums:

3rd Party:

MODDERS README SECTION

MODULES:

Configuration: Provides special functionality for enhancing the in-game settings UI by providing possibility to add custom content and settings items

Contracts: Simplify access to specific game contracts

Dialog: Simplify creation of GDT modal dialogs (i.e. for usage in popup menus)

Elements: Simplify access to specific $DOM elements

NameGenerator: Name generation for games, characters, companys etc.

Notifications: Allows to manipulate / optimize the in-game settings notification system

PopupMenu: Simplify the creation of GDT popup menu entries

Publishers: Allows to create / add publishers to the game

Research: API for adding Lab researchs and one off staff researchs

Storage: API for global settings storage using the same GDT's local storage, but logically separated

Utils: Utility library with useful functions for your code

VisualTweaks: Tweak library for the UI

Important Note

All modules are subject to change and under constant development

LICENSES:

This software is licensed under the GDT Modding Agreement with an additional clause stating that, any party wishing to use this software in its entirety, must distribute it from the gamedevtycoon-mods-ultimatelib public GitHub repository.

There also may be 3rd party libraries included used in and distributed with this software with their own (non-conflicting) respective licences i.e. the "Attribution-NonCommercial 4.0 International".

#####In short:#####

  • Do not distribute this software with your own software (in particular with your own GDT addin module).
  • The usage of this software is only allowed when downloaded from this repository and installed properly.
  • You are not allowed to copy, modify, merge, publish, distribute, sublicense, and/or distribute copies of this software without the permission of the project founders.
  • All attributions to 3rd-parties have to be implemented.
  • Credits must be attributed to alphabit and SirEverard in your public threads / readme / etc. (i.e. powered by UltimateLib).

TO DO :

  • Amazing Module!