WorldBox - God Simulator
NeoModLoader
Показані результати 1–10 із 43
< 1  2  3  4  5 >
Оновлено: 13 верес. о 5:31
автор: Keymasterer44

## What's Changed
* Bugfix: Missing harmony assembly for unity explorer compatibility fix by @ApexNite in https://github.com/WorldBoxOpenMods/ModLoader/pull/60


**Full Changelog**: https://github.com/WorldBoxOpenMods/ModLoader/compare/1.2.0...1.2.0.1

Оновлено: 11 верес. о 7:40
автор: Keymasterer44

## What's Changed
* Compatibility with game version 0.51.0
* Fixed the NML_AUTHENTICATION locales error
* Added indicator for if a mod in the mod list is loaded by a modloader different than NML
* Added reference to Downgrading Tool by @gmBlahaj in https://github.com/WorldBoxOpenMods/ModLoader/pull/52
* Bugfix: Make compatible with Unity Explorer by @ApexNite in https://github.com/WorldBoxOpenMods/ModLoader/pull/55

## New Contributors
* @ApexNite made their first contribution in https://github.com/WorldBoxOpenMods/ModLoader/pull/55

**Full Changelog**: https://github.com/WorldBoxOpenMods/ModLoader/compare/1.1.3...1.2.0

Оновлено: 30 черв. о 22:13
автор: Keymasterer44

## What's Changed
* Compatibility with game version 0.50.6

**Full Changelog**: https://github.com/WorldBoxOpenMods/ModLoader/compare/1.1.2...1.1.3

Оновлено: 19 черв. о 13:46
автор: Keymasterer44

## What's Changed
* Added new Installers by @gmBlahaj in https://github.com/WorldBoxOpenMods/ModLoader/pull/48
* Fixed some locale issues within NML menus
* Fixed a bug that was causing tab creation to fail for some users
* Fixed a bug in toggle button creation

## New Contributors
* @gmBlahaj made their first contribution in https://github.com/WorldBoxOpenMods/ModLoader/pull/48

**Full Changelog**: https://github.com/WorldBoxOpenMods/ModLoader/compare/1.1.1...1.1.2

Оновлено: 14 черв. о 3:17
автор: Keymasterer44

## What's Changed
* Fixed various bugs that were causing failures in NMLs tab creation utility


**Full Changelog**: https://github.com/WorldBoxOpenMods/ModLoader/compare/1.1.0...1.1.1

Оновлено: 12 черв. о 7:55
автор: Keymasterer44

## What's Changed
* Compatibility with game version 0.50.5 (barely tested so far)
* slight improvement in sound manager by @MelvinShwuaner in https://github.com/WorldBoxOpenMods/ModLoader/pull/33
* add JSON based custom data storage by @Keymasterer44 in https://github.com/WorldBoxOpenMods/ModLoader/pull/43
* Builders!!!!! by @MelvinShwuaner in https://github.com/WorldBoxOpenMods/ModLoader/pull/44


**Full Changelog**: https://github.com/WorldBoxOpenMods/ModLoader/compare/1.0.11...1.1.0

Оновлено: 9 берез. о 23:10
автор: 一米

Оновлено: 8 берез. о 6:56
автор: 一米

## What's Changed
### Feature:
* Add Sound file loading. See ... for documentation
* Automatically convert mod config value instead of falling to default

### Adjustment:
* Upgrade some assemblies to support some mods

### Optimization:
* Initialize fields for ui objects instantiated from prefabs

Оновлено: 23 груд. 2024 о 8:01
автор: 一米

## What's Changed
### Feature:
* Add FeatureManager. See ... for documentation
* Add automatic Init and PostInit invocations for IStagedLoad mods in loading process
* Support loading sprite sheet from a single file through "sprites.json"
* Support INT_SLIDER in mod configuration
* Some more utility functions

### BugFix:
* Fix possible error caused by BaseInstPredictor
* Fix mod config text overflow
* Fix github authentication about mod uploading

### Adjustment:
* Search and load localization files iteratively for ILocalizable
* Includes assemblies in dependencies automatically

### Optimization:
* Be more robust to wrong "sprites.json" and .csv locale files

Оновлено: 12 серп. 2024 о 6:59
автор: Keymasterer44

### Feature:
* Add better AutoUpdater to NML
* Extend BasicMod<t> with "PrefabLibrary"
* Provide a way for non NML mods to get their NML ModDeclare
* Add field to ModDeclare for marking if a mod has been downloaded using the Steam Workshop
* Add a way for NML mods to be distributed as DLLs
* Support customizing window size of WideWindow
* Support getting current tab id in MultiTabWindow
* Method to do action on all assets of a library

### BugFix:
* Improve robustness of runtime loading
* Fix possible unpatching errors
* Avoid DLL conflicts for mods which use network
* Fix bugs in mod compilation cache

### Adjustment:
* Open some fields as read only properties

### Optimization:
* Only apply listener patches when first handler for the listener is registered
* Remove redundant LM.ApplyLocale call from Localization.Add