/[aleona]/aleona/createccl.sh
ViewVC logotype

Diff of /aleona/createccl.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by grumbel, Thu Jul 10 15:44:39 2003 UTC revision 1.2 by grumbel, Fri Jul 11 18:30:34 2003 UTC
# Line 5  Line 5 
5  #  #
6    
7  # Path to the wc2 ccl directory  # Path to the wc2 ccl directory
8  WC2CCL="../freecraft/data/ccl"  WC2CCL="../stratagus/data/ccl"
9    
10  # Path to the fcmp ccl directory  # Path to the aleona ccl directory
11  FCMPCCL="./data.fcmp/ccl"  ALEONACCL="./data.aleona/ccl"
12    
13  if [ "$1" ]; then  if [ "$1" ]; then
14      WC2CCL=$1      WC2CCL=$1
15  fi  fi
16  if [ "$2" ]; then  if [ "$2" ]; then
17      FCMPCCL=$2      ALEONACCL=$2
18  fi  fi
19    
20  # Make the fcmp dirs if they don't exist already  # Make the aleona dirs if they don't exist already
21  if [ ! -d $FCMPCCL ]; then mkdir $FCMPCCL; fi  if [ ! -d $ALEONACCL ]; then mkdir $ALEONACCL; fi
22  if [ ! -d $FCMPCCL/alliance ]; then mkdir $FCMPCCL/alliance; fi  if [ ! -d $ALEONACCL/alliance ]; then mkdir $ALEONACCL/alliance; fi
23  if [ ! -d $FCMPCCL/mythical ]; then mkdir $FCMPCCL/mythical; fi  if [ ! -d $ALEONACCL/mythical ]; then mkdir $ALEONACCL/mythical; fi
24  if [ ! -d $FCMPCCL/tilesets ]; then mkdir $FCMPCCL/tilesets; fi  if [ ! -d $ALEONACCL/tilesets ]; then mkdir $ALEONACCL/tilesets; fi
25    
26    
27  cat $WC2CCL/../default.cm \  cat $WC2CCL/../default.cm \
28   > $FCMPCCL/../default.cm   > $ALEONACCL/../default.cm
29    
30  cat $WC2CCL/ai.ccl | sed \  cat $WC2CCL/ai.ccl | sed \
31   -e "s/human/alliance/g" \   -e "s/human/alliance/g" \
# Line 46  cat $WC2CCL/ai.ccl | sed \ Line 46  cat $WC2CCL/ai.ccl | sed \
46   -e "s/giant-turtle/mythical-submarine/" \   -e "s/giant-turtle/mythical-submarine/" \
47   -e "s/goblin-zeppelin/zeppelin/" \   -e "s/goblin-zeppelin/zeppelin/" \
48   -e "s/goblin-alchemist/alchemist/" \   -e "s/goblin-alchemist/alchemist/" \
49   > $FCMPCCL/ai.ccl   > $ALEONACCL/ai.ccl
50    
51    
52  cat $WC2CCL/anim.ccl | sed \  cat $WC2CCL/anim.ccl | sed \
53   -e "s/human/alliance/" \   -e "s/human/alliance/" \
54   -e "s/Gnomish Submarine/Submarine/" \   -e "s/Gnomish_Submarine/Submarine/" \
55   -e "s/gnomish-submarine/submarine/" \   -e "s/gnomish-submarine/submarine/" \
56   -e "s/Elven Destroyer/Alliance Destroyer/" \   -e "s/Elven_Destroyer/Alliance_Destroyer/" \
57   -e "s/elven-destroyer/alliance-destroyer/" \   -e "s/elven-destroyer/alliance-destroyer/" \
58   -e "s/gnomish-flying-machine/balloon/" \   -e "s/gnomish-flying-machine/balloon/" \
59   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
60   -e "s/Troll Destroyer/Mythical Destroyer/" \   -e "s/Troll_Destroyer/Mythical_Destroyer/" \
61   -e "s/goblin-zeppelin/zeppelin/" \   -e "s/goblin-zeppelin/zeppelin/" \
62   -e "s/Grom Hellscream/Beast Cry/" \   -e "s/Grom_Hellscream/Beast_Cry/" \
63   -e "s/Danath/Arthor Literios/" \   -e "s/Danath/Arthor_Literios/" \
64   -e "s/Korgath Bladefist/Quick Blade/" \   -e "s/Korgath_Bladefist/Quick_Blade/" \
65   -e "s/Turalyon/Knight Rider/" \   -e "s/Turalyon/Knight_Rider/" \
66   -e "s/Lothar/Wise Man/" \   -e "s/Lothar/Wise_Man/" \
67   -e "s/Uther Lightbringer/Man of Light/" \   -e "s/Uther_Lightbringer/Man_of_Light/" \
68   -e "s/Dentarg/Fad Man/" \   -e "s/Dentarg/Fad_Man/" \
69   -e "s/Cho'gall/Double Head/" \   -e "s/Cho'gall/Double_Head/" \
70   -e "s/Alleria/Female Hero/" \   -e "s/Alleria/Female_Hero/" \
71   -e "s/Zuljin/Sharp Axe/" \   -e "s/Zuljin/Sharp_Axe/" \
72   -e "s/Death Knight Rider/Death Knight/" \   -e "s/Death_Knight_Rider/Death_Knight/" \
73   -e "s/Teron Gorefiend/Evil Knight/" \   -e "s/Teron_Gorefiend/Evil_Knight/" \
74   -e "s/Gul'dan/Ice Bringer/" \   -e "s/Gul'dan/Ice_Bringer/" \
75   -e "s/Khadgar/White Mage/" \   -e "s/Khadgar/White_Mage/" \
76   -e "s/Kurdan and Sky'ree/Flying angle/" \   -e "s/Kurdan_and_Sky'ree/Flying_angle/" \
77   -e "s/Deathwing/Fire Breeze/" \   -e "s/Deathwing/Fire_Breeze/" \
78   -e "s/Eye of Kilrogg/Eye of Vision/" \   -e "s/Eye_of_Kilrogg/Eye_of_Vision/" \
79   -e "s/kurdan-and-sky-ree/flying-angle/" \   -e "s/kurdan-and-sky-ree/flying-angle/" \
80   -e "s/deathwing/fire-breeze/" \   -e "s/deathwing/fire-breeze/" \
81   > $FCMPCCL/anim.ccl   > $ALEONACCL/anim.ccl
82    
83    
84  cat $WC2CCL/buttons.ccl | sed \  cat $WC2CCL/buttons.ccl | sed \
85   -e "s/ccl\/human/ccl\/alliance/" \   -e "s/ccl\/human/ccl\/alliance/" \
86   -e "s/ccl\/orc/ccl\/mythical/" \   -e "s/ccl\/orc/ccl\/mythical/" \
87   > $FCMPCCL/buttons.ccl   > $ALEONACCL/buttons.ccl
88    
89    
90  #cat $WC2CCL/campaigns.ccl | sed \  #cat $WC2CCL/campaigns.ccl | sed \
91  # -e "s///" \  # -e "s///" \
92  # > $FCMPCCL/campaigns.ccl  # > $ALEONACCL/campaigns.ccl
93    
94    
95  cat $WC2CCL/constructions.ccl | sed \  cat $WC2CCL/constructions.ccl | sed \
96   -e "s/ccl\/human/ccl\/alliance/" \   -e "s/ccl\/human/ccl\/alliance/" \
97   -e "s/ccl\/orc/ccl\/mythical/" \   -e "s/ccl\/orc/ccl\/mythical/" \
98   > $FCMPCCL/constructions.ccl   > $ALEONACCL/constructions.ccl
99    
100    
101  cat $WC2CCL/credits.ccl \  cat $WC2CCL/credits.ccl \
102   > $FCMPCCL/credits.ccl   > $ALEONACCL/credits.ccl
103    
104    
105  cat $WC2CCL/editor.ccl | sed \  cat $WC2CCL/editor.ccl | sed \
# Line 138  cat $WC2CCL/editor.ccl | sed \ Line 138  cat $WC2CCL/editor.ccl | sed \
138   -e "s/gul-dan/ice-bringer/" \   -e "s/gul-dan/ice-bringer/" \
139   -e "s/cho-gall/double-head/" \   -e "s/cho-gall/double-head/" \
140   -e "s/zuljin/sharp-axe/" \   -e "s/zuljin/sharp-axe/" \
141   > $FCMPCCL/editor.ccl   > $ALEONACCL/editor.ccl
142    
143    
144  cat $WC2CCL/fonts.ccl | sed \  cat $WC2CCL/fonts.ccl | sed \
145   -e "s/small episode titles/large/" \   -e "s/small_episode_titles/large/" \
146   -e "s/32 35/17 17/" \   -e "s/32_35/17_17/" \
147   -e "s/large episode titles/large/" \   -e "s/large_episode_titles/large/" \
148   -e "s/52 50/17 17/" \   -e "s/52_50/17_17/" \
149   > $FCMPCCL/fonts.ccl   > $ALEONACCL/fonts.ccl
150    
151    
152  cat $WC2CCL/freecraft.ccl | sed \  cat $WC2CCL/stratagus.ccl | sed \
153   -e "s/list 'wc2/list 'fcmp-wc2/" \   -e "s/list_'wc2/list_'aleona-wc2/" \
154   > $FCMPCCL/freecraft.ccl   > $ALEONACCL/stratagus.ccl
155    
156    
157  cat $WC2CCL/icons.ccl | sed \  cat $WC2CCL/icons.ccl | sed \
# Line 181  cat $WC2CCL/icons.ccl | sed \ Line 181  cat $WC2CCL/icons.ccl | sed \
181   -e "s/khadgar/white-mage/" \   -e "s/khadgar/white-mage/" \
182   -e "s/dentarg/fad-man/" \   -e "s/dentarg/fad-man/" \
183   -e "s/turalyon/knight-rider/" \   -e "s/turalyon/knight-rider/" \
184   > $FCMPCCL/icons.ccl   > $ALEONACCL/icons.ccl
185    
186    
187  cat $WC2CCL/keystrokes.ccl \  cat $WC2CCL/keystrokes.ccl \
188   > $FCMPCCL/keystrokes.ccl   > $ALEONACCL/keystrokes.ccl
189    
190    
191  cat $WC2CCL/menus.ccl | sed \  cat $WC2CCL/menus.ccl | sed \
192   -e "s/Forest/Summer/" \   -e "s/Forest/Summer/" \
193   -e "s/Orc Swamp/Swamp/" \   -e "s/Orc_Swamp/Swamp/" \
194   -e "s/Human/Alliance/" \   -e "s/Human/Alliance/" \
195   -e "s/Orc/Mythical/" \   -e "s/Orc/Mythical/" \
196   > $FCMPCCL/menus.ccl   > $ALEONACCL/menus.ccl
197    
198    
199  cat $WC2CCL/missiles.ccl \  cat $WC2CCL/missiles.ccl \
200   > $FCMPCCL/missiles.ccl   > $ALEONACCL/missiles.ccl
201    
202    
203  cat $WC2CCL/ranks.ccl | sed \  cat $WC2CCL/ranks.ccl | sed \
# Line 235  cat $WC2CCL/ranks.ccl | sed \ Line 235  cat $WC2CCL/ranks.ccl | sed \
235   -e "s/Overlord/Rank14/" \   -e "s/Overlord/Rank14/" \
236   -e "s/\"War Chief\"/Rank15/" \   -e "s/\"War Chief\"/Rank15/" \
237   -e "s/Demigod/Rank16/" \   -e "s/Demigod/Rank16/" \
238   > $FCMPCCL/ranks.ccl   > $ALEONACCL/ranks.ccl
239    
240    
241  # FIXME:  # FIXME:
242  touch $FCMPCCL/sound.ccl  touch $ALEONACCL/sound.ccl
243  cat $WC2CCL/sound.ccl | sed \  cat $WC2CCL/sound.ccl | sed \
244   -e "s/human/alliance/g" \   -e "s/human/alliance/g" \
245   -e "s/orc/mythical/g" \   -e "s/orc/mythical/g" \
246   -e "s/goblin-zeppelin/zeppelin/" \   -e "s/goblin-zeppelin/zeppelin/" \
247   -e "s/goblin zeppelin/zeppelin/" \   -e "s/goblin_zeppelin/zeppelin/" \
248  > $FCMPCCL/sound.ccl  > $ALEONACCL/sound.ccl
249    
250  touch $FCMPCCL/wc2-config.ccl  touch $ALEONACCL/wc2-config.ccl
251  touch $FCMPCCL/campaigns.ccl  touch $ALEONACCL/campaigns.ccl
252    
253  cat $WC2CCL/tilesets.ccl \  cat $WC2CCL/tilesets.ccl \
254   > $FCMPCCL/tilesets.ccl   > $ALEONACCL/tilesets.ccl
255    
256  cat $WC2CCL/tilesets/summer.ccl \  cat $WC2CCL/tilesets/summer.ccl \
257   > $FCMPCCL/tilesets/summer.ccl   > $ALEONACCL/tilesets/summer.ccl
258    
259  cat $WC2CCL/tilesets/winter.ccl \  cat $WC2CCL/tilesets/winter.ccl \
260   > $FCMPCCL/tilesets/winter.ccl   > $ALEONACCL/tilesets/winter.ccl
261    
262  cat $WC2CCL/tilesets/swamp.ccl \  cat $WC2CCL/tilesets/swamp.ccl \
263   > $FCMPCCL/tilesets/swamp.ccl   > $ALEONACCL/tilesets/swamp.ccl
264    
265  cat $WC2CCL/tips.ccl \  cat $WC2CCL/tips.ccl \
266   > $FCMPCCL/tips.ccl   > $ALEONACCL/tips.ccl
267    
268  cat $WC2CCL/ui.ccl | sed \  cat $WC2CCL/ui.ccl | sed \
269   -e "s/human/alliance/" \   -e "s/human/alliance/" \
270   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
271   > $FCMPCCL/ui.ccl   > $ALEONACCL/ui.ccl
272    
273  cat $WC2CCL/human/ui.ccl | sed \  cat $WC2CCL/human/ui.ccl | sed \
274   -e "s/human/alliance/" \   -e "s/human/alliance/" \
275   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
276   -e "s/human gauntlet/alliance claw/" \   -e "s/human_gauntlet/alliance_claw/" \
277   -e "s/filler-right/filler1/" \   -e "s/filler-right/filler1/" \
278   > $FCMPCCL/alliance/ui.ccl   > $ALEONACCL/alliance/ui.ccl
279    
280  cat $WC2CCL/orc/ui.ccl | sed \  cat $WC2CCL/orc/ui.ccl | sed \
281   -e "s/human/alliance/" \   -e "s/human/alliance/" \
282   -e "s/orcish/mythical/" \   -e "s/orcish/mythical/" \
283   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
284   -e "s/filler-right/filler1/" \   -e "s/filler-right/filler1/" \
285   > $FCMPCCL/mythical/ui.ccl   > $ALEONACCL/mythical/ui.ccl
286    
287  cat $WC2CCL/units.ccl | sed \  cat $WC2CCL/units.ccl | sed \
288   -e "s/human/alliance/" \   -e "s/human/alliance/" \
289   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
290   > $FCMPCCL/units.ccl   > $ALEONACCL/units.ccl
291    
292  cat $WC2CCL/upgrade.ccl | sed \  cat $WC2CCL/upgrade.ccl | sed \
293   -e "s/human/alliance/" \   -e "s/human/alliance/" \
294   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
295   > $FCMPCCL/upgrade.ccl   > $ALEONACCL/upgrade.ccl
296    
297  cat $WC2CCL/wc2.ccl | sed \  cat $WC2CCL/wc2.ccl | sed \
298   -e "s/human/alliance/" \   -e "s/human/alliance/" \
299   -e "s/orc/mythical/" \   -e "s/orc/mythical/" \
300   > $FCMPCCL/wc2.ccl   > $ALEONACCL/wc2.ccl
301    
302  cat $WC2CCL/human/buttons.ccl | sed \  cat $WC2CCL/human/buttons.ccl | sed \
303   -e "s/human/alliance/g" \   -e "s/human/alliance/g" \
# Line 315  cat $WC2CCL/human/buttons.ccl | sed \ Line 315  cat $WC2CCL/human/buttons.ccl | sed \
315   -e "s/lothar/wise-man/" \   -e "s/lothar/wise-man/" \
316   -e "s/uther-lightbringer/man-of-light/" \   -e "s/uther-lightbringer/man-of-light/" \
317   -e "s/khadgar/white-mage/" \   -e "s/khadgar/white-mage/" \
318   -e "s/~!DESTROYER/ALLIANCE ~!DESTROYER/" \   -e "s/~!DESTROYER/ALLIANCE_~!DESTROYER/" \
319   -e "s/GNOMISH ~!SUBMARINE/ALLIANCE ~!SUBMARINE/" \   -e "s/GNOMISH_~!SUBMARINE/ALLIANCE_~!SUBMARINE/" \
320   -e "s/'key \"f\" 'hint \"BUILD GNOMISH ~!FLYING MACHINE\"/'key \"b\" 'hint \"BUILD ~!BALLOON\"/" \   -e "s/'key_\"f\" 'hint \"BUILD GNOMISH ~!FLYING MACHINE\"/'key \"b\" 'hint \"BUILD ~!BALLOON\"/" \
321   -e "s/GNOMISH ~!INVENTOR/~!INVENTOR/" \   -e "s/GNOMISH_~!INVENTOR/~!INVENTOR/" \
322   -e "s/ELVEN ~!LUMBER/ALLIANCE ~!LUMBER/" \   -e "s/ELVEN_~!LUMBER/ALLIANCE_~!LUMBER/" \
323   > $FCMPCCL/alliance/buttons.ccl   > $ALEONACCL/alliance/buttons.ccl
324    
325    
326  # cat $WC2CCL/human/campaign1.ccl | sed \  # cat $WC2CCL/human/campaign1.ccl | sed \
327  #  > $FCMPCCL/alliance/campaign1.ccl  #  > $ALEONACCL/alliance/campaign1.ccl
328  # cat $WC2CCL/human/campaign2.ccl | sed \  # cat $WC2CCL/human/campaign2.ccl | sed \
329  #  > $FCMPCCL/alliance/campaign2.ccl  #  > $ALEONACCL/alliance/campaign2.ccl
330    
331    
332  cat $WC2CCL/human/constructions.ccl | sed \  cat $WC2CCL/human/constructions.ccl | sed \
333   -e "s/human/alliance/g" \   -e "s/human/alliance/g" \
334   > $FCMPCCL/alliance/constructions.ccl   > $ALEONACCL/alliance/constructions.ccl
335  # -e "s/tilesets\/winter\///g" \  # -e "s/tilesets\/winter\///g" \
336  # -e "s/tilesets\/swamp\///g" \  # -e "s/tilesets\/swamp\///g" \
337    
# Line 342  cat $WC2CCL/human/units.ccl | sed \ Line 342  cat $WC2CCL/human/units.ccl | sed \
342   -e "s/unit-alliance-refinery/unit-human-refinery/" \   -e "s/unit-alliance-refinery/unit-human-refinery/" \
343   -e "s/unit-alliance-oil-tanker/unit-human-oil-tanker/g" \   -e "s/unit-alliance-oil-tanker/unit-human-oil-tanker/g" \
344   -e "s/unit-alliance-wall/unit-human-wall/g" \   -e "s/unit-alliance-wall/unit-human-wall/g" \
345   -e "s/elven archer/archer/" \   -e "s/elven_archer/archer/" \
346   -e "s/dwarven demolition squad/demolition squad/" \   -e "s/dwarven_demolition_squad/demolition_squad/" \
347   -e "s/alleria/female-hero/" \   -e "s/alleria/female-hero/" \
348   -e "s/Alleria/Female Hero/" \   -e "s/Alleria/Female_Hero/" \
349   -e "s/kurdan-and-sky-ree/flying-angle/g" \   -e "s/kurdan-and-sky-ree/flying-angle/g" \
350   -e "s/Kurdan and Sky'ree/Flying Angle/" \   -e "s/Kurdan_and_Sky'ree/Flying_Angle/" \
351   -e "s/khadgar/white-mage/" \   -e "s/khadgar/white-mage/" \
352   -e "s/Khadgar/White Mage/" \   -e "s/Khadgar/White_Mage/" \
353   -e "s/elven destroyer/alliance destroyer/g" \   -e "s/elven_destroyer/alliance_destroyer/g" \
354   -e "s/elven-destroyer/alliance-destroyer/g" \   -e "s/elven-destroyer/alliance-destroyer/g" \
355   -e "s/Elven Destroyer/Alliance Destroyer/" \   -e "s/Elven_Destroyer/Alliance_Destroyer/" \
356   -e "s/gnomish-submarine/alliance-submarine/g" \   -e "s/gnomish-submarine/alliance-submarine/g" \
357   -e "s/animations-alliance-submarine/animations-submarine/" \   -e "s/animations-alliance-submarine/animations-submarine/" \
358   -e "s/gnomish submarine/submarine/g" \   -e "s/gnomish_submarine/submarine/g" \
359   -e "s/Gnomish Submarine/Alliance Submarine/" \   -e "s/Gnomish_Submarine/Alliance_Submarine/" \
360   -e "s/gnomish.flying.machine/balloon/g" \   -e "s/gnomish.flying.machine/balloon/g" \
361   -e "s/Gnomish Flying Machine/Balloon/" \   -e "s/Gnomish_Flying_Machine/Balloon/" \
362   -e "s/turalyon/knight-rider/" \   -e "s/turalyon/knight-rider/" \
363   -e "s/Turalyon/Knight Rider/" \   -e "s/Turalyon/Knight_Rider/" \
364   -e "s/danath/arthor-literios/" \   -e "s/danath/arthor-literios/" \
365   -e "s/Danath/Arthor Literios/" \   -e "s/Danath/Arthor_Literios/" \
366   -e "s/lothar/wise-man/" \   -e "s/lothar/wise-man/" \
367   -e "s/Lothar/Wise Man/" \   -e "s/Lothar/Wise_Man/" \
368   -e "s/Uther Lightbringer/Man of Light/" \   -e "s/Uther_Lightbringer/Man_of_Light/" \
369   -e "s/uther-lightbringer/man-of-light/" \   -e "s/uther-lightbringer/man-of-light/" \
370   -e "s/gnomish.inventor/inventor/" \   -e "s/gnomish.inventor/inventor/" \
371   -e "s/Gnomish Inventor/Inventor/" \   -e "s/Gnomish_Inventor/Inventor/" \
372   -e "s/elven lumber/alliance lumber/" \   -e "s/elven_lumber/alliance_lumber/" \
373   -e "s/Elven Lumber/Alliance Lumber/" \   -e "s/Elven_Lumber/Alliance_Lumber/" \
374   > $FCMPCCL/alliance/units.ccl   > $ALEONACCL/alliance/units.ccl
375    
376    
377  cat $WC2CCL/human/upgrade.ccl | sed \  cat $WC2CCL/human/upgrade.ccl | sed \
# Line 390  cat $WC2CCL/human/upgrade.ccl | sed \ Line 390  cat $WC2CCL/human/upgrade.ccl | sed \
390   -e "s/alleria/female-hero/" \   -e "s/alleria/female-hero/" \
391   -e "s/khadgar/white-mage/" \   -e "s/khadgar/white-mage/" \
392   -e "s/kurdan-and-sky-ree/flying-angle/g" \   -e "s/kurdan-and-sky-ree/flying-angle/g" \
393   > $FCMPCCL/alliance/upgrade.ccl   > $ALEONACCL/alliance/upgrade.ccl
394    
395    
396  cat $WC2CCL/orc/buttons.ccl | sed \  cat $WC2CCL/orc/buttons.ccl | sed \
# Line 410  cat $WC2CCL/orc/buttons.ccl | sed \ Line 410  cat $WC2CCL/orc/buttons.ccl | sed \
410   -e "s/gul-dan/ice-bringer/" \   -e "s/gul-dan/ice-bringer/" \
411   -e "s/teron-gorefiend/evil-knight/" \   -e "s/teron-gorefiend/evil-knight/" \
412   -e "s/deathwing/fire-breeze/" \   -e "s/deathwing/fire-breeze/" \
413   > $FCMPCCL/mythical/buttons.ccl   > $ALEONACCL/mythical/buttons.ccl
414    
415    
416  cat $WC2CCL/orc/constructions.ccl | sed \  cat $WC2CCL/orc/constructions.ccl | sed \
417   -e "s/orc/mythical/g" \   -e "s/orc/mythical/g" \
418   > $FCMPCCL/mythical/constructions.ccl   > $ALEONACCL/mythical/constructions.ccl
419    
420    
421  cat $WC2CCL/orc/units.ccl | sed \  cat $WC2CCL/orc/units.ccl | sed \
# Line 428  cat $WC2CCL/orc/units.ccl | sed \ Line 428  cat $WC2CCL/orc/units.ccl | sed \
428   -e "s/unit-mythical-wall/unit-orc-wall/g" \   -e "s/unit-mythical-wall/unit-orc-wall/g" \
429   -e "s/Peon/Faun/" \   -e "s/Peon/Faun/" \
430   -e "s/\/peon/\/faun/g" \   -e "s/\/peon/\/faun/g" \
431   -e "s/pig farm/farm/" \   -e "s/pig_farm/farm/" \
432   -e "s/troll axethrower/axethrower/" \   -e "s/troll_axethrower/axethrower/" \
433   -e "s/Troll Axethrower/Axethrower/" \   -e "s/Troll_Axethrower/Axethrower/" \
434   -e "s/teron-gorefiend/evil-knight/" \   -e "s/teron-gorefiend/evil-knight/" \
435   -e "s/Teron Gorefiend/Evil Knight/" \   -e "s/Teron_Gorefiend/Evil_Knight/" \
436   -e "s/dentarg/fad-man/" \   -e "s/dentarg/fad-man/" \
437   -e "s/Dentarg/Fad Man/" \   -e "s/Dentarg/Fad_Man/" \
438   -e "s/grom-hellscream/beast-cry/" \   -e "s/grom-hellscream/beast-cry/" \
439   -e "s/Grom Hellscream/Beast Cry/" \   -e "s/Grom_Hellscream/Beast_Cry/" \
440   -e "s/troll destroyer/mythical destroyer/" \   -e "s/troll_destroyer/mythical_destroyer/" \
441   -e "s/troll-destroyer/mythical-destroyer/" \   -e "s/troll-destroyer/mythical-destroyer/" \
442   -e "s/Troll Destroyer/Mythical Destroyer/" \   -e "s/Troll_Destroyer/Mythical_Destroyer/" \
443   -e "s/troll lumber mill/mythical lumber mill/" \   -e "s/troll_lumber_mill/mythical_lumber_mill/" \
444   -e "s/Troll Lumber Mill/Mythical Lumber Mill/" \   -e "s/Troll_Lumber_Mill/Mythical_Lumber_Mill/" \
445   -e "s/ogre juggernaught/juggernaught/" \   -e "s/ogre_juggernaught/juggernaught/" \
446   -e "s/Ogre Juggernaught/Juggernaught/" \   -e "s/Ogre_Juggernaught/Juggernaught/" \
447   -e "s/deathwing/fire-breeze/g" \   -e "s/deathwing/fire-breeze/g" \
448   -e "s/Deathwing/Fire Breeze/" \   -e "s/Deathwing/Fire_Breeze/" \
449   -e "s/giant-turtle/mythical-submarine/" \   -e "s/giant-turtle/mythical-submarine/" \
450   -e "s/giant turtle/submarine/" \   -e "s/giant_turtle/submarine/" \
451   -e "s/animations-gnomish-submarine/animations-submarine/" \   -e "s/animations-gnomish-submarine/animations-submarine/" \
452   -e "s/Giant Turtle/Mythical Submarine/" \   -e "s/Giant_Turtle/Mythical_Submarine/" \
453   -e "s/goblin-zeppelin/zeppelin/g" \   -e "s/goblin-zeppelin/zeppelin/g" \
454   -e "s/goblin zeppelin/zeppelin/" \   -e "s/goblin_zeppelin/zeppelin/" \
455   -e "s/Goblin Zeppelin/Zeppelin/" \   -e "s/Goblin_Zeppelin/Zeppelin/" \
456   -e "s/goblin-alchemist/alchemist/" \   -e "s/goblin-alchemist/alchemist/" \
457   -e "s/goblin alchemist/alchemist/" \   -e "s/goblin_alchemist/alchemist/" \
458   -e "s/Goblin Alchemist/Alchemist/" \   -e "s/Goblin_Alchemist/Alchemist/" \
459   -e "s/eye-of-kilrogg/eye-of-vision/" \   -e "s/eye-of-kilrogg/eye-of-vision/" \
460   -e "s/eye of kilrogg/eye of vision/" \   -e "s/eye_of_kilrogg/eye_of_vision/" \
461   -e "s/Eye of Kilrogg/Eye of Vision/" \   -e "s/Eye_of_Kilrogg/Eye_of_Vision/" \
462   -e "s/icon-eye-of-vision/icon-eye-of-kilrogg/" \   -e "s/icon-eye-of-vision/icon-eye-of-kilrogg/" \
463   -e "s/korgath-bladefist/quick-blade/" \   -e "s/korgath-bladefist/quick-blade/" \
464   -e "s/Korgath Bladefist/Quick Blade/" \   -e "s/Korgath_Bladefist/Quick_Blade/" \
465   -e "s/cho-gall/double-head/" \   -e "s/cho-gall/double-head/" \
466   -e "s/Cho'gall/Double Head/" \   -e "s/Cho'gall/Double_Head/" \
467   -e "s/zuljin/sharp-axe/" \   -e "s/zuljin/sharp-axe/" \
468   -e "s/Zuljin/Sharp Axe/" \   -e "s/Zuljin/Sharp_Axe/" \
469   -e "s/gul-dan/ice-bringer/" \   -e "s/gul-dan/ice-bringer/" \
470   -e "s/Gul'dan/Ice Bringer/" \   -e "s/Gul'dan/Ice_Bringer/" \
471   -e "s/Grunt/Black Knight/" \   -e "s/Grunt/Black_Knight/" \
472   -e "s/grunt.png/black knight.png/" \   -e "s/grunt.png/black_knight.png/" \
473   > $FCMPCCL/mythical/units.ccl   > $ALEONACCL/mythical/units.ccl
474    
475    
476  cat $WC2CCL/orc/upgrade.ccl | sed \  cat $WC2CCL/orc/upgrade.ccl | sed \
# Line 490  cat $WC2CCL/orc/upgrade.ccl | sed \ Line 490  cat $WC2CCL/orc/upgrade.ccl | sed \
490   -e "s/gul-dan/ice-bringer/" \   -e "s/gul-dan/ice-bringer/" \
491   -e "s/teron-gorefiend/evil-knight/" \   -e "s/teron-gorefiend/evil-knight/" \
492   -e "s/deathwing/fire-breeze/" \   -e "s/deathwing/fire-breeze/" \
493    > $FCMPCCL/mythical/upgrade.ccl    > $ALEONACCL/mythical/upgrade.ccl
494    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26