added spice bloom

indestructable, seeds ressources like mine or blossom tree
This commit is contained in:
Matthias Mailänder
2012-06-05 19:50:44 +02:00
parent 749301899e
commit 676210422f
5 changed files with 36 additions and 8 deletions

View File

@@ -7,8 +7,7 @@
# welding animation (factories) missing
# chimney animation (refinery) missing
# create a tileset extractor for gamefiles to remove copyrighted content from distribution (convert BLOX*.R8 to TMP files)
# replace mines with spice blooms
# spice tiles do not fit
# add more spice tiles and make them fit
# add game logic for concrete plates (use terrain overlay from bridges/ressources)
# allow placing turrets on walls
# support separate turret sequence with RenderBuildingTurreted

Binary file not shown.

View File

@@ -126,7 +126,7 @@ World:
Filename: d2k.pal
PaletteFromFile@effect:
Name: effect
Filename: d2k.pal
Filename: temperat.pal
PaletteFromRGBA@shadow:
Name: shadow
R: 0
@@ -265,3 +265,22 @@ mpspawn:
waypoint:
Waypoint:
RenderEditorOnly:
SPICEBLOOM:
RenderBuilding:
Palette: d2k
Building:
Footprint: x
Dimensions: 1,1
AppearsOnRadar:
EditorAppearance:
RelativeToTopLeft: yes
ProximityCaptor:
Types:Tree
BelowUnits:
Tooltip:
Name: Spice Bloom
SeedsResource:
ResourceType: Spice
RadarColorFromTerrain:
Terrain: Spice

View File

@@ -873,3 +873,13 @@ allyrepair:
Start: 0
Length: *
Tick: 160
spicebloom:
make:
Start: 0
Length: 3
active:
Start: 2
Length: 1
idle:
Start: 2

View File

@@ -9,7 +9,7 @@ mono OpenRA.Utility.exe --shp overlay.png 32
#mono OpenRA.Utility.exe --shp shadow.png 32
mono OpenRA.Utility.exe --r8 $R8 $PAL 102 105 "crates"
mono OpenRA.Utility.exe --shp crates.png 32
mono OpenRA.Utility.exe --r8 $R8 $PAL 106 109 "spicebloom"
mono OpenRA.Utility.exe --r8 $R8 $PAL 107 109 "spicebloom"
mono OpenRA.Utility.exe --shp spicebloom.png 32
# stars, arrow-up
mono OpenRA.Utility.exe --r8 $R8 $PAL 114 129 "rockcrater1"
@@ -391,7 +391,7 @@ R8="$HOME/.openra/Content/d2k/BLOXBASE.R8"
mono OpenRA.Utility.exe --r8 $R8 $PAL 0 799 "BLOXBASE"
mono OpenRA.Utility.exe --r8 $R8 $PAL 0 0 "sand0"
#mono OpenRA.Utility.exe --r8 $R8 $PAL 748 757 "spice0"
#mono OpenRA.Utility.exe --shp spice0.png 32
mono OpenRA.Utility.exe --r8 $R8 $PAL 748 749 "spice0"
mono OpenRA.Utility.exe --shp spice0.png 32
mv *.shp mods/d2k/bits