lørdag, januar 23, 2021

Cycling af maps

Daily Rush Debat Spil Quake Cycling af maps

  • Forfatter
    Emne
  • #0

    Sven_Bent
    Bruger
    25.996 indlæg
    Offline

    Efter ca 1 års væk fra Q3 har jeg helt glemt hvordan man sætter sin comp. til a cycle imellem maps
    dvs så den skifter map mellem feks 7 forskellige

    flg maps skal cycle’s:
    dmmq3dm1
    dmmq3dm2
    dmmq3dm3
    dmmq3dm4
    dmmq3dm5
    dmmq3dm6
    dmmq3dm7

    evt med skift af timelimie og fraglimit

    danke

    Sven Bent - Dr. Diagnostic
    www.TechCenter.DK

Viser 5 kommentarer - 1 til 5 (af 5 i alt)
  • Forfatter
    Kommentarer
  • #1

    mass
    Bruger
    3.566 indlæg
    Offline

    Det hele står der.

    #2

    Sven_Bent
    Bruger
    25.996 indlæg
    Offline

    Nice
    men hvor finder jeg OSP ???

    Sven Bent - Dr. Diagnostic
    www.TechCenter.DK

    #3

    Sven_Bent
    Bruger
    25.996 indlæg
    Offline

    anyway fandt løsningen

    MAP CYCLING
    Advanced users can create configuration (or .cfg) files that will execute many commands at once. One application for this is in creating a multiplayer game where the game cycles to the next arena listed in the “config” file and sets a new fraglimit for that arena. An example config file is listed below. To create this or a similar config file, you will simply need to create a new text file, copy everything listed below, save it, then rename it to FFA.cfg (or whatever name you choose). You should place these files in your \baseq3 directory or the appropriate mod directory depending on the game.

    IMPORTANT: To start the rotation, you need to have the +vstr m1 in the server startup command line.

    An example of a Windows Shortcut to start a non-dedicated server, and to load up my custom server config file called MYDM.CFG, which contains a map rotation:

    “C:\Program Files\Quake III Arena\quake3.exe” +exec mydm.cfg +vstr m1

    Another example, this time a CTF server, dedicated.
    “C:\Program Files\Quake III Arena\quake3.exe” +set dedicated 1 +exec ctf.cfg +vstr m1

    The “+vstr m1” is explained below. It’s simply the first variable in my map rotation scheme which tells Quake to run Map Q3dm1, with a fraglimit of 10.

    //This config file cycles through all the maps in the DM game. Free For All mode is gametype 0

    set g_gametype 0

    set m1 “fraglimit 10; map q3dm1; set nextmap vstr m2”
    set m2 “fraglimit 10; map q3dm2 ; set nextmap vstr m3”
    set m3 “fraglimit 15; map q3dm3 ; set nextmap vstr m4”
    set m4 “fraglimit 10; map q3tourney1 ; set nextmap vstr m5”
    set m5 “fraglimit 15; map q3dm4 ; set nextmap vstr m6”
    set m6 “fraglimit 15; map q3dm5 ; set nextmap vstr m7”
    set m7 “fraglimit 15; map q3dm6 ; set nextmap vstr m8”
    set m8 “fraglimit 10; map q3tourney2 ; set nextmap vstr m9”
    set m9 “fraglimit 20; map q3dm7 ; set nextmap vstr m10”
    set m10 “fraglimit 20; map q3dm8 ; set nextmap vstr m11”
    set m11 “fraglimit 20; map q3dm9 ; set nextmap vstr m12”
    set m12 “fraglimit 10; map q3tourney3 ; set nextmap vstr m13”
    set m13 “fraglimit 15; map q3dm10 ; set nextmap vstr m14”
    set m14 “fraglimit 20; map q3dm11 ; set nextmap vstr m15”
    set m15 “fraglimit 20; map q3dm12 ; set nextmap vstr m16”
    set m16 “fraglimit 10; map q3tourney4 ; set nextmap vstr m17”
    set m17 “fraglimit 15; map q3dm13 ; set nextmap vstr m18”
    set m18 “fraglimit 20; map q3dm14 ; set nextmap vstr m19”
    set m19 “fraglimit 20; map q3dm15 ; set nextmap vstr m20”
    set m20 “fraglimit 10; map q3tourney5 ; set nextmap vstr m21”
    set m21 “fraglimit 15; map q3dm16 ; set nextmap vstr m22”
    set m22 “fraglimit 15; map q3dm17 ; set nextmap vstr m23”
    set m23 “fraglimit 15; map q3dm18 ; set nextmap vstr m24”
    set m24 “fraglimit 15; map q3dm19 ; set nextmap vstr m25”
    set m25 “fraglimit 10; map q3tourney6 ; set nextmap vstr m1”

    Other game types you could specify are:

    0 Free For All
    1 Tournament 1 on 1
    2 Single Player
    3 Team Deathmatch
    4 Capture the Flag

    But some maps will not play in CTF mode. Check your mod readme instructions for more particular details.

    Sven Bent - Dr. Diagnostic
    www.TechCenter.DK

    #4

    Egil
    Bruger
    1.910 indlæg
    Offline

    Sven Bent. Hvis du skal sætte en Q3 ffa server op, så vil jeg klart anbefale dig at benytte OSP som server mod. Du har langt flere muligheder for at konfiguere din server igennem det mod, som også forhindre folk effektivt i at snyde. Derudover er MOD’et veldokumenteret, som #1 også sagde. Så det er lige til at gå til (hvis man da ikke er helt retarded).

    #5

    EvilDonut
    Bruger
    5.586 indlæg
    Offline

    http://www.orangesmoothie.org

    One Donut to rule them all, One Donut to find them,
    One Donut to bring them all and in the darkness bind them

Viser 5 kommentarer - 1 til 5 (af 5 i alt)
  • Du skal være logget ind for at kommentere på dette indlæg.