Code Editing Tutorials
Changing game extension

It seems that this still isn’t clear to everyone. I mean, every TC nowadays has it’s own extension - WW1, BJ3, ARM, SCH - wouldn’t more people want to know how to do this? It’s bloody easy, so you don’t have an excuse to avoid this.

Step 1. Open up WL_MENU.C and search for “WL6”. There you should see:

if (!findfirst("*.WL6",&f,FA_ARCH))
{
strcpy(extension,"WL6");

Change that to(for instance):

if (!findfirst("TVP",&f,FA_ARCH))
{
strcpy(extension,"TVP");

Updated: of course you have to change your gamefiles extension from WL6 to, for instance, TVP :).


 

Get back to the Dome tutorials
Jump to the top