share/hedgewars/Data/Scripts/OfficialChallengeHashes.lua
author Wuzzy <Wuzzy2@mail.ru>
Mon, 16 Sep 2019 17:33:49 +0200
changeset 15415 8504fee3b601
parent 14076 bc25c5ff2ca2
permissions -rw-r--r--
Racer: Fix weird water splashes after waypoint placement Does not affect official racer, as only waypoint placement is touched. The reason was that the air attack gear sometimes was not deleted fast enough so it might occassionally drop some air bombs (these are deleted now). Also, the airplane position was set to water level, which caused another water splash.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13799
ced1e6ecaaad Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
Wuzzy <Wuzzy2@mail.ru>
parents: 13795
diff changeset
     1
official_racer_maps = {
14076
bc25c5ff2ca2 Add Official racer challenge #17
Wuzzy <Wuzzy2@mail.ru>
parents: 14075
diff changeset
     2
-- Racer
bc25c5ff2ca2 Add Official racer challenge #17
Wuzzy <Wuzzy2@mail.ru>
parents: 14075
diff changeset
     3
      ["Border,60526986531,-1902170174"] = "Racer Challenge #1"
14075
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
     4
    , ["Border,71022545335,-68467181"] = "Racer Challenge #2"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
     5
    , ["Border,40469748943,-1955933813"] = "Racer Challenge #3"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
     6
    , ["85940488650,1891067114"] = "Racer Challenge #4"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
     7
    , ["62080348735,186146414"] = "Racer Challenge #5"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
     8
    , ["56818170733,1680930033"] = "Racer Challenge #6"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
     9
    , ["Border,25372705797,-2143001865"] = "Racer Challenge #7"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    10
    , ["Border,10917540013,1294253786"] = "Racer Challenge #8"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    11
    , ["Border,43890274319,-691113420"] = "Racer Challenge #9"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    12
    , ["Border,27870148394,1263586737"] = "Racer Challenge #10"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    13
    , ["Border,22647869226,-1011473400"] = "Racer Challenge #11"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    14
    , ["Border,46954401793,-164671701"] = "Racer Challenge #12"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    15
    , ["Border,60760377667,458374282"] = "Racer Challenge #13"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    16
    , ["Border,51825989393,-589164698"] = "Racer Challenge #14"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    17
    , ["81841189250,-1216146050"] = "Racer Challenge #15"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    18
    , ["Border,44246064625,-898958339"] = "Racer Challenge #16"
14076
bc25c5ff2ca2 Add Official racer challenge #17
Wuzzy <Wuzzy2@mail.ru>
parents: 14075
diff changeset
    19
    , ["60906776802,1910906941"] = "Racer Challenge #17"
14075
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    20
    , ["Border,70774747774,1976202242"] = "Racer Challenge #18"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    21
    , ["Border,50512019610,122061403"] = "Racer Challenge #19"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    22
    , ["60715683005,45638031"] = "Racer Challenge #20"
14076
bc25c5ff2ca2 Add Official racer challenge #17
Wuzzy <Wuzzy2@mail.ru>
parents: 14075
diff changeset
    23
-- TechRacer
14075
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    24
    , ["Border,19661006772,634694529"] = "Tech Racer #1"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    25
    , ["Border,19661306766,634694529"] = "Tech Racer #2"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    26
    , ["Border,19661606760,634694529"] = "Tech Racer #3"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    27
    , ["Border,19661906754,634694529"] = "Tech Racer #4"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    28
    , ["Border,19662206748,634694529"] = "Tech Racer #5"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    29
    , ["Border,19662506742,634694529"] = "Tech Racer #6"
a5be3ef4bbbe Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
Wuzzy <Wuzzy2@mail.ru>
parents: 13799
diff changeset
    30
    , ["Border,19662806736,634694529"] = "Tech Racer #7"
13799
ced1e6ecaaad Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
Wuzzy <Wuzzy2@mail.ru>
parents: 13795
diff changeset
    31
}