Quasimorph

Quasimorph

Item and Weapon Importer
正在显示第 11 - 20 项,共 25 项条目
< 1  2  3 >
更新于:3 月 4 日 下午 7:24
作者:Crynano

- Removed accidental test files upload
- Updated thumbnail

更新于:3 月 4 日 下午 7:23
作者:Crynano

更新于:3 月 4 日 下午 7:20
作者:Crynano

Version 2.1.0

- Upgraded Logger
- Added support for single-property inheritance
- Added default values for many properties of weapons

更新于:2 月 23 日 下午 6:19
作者:Crynano

Version 2.0.0
Upgraded logger and API

更新于:2 月 2 日 下午 5:13
作者:Crynano

Updated for new content mod

· Modified localization files to better import IDs
· Modified internal files and structures
· Added back support for ammo and firemodes
· Added small optimizations for ItemCreatorTool GUI

更新于:1 月 28 日 下午 6:14
作者:Crynano

· Added API support
· Added support for new 0.8.5 entries
· Fixed ground sprites
· Fixed sound issues
· Adjusted loading processes and exception controls

更新于:1 月 23 日 上午 9:31
作者:Crynano

更新于:1 月 17 日 下午 12:09
作者:Crynano

更新于:2024 年 10 月 29 日 下午 5:01
作者:Crynano

Version 2.1.2

· Fixed usage of mod as an API to add new objects
· API usage now creates a log.txt with the import results


To use the mod as API, import the DLL as reference in your project, first get the config with:

QM_WeaponImporter.Importer.GetGlobalConfig(path)

then force the config loading using:

QM_WeaponImporter.ConfigManager.ImportConfig(yourModConfigItem);

更新于:2024 年 10 月 20 日 下午 12:27
作者:Crynano

Version 2.1.1

Updated mod to support version 0.8.0