Jump to content
Ghost Recon.net Forums

Recommended Posts

Here's my problem; I tried to change class names of regular soldiers. I was able to rename all classes to "rifleman", except "demo" class...although above soldier's name, when selected, his class is displayed as "rifleman", down in the roster, where all 12 solders are listed, last two still show as "demo".

Anyone had the same problem and knows the solution....?

Edited by Streinger
Link to post
Share on other sites

Is this for multiplayer? If so, then open the Actor folder, and in the MP Actor folder open the appropriate file in notepad or wordpad. For my example I opened mp_plt1_asl. At the top you'll see this:

<ActorFile>

	<VersionNumber>1.00</VersionNumber>

	<ArmorLevel>2</ArmorLevel>

	<ActorName>@MP_atr_rif</ActorName>

	<ClassName>rifleman</ClassName>
Then change the <ActorName>@MP_atr_rif</ActorName> to your desired name.
<ActorFile>

	<VersionNumber>1.00</VersionNumber>

	<ArmorLevel>2</ArmorLevel>

	<ActorName>=XE= Rifleman</ActorName>

	<ClassName>rifleman</ClassName>

And this is how it appears in game:

mpname.gif

Again this is if you are talking about Multiplayer.

Link to post
Share on other sites

I'm not talking about actor's name...I'm talking about the class name. And it's for single player.

What puzzles me, though, is this; if the class name lenght is important and has to be same or less, how come I was able to succesfully re-name "sniper" class (6 leters) to "rifleman" (8 leters), yet when I tried to rename "demo", it didn't work?

Again, next to each individual soldier's name, the new class is displayed, but in roster list, they still show as demo. So now I have 10 riflemen and 2 demo listed...that's what I'm trying to solve here.

Link to post
Share on other sites

I don't think you can get rid of that demo guy. In the past, I've gotten all riflemen loaded up, just like you have, yet those two demo guys stick around. I think it might be hard-coded into the game.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...