Skirmish map added and works.

This commit is contained in:
Justin Marshall
2020-07-25 12:06:41 -07:00
parent ef2f046714
commit 21a7ea57ea
3 changed files with 23 additions and 15 deletions
+18 -10
View File
@@ -686,6 +686,10 @@ Height=46
HomeCell=4386 HomeCell=4386
[Waypoints] [Waypoints]
0=8990
1=9024
2=5186
3=5279
98=4386 98=4386
99=8256 99=8256
@@ -735,16 +739,20 @@ HomeCell=4386
8=Neutral,ABAN02,256,6584,0,None,1,0 8=Neutral,ABAN02,256,6584,0,None,1,0
9=Neutral,ABAN02,256,9266,0,None,1,0 9=Neutral,ABAN02,256,9266,0,None,1,0
[Base]
Player=Multi1
Count=0
[OverlayPack] [OverlayPack]
1=DAEAIIH//qAQ/4EHypQQgQb+cAD/iwgGBgUIBggI/wgF0JwQ/mMA/4kG/wcH/wgHBQcwgD 1=BgEAIIH//qAQ/4EGypQQgQj+cAD/iwYIBgUFCAcG/wYHIBAwBv5rAP+FBf8HBf8AhACD/3
2=AG/mwA/4EIAPUABP95AKcQAP3IMRL/cQAwEcysEv9yADESIYL/fgCnEtSZE8w7FP9hALAR 2=UALBEAgVD8/3YAqhCD/wgI/30AJhLLrREBDv5xAP/JoRD/dAAwE9QZE9ASEv5eAP8Dhdcv
3=gQcgAtU0FBAB/lwA/4MHCAgDh9mxFP5fAP+DBwgF1zAUgQX/YwBHFYEH1y8TAHv/YwDKFd 3=FIEFEAH+XAD/gQUkCtmxFP5fAP+CBgbJJRLOPBT/YgBIFYEI168SAHv/YwDKFdiwEiB+/3
4=gwEyB+/3IAsBH/bQA+FeAoF/76Af//UgDOF+zJGf9/AMoW/1EARxftzRoVAv5OAP8QT+hN 4=wAsBP/YwBIFeAoF/76Af//UgDOF+zJGf9/AMoW/1EARxftzRoVAv5OAP8QT+hNG/9QAEoX
5=G/9QAEoX7c0b/08ASxoQT+vLG/9QAE0b/4AASxr/dgCsEfRsHf9+AM0XIIH/ewBJHjp+/3 5=7c0b/08ASxoQT+vLG/9QAE0b/4AASxr/hACsE+Z6Hf9+AM0XIIH/ewBJHjp+/3sASh45ge
6=sASh45ge+WH4CkAAAggf/iAACBBeAJAIIFBdwlAPdqAOJNAIEFAIH+dQD/UPn/WgDKAEBY 6=+WH4CkAAAggf/iAACBBeAJAIIFBdwlAPdqAOJNAIEFAIH+dQD/UPn/WgDKAEBY1k0BQHr/
7=1k0BQHr/WQDMAN5MATEC/1cATAFgV9dLAf9dAMUBAN1gXtTNAgCA/1wAzABQXtVKABAg/1 7=WQDMAN5MATEC/1cATAFgV9dLAf9dAMUBAN1gXtTNAgCA/1wAzABQXtVKABAg/1oASQNRAN
8=oASQNRANpKAf9cAEcDcFzYrAL/XABKAXGA2awB/2MASwDYRgP/WwBJBXB22y0E/1gATALk 8=pKAf9cAEcDcFzYrAL/XABKAXGA2awB/2MASwDYRgP/WwBJBXB22y0E/1gATALkSwL/YwDK
9=SwL/YwDKANrNBv9dAMYD/lgY/4A= 9=ANrNBv9dAMYD/lgY/4A=
[Briefing] [Briefing]
1=Rescue Einstein from the Headquarters inside this Soviet complex. Once 1=Rescue Einstein from the Headquarters inside this Soviet complex. Once
@@ -753,5 +761,5 @@ HomeCell=4386
4=Direct Tanya to destroy the westmost power plants to take them off-line. 4=Direct Tanya to destroy the westmost power plants to take them off-line.
[Digest] [Digest]
1=p2lukoCnd9UPYSbVmQ54cFjSxXI= 1=Fp95NseCgmsoqx7UQ/UMrQlv2CM=
+4 -4
View File
@@ -1111,13 +1111,13 @@ void CellClass::Draw_It(int x, int y, bool objects)
int cellx = Cell_X(cell); int cellx = Cell_X(cell);
int celly = Cell_Y(cell); int celly = Cell_Y(cell);
if (cellx < Map.MapCellX || celly < Map.MapCellY) { if (cellx < Map.MapCellX || celly < Map.MapCellY) {
//GL_SetColor(0.35, 0.35, 0.35); GL_SetColor(0.35, 0.35, 0.35);
return; //return;
} }
if (cellx >= Map.MapCellX + Map.MapCellWidth || celly >= Map.MapCellY + Map.MapCellHeight) { if (cellx >= Map.MapCellX + Map.MapCellWidth || celly >= Map.MapCellY + Map.MapCellHeight) {
//GL_SetColor(0.35, 0.35, 0.35); GL_SetColor(0.35, 0.35, 0.35);
return; //return;
} }
// jmarshall - debug mechanism // jmarshall - debug mechanism
+1 -1
View File
@@ -1,3 +1,3 @@
[Missions] [Missions]
SCM22EA.INI=A Path Beyond (Lg) SCM01EA.MAP=Allied Force Skirmish Test