Quasimorph

Quasimorph

Item and Weapon Importer
Viser 11-20 af 25 forekomster
< 1  2  3 >
Opdatering: 4. mar. kl. 19:24

- Removed accidental test files upload
- Updated thumbnail

Opdatering: 4. mar. kl. 19:23

Opdatering: 4. mar. kl. 19:20

Version 2.1.0

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

Opdatering: 23. feb. kl. 18:19

Version 2.0.0
Upgraded logger and API

Opdatering: 2. feb. kl. 17:13

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

Opdatering: 28. jan. kl. 18:14

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

Opdatering: 23. jan. kl. 9:31

Opdatering: 17. jan. kl. 12:09

Opdatering: 29. okt. 2024 kl. 17:01

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

Opdatering: 20. okt. 2024 kl. 12:27

Version 2.1.1

Updated mod to support version 0.8.0