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

Forum Info
Forum Members: 18,581
Total Threads: 8,669
Posts: 94,547

Administrators:
DeeZire, Redemption

There are currently 24 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 05-21-2003, 07:53 PM   #1 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 189
Send a message via AIM to devin11590 Send a message via MSN to devin11590 Send a message via Yahoo to devin11590
Default Deploy weapons?

I have seen mods where a tank or infantry has a weapon like a gun and can also deploy to self-destruct could someone please tell me how?
devin11590 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-21-2003, 08:13 PM   #2 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Argentina, Latin America
Posts: 166
Send a message via ICQ to JhonnyRey
Default

see in the Yuri clone code to know how to make a weapon shot by the deploy action... then make it a suicide weapon, and you will have it...
JhonnyRey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-21-2003, 08:15 PM   #3 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 189
Send a message via AIM to devin11590 Send a message via MSN to devin11590 Send a message via Yahoo to devin11590
Default

If I wanted to make the Demo Truck deploy fire, could I just give it a secondary of the same weapon, or would I have to modify the DemoBomb so there is a copy that is deploy-fire.
devin11590 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2003, 12:12 AM   #4 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: USA
Posts: 756
Default

That's not necessary. Just give the demo truck Deployer=yes and DeployFire=yes. Then it will fire its primary when deployed, and since it's primary is a Suicide=yes weapon, the unit will be killed, triggering the DeathWeapon. (A weapon never actually fires when Suicide=yes anyway, all that happens is the unit gets killed).

This is actually a good idea. Mind if I use it?
CannisRabidus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2003, 08:53 PM   #5 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 189
Send a message via AIM to devin11590 Send a message via MSN to devin11590 Send a message via Yahoo to devin11590
Default

Go ahead and use it. I actually got this idea from a mod where there was a Rad-tank and you could deploy it to make it over-heat and explode. I am actually going to use that idea for all of my suicide units. By the way... Doesn't the GI use it's Secondary weapon (Para) when it is deployed?
devin11590 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2003, 10:15 PM   #6 (permalink)
Senior Member
 
Join Date: Apr 2003
Location: Canada
Posts: 414
Default

um, that mod is deezire.
Redattack3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2003, 05:34 PM   #7 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: the Netherlands
Posts: 3,036
Send a message via MSN to ComradeJ
Default

Yes, the GI does. I think when a unit has two weapons, the deployweapon will always be the secondary.
ComradeJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2003, 06:13 PM   #8 (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

Quote:
Originally Posted by ComradeJ
Yes, the GI does. I think when a unit has two weapons, the deployweapon will always be the secondary.
; DeployFireWeapon = Index of weapon to fire while deployed. 0 or 1. (def=1)
Kravvitz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2003, 08:18 PM   #9 (permalink)
Senior Member
 
Join Date: Mar 2003
Location: USA
Posts: 189
Send a message via AIM to devin11590 Send a message via MSN to devin11590 Send a message via Yahoo to devin11590
Default

Well I tried the deployfire index 0 since the weapon is primary, but the unit(s) just didn't deploy (no cursor or anything). Should i try making the deployfire index 1 or will I have to do something else?
devin11590 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-23-2003, 08:25 PM   #10 (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

*sigh* newbies

look at the code for deploying units!

; DeployFire = This unit can fire when deployed. (def=no)
; DeployFireWeapon = Index of weapon to fire while deployed. 0 or 1. (def=1)
; DeployTime = time, in minutes, to deploy or undeploy [if this object can do so]
; UndeployDelay = The time it takes before a unit automatically undeploys. (def=-1)
; DeployToFire = The vehicle must deploy before it can fire (def=no)?

And for infantry the infantry sequesnce must have lines to tell which frames to use for deploying.
Kravvitz 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
Deploy Sound Overmind Tiberium Wars Editing 0 09-19-2007 08:11 AM
Stelth deploy? ZombyDragon Red Alert 2 & Yuri's Revenge Editing 15 01-17-2004 06:35 PM
Ivan Deploy KeRoMc1188 Red Alert 2 & Yuri's Revenge Editing 10 08-20-2003 11:27 AM
can vehicletypes deploy into vehicles? tk2 Red Alert 2 & Yuri's Revenge Editing 16 06-07-2003 04:16 AM
Making a MCV Deploy into somthing else! briannickol Red Alert 2 & Yuri's Revenge Editing 5 01-07-2003 04:35 PM


All times are GMT -4. The time now is 02:04 PM.


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