Heres a config you can edit :
class CfgPatches {
class blahblah {
units[] = {};
weapons[] = {};
worlds[] = {blahblah};
requiredVersion = 1.20;
};
};
class CfgWorlds {
class DefaultWorld {
};
class Intro : DefaultWorld {
};
class blahblah : Intro {
access = 3;
description = "My world!!";
worldName = "\fodlername\filename.wrp";
};
};
class CfgWorldList {
class blahblah {
};
};
You need to change :
blahblah to something like myisland (I normally use onix_name)
This line worldName = "\fodlername\filename.wrp";
Foldername is the foldername...!
This is acctaly the PBO name, but you put the WRP file, and this config in the fodler, and use MakePBO on the folder..
If you use find and replace on that file in notepad (I'm sure the win xp version has that, if not copy/paste it into wordpad, then copy/paste it back to notepad), find blahblah, and replace it with, say, I would use, onix_island
If you need anymore help, MSN me
Or email/pm
Good luck
- Ben