logo   login
right
Home Forums Downloads Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Info
Forum Members: 18,537
Total Threads: 8,627
Posts: 94,208

Administrators:
DeeZire, Redemption

There are currently 127 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Generals & Zero Hour Editing Discuss any modding related issues to do with Generals and Zero Hour here.

Reply
 
LinkBack Thread Tools
Old 05-07-2006, 12:32 AM   #1 (permalink)
Teb
Junior Member
 
Join Date: May 2006
Posts: 22
Default The GLA have a power supply building?

Quote:
Originally Posted by INI
; -----------------------------------------------------------------------------
Object GLAPowerPlantWindmillBlade

; *** ART Parameters ***
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes

ConditionState = NONE
Model = UBPwrPlant_D1
End
End

; ***DESIGN parameters ***
; DisplayName = OBJECT:RocketBuggyDebris

EditorSorting = DEBRIS
KindOf = IMMOBILE
Side = GLA

; *** AUDIO Parameters ***
; *** ENGINEERING Parameters ***
; RadarPriority = UNIT
; KindOf = PRELOAD CAN_CAST_REFLECTIONS

Body = ActiveBody ModuleTag_02
MaxHealth = 1.0
InitialHealth = 1.0
End

Behavior = PhysicsBehavior ModuleTag_03
Mass = 50
AllowBouncing = Yes
End

Behavior = LifetimeUpdate ModuleTag_04
MinLifetime = 10000 ; min lifetime in msec
MaxLifetime = 15000 ; max lifetime in msec
End

Behavior = SlowDeathBehavior ModuleTag_05
SinkDelay = 1000
SinkRate = 1 ; in Dist/Sec
DestructionDelay = 2000
End

Geometry = BOX
GeometryMajorRadius = 9.0
GeometryMinorRadius = 6.0
GeometryHeight = 7.5
GeometryIsSmall = Yes

End

; -----------------------------------------------------------------------------
Object GLATunnelNetwork

; *** ART Parameters ***
SelectPortrait = SUTunnel_L
ButtonImage = SUTunnel
Draw = W3DModelDraw ModuleTag_01
OkToChangeModelColor = Yes

DefaultConditionState
Model = UBUndTunn
Turret = Turret01
WeaponFireFXBone = PRIMARY BarrelMS
WeaponMuzzleFlash = PRIMARY BarrelFX
End
ConditionState = DAMAGED
Model = UBUndTunn_D
End
ConditionState = REALLYDAMAGED RUBBLE
Model = UBUndTunn_E
ParticleSysBone = Steam01 SteamVent
End


ConditionState = SNOW
Model = UBUndTunn_S
End
ConditionState = DAMAGED SNOW
Model = UBUndTunn_DS
End
ConditionState = REALLYDAMAGED RUBBLE SNOW
Model = UBUndTunn_ES
ParticleSysBone = Steam01 SteamVent
End




ConditionState = NIGHT
Model = UBUndTunn_N
End
ConditionState = DAMAGED NIGHT
Model = UBUndTunn_DN
End
ConditionState = REALLYDAMAGED RUBBLE NIGHT
Model = UBUndTunn_EN
ParticleSysBone = Steam01 SteamVent
End


ConditionState = SNOW NIGHT
Model = UBUndTunn_NS
End
ConditionState = DAMAGED SNOW NIGHT
Model = UBUndTunn_DNS
End
ConditionState = REALLYDAMAGED RUBBLE SNOW NIGHT
Model = UBUndTunn_ENS
ParticleSysBone = Steam01 SteamVent
End

;************************************************* ************************************************** ***********************
;This block handles every possible case with construction process, selling process, awaiting construction, and sold states
;for this draw module
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED
Model = UBUndTunn
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED DAMAGED
Model = UBUndTunn_D
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED REALLYDAMAGED
Model = UBUndTunn_E
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED NIGHT
Model = UBUndTunn_N
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED NIGHT DAMAGED
Model = UBUndTunn_DN
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED NIGHT REALLYDAMAGED
Model = UBUndTunn_EN
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED SNOW
Model = UBUndTunn_S
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED SNOW DAMAGED
Model = UBUndTunn_DS
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED SNOW REALLYDAMAGED
Model = UBUndTunn_ES
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED NIGHT SNOW
Model = UBUndTunn_NS
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED NIGHT SNOW DAMAGED
Model = UBUndTunn_DNS
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End
ConditionState = AWAITING_CONSTRUCTION PARTIALLY_CONSTRUCTED ACTIVELY_BEING_CONSTRUCTED NIGHT SNOW REALLYDAMAGED
Model = UBUndTunn_ENS
Flags = ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT
End

ConditionState = AWAITING_CONSTRUCTION
Model = NONE
End
AliasConditionState = AWAITING_CONSTRUCTION DAMAGED
AliasConditionState = AWAITING_CONSTRUCTION REALLYDAMAGED
AliasConditionState = AWAITING_CONSTRUCTION NIGHT
AliasConditionState = AWAITING_CONSTRUCTION NIGHT DAMAGED
AliasConditionState = AWAITING_CONSTRUCTION NIGHT REALLYDAMAGED
AliasConditionState = AWAITING_CONSTRUCTION SNOW
AliasConditionState = AWAITING_CONSTRUCTION SNOW DAMAGED
AliasConditionState = AWAITING_CONSTRUCTION SNOW REALLYDAMAGED
AliasConditionState = AWAITING_CONSTRUCTION NIGHT SNOW
AliasConditionState = AWAITING_CONSTRUCTION NIGHT SNOW DAMAGED
AliasConditionState = AWAITING_CONSTRUCTION NIGHT SNOW REALLYDAMAGED
AliasConditionState = SOLD
AliasConditionState = SOLD DAMAGED
AliasConditionState = SOLD REALLYDAMAGED
AliasConditionState = SOLD NIGHT
AliasConditionState = SOLD NIGHT DAMAGED
AliasConditionState = SOLD NIGHT REALLYDAMAGED
AliasConditionState = SOLD SNOW
AliasConditionState = SOLD SNOW DAMAGED
AliasConditionState = SOLD SNOW REALLYDAMAGED
AliasConditionState = SOLD NIGHT SNOW
AliasConditionState = SOLD NIGHT SNOW DAMAGED
AliasConditionState = SOLD NIGHT SNOW REALLYDAMAGED
;************************************************* ************************************************** ***********************

End
Why is it not ingame?
Teb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 12:42 AM   #2 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

who knows...but they have their reason cause...


if GLA had power, their stuff would build faster...and since they already have a supply stash to begin with [puts them ahead in a sense] adding power would make them a rediculous army to face...they would also have to re arrange their whole fighting style because of this power/speed factor...
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 02:44 AM   #3 (permalink)
Senior Member
 
CommieDog's Avatar
 
Join Date: Oct 2004
Location: Alaska (Hell Frozen Over)
Posts: 368
Default

I think that entry is left over from when the GLA was planned to have power. But the programmers forgot to take out that debris entry when they decided that the GLA shouldn't have power requirements.
CommieDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 11:07 AM   #4 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

yea...because by the way...that w3d.big file has soooo many entries that werent used... why not just leave a few more...
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 12:24 PM   #5 (permalink)
IHM
Senior Member
 
Join Date: Oct 2003
Location: England
Posts: 272
Send a message via MSN to IHM
Default

Heh, too true, EA don't do a half ased job on removing stuff, they don't even start the job of removing stuff, "just leave it" is there policy.
IHM is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 06:06 PM   #6 (permalink)
Senior Member
 
CommieDog's Avatar
 
Join Date: Oct 2004
Location: Alaska (Hell Frozen Over)
Posts: 368
Default

Oh well, more stuff for us modders. (Except when the models left are trapezoidal prisms skinned with the words 'top,' 'front,' and 'side' on the proper faces. I think modders could do without those.)
CommieDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 06:31 PM   #7 (permalink)
Senior Member
 
Join Date: Apr 2003
Location: Derby, UK / Den Haag, NL
Posts: 590
Default

In modern game development, sometimes it costs more to remove the crap rather than leave it in. With tight deadlines and restricted budgets, why bother ?
Ambershee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-07-2006, 09:24 PM   #8 (permalink)
Senior Member
 
Join Date: Apr 2005
Location: Gamers Heaven
Posts: 781
Send a message via AIM to SmokeyDaBear Send a message via MSN to SmokeyDaBear Send a message via Yahoo to SmokeyDaBear
Default

yea... Amber is right... not only deadlines but a lot more time that people have to spend on the computer removing stuff = more money spent per hour
SmokeyDaBear is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-08-2006, 03:31 AM   #9 (permalink)
Member
 
Join Date: Mar 2003
Location: Australia
Posts: 77
Send a message via ICQ to jonwil Send a message via AIM to jonwil Send a message via Yahoo to jonwil
Default

Generally, its easier to leave unused content in there, games companies will probobly only remove it if:
1.They plan to use that content in an expansion pack or addon for some purpose (in which case its removed because they dont want modders finding and using it)
2.They need to remove stuff in order to reach the size goals set down
3.There is some kind of external reason (e.g. rights holders for licenced games) to remove the particular items.
or 4.They could get in trouble leaving it in (after "hot coffee", I wouldnt be surprised to see some games developers removing anything not required by the game in case they get in trouble for what people do with it)
jonwil is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-08-2006, 08:08 PM   #10 (permalink)
Teb
Junior Member
 
Join Date: May 2006
Posts: 22
Default

I could probably use this for something :shifty:

Thanks for the help guys
Teb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Supply docks Waspo Generals & Zero Hour Editing 3 01-11-2004 07:06 PM
Making a building into a wall building... smurfbizkit Generals & Zero Hour Editing 3 10-29-2003 07:40 AM
supply trucks... CarmaPlayer Generals & Zero Hour Editing 2 04-12-2003 04:33 PM
GLA Supply Truck Sleipnir Generals & Zero Hour Editing 9 03-11-2003 01:35 AM
Building Power Shutdown Hunt7s Red Alert 2 & Yuri's Revenge Editing 27 01-01-2003 03:55 AM


All times are GMT -4. The time now is 10:32 AM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.7.0 Release Candidate 2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.