Quasimorph
Item and Weapon Importer
25개 중 21~25개 표시 중
< 1  2  >
업데이트: 2024년 9월 25일 오후 4시 05분
작성자: Crynano

Version 2.1

DISCLAIMER: This update will break current weapon implementations. Don't worry, use the descriptors examples from the folder inside the workshop to use the new system and reference your weapons via ID

Added support for importing:
· Trash
· Medkits
· Food
· Grenades (visuals and many stats are based on the frag_grenade or the baseItemId if provided)
· Repair objects
· Full armor suits
· Vests
· Backpacks

업데이트: 2024년 7월 21일 오후 4시 20분
작성자: Crynano

2.0.1.1

Updated for the latest version of Quasimorph

업데이트: 2024년 7월 21일 오전 6시 17분
작성자: Crynano

Version 2.0.1

· Fixed blurriness for imported images.
· Added 'imagePixelScale' to the global config, which defines the pixels per unit value of imported images.
Example: a value of 200 means double pixels per unit, which halves the size of the final sprite.
50 doubles the size of the final sprite.

업데이트: 2024년 7월 19일 오후 3시 10분
작성자: Crynano

Version 2.0.0

· Added support for generic descriptors
· Added support for backpacks and bullets
· Added the ability to include items to faction lists
· Added localization to items via config files.
· Global Config is now used to determine paths to every type of file.

업데이트: 2024년 7월 7일 오전 7시 03분
작성자: Crynano

Version 1.0.0

· Base weapon creation
· Support for custom images
· Support for custom name and descriptions shared in all languages

· JSON and API support