Merge pull request #12135 from reaperrr/ts-misc04

TS polishing pass: More depth sorting and starting units
This commit is contained in:
Paul Chote
2016-10-23 17:06:28 +01:00
committed by GitHub
5 changed files with 69 additions and 24 deletions

View File

@@ -116,7 +116,7 @@ World:
ClassName: Light ClassName: Light
Factions: gdi Factions: gdi
BaseActor: mcv BaseActor: mcv
SupportActors: e1,e1,e1,e2,e2 SupportActors: e1,e1,e1,smech
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
MPStartUnits@light.nod: MPStartUnits@light.nod:
@@ -124,7 +124,7 @@ World:
ClassName: Light ClassName: Light
Factions: nod Factions: nod
BaseActor: mcv BaseActor: mcv
SupportActors: e1,e1,e1,e3,e3 SupportActors: e1,e1,e1,bggy
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
MPStartUnits@med.gdi: MPStartUnits@med.gdi:
@@ -132,7 +132,7 @@ World:
ClassName: Medium ClassName: Medium
Factions: gdi Factions: gdi
BaseActor: mcv BaseActor: mcv
SupportActors: e1,e1,e2,jumpjet,smech SupportActors: e1,e1,e2,e2,jumpjet,smech
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
MPStartUnits@med.nod: MPStartUnits@med.nod:
@@ -140,7 +140,7 @@ World:
ClassName: Medium ClassName: Medium
Factions: nod Factions: nod
BaseActor: mcv BaseActor: mcv
SupportActors: e1,e1,e3,cyborg,bggy SupportActors: e1,e1,e3,e3,cyborg,bggy
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
MPStartUnits@heavy.gdi: MPStartUnits@heavy.gdi:
@@ -148,7 +148,7 @@ World:
ClassName: Heavy ClassName: Heavy
Factions: gdi Factions: gdi
BaseActor: mcv BaseActor: mcv
SupportActors: e1,e2,e2,smech,mmch SupportActors: e1,e1,e2,e2,jumpjet,smech,smech,mmch
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
MPStartUnits@heavy.nod: MPStartUnits@heavy.nod:
@@ -156,7 +156,7 @@ World:
ClassName: Heavy ClassName: Heavy
Factions: nod Factions: nod
BaseActor: mcv BaseActor: mcv
SupportActors: e1,e3,bggy,bike,ttnk SupportActors: e1,e1,e3,e3,cyborg,bggy,bike,ttnk
InnerSupportRadius: 3 InnerSupportRadius: 3
OuterSupportRadius: 5 OuterSupportRadius: 5
MPStartLocations: MPStartLocations:

View File

@@ -27,26 +27,31 @@ ammocrat:
Inherits: ^abanbase Inherits: ^abanbase
Defaults: Defaults:
Offset: 36, -42, 42 Offset: 36, -42, 42
DepthSpriteOffset: 24, 0
^aban2x6: ^aban2x6:
Inherits: ^abanbase Inherits: ^abanbase
Defaults: Defaults:
Offset: 48, -48, 48 Offset: 48, -48, 48
DepthSpriteOffset: 36, 0
^aban3x2: ^aban3x2:
Inherits: ^abanbase Inherits: ^abanbase
Defaults: Defaults:
Offset: -12, -30, 30 Offset: -12, -30, 30
DepthSpriteOffset: -12, 0
^aban4x2: ^aban4x2:
Inherits: ^abanbase Inherits: ^abanbase
Defaults: Defaults:
Offset: -24, -36, 36 Offset: -24, -36, 36
DepthSpriteOffset: -24, 0
^aban5x3: ^aban5x3:
Inherits: ^abanbase Inherits: ^abanbase
Defaults: Defaults:
Offset: -24, -48, 48 Offset: -24, -48, 48
DepthSpriteOffset: -24, 0
aban01: aban01:
Inherits: ^aban2x6 Inherits: ^aban2x6
@@ -104,7 +109,7 @@ aban18:
^bboard1x1: ^bboard1x1:
Defaults: Defaults:
Offset: 0, -12 Offset: 0, -12, 6
idle: idle:
ShadowStart: 2 ShadowStart: 2
damaged-idle: damaged-idle:
@@ -120,6 +125,15 @@ aban18:
Start: 1 Start: 1
ShadowStart: 3 ShadowStart: 3
^bboard2x1:
Defaults:
Offset: -12, -18
idle:
ShadowStart: 2
damaged-idle:
Start: 1
ShadowStart: 3
bboard01: bboard01:
Inherits: ^bboard1x1 Inherits: ^bboard1x1
@@ -160,13 +174,13 @@ bboard13:
Inherits: ^bboard1x1 Inherits: ^bboard1x1
bboard14: bboard14:
Inherits: ^bboard1x2 Inherits: ^bboard2x1
bboard15: bboard15:
Inherits: ^bboard1x2 Inherits: ^bboard2x1
bboard16: bboard16:
Inherits: ^bboard1x2 Inherits: ^bboard2x1
^cabase: ^cabase:
Defaults: Defaults:
@@ -187,12 +201,21 @@ bboard16:
Inherits: ^cabase Inherits: ^cabase
Defaults: Defaults:
Offset: 12, -18, 18 Offset: 12, -18, 18
DepthSpriteOffset: 12, 0
UseTilesetCode: true
^ca2x1:
Inherits: ^cabase
Defaults:
Offset: -12, -18, 18
DepthSpriteOffset: -12, 0
UseTilesetCode: true UseTilesetCode: true
^ca2x3: ^ca2x3:
Inherits: ^cabase Inherits: ^cabase
Defaults: Defaults:
Offset: 12, -30, 30 Offset: 12, -30, 30
DepthSpriteOffset: 12, 0
UseTilesetCode: true UseTilesetCode: true
^ca3x3: ^ca3x3:
@@ -244,7 +267,7 @@ ca0012:
Inherits: ^ca1x2 Inherits: ^ca1x2
ca0013: ca0013:
Inherits: ^ca1x2 Inherits: ^ca2x1
ca0014: ca0014:
Inherits: ^ca1x1 Inherits: ^ca1x1
@@ -326,6 +349,7 @@ cacrsh05:
cahosp: cahosp:
Defaults: Defaults:
DepthSprite: isodepth.shp DepthSprite: isodepth.shp
DepthSpriteOffset: 12, 0
UseTilesetCode: true UseTilesetCode: true
Offset: 12, -42, 42 Offset: 12, -42, 42
idle: idle:
@@ -369,42 +393,56 @@ capyr03:
Inherits: ^cabase Inherits: ^cabase
Defaults: Defaults:
Offset: 12, -30, 30 Offset: 12, -30, 30
DepthSpriteOffset: 12, 0
^city3x2:
Inherits: ^cabase
Defaults:
Offset: -12, -30, 30
DepthSpriteOffset: -12, 0
^city3x5: ^city3x5:
Inherits: ^cabase Inherits: ^cabase
Defaults: Defaults:
Offset: 24, -48, 48 Offset: 24, -48, 48
DepthSpriteOffset: 24, 0
^city4x2: ^city4x2:
Inherits: ^cabase Inherits: ^cabase
Defaults: Defaults:
Offset: -24, -36, 36 Offset: -24, -36, 36
DepthSpriteOffset: -24, 48
^city4x3: ^city4x3:
Inherits: ^cabase Inherits: ^cabase
Defaults: Defaults:
Offset: -12, -42, 42 Offset: -12, -42, 42
DepthSpriteOffset: -12, 0
city01: city01:
Inherits: ^city4x2 Inherits: ^city4x2
Defaults:
Offset: -12, -30, 36
city02: city02:
Inherits: ^city2x3 Inherits: ^city2x3
city03: city03:
Inherits: ^city2x3 Inherits: ^city3x2
city04: city04:
Inherits: ^city2x3 Inherits: ^city3x2
city05: city05:
Inherits: ^city2x3 Inherits: ^city3x2
city06: city06:
Inherits: ^city4x2 Inherits: ^city4x2
city07: city07:
Inherits: ^city4x2 Inherits: ^city4x2
Defaults:
Offset: -12, -30, 36
city08: city08:
Inherits: ^city2x2 Inherits: ^city2x2
@@ -432,6 +470,8 @@ city15:
city16: city16:
Inherits: ^city4x2 Inherits: ^city4x2
Defaults:
Offset: -24, -30, 36
city17: city17:
Inherits: ^city4x3 Inherits: ^city4x3
@@ -513,6 +553,7 @@ gaoldcc6:
gakodk: gakodk:
Defaults: Defaults:
DepthSprite: isodepth.shp DepthSprite: isodepth.shp
DepthSpriteOffset: -24, 0
UseTilesetCode: true UseTilesetCode: true
Offset: -24, -36, 36 Offset: -24, -36, 36
idle: idle:
@@ -608,6 +649,7 @@ galite:
namntk: namntk:
Defaults: Defaults:
DepthSprite: isodepth.shp DepthSprite: isodepth.shp
DepthSpriteOffset: 24, 0
UseTilesetCode: true UseTilesetCode: true
Offset: 24, -24, 24 Offset: 24, -24, 24
idle: idle:

View File

@@ -71,16 +71,19 @@ mpspawn:
idle: idle:
Length: * Length: *
ZRamp: 1 ZRamp: 1
Offset: 0, 0, 24
waypoint: waypoint:
idle: idle:
Length: * Length: *
ZRamp: 1 ZRamp: 1
Offset: 0, 0, 24
camera: camera:
idle: idle:
Length: * Length: *
ZRamp: 1 ZRamp: 1
Offset: 0, 0, 24
clock: clock:
idle: gclock2 idle: gclock2

View File

@@ -893,6 +893,7 @@ gaicbm:
Offset: 0, -12, 12 Offset: 0, -12, 12
UseTilesetCode: true UseTilesetCode: true
DepthSprite: isodepth.shp DepthSprite: isodepth.shp
DepthSpriteOffset: -12, 6
idle: idle:
ShadowStart: 3 ShadowStart: 3
damaged-idle: damaged-idle:

View File

@@ -47,23 +47,22 @@ hvr:
lpst.gdi: lpst.gdi:
Inherits: ^VehicleOverlays Inherits: ^VehicleOverlays
idle: gadpsa idle: gadpsa
Offset: 0, -12 DepthSprite: isodepth.shp
DepthSpriteOffset: -6, -6
Offset: 0, -12, 12
UseTilesetCode: true
ShadowStart: 3 ShadowStart: 3
make: gadpsamk make: gadpsamk
Offset: 0, -12 DepthSprite: isodepth.shp
DepthSpriteOffset: -6, -6
Offset: 0, -12, 12
UseTilesetCode: true
Length: 36 Length: 36
ShadowStart: 36 ShadowStart: 36
icon: sidebar-gdi|lpsticon icon: sidebar-gdi|lpsticon
lpst.nod: lpst.nod:
Inherits: ^VehicleOverlays Inherits: lpst.gdi
idle: gadpsa
Offset: 0, -12
ShadowStart: 3
make: gadpsamk
Offset: 0, -12
Length: 36
ShadowStart: 36
icon: sidebar-nod|lpsticon icon: sidebar-nod|lpsticon
repair: repair: