From 5cba02e70bbea7ccdfd59696fc057a71fae8467f Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 12 Jul 2011 00:01:34 +0300 Subject: [PATCH] Tweak mapinfo and instantacion files --- data/maps/arahia.instantaction | 2 +- data/maps/basement.instantaction | 2 +- data/maps/basement.mapinfo | 13 +++++++------ data/maps/basementctf.instantaction | 2 +- data/maps/brokenworld.instantaction | 2 +- data/maps/desertfactory.instantaction | 8 ++++++++ data/maps/evilspace.instantaction | 8 ++++++++ data/maps/evilspace.mapinfo | 10 +++++----- data/maps/farewell.instantaction | 2 +- data/maps/gasolinepowered.instantaction | 4 ++-- data/maps/greatwall_overloaded.instantaction | 2 +- data/maps/greatwall_revisited.instantaction | 4 ++-- data/maps/reslimed.instantaction | 2 +- data/maps/ruiner.instantaction | 8 ++++++++ data/maps/skycastle.instantaction | 2 +- data/maps/soylent.instantaction | 2 +- data/maps/stormkeep2.instantaction | 2 +- data/maps/warfare.instantaction | 8 ++++++++ 18 files changed, 58 insertions(+), 25 deletions(-) create mode 100644 data/maps/desertfactory.instantaction create mode 100644 data/maps/evilspace.instantaction create mode 100644 data/maps/ruiner.instantaction create mode 100644 data/maps/warfare.instantaction diff --git a/data/maps/arahia.instantaction b/data/maps/arahia.instantaction index 6f1cf921..e6cd2ad9 100644 --- a/data/maps/arahia.instantaction +++ b/data/maps/arahia.instantaction @@ -2,7 +2,7 @@ bot_number 9 skill 9 fraglimit 1 -timelimit 15 +timelimit 20 gametype ons changelevel arahia diff --git a/data/maps/basement.instantaction b/data/maps/basement.instantaction index f6c98279..1b970850 100644 --- a/data/maps/basement.instantaction +++ b/data/maps/basement.instantaction @@ -1,7 +1,7 @@ bot_number 3 skill 6 -fraglimit 25 +fraglimit 20 timelimit 10 gametype dm diff --git a/data/maps/basement.mapinfo b/data/maps/basement.mapinfo index 6efe902e..0cd81d07 100644 --- a/data/maps/basement.mapinfo +++ b/data/maps/basement.mapinfo @@ -2,10 +2,11 @@ title Basement description A small map designed for fast constant gameplay author Garth Hendy has weapons -type dm 15 10 -type tdm 25 10 2 -type lms 10 10 -type dom 200 10 -type arena 10 10 -type ca 10 10 +type dm 20 10 +type tdm 30 10 2 +type lms 15 10 +type dom 300 10 +type arena 15 10 +type ca 15 10 +type rpg 0 cdtrack infiltrator diff --git a/data/maps/basementctf.instantaction b/data/maps/basementctf.instantaction index 351c8930..a3eb86c8 100644 --- a/data/maps/basementctf.instantaction +++ b/data/maps/basementctf.instantaction @@ -1,7 +1,7 @@ bot_number 3 skill 6 -fraglimit 7 +fraglimit 5 timelimit 10 gametype ctf diff --git a/data/maps/brokenworld.instantaction b/data/maps/brokenworld.instantaction index 87f6650a..45bc55c8 100644 --- a/data/maps/brokenworld.instantaction +++ b/data/maps/brokenworld.instantaction @@ -2,7 +2,7 @@ bot_number 5 skill 8 fraglimit 10 -timelimit 10 +timelimit 15 gametype ctf changelevel brokenworld diff --git a/data/maps/desertfactory.instantaction b/data/maps/desertfactory.instantaction new file mode 100644 index 00000000..e1a14c88 --- /dev/null +++ b/data/maps/desertfactory.instantaction @@ -0,0 +1,8 @@ +bot_number 5 +skill 6 + +fraglimit 15 +timelimit 10 + +gametype dm +changelevel desertfactory diff --git a/data/maps/evilspace.instantaction b/data/maps/evilspace.instantaction new file mode 100644 index 00000000..52dd7782 --- /dev/null +++ b/data/maps/evilspace.instantaction @@ -0,0 +1,8 @@ +bot_number 3 +skill 6 + +fraglimit 20 +timelimit 10 + +gametype dm +changelevel evilspace diff --git a/data/maps/evilspace.mapinfo b/data/maps/evilspace.mapinfo index bc89b40e..8cbbecea 100644 --- a/data/maps/evilspace.mapinfo +++ b/data/maps/evilspace.mapinfo @@ -2,10 +2,10 @@ title Evilspace description A dark space map author Yves Allaire has weapons -type dm 15 10 -type tdm 25 10 2 -type lms 10 10 -type arena 10 10 -type ca 10 10 +type dm 20 10 +type tdm 30 10 2 +type lms 15 10 +type arena 15 10 +type ca 15 10 type rpg 0 cdtrack space_walk diff --git a/data/maps/farewell.instantaction b/data/maps/farewell.instantaction index 5d474fb3..168b187f 100644 --- a/data/maps/farewell.instantaction +++ b/data/maps/farewell.instantaction @@ -1,7 +1,7 @@ bot_number 5 skill 7 -fraglimit 20 +fraglimit 15 timelimit 10 gametype dm diff --git a/data/maps/gasolinepowered.instantaction b/data/maps/gasolinepowered.instantaction index 50154914..c4bd8326 100644 --- a/data/maps/gasolinepowered.instantaction +++ b/data/maps/gasolinepowered.instantaction @@ -1,8 +1,8 @@ bot_number 5 skill 7 -fraglimit 7 -timelimit 10 +fraglimit 10 +timelimit 15 gametype ctf changelevel gasolinepowered diff --git a/data/maps/greatwall_overloaded.instantaction b/data/maps/greatwall_overloaded.instantaction index b7652b5e..bdec8a4b 100644 --- a/data/maps/greatwall_overloaded.instantaction +++ b/data/maps/greatwall_overloaded.instantaction @@ -2,7 +2,7 @@ bot_number 7 skill 7 fraglimit 1 -timelimit 15 +timelimit 20 gametype ons changelevel greatwall_overloaded diff --git a/data/maps/greatwall_revisited.instantaction b/data/maps/greatwall_revisited.instantaction index c265f307..7d56b7c9 100644 --- a/data/maps/greatwall_revisited.instantaction +++ b/data/maps/greatwall_revisited.instantaction @@ -1,8 +1,8 @@ bot_number 7 skill 7 -fraglimit 5 -timelimit 10 +fraglimit 10 +timelimit 15 gametype ctf changelevel greatwall_revisited diff --git a/data/maps/reslimed.instantaction b/data/maps/reslimed.instantaction index ebe08617..48d280b4 100644 --- a/data/maps/reslimed.instantaction +++ b/data/maps/reslimed.instantaction @@ -1,7 +1,7 @@ bot_number 5 skill 6 -fraglimit 20 +fraglimit 15 timelimit 10 gametype dm diff --git a/data/maps/ruiner.instantaction b/data/maps/ruiner.instantaction new file mode 100644 index 00000000..cc7ceb34 --- /dev/null +++ b/data/maps/ruiner.instantaction @@ -0,0 +1,8 @@ +bot_number 5 +skill 6 + +fraglimit 15 +timelimit 10 + +gametype dm +changelevel ruiner diff --git a/data/maps/skycastle.instantaction b/data/maps/skycastle.instantaction index 1b80c03d..5a45868a 100644 --- a/data/maps/skycastle.instantaction +++ b/data/maps/skycastle.instantaction @@ -2,7 +2,7 @@ bot_number 5 skill 6 fraglimit 10 -timelimit 10 +timelimit 15 gametype ctf changelevel skycastle diff --git a/data/maps/soylent.instantaction b/data/maps/soylent.instantaction index 2c602799..8bd023af 100644 --- a/data/maps/soylent.instantaction +++ b/data/maps/soylent.instantaction @@ -1,7 +1,7 @@ bot_number 5 skill 7 -fraglimit 20 +fraglimit 15 timelimit 10 gametype dm diff --git a/data/maps/stormkeep2.instantaction b/data/maps/stormkeep2.instantaction index 6b801450..a337c485 100644 --- a/data/maps/stormkeep2.instantaction +++ b/data/maps/stormkeep2.instantaction @@ -1,7 +1,7 @@ bot_number 5 skill 7 -fraglimit 20 +fraglimit 15 timelimit 10 gametype dm diff --git a/data/maps/warfare.instantaction b/data/maps/warfare.instantaction new file mode 100644 index 00000000..303001fa --- /dev/null +++ b/data/maps/warfare.instantaction @@ -0,0 +1,8 @@ +bot_number 5 +skill 6 + +fraglimit 15 +timelimit 10 + +gametype dm +changelevel warfare -- 2.39.2