ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Adding A Cameo"

From ModEnc
Jump to: navigation, search
m
(Rewrite)
Line 1: Line 1:
== Adding a New [[Cameo]] to RA2 (By [[Kane 148]]) ==
+
Cameos have to be in [[SHP]] format. If you want to convert a PCX (PNG, JPG, etc. also work) image to SHP, see [[XCC Mixer file conversion#PCX .3E SHP|Converting PCX to SHP]].
  
Tools Needed: [[XCC]] [[Mixer]], [[XCC]] [[Mix Editor]], [[Red Alert 2]], [[Art]].ini
+
Once you have the SHP file, let's call it {{Tt|example.shp}}, you need to tell the game to use it:
 
+
*Open the {{Ini|art}} file.
This tutorial will show you how to take an new [[cameo]] that is in PCX format and add it to Red Alert 2.
+
*Find the unit that should be using this cameo.
 
+
*Edit its section so that the line
=== Step One: ===
+
  Cameo=whatever
Open [[XCC]] [[Mixer]] and go to the directory that the [[cameo]] is in. Make sure that it is in the correct pallette, and is named correctly. For more info on this, read the [[cameo]] making [[cameo making|tutorial]].  
+
looks like
 
+
  Cameo=example
=== Step Two: ===
+
(the game automatically adds the {{Tt|.shp}} extension.)
Select the [[cameo]] you want to add, and right click on it and select "Copy as SHP (TS)". The [[SHP]] file will be placed in your [[XCC]] folder. You can now close [[XCC]] [[Mixer]].  
+
*There, you just told the game to look for your file and use it as a cameo for that unit.
 
+
Now you have to put the file somewhere where the game can find it. See [[How to put your files in the game]].
===Step Three: ===
 
Open [[XCC]] [[Mix Editor]]. Now click "New", and save it in your [[RA2]] directory as "ecacheXX.[[mix]]" (XX= a number between 1-99). Now click "Insert", and select the [[cameo]] [[SHP]] and click "Open". Now click "Save", "Compact", and "Close", in that order. You can now exit [[XCC]] [[Mix Editor]].
 
 
 
=== Step Four: ===
 
Now open [[Art]].ini in [[Wordpad]] and go to your unit's code. Now add these lines to it (or modify the existing lines):
 
 
 
  Cameo=XXXX
 
  AltCameo=XXXX
 
(XXXX= the cameo SHPs' filename)  
 
 
 
=== Step Five: ===
 
Save [[Art]].ini, and place it in your [[RA2]] directory if it’s not already there.  
 
 
 
That’s it, you have added the [[cameo]]. You can add more [[cameo]]s by following these steps, except instead of making a new [[MIX]] file for each [[cameo]], open the existing ecacheXX.[[mix]] and add the new [[cameos]] to it.
 
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 11:13, 10 September 2006

Cameos have to be in SHP format. If you want to convert a PCX (PNG, JPG, etc. also work) image to SHP, see Converting PCX to SHP.

Once you have the SHP file, let's call it example.shp, you need to tell the game to use it:

  • Open the art(md).ini file.
  • Find the unit that should be using this cameo.
  • Edit its section so that the line
Cameo=whatever

looks like

Cameo=example

(the game automatically adds the .shp extension.)

  • There, you just told the game to look for your file and use it as a cameo for that unit.

Now you have to put the file somewhere where the game can find it. See How to put your files in the game.