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,667
Posts: 94,503

Administrators:
DeeZire, Redemption

There are currently 43 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-28-2003, 12:34 PM   #1 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default Warhead= in Artmd.ini and HideIfNoOre=

Hi there...
As you might have quessed from the title, I'm working on damaging Tiberium. I've got it so far that the Tiberium actually damages units, but...

- It uses the wrong warhead (either Fire or Fire2)...I saw Psycho using the Warhead-Flag in the artmd.ini for his Superweapons, and I remember someone saying it is valid in a post here...there are also no typos and everything is in the correct list...what am I missing?

- The damage stays! I clearly set HideIfNoOre=true on the anim, but when the ore is away, the cell still damages like before...any idea what went wrong? I was guessing it is caused by the LoopCount=-1, but TWNK1 (the ore twinkle) also has LoopCount=-1 set...

-- INI-Entries: --
[TIBDAMAGE] ; the anim
Damage=10
DamageRadius=.5
Warhead=TibDeathWH
Rate=100
HideIfNoOre=true
Theater=yes
LoopCount=-1
RandomLoopDelay=120,300

[TibDeathWH] ; the warhead
Verses=100%,100%,100%,0%,0%,0%,0%,0%,0%,0%,100%
InfDeath=7
Veinhole=yes
AnimList=GENMUT
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 12:37 PM   #2 (permalink)
Administrator
 
DeeZire's Avatar
 
Join Date: Dec 2002
Posts: 1,913
Send a message via ICQ to DeeZire
Default

Its much better to implement your idea by using a CellAnim= on the relevant Ore type from the [Tiberiums] section - the method you describe above should work perfectly that way, as using the CellAnim= means that it will definately only get displayed when there is Ore present
DeeZire is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 12:45 PM   #3 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

That is actually what I did, after your hint in the CellAnim's description in the rules.ini guide gave me the idea....as said, the problem is not to get the damage, the problem is to get the correct damage...and to get it away afterwards... :/

EDIT:
[TIB01]
Name=Tiberium (Green)
Tiberium=yes
LegalTarget=false
RadarInvisible=false
RadarColor=220,200,0
CellAnim=TIBDAMAGE

...done to every patch of ore, until [TIB3_20]...
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 02:45 PM   #4 (permalink)
Member
 
Join Date: Dec 2002
Location: Spain
Posts: 58
Send a message via MSN to FS-21
Default

I'm interested with this idea for my mod:
The next code was extracted from [BURN-M] of the TS art.ini
Code:
Damage=.06
Try with low damage & not Damage=10, for example .05 or change the WH verses by low % numbers... :/

But if this works, I would like the "heal" effect (or "-"damage or -100%... )
FS-21 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 04:29 PM   #5 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

I can only say it again...the problem is not to get the damage, but to make it appear correctly...
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 04:47 PM   #6 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: USA
Posts: 756
Default

So basically the validity of HideIfNoOre= is coming into question here? Perhaps it no longer works, and that fact is being disguised by whatever the OreTwinkle= in the rules has hooked to it. Maybe try adding the damage stuff to TWNK1 and see if the damage stops happening for that anim.
CannisRabidus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 05:25 PM   #7 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

That's Plan B, actually...

Also, that wouldn't fix the warhead-problem...is "Warhead=" actually valid in artmd.ini?
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 06:04 PM   #8 (permalink)
Member
 
Join Date: Mar 2003
Location: Great Britain
Posts: 82
Send a message via MSN to SMIFFGIG
Default

ive just scanned through this thread very quickly so forgive me if my post is irrelevent

but just to let you know, before using CellAnim=, take into account (i doubt anyone knows this) that if u are giving it to an overlay like ore/tiberium you are gaurenteed to get Re-Connection errors on mplay

Trust me, i put Twinkly Tiberium into Tiberian Sun Retro, but sadly had to take it out again due to this problem

in TS there is no work around however in RA2 (annoyingly for me) you have specific tags for twinklie tiberium

you can use cellanim but its quite an odd tag, its only used once in TS (and only in the addon on BIGBLUE.shp big blue tiberium crystal. and i doubt its used at all in RA2

P.S. What exactly is
UseCellDrawer= (true or false) ?
SMIFFGIG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 06:26 PM   #9 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
Send a message via ICQ to Renegade
Default

Quote:
Originally Posted by SMIFFGIG
ive just scanned through this thread very quickly so forgive me if my post is irrelevent

but just to let you know, before using CellAnim=, take into account (i doubt anyone knows this) that if u are giving it to an overlay like ore/tiberium you are gaurenteed to get Re-Connection errors on mplay

Trust me, i put Twinkly Tiberium into Tiberian Sun Retro, but sadly had to take it out again due to this problem

in TS there is no work around however in RA2 (annoyingly for me) you have specific tags for twinklie tiberium

you can use cellanim but its quite an odd tag, its only used once in TS (and only in the addon on BIGBLUE.shp big blue tiberium crystal. and i doubt its used at all in RA2

P.S. What exactly is
UseCellDrawer= (true or false) ?
WTF? I recently got reconnection errors in an annoying amount...
If that's the reason for it, I'll kiss you! (saves me a month of bug-hunting!)

Looks like I'm stuck with [TWNK1]...anyone any tips for Warhead= usage?
Renegade is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-28-2003, 06:31 PM   #10 (permalink)
Member
 
Join Date: Mar 2003
Location: Great Britain
Posts: 82
Send a message via MSN to SMIFFGIG
Default

well I hope i went through hell for some reaons, took me damn ages to find the bug in retro (was a while back now)

Full situation=The game would get the Re-Connection error usually around 3 to 5 mins into gameplay, but no longer and happened 100% of the time

it seemed to just overload the game in a way in which it wasnt designed to take, when looking at the SYNC.txt there where pages of pages of the cellanim i had added

shame cause it worked perfectly on single player/skirmish and looking brilliant but life goes on, i had to cut it

P.S. I have to give credit to DeeZire who pointed me in the right direction of how to get it working in TS, just such a shame it has such a large bug related to it
SMIFFGIG 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
Power Particle Strike, Neutron Warhead, HE/BIO Warhead FleetCommand Generals & Zero Hour Editing 45 12-08-2004 01:02 PM
How can i make the code for a chopper in RULESMD and ARTMD Yuri_the_mind-enslaver Red Alert 2 & Yuri's Revenge Editing 3 11-18-2003 08:03 PM
Desperation with ArtMD Seafox Red Alert 2 & Yuri's Revenge Editing 3 07-30-2003 11:52 AM
PrimaryFireFLH= in artmd.ini ?? ice Red Alert 2 & Yuri's Revenge Editing 3 01-17-2003 09:05 PM


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


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