From b7f1b4aae1c4f921be94f75ae4f7042fd9466290 Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Sun, 13 Jul 2008 22:25:44 +0000 Subject: [PATCH] Read some scripts using their __lower-case__ name (as these file's names are lower-case) This might fix bug #12011 git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5539 4a71c877-e1ca-e34f-864e-861f7616d084 --- data/base/multiplay/script/cam2tech.vlo | 4 ++-- data/base/multiplay/script/cam3tech.vlo | 4 ++-- data/base/script/data/cam2tech.vlo | 4 ++-- data/base/script/data/cam3-2tech.vlo | 4 ++-- data/base/script/data/cam3btech.vlo | 4 ++-- data/base/script/data/cam3tech.vlo | 4 ++-- data/base/script/text/tech.slo | 2 +- data/mods/global/ntw/multiplay/script/cam2tech.vlo | 2 +- data/mods/global/ntw/multiplay/script/cam3tech.vlo | 4 ++-- data/mp/multiplay/script/cam2tech.vlo | 2 +- data/mp/multiplay/script/cam3tech.vlo | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/data/base/multiplay/script/cam2tech.vlo b/data/base/multiplay/script/cam2tech.vlo index 18a19b1e6..07a27603c 100644 --- a/data/base/multiplay/script/cam2tech.vlo +++ b/data/base/multiplay/script/cam2tech.vlo @@ -1,7 +1,7 @@ // cam2tech.vlo //set up starting technology, templates etc. for player at the start of a campaign -script "Tech.slo" +script "tech.slo" run { numTechs int 26 @@ -126,4 +126,4 @@ startBrain [0] BRAIN "CommandBrain01" numResearch int 1 startResearch [0] RESEARCHSTAT "R-Wpn-Cannon-Accuracy02" -} \ No newline at end of file +} diff --git a/data/base/multiplay/script/cam3tech.vlo b/data/base/multiplay/script/cam3tech.vlo index a66a2577b..2496fe3a2 100644 --- a/data/base/multiplay/script/cam3tech.vlo +++ b/data/base/multiplay/script/cam3tech.vlo @@ -1,7 +1,7 @@ // cam3tech.vlo //set up starting technology, templates etc. for player at the start of a campaign -script "Tech.slo" +script "tech.slo" run { player int 0 @@ -172,4 +172,4 @@ numResearch int 2 startResearch [0] RESEARCHSTAT "R-Wpn-Howitzer03-Rot" startResearch [1] RESEARCHSTAT "R-Wpn-MG-Damage08" -} \ No newline at end of file +} diff --git a/data/base/script/data/cam2tech.vlo b/data/base/script/data/cam2tech.vlo index 18a19b1e6..07a27603c 100644 --- a/data/base/script/data/cam2tech.vlo +++ b/data/base/script/data/cam2tech.vlo @@ -1,7 +1,7 @@ // cam2tech.vlo //set up starting technology, templates etc. for player at the start of a campaign -script "Tech.slo" +script "tech.slo" run { numTechs int 26 @@ -126,4 +126,4 @@ startBrain [0] BRAIN "CommandBrain01" numResearch int 1 startResearch [0] RESEARCHSTAT "R-Wpn-Cannon-Accuracy02" -} \ No newline at end of file +} diff --git a/data/base/script/data/cam3-2tech.vlo b/data/base/script/data/cam3-2tech.vlo index f1741c3e1..5fc23ebd1 100644 --- a/data/base/script/data/cam3-2tech.vlo +++ b/data/base/script/data/cam3-2tech.vlo @@ -1,7 +1,7 @@ // cam3tech.vlo //set up starting technology, templates etc. for GAMMA player at the start of a campaign -script "Tech.slo" +script "tech.slo" run { player int 1 //ALPHA BASE player @@ -172,4 +172,4 @@ numResearch int 2 startResearch [0] RESEARCHSTAT "R-Wpn-Howitzer03-Rot" startResearch [1] RESEARCHSTAT "R-Wpn-MG-Damage08" -} \ No newline at end of file +} diff --git a/data/base/script/data/cam3btech.vlo b/data/base/script/data/cam3btech.vlo index 80d955dcf..0a9b86b4a 100644 --- a/data/base/script/data/cam3btech.vlo +++ b/data/base/script/data/cam3btech.vlo @@ -1,7 +1,7 @@ // cam3tech.vlo //set up starting technology, templates etc. for GAMMA player at the start of a campaign -script "Tech.slo" +script "tech.slo" run { player int 1 //GAMMA BASE player @@ -172,4 +172,4 @@ numResearch int 2 startResearch [0] RESEARCHSTAT "R-Wpn-Howitzer03-Rot" startResearch [1] RESEARCHSTAT "R-Wpn-MG-Damage08" -} \ No newline at end of file +} diff --git a/data/base/script/data/cam3tech.vlo b/data/base/script/data/cam3tech.vlo index a66a2577b..2496fe3a2 100644 --- a/data/base/script/data/cam3tech.vlo +++ b/data/base/script/data/cam3tech.vlo @@ -1,7 +1,7 @@ // cam3tech.vlo //set up starting technology, templates etc. for player at the start of a campaign -script "Tech.slo" +script "tech.slo" run { player int 0 @@ -172,4 +172,4 @@ numResearch int 2 startResearch [0] RESEARCHSTAT "R-Wpn-Howitzer03-Rot" startResearch [1] RESEARCHSTAT "R-Wpn-MG-Damage08" -} \ No newline at end of file +} diff --git a/data/base/script/text/tech.slo b/data/base/script/text/tech.slo index 82f67aed6..c2fe79198 100644 --- a/data/base/script/text/tech.slo +++ b/data/base/script/text/tech.slo @@ -1,4 +1,4 @@ -//Tech.slo +//tech.slo //setup starting STRUCTURES, COMPONENTS and FUNCTIONS /* ******************** */ diff --git a/data/mods/global/ntw/multiplay/script/cam2tech.vlo b/data/mods/global/ntw/multiplay/script/cam2tech.vlo index d5c04dc6a..c61996407 100644 --- a/data/mods/global/ntw/multiplay/script/cam2tech.vlo +++ b/data/mods/global/ntw/multiplay/script/cam2tech.vlo @@ -1,4 +1,4 @@ -script "camTech.slo" +script "camtech.slo" run { diff --git a/data/mods/global/ntw/multiplay/script/cam3tech.vlo b/data/mods/global/ntw/multiplay/script/cam3tech.vlo index a832863d7..aed2da482 100644 --- a/data/mods/global/ntw/multiplay/script/cam3tech.vlo +++ b/data/mods/global/ntw/multiplay/script/cam3tech.vlo @@ -1,4 +1,4 @@ -script "camTech.slo" +script "camtech.slo" run { //ALWAYS MAKE THIS THE SAME AS THE INDEX OF THE LAST ENTRY IN THE camTech[] array @@ -289,4 +289,4 @@ camTechB [13] RESEARCHSTAT "R-Defense-WallTower-QuadRotAA" camTechB [14] RESEARCHSTAT "R-Defense-WallTower-DoubleAAgun" camTechB [15] RESEARCHSTAT "R-Comp-CommandTurret02" camTechB [16] RESEARCHSTAT "R-Comp-CommandTurret03" -} \ No newline at end of file +} diff --git a/data/mp/multiplay/script/cam2tech.vlo b/data/mp/multiplay/script/cam2tech.vlo index 76e6d2639..363fa72ae 100644 --- a/data/mp/multiplay/script/cam2tech.vlo +++ b/data/mp/multiplay/script/cam2tech.vlo @@ -1,4 +1,4 @@ -script "camTech.slo" +script "camtech.slo" run { diff --git a/data/mp/multiplay/script/cam3tech.vlo b/data/mp/multiplay/script/cam3tech.vlo index 3bb31b7a1..825160023 100644 --- a/data/mp/multiplay/script/cam3tech.vlo +++ b/data/mp/multiplay/script/cam3tech.vlo @@ -1,4 +1,4 @@ -script "camTech.slo" +script "camtech.slo" run { //ALWAYS MAKE THIS THE SAME AS THE INDEX OF THE LAST ENTRY IN THE camTech[] array @@ -289,4 +289,4 @@ camTechB [13] RESEARCHSTAT "R-Defense-WallTower-QuadRotAA" camTechB [14] RESEARCHSTAT "R-Defense-WallTower-DoubleAAgun" camTechB [15] RESEARCHSTAT "R-Comp-CommandTurret02" camTechB [16] RESEARCHSTAT "R-Comp-CommandTurret03" -} \ No newline at end of file +}