View Single Post
Re: Returning Player need some help
Old
  (#7)
TomTom
ET Waypointing team member
 
TomTom's Avatar
 
Status: Offline
Posts: 745
Join Date: Jun 2006
Post Re: Returning Player need some help - 02-02-2010

Well you can create a campaign file
Code:
{
    name            "Adder std maps"
    shortname        "adder_std" 
    description    "Just the standard ET maps please."
    maps        "oasis;goldrush;battery;radar;fueldump;railgun;" 
    mapTC            300 300
    type            "wolfmp"
}
say save it to \fritzbot\scripts\adder_std.campaign
if you use \sv_pure 0 it can then be used as is
/campaign adder_std

or if you want to use \sv_pure 1
then you need to pack up the campaign file in a pk3 file while keeping the \scripts path inside.
  1. Create a zip file in \fritzbot say camps_adder.zip. Using winrar create the scripts folder inside the camps_adder.zip file.
  2. Then drag and drop the adder_std.campaign file into the scripts folder inside camps_adder.zip.
  3. Verify the campaign file is in the right place in the zip file. Exit winrar. rename camps_adder.zip to camps_adder.pk3.
  4. Start FritzBot ET and "Adder std maps" should appear in the list of available campaigns.

You can also move the camps_adder.pk3 to \etmain if you want to use it in other flavors of ET.

Note: you need the latest waypoint pack Fritz3_1.00.pk3 for the railgun waypoints by 420Blunt.
  
Reply With Quote