0 of 0

File information

Last updated

Original upload

Created by

syrops

Uploaded by

syrops

Virus scan

Safe to use

About this mod

Tired of your mod telling users that their game is broken? Head over to \lang\texts_en.xml to fix that! You'll need to look for "invalid files" and change both lines to your desired message

Requirements
Permissions and credits
Tired of your mod telling users that their game is broken? 
Follow this simple tutorial. Really, just a note, it will be very short!

After unpacking with quickbms, head over to the "\lang" file
Example MyMod\lang, after unpacking res.pak wherever desired
open texts_en.xml or whatever co-responding language file you're working with!
search for the error text inside the following wrap
<t id="invalid_files"></t>
<t id="invalid_files_repair_files"></t>

it will originally read as: 
<t id="invalid_files">Some game files may not have downloaded correctly and may cause errors.</t>
<t id="invalid_files_repair_files">You can check the files integrity or reinstall the game.</t>

be sure to edit both with your desired message to welcome users to your mod! enjoy

Not sure what any of this means? Head over to Olto mod to read a more full tutorial on how to use QuickBMS!