OpenKH / OpenKh

Kingdom Hearts libraries, tools, game engine and documentation
https://openkh.dev
Apache License 2.0
302 stars 83 forks source link

KH2 Object Editor - Viewer, Triggers, Collisions, Effect textures and QOL update #1085

Closed osdanova closed 4 months ago

osdanova commented 4 months ago

Viewer

Changed the viewer to use ModelingToolkit's viewport (Uses Helix)

Viewer

Triggers

The trigger lists have been updated both in Object Editor and the Docs.

Triggers Trigger Docs

Collisions

Collisions are now displayed when they are selected. Note: Due to how the viewer works this is incompatible with the auto collisions option. Note: If collision data was changed, it needs to be saved and the viewport reloaded to see the changes.

Collision

Effect Textures

Effect textures are now correctly displayed. Can be exported and replaced with images that have the same width, height and color count (Color count can be lower)

ParticleEffects

DPD export/ import

DPD files can now be exported and imported.

DpdExportImport

Texture Animations colors

Texture animations are now shown with the parent image's color palette.

TexAnim

QOL and Backend

Dev Notes

Oathseeker commented 4 months ago

This all looks really cool, thanks for your hard work on this Osdanova, Ill try later tonight to take a look at this.