OpenNaja / cobra-tools

A suite of GUI tools for extracting and modifying OVL and OVS archives, as well as editing the associated in-house file formats. Also includes a model plugin for Blender. For downloads, guides, and FAQs visit:
https://opennaja.github.io/cobra-tools/
GNU General Public License v3.0
98 stars 26 forks source link

Jurassic World Evolution 2 OVL Archive editor not supporting PNG #305

Closed BabaZabava closed 1 year ago

BabaZabava commented 1 year ago

I'm trying to help my son edit dinosaur textures in JWE2.

Followed a youtube tutorial installed python, redistributables, and everything works up to the point where i extract a dinosaur OVL, and edit and save the PNG file.

When I want to inject the edited PNG back into the OVL it doesn't show up the selection, PNG is not listed in the supported filetypes, drag and drop doesn't work either.

Any idea why that might be happening?

Thanks!

HENDRIX-ZT2 commented 1 year ago

You have to inject back the tex file, not the png file. The tex file automatically locates all the required png files on injection.

HENDRIX-ZT2 commented 1 year ago

Also duplicate of #214