Quasimorph
Item and Weapon Importer
25개 중 11~20개 표시 중
< 1  2  3 >
업데이트: 2025년 3월 4일 오후 7시 24분
작성자: Crynano

- Removed accidental test files upload
- Updated thumbnail

업데이트: 2025년 3월 4일 오후 7시 23분
작성자: Crynano

업데이트: 2025년 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

업데이트: 2025년 2월 23일 오후 6시 19분
작성자: Crynano

Version 2.0.0
Upgraded logger and API

업데이트: 2025년 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

업데이트: 2025년 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

업데이트: 2025년 1월 23일 오전 9시 31분
작성자: Crynano

업데이트: 2025년 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