66 |
66 |
67 -- removed branding and version number |
67 -- removed branding and version number |
68 -- removed teleport from starting weapons |
68 -- removed teleport from starting weapons |
69 -- increased captures to 3 |
69 -- increased captures to 3 |
70 |
70 |
71 ----------- |
71 ------------ |
72 -- 0.7 |
72 -- 0.7 |
73 ------------ |
73 ------------ |
74 |
74 |
75 -- hopefully fixed a bug with the teleporters |
75 -- hopefully fixed a bug with the teleporters |
76 -- added a fix for crate possibly getting imbedded in land when it was near the water line |
76 -- added a fix for crate possibly getting imbedded in land when it was near the water line |
77 |
77 |
78 ----------- |
78 ------------ |
79 -- 0.8 |
79 -- 0.8 |
80 ------------ |
80 ------------ |
81 |
81 |
82 -- fixed version control fail with missing check on onGearDelete |
82 -- fixed version control fail with missing check on onGearDelete |
83 |
83 |
84 -- changed hog placements code so that they start in the same place for both teams |
84 -- changed hog placements code so that they start in the same place for both teams |
85 -- and hogs move in the same order, not backwards to each other. |
85 -- and hogs move in the same order, not backwards to each other. |
|
86 |
|
87 ----------- |
|
88 -- 0.9 |
|
89 ------------ |
|
90 |
|
91 -- add support for more players |
|
92 -- re-enable sudden death, but set water rise to 0 |
86 |
93 |
87 loadfile(GetDataPath() .. "Scripts/Locale.lua")() |
94 loadfile(GetDataPath() .. "Scripts/Locale.lua")() |
88 |
95 |
89 --------------------------------------------------------------- |
96 --------------------------------------------------------------- |
90 ----------lots of bad variables and things |
97 ----------lots of bad variables and things |
564 CaseFreq = 0 -- The frequency of crate drops |
571 CaseFreq = 0 -- The frequency of crate drops |
565 MinesNum = 0 -- The number of mines being placed |
572 MinesNum = 0 -- The number of mines being placed |
566 MinesTime = 2000 |
573 MinesTime = 2000 |
567 Explosives = 0 -- The number of explosives being placed |
574 Explosives = 0 -- The number of explosives being placed |
568 Delay = 10 -- The delay between each round |
575 Delay = 10 -- The delay between each round |
569 SuddenDeathTurns = 99 -- suddendeath is off, effectively |
576 WaterRise = 0 -- I sure hope this works |
|
577 --SuddenDeathTurns = 99 -- suddendeath is off, effectively |
570 Map = "Blizzard" -- The map to be played |
578 Map = "Blizzard" -- The map to be played |
571 Theme = "Snow" -- The theme to be used "Nature" |
579 Theme = "Snow" -- The theme to be used "Nature" |
572 |
580 |
573 end |
581 end |
574 |
582 |