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

Forum Info
Forum Members: 18,677
Total Threads: 8,798
Posts: 95,842

Administrators:
DeeZire, Redemption

There are currently 31 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 01-31-2006, 04:59 PM   #1 (permalink)
Junior Member
 
Join Date: Nov 2005
Posts: 15
Default Paradropping people

Hey again

Ive tried searching the archive for info on this, but cant seem to find it.

Im currently trying to work out a way to make a plane garisonable, and have it paradrop the people it currently contains as its primary weapon (A buildable plane rather than a superweapon unit.)

I cant quite work out how to go about doing it though, Im currently trying to find and examine the rapel, pilotcreate ocl and superweapon paradrop ocls, and the troop transport weapon. I was wondering if anyone had any suggestions or had tried this in the past?

Thanks for your time
Pill
pillbrain is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2006, 07:12 PM   #2 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: Rep. of Ireland
Posts: 373
Default

The closest possible way you could do it is have the plane target an enemy and then disperse the passengers to a doomed freefall.

Look at the crawler code, it uses a dummy weapon which automattically releases occupants in a transportcontain module when the unit targets something.

The reason why the infantry won't be able to safely parachute down is that parachutes work as a transport unit, somehow, you'd have to put the plane's occupants into parachutes, that unfortunately, cannot be done.
Waraddict is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-31-2006, 07:19 PM   #3 (permalink)
Member
 
Join Date: Jan 2006
Posts: 33
Send a message via AIM to zogle
Default

you could add the word PARACHUTABLE to the "kindof = " of all your infantry .. and make the container only hold infantry ... and yes i suggest the troopcrawler dummy weapon for the automatic release ...

gluck
zogle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2006, 02:21 AM   #4 (permalink)
Senior Member
 
CommieDog's Avatar
 
Join Date: Oct 2004
Location: Alaska (Hell Frozen Over)
Posts: 383
Default

Looking at code for paradrop aircraft, it appears that the code responsible for putting paratroopers in parachutes for safe descent is present both in the aircraft's DeliverPayloadAIUpdate module and in the OCL entry fopr the superpower. I think it's worth a try to add this module to your paradrop plane:
Code:
  Behavior = DeliverPayloadAIUpdate ModuleTag_99
    DoorDelay         = 500
    MaxAttempts       = 4
    DropOffset        = X:0 Y:0 Z:-10
    DropDelay         = 300     ; time in between each item dropped (if more than one)
    PutInContainer    = AmericaParachute
    DeliveryDistance  = 150
  End
CommieDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-02-2006, 10:36 AM   #5 (permalink)
Junior Member
 
Join Date: Nov 2005
Posts: 15
Default

hey, cheers for the replies, unfortunately, if I just use the weapon from the troop crawler, the men dont actually get out of the plane, even without parachutes.

If I try to add
Behavior = DeliverPayloadAIUpdate ModuleTag_99
DoorDelay = 500
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-10
DropDelay = 300 ; time in between each item dropped (if more than one)
PutInContainer = AmericaParachute
DeliveryDistance = 150
End

The plane becomes unusable, it just dosent do anything, you can select it and place men inside, but it will never take off or move in any way, when this module is included.

So in another thread, I saw the below which looks like it might be a relevent way to get around the lack of movement.

The OCLUpdate module is hard-coded to override any CommandSet= value. If you want an object that has both a CommandSet and an OCLUpdate module, then you'll need to give the object with the CommandSet a slave object with the OCLUpdate set.

Does anyone thing that if I create a slave object, and give that the Deliverpayload code, it might help? If so, how do you actually make a slave?

Cheers
Pill

EDIT: Its fairly easy to just make the plane have a fake weapon, which when fired creates an infantry man with a parachute, the problem then is, it dosent deploy troops you placed inside it, which is kinda mongish, nor does it allow for different types of infantry to be placed inside the plane. So failing an ability to deliver payload, does anyone know if its possible to use the createobject command using the garrisoned units?
pillbrain is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-02-2006, 11:37 AM   #6 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: Rep. of Ireland
Posts: 373
Default

I seriously doubt that would work, simply because of the fact the plane wouldn't be the object which stores the infantry then and so it would in no way control the exiting.

That said, you may have more luck using the Overlord + Bunker code,
Waraddict is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-05-2006, 07:51 PM   #7 (permalink)
Member
 
Join Date: Feb 2006
Location: Kidderminster
Posts: 72
Default

You got a cargo plane to land? How?

Oh, I've seen this before...was it CtA? The chopper sits down but can't get back up?
Mere_Mortal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-06-2006, 06:14 AM   #8 (permalink)
Member
 
Join Date: Aug 2004
Location: England
Posts: 73
Send a message via MSN to Cattman2236
Default

Quote:
Originally Posted by Mere_Mortal";p=&quot View Post
You got a cargo plane to land? How?

Oh, I've seen this before...was it CtA? The chopper sits down but can't get back up?
If you aint going to help then please don`t reply.

I also have tried to do this but i was not very succesful. If i get anywhere with my version ill let you know
Cattman2236 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-06-2006, 12:13 PM   #9 (permalink)
Member
 
Join Date: Feb 2006
Location: Kidderminster
Posts: 72
Default

Quote:
Originally Posted by Cattman2236";p=&quot View Post
If you aint going to help then please don`t reply.
If you're going to say things like that, please don't think :lol:

Just kidding like, but I was asking a perfectly valid question and then exemplified the situation
Mere_Mortal 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
Could someone or some people Dunenewt LOTR: Battle For Middle Earth I & II Editing 8 09-01-2004 02:37 PM
Infantry Paradropping The_Blind_One Generals & Zero Hour Editing 11 11-11-2003 12:07 PM
First 3 or 4 people. Oldfaq Generals & Zero Hour Editing 21 04-23-2003 04:35 PM
Paradropping vehicles Zero-Point Red Alert 2 & Yuri's Revenge Editing 8 04-19-2003 05:43 AM


All times are GMT -4. The time now is 09:51 PM.


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