CommNews Forum Home  

Zurück   CnC Foren > Aktuelles > Maps und Mods allgemein

Antworten
 
Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 05-08-2003, 10:53
Prof-Falmer Prof-Falmer ist offline
Havocs Schuhputzer

 
Registriert seit: May 2001
Ort: 16352 Basdorf
Beiträge: 414
Prof-Falmer hat noch keine Bewertung oder ist auf 0
Prof-Falmer eine Nachricht über ICQ schicken Prof-Falmer eine Nachricht über AIM schicken Prof-Falmer eine Nachricht über Yahoo! schicken
OL Nick: profalmer
; ------------ being-constructed crane -----------------
Draw = W3DModelDraw ModuleTag_04
AnimationsRequirePower = No
DefaultConditionState
Model = None
TransitionKey = DOWN_DEFAULT
End
ConditionState = NIGHT
Model = None
TransitionKey = DOWN_DEFAULT
End
ConditionState = SNOW
Model = None
TransitionKey = DOWN_DEFAULT
End
ConditionState = SNOW NIGHT
Model = None
TransitionKey = DOWN_DEFAULT
End
ConditionState = SOLD
Model = NONE
End

ConditionState = ACTIVELY_BEING_CONSTRUCTED
Model = NBSupCent_A5
Animation = NBSupCent_A5.NBSupCent_A5
AnimationMode = LOOP
TransitionKey = UP_DAY
End

ConditionState = NIGHT ACTIVELY_BEING_CONSTRUCTED
Model = NBSupCent_A5N
Animation = NBSupCent_A5N.NBSupCent_A5N
AnimationMode = LOOP
TransitionKey = UP_NIGHT
End
ConditionState = SNOW ACTIVELY_BEING_CONSTRUCTED
Model = NBSupCent_A5S
Animation = NBSupCent_A5S.NBSupCent_A5S
AnimationMode = LOOP
TransitionKey = UP_SNOW
End
ConditionState = SNOW NIGHT ACTIVELY_BEING_CONSTRUCTED
Model = NBSupCent_A5SN
Animation = NBSupCent_A5SN.NBSupCent_A5SN
AnimationMode = LOOP
TransitionKey = UP_SNOWNIGHT
End
TransitionState = DOWN_DEFAULT UP_DAY
Model = NBSupCent_AB
Animation = NBSupCent_AB.NBSupCent_AB
AnimationMode = ONCE
AnimationSpeedFactorRange = 1.0 1.0
Flags = START_FRAME_FIRST
End

TransitionState = DOWN_DEFAULT UP_NIGHT
Model = NBSupCent_ABN
Animation = NBSupCent_ABN.NBSupCent_ABN
AnimationMode = ONCE
AnimationSpeedFactorRange = 1.0 1.0
Flags = START_FRAME_FIRST
End
TransitionState = DOWN_DEFAULT UP_SNOW
Model = NBSupCent_ABS
Animation = NBSupCent_ABS.NBSupCent_ABS
AnimationMode = ONCE
AnimationSpeedFactorRange = 1.0 1.0
Flags = START_FRAME_FIRST
End
TransitionState = DOWN_DEFAULT UP_SNOWNIGHT
Model = NBSupCent_ABSN
Animation = NBSupCent_ABSN.NBSupCent_ABSN
AnimationMode = ONCE
AnimationSpeedFactorRange = 1.0 1.0
Flags = START_FRAME_FIRST
End
TransitionState = UP_DAY DOWN_DEFAULT
Model = NBSupCent_AB
Animation = NBSupCent_AB.NBSupCent_AB
AnimationMode = ONCE_BACKWARDS
AnimationSpeedFactorRange = 2.0 2.0 ; play teardown animations more quickly
Flags = START_FRAME_LAST
End
TransitionState = UP_NIGHT DOWN_DEFAULT
Model = NBSupCent_ABN
Animation = NBSupCent_ABN.NBSupCent_ABN
AnimationMode = ONCE_BACKWARDS
AnimationSpeedFactorRange = 2.0 2.0 ; play teardown animations more quickly
Flags = START_FRAME_LAST
End
TransitionState = UP_SNOW DOWN_DEFAULT
Model = NBSupCent_ABS
Animation = NBSupCent_ABS.NBSupCent_ABS
AnimationMode = ONCE_BACKWARDS
AnimationSpeedFactorRange = 2.0 2.0 ; play teardown animations more quickly
Flags = START_FRAME_LAST
End
TransitionState = UP_SNOWNIGHT DOWN_DEFAULT
Model = NBSupCent_ABSN
Animation = NBSupCent_ABSN.NBSupCent_ABSN
AnimationMode = ONCE_BACKWARDS
AnimationSpeedFactorRange = 2.0 2.0 ; play teardown animations more quickly
Flags = START_FRAME_LAST
End
End

PlacementViewAngle = -45

; ***DESIGN parameters ***
DisplayName = OBJECT:BattlegroupSupplyCenter
Side = Battlegroup
EditorSorting = STRUCTURE
Prerequisites
Object = BattlegroupPowerPlant
End
BuildCost = 1500
RefundValue = 450 ; With nothing (or zero) listed, we sell for half price.
BuildTime = 10.0 ; in seconds
EnergyProduction = -2
CommandSet = BattlegroupSupplyCenterCommandSet
VisionRange = 200.0 ; Shroud clearing distance
ShroudClearingRange = 200
ArmorSet
Conditions = None
Armor = StructureArmor
DamageFX = StructureDamageFXNoShake
End
ExperienceValue = 200 200 200 200 ; Experience point value at each level

; *** AUDIO Parameters ***
VoiceSelect = SupplyCenterChinaSelect
SoundDie = BuildingDie
SoundOnDamaged = BuildingDamagedStateLight
SoundOnReallyDamaged = BuildingDestroy

UnitSpecificSounds
UnderConstruction = UnderConstructionLoop
End

; *** ENGINEERING Parameters ***
RadarPriority = STRUCTURE
KindOf = PRELOAD STRUCTURE SELECTABLE IMMOBILE CASH_GENERATOR SCORE CAPTURABLE FS_POWER AUTO_RALLYPOINT MP_COUNT_FOR_VICTORY CANNOT_BUILD_NEAR_SUPPLIES
Body = StructureBody ModuleTag_05
MaxHealth = 2000.0
InitialHealth = 2000.0
End
Behavior = SupplyCenterCreate ModuleTag_06
;nothing
End
Behavior = DestroyDie ModuleTag_07
;nothing
End
Behavior = CreateObjectDie ModuleTag_08
CreationList = OCL_SmallStructureDebris
End
Behavior = FXListDie ModuleTag_09
DeathFX = FX_StructureSmallDeath
End
Behavior = ProductionUpdate ModuleTag_10
; nothing
End
Behavior = SupplyCenterProductionExitUpdate ModuleTag_11
UnitCreatePoint = X: 0.0 Y: 0.0 Z:0.0
NaturalRallyPoint = X: 52.0 Y: 0.0 Z:0.0;NaturalRallyPointX must always match GeometryMajorRadius! -ML
End

Behavior = SpawnBehavior ModuleTag_12
SpawnNumber = 1
SpawnReplaceDelay = 9999
SpawnTemplateName = ChinaVehicleSupplyTruck
OneShot = Yes
CanReclaimOrphans = No
End

Behavior = SupplyCenterDockUpdate ModuleTag_13
AllowsPassthrough = No ;You can't drive through this guy while docking. Use this when the dock points are all outside
NumberApproachPositions = -1 ; This is a Boneless dock, so this means infinite can approach
End

Behavior = FlammableUpdate ModuleTag_16
AflameDuration = 5000 ; If I catch fire, I'll burn for this long...
AflameDamageAmount = 5 ; taking this much damage...
AflameDamageDelay = 500 ; this often.
End

Behavior = TransitionDamageFX ModuleTag_17
;-------------DESIGNED FOR SMALL SIZED FACTION BUILDING TRANSITIONS-------------------
DamagedParticleSystem1 = Bone:None RandomBone:No PSys:StructureTransitionSmallSmoke
;---------------------------------------------------------------------------------------
ReallyDamagedParticleSystem1 = Bone:None RandomBone:No PSys:StructureTransitionSmallSmoke
ReallyDamagedParticleSystem2 = Bone:None RandomBone:No PSys:StructureTransitionSmallExplosion
ReallyDamagedParticleSystem3 = Bone:None RandomBone:No PSys:StructureTransitionSmallShockwave
End

Geometry = BOX
GeometryMajorRadius = 52.0
GeometryMinorRadius = 47.0
GeometryHeight = 30.0
GeometryIsSmall = No
Shadow = SHADOW_VOLUME
BuildCompletion = PLACED_BY_PLAYER

End


CommandButton Command_ConstructBattlegroupSupplyCenter
Command = DOZER_CONSTRUCT
Object = BattlegroupSupplyCenter
TextLabel = CONTROLBAR:ConstructBattlegroupSupplyCenter
ButtonImage = SNSupplyCenter
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipBattlegroupBuildSupplyCenter
End


CommandSet BattlegroupSupplyCenterCommandSet
1 = Command_ConstructChinaVehicleSupplyTruck
11 = Command_SetRallyPoint
12 = Command_Sell
End
Mit Zitat antworten
Antworten

Lesezeichen


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 11:21 Uhr.


Powered by vBulletin Version 3.7.3 (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template-Modifikationen durch TMS

Affiliates
United Forum GetBoinKeD cnc.onlinewelten.de