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

Administrators:
DeeZire, Redemption

There are currently 44 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.

View Poll Results: Which is best to enter into a mod?
Entirely new EVERYTHING, 3 42.86%
edit and change current units, 0 0%
Create new units,and edit current ones, or 4 57.14%
Voters: 7. You may not vote on this poll

Reply
 
LinkBack Thread Tools
Old 07-26-2004, 01:54 PM   #21 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

yeah, thats true, it would work much better that way......but 2 more questions:
what are those points(EDIT: Credits) or whatever they are in the forum used for?
and, what do i need to change to add in prism trooper? I already know i wont be able to join it with the prism towers, since the towers are already Hard-coded at a certain join hight, and already has a secondary weapon to join the prisms, so i couldnt do that......unless i change the units hight to the same as that of the tower.....lol, a huge infantry unit which can join beams with the prism towers by adding in PrismSupport=yes on the units warhead or is it the gun itself you add that to?
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-26-2004, 01:57 PM   #22 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

oh and one more thing: do you think deezire would mind if i put his Modding Round-up on my site? slightly editted to fit my site of course, if i gave him credit?
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-26-2004, 02:01 PM   #23 (permalink)
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,056
Send a message via MSN to DCoder
Default

Kravvitz, how exactly do you see it to work?
DCoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-26-2004, 02:21 PM   #24 (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

The forum experience posts are calculated based on how long you have been a member here and how many posts you've made.

try the following code
Code:
add the following line to the [InfantryTypes] list,
replacing XX with the next sequential number in the list.
XX=PRISMTROOPER

add the following line to the [Warheads] list,
replacing XX with the next sequential number in the list.
XX=PrismWarhead2


under [ATESLA] change Overpowerable=false to Overpowerable=true


If this works you'll want to add Name:PRISMTROOPER to ra2(md).csf.

; Chrono Legionnaire
[PRISMTROOPER]
UIName=Name:PRISMTROOPER
Image=CLEG
Name=Prism Trooper
Category=Soldier
CrushSound=InfantrySquish
Strength=125
Armor=none
Primary=PrismShot2
Secondary=AssaultPrism
TechLevel=9
Sight=6
Speed=4
Owner=British,French,Germans,Americans,Alliance
Cost=200
Soylent=150
Points=10
IsSelectableCombatant=yes
VoiceSelect=GISelect
VoiceMove=GIMove
VoiceAttack=GIAttackCommand
VoiceFeedback=GIFear
VoiceSpecialAttack=GIMove
DieSound=GIDie
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
PhysicalSize=1
MovementZone=Infantry
Crushable=yes
ThreatPosed=20	; This value MUST be 0 for all building addons
ImmuneToRadiation=no  ; SJM: approved by Dustin on 09-11-00
ImmuneToPsionics=no
Bombable=yes
AllowedToStartInMultiplayer=no
Size=1
VeteranAbilities=STRONGER,FIREPOWER,ROF,SIGHT,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF


; Fire by Prism Cannon
[PrismShot2]
Damage=45
ROF=60
Range=4
Speed=100
Projectile=InvisibleHigh
Warhead=PrismWarhead2
LaserOuterSpread= 0,0,0
LaserDuration = 15
IsLaser=true	; this flag tells the game to use the special laser draw effect
IsHouseColor=true
Report=PrismTowerAttack



[AssaultPrism]
Damage=10
ROF=25
Range=1.83
Speed=100
Warhead=LightAssault
Projectile=InvisibleLow
LaserOuterSpread= 0,0,0
LaserDuration = 15
IsLaser=true	; this flag tells the game to use the special laser draw effect
IsHouseColor=true


[LightAssault]
ElectricAssault=yes
Verses=0%,0%,0%,0%,0%,0%,100%,100%,100%,0%,0%
InfDeath=4

[PrismWarhead2]
Verses=200%,100%,100%,100%,100%,100%,0%,0%,0%,200%,100%
InfDeath=5
Wall=yes	; SJM: This allows Prism Cannons to destroy bridges (approved by DB)
Kravvitz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-26-2004, 02:57 PM   #25 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

thanks kravvitz......ill get to work on that ASAP. Hope it works, since if it does, then i will have one unit in my mod already......im going to have radar jammer i think aswell, also change the Cubans into a third side for red alert 2, 4th side for yuris, which combine tech from ALL the sides, but have barely any units, and require Tech Trooper which steals unit techs that are not already built.......need to work the bugs out of that idea, not sure if itll work, but thanks again.
Death3464 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2004, 12:09 AM   #26 (permalink)
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,056
Send a message via MSN to DCoder
Default

I still doubt this will work as intended. It's gonna be a logic clash, one logic tells to use secondary, the other requires primary, the game can get confused into IE'ing you... Or it'll simply do neither function, like when you add both IsLaser and IsElectricBolt, it draws neither of them.
DCoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2004, 12:22 AM   #27 (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

What I'm wondering is if when a Prism Tower is overpowered if the support beam will be enhanced in some way.
Kravvitz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2004, 12:59 AM   #28 (permalink)
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,056
Send a message via MSN to DCoder
Default

Maybe, but the support beam has 0% vs everything, so boosting it will do nothing good.
DCoder is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2004, 03:58 AM   #29 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: the Netherlands
Posts: 3,036
Send a message via MSN to ComradeJ
Default

Quote:
Originally Posted by Kravvitz

Edit: Thanks Infraid.

Stupid forum bug, you're a General and I'm only a Captain.
Congrats Krav, I hadn't noticed before. You still have a long way to go to catch up to me though ^_^

You can buy a custom title in the shop, so you could be an Uber-General!
ComradeJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2004, 01:23 PM   #30 (permalink)
Senior Member
 
Join Date: Jul 2004
Posts: 448
Send a message via MSN to Death3464
Default

hey, kravvitz, where do i put this stuff? i dont know where.....
; Chrono Legionnaire
[PRISMTROOPER]
UIName=Name:PRISMTROOPER
Image=CLEG
Name=Prism Trooper
Category=Soldier
CrushSound=InfantrySquish
Strength=125
Armor=none
Primary=PrismShot2
Secondary=AssaultPrism
TechLevel=9
Sight=6
Speed=4
Owner=British,French,Germans,Americans,Alliance
Cost=200
Soylent=150
Points=10
IsSelectableCombatant=yes
VoiceSelect=GISelect
VoiceMove=GIMove
VoiceAttack=GIAttackCommand
VoiceFeedback=GIFear
VoiceSpecialAttack=GIMove
DieSound=GIDie
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
PhysicalSize=1
MovementZone=Infantry
Crushable=yes
ThreatPosed=20 ; This value MUST be 0 for all building addons
ImmuneToRadiation=no ; SJM: approved by Dustin on 09-11-00
ImmuneToPsionics=no
Bombable=yes
AllowedToStartInMultiplayer=no
Size=1
VeteranAbilities=STRONGER,FIREPOWER,ROF,SIGHT,FAST ER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF


; Fire by Prism Cannon
[PrismShot2]
Damage=45
ROF=60
Range=4
Speed=100
Projectile=InvisibleHigh
Warhead=PrismWarhead2
LaserOuterSpread= 0,0,0
LaserDuration = 15
IsLaser=true ; this flag tells the game to use the special laser draw effect
IsHouseColor=true
Report=PrismTowerAttack



[AssaultPrism]
Damage=10
ROF=25
Range=1.83
Speed=100
Warhead=LightAssault
Projectile=InvisibleLow
LaserOuterSpread= 0,0,0
LaserDuration = 15
IsLaser=true ; this flag tells the game to use the special laser draw effect
IsHouseColor=true


[LightAssault]
ElectricAssault=yes
Verses=0%,0%,0%,0%,0%,0%,100%,100%,100%,0%,0%
InfDeath=4

[PrismWarhead2]
Verses=200%,100%,100%,100%,100%,100%,0%,0%,0%,200% ,100%
InfDeath=5
Wall=yes ; SJM: This allows Prism Cannons to destroy bridges (approved by DB)
Death3464 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
I'm Back. Who wants to join me? Nick_Perrin Red Alert 2 & Yuri's Revenge Editing 3 07-06-2005 12:50 AM
join my mod team darkchild50 Red Alert 2 & Yuri's Revenge Editing 16 03-04-2005 08:14 AM
Anyone want to join my mod team? NineBreakerFan Red Alert 2 & Yuri's Revenge Editing 43 02-16-2005 12:02 PM
Needing a Zero hour coder (see details inside) juanmanuelsanchez Generals & Zero Hour Editing 5 11-19-2003 09:06 AM
Mod Team Being Created, join now jimmy_jo Generals & Zero Hour Editing 16 02-10-2003 11:01 PM


All times are GMT -4. The time now is 10:50 PM.


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