Quasimorph
Item and Weapon Importer
25件中 11-20 を表示
< 1  2  3 >
更新:3月4日 @ 19時24分
更新者:Crynano

- Removed accidental test files upload
- Updated thumbnail

更新:3月4日 @ 19時23分
更新者:Crynano

更新:3月4日 @ 19時20分
更新者:Crynano

Version 2.1.0

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

更新:2月23日 @ 18時19分
更新者:Crynano

Version 2.0.0
Upgraded logger and API

更新:2月2日 @ 17時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日 @ 18時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日 @ 17時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