PDA

View Full Version : Replacing Bloodravens skin with Spacewolves skin in campaign.



GawainBS
29th Oct 09, 7:23 AM
I read through the basic skinning guide, but I couldn't find an answer.
Is it possible to replace the Bloodraven skin with the standard Spacewolf skin (or another one) that you make in the ingame colour-scheme editor?

Thanks in advance!

Lleman
29th Oct 09, 8:04 AM
A little search goes a long way:
http://forums.relicnews.com/showthread.php?p=1886793#post1886793
Post #3 is what you're looking for.

GawainBS
29th Oct 09, 2:15 PM
Ah, thanks a dozen!

EDIT:


Hi in DC it is in the Data\scenarios\sp\races
Open race file with Notepad

Alter the {ForceName = "$690010"
TeamColourForceName = "Blood Ravens"
TeamColour = "default_0"}


To {ForceName = "$690010"
TeamColourForceName = "Ultramarines"
TeamColour = "default_1""}

Try this
Greenphearo

I can't find those races files in my Dark Crusade folder. I encountered several "Data" maps, but all of them empty. There are no hidden files.

Varellian
29th Oct 09, 4:11 PM
You'll need to extract them using Corsix, or something.

Create a new mod, and then search for the files, then right click and extract them.

Lleman
29th Oct 09, 5:02 PM
Step1:
- Use CMS, load DC (using the DXP2.module).
- Go in the data\scenarios\sp\races folder
- Right click space_marine_race.race, choose 'Extract this file'

http://i133.photobucket.com/albums/q47/horusheresyMP/non-HHMP/unrelated/th_tc_sp.jpg (http://i133.photobucket.com/albums/q47/horusheresyMP/non-HHMP/unrelated/tc_sp.jpg)

Step2:
- Open the extracted file (Notepad is your friend)
- Locate the following:

ForceName = "$690010"
TeamColourForceName = "Blood Ravens"
TeamColour = "default_0"http://i133.photobucket.com/albums/q47/horusheresyMP/non-HHMP/unrelated/th_tc_sp2.jpg (http://i133.photobucket.com/albums/q47/horusheresyMP/non-HHMP/unrelated/tc_sp2.jpg)

- Change at leisure by using relic's original TC names and files or by using your own, save file and load the game in SP, or at least so i believe this should be done.

GawainBS
30th Oct 09, 7:38 AM
Ah, ok, this explains more. Space Wolves, here I come!

Thanks for the help.