 |
Forum Info
|
 |
Forum Members: 18,581
Total Threads: 8,669
Posts: 94,545
Administrators:
DeeZire, Redemption
There are currently 42 users online.
|
 |
Partner Links
|
 |
 |
Advertisements
|
 |
|
| Red Alert 2 & Yuri's Revenge Editing Discuss any modding related issues to do with Red Alert 2 and Yuri's Revenge here. |
04-27-2005, 05:13 PM
|
#1 (permalink)
|
|
Member
Join Date: Apr 2005
Posts: 30
|
how do i make new units in yuri's revenge?
Im a bit of a n00b and don’t know how to add in new units for yuri’s revenge (rulesmd & other game files)
Can someone please explain, or direct me to a site or something that says everything I need to do to create working aircraft, infantry, boats, tanks, wepons,warheads, you get the idea
Thanks
cabbageking
|
|
|
04-27-2005, 05:29 PM
|
#2 (permalink)
|
|
Senior Member
Join Date: Jan 2003
Location: Hamburg, Germany
Posts: 2,208
|
|
|
|
04-27-2005, 05:48 PM
|
#3 (permalink)
|
|
Senior Member
Join Date: Jul 2004
Posts: 448
|
ok, i know how much people hate to go to RTFM, because I sure do......so, heres a tut on it- and next time actually SEARCH, READ, AND TEST.
Code:
By: Killerkidd & Kane 148
Tools Needed: Rules.ini, Wordpad, RA2StrEdit
With this tutorial, you will learn the basics of adding a new unit to Red Alert 2. The example for this tutorial will be adding a new infantry unit named Killerkidd.
Step One: Open Rules.ini from where-ever you have it saved in (example: C:\Westwood\RA2\Rules.ini). When you open Rules.ini, it will open a little box that says "File too large to open with Notepad, Open it with Microsoft Word?". Click "YES".
Step Two: Strike the Ctrl+F keys at the same time. It should bring you to the Find option. Once there, where it says "Find What" type in 45=JOSH, and click "Find Next". Now add a new line that says 46=KILL.
Step Three: Until you are an advanced modder, you should stick to copying the unit entry from a unit that is similar to the one that you wish to make, so go to Find and search for [GHOST]. Copy the unit code for the SEAL, and then paste it below the original unit code.
Step Four: Now, change [GHOST] to [KILL], UIName=Name:GHOST to UIName=Name:KILL, and Name=SEAL to Name=Killerkidd. Now remove the line PrerequisiteOverride=, so that you can build the unit normally, and remove Image=SEAL and AlternateArcticArt=yes, as you will soon be making a new image code for it. Later, you can edit the unit stats if you like, so that it has different weapons or something. Now, Save the file, and close.
Step Five: Open Art.ini, just like you did Rules.ini. Strike the Ctrl+F keys and type in [SEAL]. Now copy the entry for the SEAL, and paste it below the original code. Now change the code to look like this:
[KILL] ; Killerkidd
Cameo=KILLICON
AltCameo=KILLUICO
Sequence=SealSequence
Crawls=yes
Remapable=yes
FireUp=3
PrimaryFireFLH=100,0,100
If you do not have a new cameo for your new unit, you can use the cameo from an existing unit, by copying their cameo name from their Art.ini entry. Now, if you have a new infantry SHP to use for the unit, then name it KILL and place it in an ecachexx.mix file in your RA2 directory (xx= a number between 1-99). If you don’t know how to do this, then please refer to our tutorial on it. If you do not have a new infantry SHP for it, you should find an existing one that you like, and extract it with XCC Mixer. Then name it KILL and place it in the ecachexx.mix file.
Note: If you wanted to make a new vehicle, you would follow the same basic procedure as you did here. Obviously, you would have to add the codes to the vehicles section of the Rules.ini, and some tags would be different, but it would be very similar. They only major differences are that when you make your Art.ini entry, you would want to copy the entry for a similar vehicle, because vehicles are voxels, not SHPs, and thus have very different codes.
Step Six: You are now done with the INI editing. Save, and then close Art.ini, and copy both it and Rules.ini to your RA2 directory.
Step Seven: Open RA2_English.csf in Stredit. Go to the Edit menu bar and select Insert String. Type in: Name:KILL. In the blank box type in "Killerkidd". Go to the File menu and click Save. Save it in your RA2 folder as RA2.csf.
That's it. You have added a new infantry unit called "Killerkidd". Follow the same basic procedure when adding future units. Remember, the more you do this, the easier it becomes, and the fewer errors you will make.
|
|
|
04-27-2005, 06:09 PM
|
#4 (permalink)
|
|
Member
Join Date: Apr 2005
Posts: 30
|
i cant find anywhere to download RA2StrEdit
|
|
|
04-27-2005, 06:28 PM
|
#5 (permalink)
|
|
Senior Member
Join Date: Jul 2004
Posts: 448
|
RA2 String Editor is what u should search for
|
|
|
04-27-2005, 06:45 PM
|
#6 (permalink)
|
|
Member
Join Date: Apr 2005
Posts: 30
|
the box up top containing how to do it, are you sure its compadible with yuri's revenge?????
|
|
|
04-27-2005, 07:02 PM
|
#7 (permalink)
|
|
Senior Member
Join Date: Jul 2004
Posts: 448
|
yes. I realize that it is talking about RA2, but......Think about it- RA2 is what Yuri's is made of- it is compatible, I just made new units, and u wanted Warheads and such? here's where you can find tuts for that to.
http://dcoder.cannis.net/
Ok, all that up there is for adding new weapons, warheads, and projectiles. And if you need any more help, just ask me.....(PM or email)......My email is Death3464@yahoo.ca ........and one more thing- would you be interested in becoming a part of a mod team/mod tester?
|
|
|
04-27-2005, 07:46 PM
|
#8 (permalink)
|
|
Member
Join Date: Apr 2005
Posts: 30
|
mod team... mabey, im not that good
mod tester ... bring it on - although i have a dial up modem -56k
download speed is about 4-5kbps
you rock
|
|
|
04-27-2005, 07:58 PM
|
#9 (permalink)
|
|
Senior Member
Join Date: Jul 2004
Posts: 448
|
cool, go to my website www.deathmetermods.freeservers.com, go to downloads, and use that file there. Im going to release version 0.03 soon, just need to test it. check it out regularly........
|
|
|
04-27-2005, 10:02 PM
|
#10 (permalink)
|
|
Member
Join Date: Apr 2005
Posts: 30
|
what do i need for a .rar file?(been out fo a while)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 10:45 PM.
|