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

Forum Info
Forum Members: 18,617
Total Threads: 8,723
Posts: 95,213

Administrators:
DeeZire, Redemption

There are currently 33 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 04-08-2003, 04:03 PM   #11 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 335
Send a message via MSN to Tebrey
Default

Ya, it means that the reason you game crashed was becouse of that entry.

usually means you left off an end somewhere, or declared a weapon/commandset/etc that you did not follow up with.
Tebrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 04:29 PM   #12 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: uk
Posts: 556
Send a message via MSN to damo1
Default

if i post the code for the patriottruck can you have a look at it to see what is wrong with it please
damo1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 06:14 PM   #13 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 335
Send a message via MSN to Tebrey
Default

just pm it to me.
Tebrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 08:26 PM   #14 (permalink)
Member
 
Join Date: Apr 2003
Location: USA
Posts: 63
Send a message via MSN to CRAZY_MOFO
Default

now i need a cameo. is there some kind of program for craeting cameos?(NOT PHOTOSHOPPE).
CRAZY_MOFO is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 08:28 PM   #15 (permalink)
Senior Member
 
Join Date: Apr 2003
Location: USA
Posts: 167
Send a message via MSN to Blaine_the_God
Default

Ok this is the code i tried but it didnt work can someone please tell me whats wrong with it?

Object GLAVehicleSpeedBike

; *** ART Parameters ***
SelectPortrait = SAWarthog_L
ButtonImage = SAWarthog

Draw = W3DModelDraw ModuleTag_01

UpgradeCameo1 = Upgrade_GLABuggyAmmo
UpgradeCameo2 = Upgrade_GLAAPRockets
UpgradeCameo3 = Upgrade_GLAJunkRepair
;UpgradeCameo4 = NONE
;UpgradeCameo5 = NONE

OkToChangeModelColor = Yes

DefaultConditionState
Model = bike2
HideSubObject = MissleUp02
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = PRIMARY Muzzle
End

ConditionState = REALLYDAMAGED
Model = bike2
HideSubObject = MissleUp02
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = PRIMARY Muzzle
End

ConditionState = RUBBLE
Model = bike2
HideSubObject = MissleUp02
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = PRIMARY Muzzle
End

ConditionState = WEAPONSET_PLAYER_UPGRADE
Model = bike2
ShowSubObject = MissleUp02
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = PRIMARY Muzzle
WeaponFireFXBone = Secondary WeaponB
WeaponLaunchBone = Secondary WeaponB
End

ConditionState = WEAPONSET_PLAYER_UPGRADE REALLYDAMAGED
Model = bike2
ShowSubObject = MissleUp02
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = PRIMARY Muzzle
WeaponFireFXBone = Secondary WeaponB
WeaponLaunchBone = Secondary WeaponB
End

ConditionState = WEAPONSET_PLAYER_UPGRADE RUBBLE
Model = bike2
ShowSubObject = MissleUp02
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = PRIMARY Muzzle
WeaponFireFXBone = Secondary WeaponB
WeaponLaunchBone = Secondary WeaponB
End

; These parameters are only used if the model has a separate suspension,
; and the locomotor has HasSuspension = Yes.
RightFrontTireBone = Wheel01
RightRearTireBone = Wheel02
TireRotationMultiplier = 0.2 ; this * speed = rotation.
PowerslideRotationAddition = 2.5 ; This speed is added to the rotation speed when powersliding.
End


End

; ***DESIGN parameters ***
DispleyName = OBJECT:SpeedBike
EditorSorting = VEHCILE
Side = GLA
TransportSlotCount = 3
VisionRange = 200.0
ShroudClearingRange = 200
Prerequisites
Object = GLAArmsDealer
End

WeaponSet
Conditions = None
Weapon = PRIMARY BikeMachineGun
End

WeaponSet
Conditions = PLAYER_UPGRADE
Weapon = PRIMARY BikeMachineGun
Weapon = Secondary BikeAntiTankMissileWeapon
End


BuildCost = 500
BuildTime = 10
CrusherLevel = 1 ;What can I crush?: 1 = infantry, 2 = trees, 3 = vehicles
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
CommandSet = GLAVehicleSpeedBikeCommandSet
End

; *** AUDIO Parameters ***
VoiceSelect = QuadCannonVoiceSelect
VoiceMove = QuadCannonVoiceMove
VoiceAttack = QuadCannonVoiceAttack
End

; *** ENGINEERING Parameters ***
RadarPriority = UNIT
KindOf = PRELOAD SELECTABLE TRANSPORT CAN_ATTACK ATTACK_NEEDS_LINE_OF_SIGHT CAN_CAST_REFLECTIONS VEHICLE SCORE

Body = ActiveBody ModuleTag_02
MaxHealth = 350.0
InitialHealth = 350.0
End

Behavior = TransportContain ModuleTag_08
PassengersAllowedToFire = No
Slots = 1
InitialPayload = GLAInfantryRebel 1
DamagePercentToUnits = 100%
AllowInsideKindOf = INFANTRY
ForbidInsideKindOf = AIRCRAFT VEHICLE HUGE_VEHICLE
ExitDelay = 100
NumberOfExitPaths = 1
GoAggressiveOnExit = Yes
End

Behavior = PhysicsBehavior ModuleTag_09
Mass = 50.0
End

Locomotor = SET_NORMAL SpeedBikeLocomotor
End
================================================== =============================
Locomotor SpeedBikeLocomotor
Surfaces = GROUND
Speed = 200 ; in dist/sec
SpeedDamaged = 80 ; in dist/sec
TurnRate = 180 ; in degrees/sec
TurnRateDamaged = 180 ; in degrees/sec
Acceleration = 200 ; in dist/(sec^2)
AccelerationDamaged = 80 ; in dist/(sec^2)
Braking = 50 ; in dist/(sec^2)
MinTurnSpeed = 20 ; in dist/sec
TurnPivotOffset = -0.33 ; where to pivot when turning (-1.0 = rear, 0.0 = center, 1.0 = front)
ZAxisBehavior = NO_Z_MOTIVE_FORCE
Appearance = Two_Legs

AccelerationPitchLimit = 5 ; Angle limit how far chassis will lift or roll from acceleration.
BounceAmount = 200 ; simulates hitting random rocks. 0==smooth pavement, 200 = bumpy.
PitchStiffness = 0.1 ; stiffness of the "springs" in the suspension forward & back.
RollStiffness = 0.05 ; stiffness of the "springs" in the suspension side to side.
PitchDamping = 0.1 ; How fast it damps. 0=perfect spring, bounces forever. 1=glued to terrain.
RollDamping = 0.1 ; How fast it damps. 0=perfect spring, bounces forever. 1=glued to terrain.
ForwardAccelerationPitchFactor = 0.5 ; How much acceleration will cause the front to lift, or dip for stops.
LateralAccelerationRollFactor = 0.2 ; How much cornering will cause the chassis to roll.

HasSuspension = Yes ; Calculate 4 wheel independent suspension info.
CanMoveBackwards = No ; Can move backwards.
MaximumWheelExtension = -2.3 ; Maximum distance the wheels will drop on the model.
MaximumWheelCompression = 1.4 ; Maximum distance the wheel will move up into the chassis.
FrontWheelTurnAngle = 22 ; How many degrees the front wheels can turn.
End
================================================== =============================
CommandSet GLAVehicleSpeedBikeCommandSet
1 = Command_TransportExit
2 = Command_AmericaVehicleComancheFireRocketPods
9 = Command_AttackMove
11 = Command_Guard
12 = Command_Stop
End
-------------------------------------------------------------------------------
CommandSet GLAArmsDealerCommandSet
1 = Command_ConstructGLATankScorpion
2 = Command_ConstructGLAVehicleTechnical
3 = Command_ConstructGLAVehicleRadarVan
4 = Command_ConstructGLAVehicleQuadCannon
5 = Command_ConstructGLAVehicleToxinTruck
6 = Command_ConstructGLAVehicleRocketBuggy
7 = Command_ConstructGLATankMarauder
8 = Command_ConstructGLAVehicleBombTruck
9 = Command_ConstructGLAVehicleScudLauncher
10 = Command_ConstructGLAVehicleSpeedBike
11 = Command_SetRallyPoint
12 = Command_Sell
End
================================================== =============================
CommandButton Command_ConstructSpeedBike
Command = UNIT_BUILD
Object = GLAVehicleSpeedBike
TextLabel = CONTROLBAR:ConstructGLAVehicleSpeedBike
ButtonImage = SAWarthog
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLABuildSpeedBike
End
================================================== =============================
Weapon BikeMachineGun
PrimaryDamage = 5.0
PrimaryDamageRadius = 0.0
AttackRange = 200.0
DamageType = COMANCHE_VULCAN
DeathType = NORMAL
WeaponSpeed = 600 ; dist/sec
ProjectileObject = NONE
FireFX = WeaponFX_TechnicalGunFire
VeterancyFireFX = HEROIC WeaponFX_GenericMachineGunFireWithRedTracers
FireSound = HumveeWeapon
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 100 ; time between shots, msec
ClipSize = 0 ; how many shots in a Clip (0 == infinite)
ClipReloadTime = 0 ; how long to reload a Clip, msec
End
;------------------------------------------------------------------------------
Weapon BikeAntiTankMissileWeapon
PrimaryDamage = 45
PrimaryDamageRadius = 5.0
SecondaryDamage = 30.0
SecondaryDamageRadius = 25.0
ScatterRadiusVsInfantry = 20.0 ;When this weapon is used against infantry, it can randomly miss by as much as this distance.
AttackRange = 200.0
MinimumAttackRange = 0.0 ;100.0 ; this is to allow for a little "lead" for the helicopter targeting
DamageType = JET_MISSILES ;not so good against base defenses and some other units.
DeathType = EXPLODED
WeaponSpeed = 99999
ProjectileObject = ComancheAntiTankMissile
ProjectileExhaust = MissileExhaust
VeterancyProjectileExhaust = HEROIC HeroicComancheMissileExhaust
RadiusDamageAffects = ALLIES ENEMIES NEUTRALS
DelayBetweenShots = 600 ; time between shots, msec
ClipSize = 4 ; how many shots in a Clip (0 == infinite)
AutoReloadsClip = Yes
ClipReloadTime = 12000 ; how long to reload a Clip, msec
FireSound = ComancheMissileWeapon
FireFX = None
ShotsPerBarrel = 1
ProjectileDetonationFX = WeaponFX_ComancheAntiTankMissileDetonation
ProjectileCollidesWith = STRUCTURES
AntiAirborneVehicle = No
AntiAirborneInfantry = No
ShowsAmmoPips = Yes
End
Blaine_the_God is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 08:44 PM   #16 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: Canada
Posts: 1,097
Send a message via MSN to Oldfaq
Default

hehe,
it could be just this minor spelling mistake

hope that helps !

EditorSorting = VEHCILE

Oldfaq
Oldfaq is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 08:45 PM   #17 (permalink)
Senior Member
 
Join Date: Apr 2003
Location: USA
Posts: 167
Send a message via MSN to Blaine_the_God
Default

but its not spelt like that anyways on the page before
Blaine_the_God is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-08-2003, 09:19 PM   #18 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 335
Send a message via MSN to Tebrey
Default

EditorSorting = is for worldbuilder, except worldbuilder has convulsions if you try to load it with a mod in place...
Tebrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2003, 03:12 PM   #19 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: uk
Posts: 556
Send a message via MSN to damo1
Default

my game says ive got a error wiyh this

CommandSet AmericaWarFactoryCommandSet
1 = Command_ConstructAmericaTankCrusader
2 = Command_ConstructAmericaVehicleTomahawk
3 = Command_ConstructAmericaVehicleHumvee
4 = Command_ConstructAmericaVehicleMedic
5 = Command_ConstructAmericaVehiclePaladin
6 = Command_ConstructAmericaVehiclepatriottruck
; 9 = Command_UpgradeAmericaTomahawkRemoteControl ***CUT***
10 = Command_UpgradeAmericaTOWMissile
11 = Command_SetRallyPoint
12 = Command_Sell
End

dose eneyone know what it is going on about
damo1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2003, 05:17 PM   #20 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 671
Send a message via AIM to MetalSyren Send a message via MSN to MetalSyren Send a message via Yahoo to MetalSyren
Default

Ive NEVER been able to load World Builder with a mod in place.

I have found you need to remove the mod then load WB do you mapping or whatever then replace the mod.
MetalSyren 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
Adding New Units ... help zogle Generals & Zero Hour Editing 5 01-25-2006 12:45 PM
Adding Units Groups -- not seperate Units? Twin Matrix LOTR: Battle For Middle Earth I & II Editing 6 01-13-2005 06:15 PM
Adding New Units Crawford Generals & Zero Hour Editing 2 01-10-2005 08:23 AM
Adding units to ZH KG115 Generals & Zero Hour Editing 11 01-13-2004 09:59 AM
adding units ZH rswar Generals & Zero Hour Editing 5 01-07-2004 02:07 PM


All times are GMT -4. The time now is 05:40 PM.


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