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 25 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 01-28-2003, 12:48 AM   #1 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Argentina, Latin America
Posts: 166
Send a message via ICQ to JhonnyRey
Default CSF editing and Kirov bomb

I have two problems:
1-I want to replace the cuban special unit with a new one. I already have the unit in rules.ini, and i replaced some strings in the ra2.csf file. The problem is: it still show the TERRORIST word in the loading screen, altought the description of the unit works well.

2-I want an aircraft who throws the Kirov bombs. I have modified the PrimaryWeapon to BlimpBomb, the Kirov weapon. But the bombs dont fall,
they go forward. That is not good because the bomb NEVER hit his targets.

Please, can someone help me with this?
JhonnyRey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2003, 05:40 AM   #2 (permalink)
Guest
 
Posts: n/a
Default

2. Use Bomb weapon
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2003, 08:23 AM   #3 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Norway
Posts: 101
Default

1. heard about it before. the game usees the csf string of the nam of the special unit. so if you give your new unit the csf string to the terrorist and give the terroist a new one, it should work
Stone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2003, 03:14 PM   #4 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Canada
Posts: 334
Send a message via MSN to Xgamer
Default

Stone: He's talking about the loading screen.

Jhonney Ray: 1. There are some strings in ra2.csf that modify the loadscreen words. THey are loadbrief: I think.

2. An airplane that throws bombs? Anyway, if you want to do that, you probably have level=yes or floater=yes on the projectile, that causes it to fly straight. Remove them. You can try Lobber=yes on the weapon, and/or arcing=true on the weapon (or the projetile, can't remember).
Xgamer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-28-2003, 04:27 PM   #5 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Norway
Posts: 101
Default

no, i mean the loading screen, because the game uses the string of terrorist if you are cuba, and demo truck if libya, ect. so you have to change the terrorist: UINAME=Name:Something and your new special unit to UINAME=NAME:[terrorist csf string] and then change the name of the terrorist string to be the name of your new unit.
Stone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-29-2003, 02:23 AM   #6 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Argentina, Latin America
Posts: 166
Send a message via ICQ to JhonnyRey
Default

1-Thanks, Stone, it works
2-Hey,Xgamer, what is strange about a bomb-throwing plane? How were the aircrafts in WW2?I used the kirov bomb (BlimpBomb), without editing it, but the bomb goes straight instead of going down

Once again, sorry about my english, I'm from Argentina
JhonnyRey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-29-2003, 09:32 PM   #7 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Canada
Posts: 334
Send a message via MSN to Xgamer
Default

Lol, in WW2, all the bombers did was drop their bombs when it looked like it was gonna fall on their target. Stats show that 90% of the bombs missed!
Xgamer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2003, 12:22 AM   #8 (permalink)
Senior Member
 
Join Date: Jan 2003
Location: Argentina, Latin America
Posts: 166
Send a message via ICQ to JhonnyRey
Default

Ok, however, I want a bomb-dropping plane, and the bomb doesnt work well. Maybe the problem is the DetonationAttitude=20000, when i remove it my plane exploded before dropping the bomb. Thats good for a kamikaze plane, but I want a bomb-dropping plane, yea, I want it!
JhonnyRey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2003, 02:54 AM   #9 (permalink)
Junior Member
 
Join Date: Jan 2003
Location: Sweden
Posts: 11
Default

As i just wrote in another tag here... It's the 'Vertical'-tag that makes the bomb drop horizontal. If you use the Vertical=yes in a projectile that is fired from a unit that uses the aircraft-locomotor it'll make the projectile move horizontal out of some wierd reason. Either use a hovering unit (like the blimp or the jumpjet) to fire the projectile or remove the 'Vertical'-tag.

I'll give an example:

[NapalmBomb]
Damage=75
Burst=5
ROF=20
Range=7
CellRangefinding=yes
Projectile=NapalmBombP
Speed=1
Warhead=NapalmWH
Report=KirovAttack
OmniFire=yes

[NapalmBombP]
Image=ZBOMB
Arm=2
Shadow=no
Acceleration=1
Proximity=yes
Ranged=yes

This is my napalmbomb that i use to drop out of an A-10 plane in my mod. It works like a charm! Just give the NapalmBomb to the planes Primary weapon (Primary=NapalmBomb) and see for yourself.

B.T.W. have a lookout for my mod if you like, i'm about to release it soon.
SiliconCore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-30-2003, 04:48 AM   #10 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Russia, Moscow (Really)
Posts: 108
Send a message via MSN to Big_Jah
Default

To make bombs miss their targets (explode near), just add FlakScatter=yes to the bomb projectile. If you'll do it, then make a warhead with CellSpread something like 1.5 or even 2!

Btw, dont make A10 Bombs CellRangeFinding. This gives them 100% accuracy.
Big_Jah 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
Editing sciences [ anthrax bomb] IronFist Generals & Zero Hour Editing 2 04-02-2005 02:19 AM
Editing sciences [carpet bomb] IronFist Generals & Zero Hour Editing 4 03-28-2005 03:00 PM
Kirov bomb dropping problem scythe3000 Generals & Zero Hour Editing 26 10-08-2004 07:01 PM
Kirov Reporting Zoop Generals & Zero Hour Editing 9 05-23-2003 05:20 PM
Resize Kirov TangyTom Red Alert 2 & Yuri's Revenge Editing 5 12-28-2002 09:44 AM


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


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