Are you saying you already have installed other mods which modify some of the same files as the Tracking mod does, or your custom template did ?
Are you saying you already have installed other mods which modify some of the same files as the Tracking mod does, or your custom template did ?
denimtemplate>include>language>yourtemplate>english
same with
package track>include>languages>yourtemplate>english
i tried to merge the two but their is so many to change, i decided to override, how can i do that do i need to make a new folder include with complete files inside etc etc > language with complete files inside etc etc>
and also the tpl_account_history_info_default do i need to get the tpl_account_history_info_default to my include>template>template default>template and merge them
If you have two templates or mods that both contain an override of the same file, you will have to merge them. There is no other way to have them both work; if you were to have one override the other, the second one would not function correctly.
To merge two customized versions of a file, you first need to identify all places where each of them differs from the original. Then you can merge the two together, bringing all custom code into the final result. If both of them modify the same line(s), you will have to understand exactly what they are doing and why in order to make a combined version. In some cases, it will not be possible to have both function at the same time.
Last edited by gjh42; 9 Jun 2012 at 11:11 PM.