Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 862 Bytes

File metadata and controls

11 lines (9 loc) · 862 Bytes

trinigy_vision_engine_exporter

A tool that can extract assets from the .v container that Trinigy Vision Engine or later called Havok Vision Game Engine (after it was taken over by Havok). The engine was used for older games like "Alarm für Cobra 11 - Vol. 3" around 2000s.

Dependencies

You need to have Python installed on your system.

How to use

  1. Put the .v file you want to extract in the same folder as the v_extractor.py Python script.
  2. Open the v_extractor.py script with a text editor and Rename "Data.v" in line 4 to the .v filename that your game uses.
  3. Use a command tool like cmd and navigate to the folder that contains the script and the .v file, than execute the Python script with command "python v_extractor.py".
  4. Your extracted data will be shown as zip file and you can extract the zip file with a tool like Winrar or Winzip.