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,209

Administrators:
DeeZire, Redemption

There are currently 38 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Red Alert 2 & Yuri's Revenge Editing Discuss any modding related issues to do with Red Alert 2 and Yuri's Revenge here.

Reply
 
LinkBack Thread Tools
Old 12-06-2004, 11:32 AM   #11 (permalink)
Senior Member
 
Join Date: Oct 2004
Posts: 250
Default

Yes, but that's no guarantee. It's just an issue of probability.

BTW, if the chopper gets stuck, the team will get hung, and potentially never be used up. The ai will then never create this team again.

That's worse.

C//
Courageous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-06-2004, 12:11 PM   #12 (permalink)
Senior Member
 
AlliedG's Avatar
 
Join Date: Sep 2003
Location: U.K.
Posts: 726
Default

well i still saying making these MASSIVE teams is unadvisable, supporting teamtypes would be a better route, perhaps have just 8 in each taskforce?
AlliedG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 04:46 AM   #13 (permalink)
Junior Member
 
Join Date: Nov 2004
Posts: 19
Default

Wait. I have an another question about choppers. I've been working for my mod for a few weeks ago. After placing a lot of units in my mod. I have encountered the "100 units" bug. so I decided to ask questions here in the forum about the bug. When I have finally fixed the problem. Eveything goes back to normal until yesterday I noticed that the "Hind" transport was missing and is not in the sidebar unit selection. so I decided to check the rules.ini file. I found out that the "Hind" transport was not included at the "vehicles type list" section. so I decided to add the "hind" in it. It worked. The Hind is now available for construction. But whenever I Produce one. Tha Game Crashes before it appears in the war factory. Strange since It was working fine just a few weeks ago before I have encountered the "100 units" bug.
What do you think guys tha cause of this problem?
Krieg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 05:41 AM   #14 (permalink)
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,057
Send a message via MSN to DCoder
Default

That's the reason I removed the HIND from that "fixed" [VehicleTypes] listing posted in ModEnc... Carryall=yes needs to be removed from it's code for it to work.
DCoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 06:20 AM   #15 (permalink)
Junior Member
 
Join Date: Nov 2004
Posts: 19
Default

I tried to remove the "Carryall=yes" from the Hind's properties but the game still crashes.

Here's my code for the hind transport..

; Hind Transport
[HIND]
UIName=Name:HIND
Name=Hind Transport
Prerequisite=NAWEAP,NARADR
Primary=BlackHawkCannon
Strength=450
Category=AirPower
JumpJet=yes
Armor=light
TechLevel=7
Sight=8
RadarInvisible=yes
Landable=yes
PipScale=Passengers
Passengers=5
Speed=14
PitchSpeed=1.1
JumpjetSpeed=30 ;params not defined use defaults (old globals way up top)
JumpjetClimb=10
JumpjetCrash=40 ; Climb, but down
JumpJetAccel=12
JumpJetTurnRate=6
JumpjetHeight=500
JumpjetWobbles=.01 ;Look on the blimp section for a funny discussion about wobbles in the rules.ini.....you must have wobbles
JumpjetDeviation=1
Owner=Russians,Confederation,Africans,Arabs ;Soviet unit equivalent to nighthawk
Cost=1000 ;Same as nighthawk
Points=15
ROT=5
Crewed=yes
ConsideredAircraft=yes
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUM U60
Maxdebris=3
VoiceSelect=GenSovVehicleSelect
VoiceMove=GenSovVehicleMove
VoiceAttack=GenSovVehicleAttackCommand
DieSound=
CrashingSound=GenVehicleDie
ImpactLandSound=GenAircraftCrash
;Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} ;flying
Locomotor={92612C46-F71F-11d1-AC9F-006008055BB5} ;jumpjet
MovementZone=Fly
DamageParticleSystems=SparkSys,SmallGreySSys
;AuxSound1=BlackOpsTakeOff ;Taking off
;AuxSound2=BlackOpsLanding ;Landing
ThreatPosed=0
SpecialThreatValue=1
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF
Size=15
SizeLimit=2
HoverAttack=yes
;OmniFire=yes ;GEF moved to weapon
AllowedToStartInMultiplayer=no
Crashable=yes
CanPassiveAquire=no ; Won't try to pick up own targets
SpeedType=Hover
MoveSound=BlackOpsMoveLoop
EnterTransportSound=EnterTransport
LeaveTransportSound=ExitTransport
ElitePrimary=BlackHawkCannonE
PreventAttackMove=yes
;Bombable=no
TooBigToFitUnderBridge=true
Trainable=yes
OpenTopped=yes

maybe theres someother thing wrong with my code?
Krieg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 06:35 AM   #16 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

Carryall=yes will only work on AircraftTypes.
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 07:47 AM   #17 (permalink)
Junior Member
 
Join Date: Nov 2004
Posts: 19
Default

Thanks anyway for the help guys.. I found out that the "Hind" transport had a conflict with my "NCARRIER" unit which fires missile with suicide properties. So I just created a whole new transport by duplicating the "hind" and renamed it "hind2". no such problems has occured after that.
Thanks for the help guys I really appreciate it
Krieg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 11:11 AM   #18 (permalink)
Senior Member
 
Join Date: Oct 2004
Posts: 250
Default

Well the /usual/ problem (most frequent cause of a unit's IE) here would be something wrong in the set of weapons "BlackHawkCannon" or "BlackHawkCannonE". Were you modifying them?
Courageous is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 01:51 PM   #19 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: USA
Posts: 1,858
Send a message via ICQ to Kravvitz Send a message via AIM to Kravvitz Send a message via MSN to Kravvitz Send a message via Yahoo to Kravvitz
Default

Does OpenTopped=yes work on jumpjet vehicles?
Kravvitz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-11-2004, 02:03 PM   #20 (permalink)
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,057
Send a message via MSN to DCoder
Default

Yes, it does.
DCoder 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
Stupid Chopper Rotors Doctor Phileas Fragg Red Alert 2 & Yuri's Revenge Editing 11 06-07-2005 04:09 AM
chopper at the depots SJG Red Alert 2 & Yuri's Revenge Editing 1 12-09-2003 11:51 PM
Strange Problem with Chopper I made. Kuja Generals & Zero Hour Editing 7 04-19-2003 12:37 AM
Siege Chopper needs help FleetCommand Red Alert 2 & Yuri's Revenge Editing 24 04-16-2003 06:05 PM
Chopper question starboy Red Alert 2 & Yuri's Revenge Editing 23 04-06-2003 08:09 PM


All times are GMT -4. The time now is 06:03 AM.


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