Quasimorph
Item and Weapon Importer
Εμφάνιση 11-20 από 25 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 4 Μαρ στις 19:24
από Crynano

- Removed accidental test files upload
- Updated thumbnail

Ενημέρωση: 4 Μαρ στις 19:23
από Crynano

Ενημέρωση: 4 Μαρ στις 19:20
από Crynano

Version 2.1.0

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

Ενημέρωση: 23 Φεβ στις 18:19
από Crynano

Version 2.0.0
Upgraded logger and API

Ενημέρωση: 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

Ενημέρωση: 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

Ενημέρωση: 23 Ιαν στις 9:31
από Crynano

Ενημέρωση: 17 Ιαν στις 12:09
από Crynano

Ενημέρωση: 29 Οκτ 2024 στις 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);

Ενημέρωση: 20 Οκτ 2024 στις 12:27
από Crynano

Version 2.1.1

Updated mod to support version 0.8.0