So what we know about this RNA engine atm
R3ven
12 Apr 2009
anyone know any current limits or bugs they've runinto modding even if the SDK have only been out for a little bit.i believe i saw slye_fox post that if you put playertemplate.xml in your mod.xml the game fails does anyone have confirmation on this?
Sgt. Rho
12 Apr 2009
I have not hit any limits yet. But intrenstingly, natashas uber sniper rifle doesn't have a limit on how many enemies it can go through, but a certain distance after impact to where it goes.
Sgt. Rho
12 Apr 2009
Quote
<LineDamageNugget
Damage="1000.0"
LineWidth="5.0"
DamageType="SNIPER"
DamageFXType="SOVIET_SNIPERRIFLE"
DeathType="NORMAL"
UseDynamicLineLength="true"
OverShootDistance="50.0">
Damage="1000.0"
LineWidth="5.0"
DamageType="SNIPER"
DamageFXType="SOVIET_SNIPERRIFLE"
DeathType="NORMAL"
UseDynamicLineLength="true"
OverShootDistance="50.0">
That is in the weapon code (note, that OverShootDistance="50.0", I put it there, in natashas code it was 200.0)
Dutchygamer
12 Apr 2009
Does that mean you can create railgun weapons that can go trough multiple enemies? Imagine the possibilities...
Dauth
12 Apr 2009
I've renamed the topic to RNA since RA3 has a different name for its engine. Keep up the investigations though guys.
Sgt. Rho
12 Apr 2009
Apparently its possible to almost directly transfer things from CnC3 to RA3, only needs a few minor changes.
R3ven
12 Apr 2009
thank you dauth as i was not aware of that.and yes imagina what we could do on the RA3 engine with this info.and i think if you want to test out the railgun idea you should test it out on the Empire of the Rising Sun's Advanced base defense(i'm having a hard time remembering the name right now), since it is almost lke a railgun
Kichō
12 Apr 2009
According to the forums, field logic doesn't exist. (Not 100% sure about this, just thought I'd let you know)
R3ven
12 Apr 2009
Kichō
12 Apr 2009
huhnu, on 12 Apr 2009, 15:08, said:
And zhen i have a question about what you said.what is field logic?
It means you can't recreate ore fields/tiberium fields. But like I said I'm not 100% sure.
Quote
Is there a limit to the Multigunner turret and IFV unit combos?
Don't think so, all infantry can garrison them.
R3ven
12 Apr 2009
oh i see.if it is possible i would completely support a CNC3 mod for RA3, mostly because i dont have the money to buy CNC3 right now
Sgt. Rho
12 Apr 2009
The IFV works via upgrades.
Btw, the TiberiumField, TiberiumGrowthBehaviour and the TiberiumCrystal XSDs are in the RA3 XSDs.
Btw, the TiberiumField, TiberiumGrowthBehaviour and the TiberiumCrystal XSDs are in the RA3 XSDs.
R3ven
12 Apr 2009
does anyone know if you can make the ore holding things(man i must have some serious short term memory right now cuz i cant remember the names of anything)have an infinite amount of ore(so technically an infinite amount of credits) through coding?as i said before i wont be at my house until later today so i cannot test this myself at the moment.and i'm glad that the Multigunner turret/IFV works off of upgrades because i think that means it can have an infinite amount of combonations(in basic RA3 my favorite one being the tankbusters one ironically)
Edited by huhnu, 12 April 2009 - 14:27.
Edited by huhnu, 12 April 2009 - 14:27.
Kichō
12 Apr 2009
Sgt. Rho, on 12 Apr 2009, 15:22, said:
The IFV works via upgrades.
Btw, the TiberiumField, TiberiumGrowthBehaviour and the TiberiumCrystal XSDs are in the RA3 XSDs.
Btw, the TiberiumField, TiberiumGrowthBehaviour and the TiberiumCrystal XSDs are in the RA3 XSDs.
So remaking the ore system is possible?
Quote
does anyone know if you can make the ore holding things(man i must have some serious short term memory right now cuz i cant remember the names of anything)have an infinite amount of ore(so technically an infinite amount of credits)
The ore node? You can change the amount to around 99999 but I'm not sure if you can pass it.
R3ven
12 Apr 2009
thanks for the answer zhen i cant think of some stuff right now cuz its really hectic over here because of easter day celebration.well with the chrono swap protocol i think it might be remotley possible but other than that i'm not sure how you would get it to work perfectly on one specific unit
Edited by huhnu, 12 April 2009 - 14:39.
Edited by huhnu, 12 April 2009 - 14:39.
Sgt. Rho
12 Apr 2009
R3ven
12 Apr 2009
Dauth
12 Apr 2009
With regard to the Tib field problems, could you not just create a group of ore mines with low resources and make a field of them. You'd need to change the model and anims but that's part of modding.
R3ven
12 Apr 2009
i think it might be possible with some careful OCL'ing.like making it just spawn within a radius of a certian point(preferably an ore node or an ore drill but you would have to make a model for the drill and make it animated and get it in game) and make it a viable terrain type too.i'm not quite sure how but then again i was never very good at OCL'ing to begin with.
EDIT:
i just remembered that in Zero Hour there was a public code that Anus_Panda made that had a building "fire" a weapon that spawned crates around it.it was an invisible tank shell that made no sounds and could only fire so far and in random places.it was OCL'ed to create a special salvage crate. perhaps someone would know how to recreate this in RA3.later today i'll post all of the codes for this public code he made and perhaps we could tweak it to work for RA3 and spawn ore instead of crates.does anyone think that could work?
Edited by huhnu, 12 April 2009 - 17:05.
EDIT:
i just remembered that in Zero Hour there was a public code that Anus_Panda made that had a building "fire" a weapon that spawned crates around it.it was an invisible tank shell that made no sounds and could only fire so far and in random places.it was OCL'ed to create a special salvage crate. perhaps someone would know how to recreate this in RA3.later today i'll post all of the codes for this public code he made and perhaps we could tweak it to work for RA3 and spawn ore instead of crates.does anyone think that could work?
Edited by huhnu, 12 April 2009 - 17:05.