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

Forum Info
Forum Members: 18,643
Total Threads: 8,744
Posts: 95,520

Administrators:
DeeZire, Redemption

There are currently 27 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 04-23-2005, 04:26 PM   #1 (permalink)
Member
 
Join Date: Mar 2005
Posts: 89
Default My v3 missile..

Hi..
I have added a new V3 missile and a new Missile tank..
Every thing work but after the missile has bean luanched and its on hes way down the game crash..What is wrong..Heres de code for the missile:

Rules:

[TMISS]
UIName=Name:TMISS
Name=TomaHawk Missile
Primary=TomaHawkGroundHit ;Dummy weapon
Secondary=TomaHawkCollision ;Actual Damaging Weapon
DeathWeapon=TomaHawkCollision ;Actual Damaging Weapon
Strength=75 ;More strength than V3, hight tech
Category=AirPower
Armor=special_2 ;As it is spawned missile now
Spawned=yes
MissileSpawn=yes ;Dont know much abt this tag, but it may coz the
;TMISS disapeared in the air when destroyed
TechLevel=-1
Sight=1 ;2
RadarInvisible=no
Landable=no ;yes ;Need this to do suicide
MoveToShroud=yes
Speed=16 ;Faster than V3, High Tech
PitchSpeed=.9
PitchAngle=0
Owner=British,French,Germans,Americans,Alliance
Cost=50
Points=20
ROT=3
Ammo=1
Crewed=no
GuardRange=30
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUM U60
MaxDebris=2
CrashingSound= ;HornetDie ;No crash sound
ImpactLandSound= ;GenAircraftCrash ;No crash sound
Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} ;Hornet Locomotor
;Locomotor={B7B49766-E576-11d3-9BD9-00104B972FE8} ;V3 Locomotor ;Abandoned
;Actually when u give it V3 locomotor, it gets V3 property
;But when it launched it hits u back !
MovementZone=Fly
MovementRestrictedTo=Water ; See if this will affect landing only
ThreatPosed=10
DamageParticleSystems=SparkSys,SmallGreySSys
AuxSound1=V3Attack ;Taking off
ImmuneToPsionics=yes
NoShadow=yes
Selectable=no
Trainable=no
DontScore=yes
OpportunityFire=yes
ConsideredAircraft=yes
PreventAttackMove=yes
IsSelectableCombatant=no
CanPassiveAquire=no
CanRetaliate=no
Dock=NONE ;Cant have no dock, but its AirportBounded, thats why it suicide
AirportBound=yes

;Dummy Weapon
[TomaHawkGroundHit]
Damage=1
ROF=45
Range=4
Speed=80
Warhead=TomaHawkWH
OmniFire=yes
Projectile=TMJUMP

;Actual Damaging Weapon
[TomaHawkCollision]
Damage=250
ROF=45
Range=4
Speed=80
Warhead=TomaHawkWH
OmniFire=yes
Projectile=TMJUMP

[TMJUMP]
Image=TJUMP ;Use same voxel as TMISS
AA=no
AN=no
Arm=2
ROT=8 ;requires to use Rotates
Shadow=no
Proximity=yes
Ranged=yes
FirersPalette=yes

[TomaHawkWH]
CellSpread=1
PercentAtMax=.25
Wall=yes
Wood=yes
Verses=100%,90%,80%,90%,70%,70%,100%,100%,50%,80%, 0%
Conventional=yes
Rocker=yes
InfDeath=2
AnimList=XGRYSML1,XGRYSML2,EXPLOSML,XGRYMED1,XGRYM ED2,EXPLOMED,EXPLOLRG,TWLT070
Deform=10%
DeformThreshhold=300
Tiberium=yes
Sparky=no
Bright=yes
ProneDamage=70%


Art:

[TMISS]
Trailer=V3TRAIL ;DURASMOKE
TrailerSeperation=50
SpawnDelay=2
Voxel=yes
Remapable=yes
CanBeHidden=no

;TomaHawk Missile too
[TJUMP]
Voxel=yes
Trailer=V3TRAIL
TrailerSeperation=50
Minimi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2005, 05:50 PM   #2 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

um, as far as i believe, you cannot make an entire new missile, its hard-coded, is it not? if anyone would like to correct that......and other than that, only thing i found wierd, is the mixture of AirportBound=yes and Spawned=yes logic.......anyone want to correct me?
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-23-2005, 09:13 PM   #3 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

Your comments contradict the naming of your objects...
you either use the dumb method, using collision/aiportbound etc,
or the smart method, using limbolaunchers (who are, in reference to the existing ones, generally named [...JUMP]).

Decide for either method and code it correctly. Then see if it still crashes.
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-25-2005, 07:13 AM   #4 (permalink)
Member
 
Join Date: Mar 2005
Posts: 89
Default

it still dosent work...
I know at its hard-coded but in some mods peaople have added new missile..It not impossible.
Minimi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-25-2005, 11:02 AM   #5 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

Does that mean you tried to clone a V3-style missile, including it's general tags?
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-25-2005, 12:12 PM   #6 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

I believe they used a work-around for that- they did not use an actual Missile.....
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-26-2005, 06:46 AM   #7 (permalink)
Senior Member
 
AlliedG's Avatar
 
Join Date: Sep 2003
Location: U.K.
Posts: 726
Default

i.e. limbo launch.

Looks like reneage needs to post laotze version again ...
AlliedG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-26-2005, 07:50 AM   #8 (permalink)
Senior Member
 
Join Date: Feb 2005
Posts: 804
Default

i've never payed with missiles, although there once was an idea to...

what kind of country spacific artiallary cannon(like grand cannon base defence) would you give a soviet side. its hard to do something unique that actually works...
bobing is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-26-2005, 09:31 AM   #9 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

@AlliedG: Or people could search...or think about it.
@Bobing: I'd like to inform you that you have been quoted. Although you should be careful. The CIA might not like your weapons deals....

Quote
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-26-2005, 09:36 AM   #10 (permalink)
Senior Member
 
Join Date: Jan 2004
Location: Land of the babes
Posts: 1,112
Send a message via Yahoo to Whiteboy
Default

Unless you have the creative mind of someone like me
Whiteboy 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
Cluster Missile EmpirioN Red Alert 2 & Yuri's Revenge Editing 2 10-26-2006 11:14 AM
Can you let a missile shoot? Bart Generals & Zero Hour Editing 28 07-25-2004 06:30 AM
Dreadnaught's missile... YuriH9 Red Alert 2 & Yuri's Revenge Editing 47 02-22-2004 04:44 AM
My nuclear Missile DeeZeL Red Alert 2 & Yuri's Revenge Editing 22 07-30-2003 02:53 AM
Missile Sub Error Alex Red Alert 2 & Yuri's Revenge Editing 2 03-20-2003 07:32 AM


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


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