It
seems that this still
isnt clear to
everyone. I mean, every
TC nowadays has
its own extension
- WW1, BJ3, ARM, SCH -
wouldnt more
people want to know how
to do this? Its
bloody easy, so you
dont 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
|