Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Ormin

Uploaded by

Ormin

Virus scan

Safe to use

About this mod

All of chunkmerge generated collision meshes are suspectible to a bug which in rare ( albeit possible ) circumstances can crash the game. This tool will help you fix it.

Permissions and credits
Long story short - every collision created using the ,,ChunkMerge" tool by skyfox69 is affected by a bug, where the very last byte of the MOPP code was copied as first one and therefore the very last MOPP command couldn't execute properly, in best case resulting in a small collision issue, in worst case jumping into the random memory location, causing skyrim to crash.

This tool fixes the issue by copying the first mopp data byte to the last one. ( it can do more, but i use it internally and is not ready yet for public :P will add more when time comes ).

USAGE ( from command line):
mopp_rl <your_input_path> <your_output_path> fix<br>Example:<br>mopp_rl C:/my_broken_file.nif C:/my_fixed_file.nif fix<br><br></your_output_path></your_input_path>