Quasimorph

Quasimorph

Item and Weapon Importer
Showing 21-25 of 25 entries
< 1  2  >
Update: 25 Sep, 2024 @ 4:05pm

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

Update: 21 Jul, 2024 @ 4:20pm

2.0.1.1

Updated for the latest version of Quasimorph

Update: 21 Jul, 2024 @ 6:17am

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.

Update: 19 Jul, 2024 @ 3:10pm

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.

Update: 7 Jul, 2024 @ 7:03am

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