-
Notifications
You must be signed in to change notification settings - Fork 29
Tutorial: Jurassic World Evolution Species Replacement Mod
HENDRIX-ZT2 edited this page Feb 12, 2022
·
4 revisions
The most advanced form of mod possible at this time will be a species replacement mod. To accomplish this task one can follow the steps outlined below:
- Double click
ovl_tool_gui.py
to start the main tool. - Open the OVL file for the chosen dinosaur species to be replaced.
- Unpack the OVL file to a folder.
- Import the MS2 of the dinosaur into blender.
- Edit the model or rig a new one to the nodes following the same conventions used
- Export the MS2 by selecting the old one.
- edit the PNG files as needed
- inject any edited files back into the OVL tool and save the new dinosaur OVL. An OVS file is automatically edited and saved too, if present.
- replace the stock OVL (+ OVS) with the new one, back up the old one
- Double click
ovl_tool_gui.py
to start the main tool. - Open the Loc.OVL file for the language your game uses from the content folder containing the dinosaur species you want to replace
- Unpack the OVL file to a folder.
- Edit the Txt files relevant to replacing the species.
- inject the Txt files and save the new Loc.OVL.
- replace the stock Loc.OVL and back it up.