Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] (PR#8804) update scenario starting positions
Home

[Freeciv-Dev] (PR#8804) update scenario starting positions

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8804) update scenario starting positions
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 May 2004 23:09:44 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8804 >

Our existing scenarios need to have their start positions updated.

This patch does it for earth-80x50.  This is mostly a demo, useful at 
this point for testing.  I tested it a fair amount.

In general it's really easy to add the nations (they follow strict 
numerical order) just by editing the text file.  Harder will be adding 
more nation choices, and support for civworld.

jason

? data/flags
? data/scenario/files
Index: data/scenario/earth-80x50-v2.sav
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/scenario/earth-80x50-v2.sav,v
retrieving revision 1.3
diff -u -r1.3 earth-80x50-v2.sav
--- data/scenario/earth-80x50-v2.sav    18 Feb 2004 22:26:46 -0000      1.3
+++ data/scenario/earth-80x50-v2.sav    22 May 2004 06:07:27 -0000
@@ -76,32 +76,46 @@
 is_earth=1
 r0sx=36
 r0sy=17
+r0snation="Roman"
 r1sx=44
 r1sy=19
+r1snation="Babylonian"
 r2sx=37
 r2sy=14
+r2snation="German"
 r3sx=38
 r3sy=21
+r3snation="Egyptian"
 r4sx=15
 r4sy=18
+r4snation="American"
 r5sx=39
 r5sy=17
+r5snation="Greek"
 r6sx=51
 r6sy=22
+r6snation="Indian"
 r7sx=44
 r7sy=12
+r7snation="Russian"
 r8sx=39
 r8sy=34
+r8snation="Zulu"
 r9sx=34
 r9sy=14
+r9snation="French"
 r10sx=9
 r10sy=23
+r10snation="Aztec"
 r11sx=59
 r11sy=18
+r11snation="Chinese"
 r12sx=32
 r12sy=12
+r12snation="English"
 r13sx=49
 r13sy=16
+r13snation="Mongol"
 
t000="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
 t001="    a  aa       a  aa   a  aaa  a  a    aaaa    aa   aaa   a   a a   a  
a    a  "
 t002="                                                                         
       "

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8804) update scenario starting positions, Jason Short <=