Quasimorph
Item and Weapon Importer
Mostrando 11-20 de 25 aportaciones
< 1  2  3 >
Actualización: 4 MAR a las 7:24 p. m.

- Removed accidental test files upload
- Updated thumbnail

Actualización: 4 MAR a las 7:23 p. m.

Actualización: 4 MAR a las 7:20 p. m.

Version 2.1.0

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

Actualización: 23 FEB a las 6:19 p. m.

Version 2.0.0
Upgraded logger and API

Actualización: 2 FEB a las 5:13 p. m.

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

Actualización: 28 ENE a las 6:14 p. m.

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

Actualización: 23 ENE a las 9:31 a. m.

Actualización: 17 ENE a las 12:09 p. m.

Actualización: 29 OCT 2024 a las 5:01 p. m.

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);

Actualización: 20 OCT 2024 a las 12:27 p. m.

Version 2.1.1

Updated mod to support version 0.8.0