Jump to content



Text Modification Tutorial


  • This topic is locked This topic is locked
No replies to this topic

#1 ॐﮢ ҜĢ¤ וּלقۗ*

ॐﮢ ҜĢ¤ וּלقۗ*

    ♦ The Prince ♦

  • Code-X Legend
  • 14,938 posts
  • Gender:Male
  • Location:♦ Darkness of Time ♦
  • Code-X History: Former Legend
  • Twitter:Follow Me
  • Facebook:Like Me

Posted 08 June 2008 - 12:50 PM

Posted Image

Text Modification Tutorial
Written by:
ॐﮢ ҜĢ¤ וּלقۗ*


You need:

Text Modifiers (CAW HUD Name Modifiers)* (PAL / NTSC)
Text Modifiers (CAW Name Modifiers)* (
PAL / NTSC)
Text Modifiers (CAW Nickname Modifiers)* (
PAL / NTSC)
Nickname Placement Modifiers (CAWs)* (
PAL / NTSC)

Text Modifiers (Superstar HUD Name Modifiers)* (
PAL / NTSC)
Text Modifiers (Superstar Name Modifiers)* (
PAL / NTSC)
Text Modifiers (Superstar Nickname Modifiers)* (
PAL / NTSC)
Nickname Placement Modifiers (Superstars)* (
PAL / NTSC)

Quote

How Modify A Name/HUD

First, Check The Code of the Name of the superstar You Want to change.
It will be the begeinig of the Name.

Here I Used Maria.

I Want to changed Maria name to Maria Kanellis.

So I Take the code:

Maria
1043E188 0000????

Since SvR 07, We use this style, so use it too, lol :

Concider that the code is separate like this:

1043E188 0000????

Each line of the code will contain 2 Caracters. "??" Filled by the value of one caracter And "??" Fill by the value of a caracter.
The 2 Caracters of the name i want to give Maria Are: "M" and "a ".
Look in the text mod value, to see what value is for what caracter. Here, M = 4D And a = 61

For the 2 caracters be read "Ma" You must enter the code like this:

1043E188 0000614D

Note: do not fill it like this: 1043E188 0000 4D61
Cause the 2 Caracters will be read like this: aM, and it's Wrong.


For have the Second line of the code, it's fairly simple.
You have this:

Maria
1043E188 0000614D

To have the second line, add 2 to the 2 last digit of the adress.
Each line of the code have +2 in plus than the previous line. More exactly, Each line have a difference of "2" Between Them.

You will have this:

1043E188 0000614D
1043E18A 0000????

Fill the ???? Like said previously. The next caracters you must have are "r" and "i"
r = 72 and i = 69

It will be like this:

1043E188 0000614D
1043E18A 00006972

Continue like this to the last caracter.

You Will have this:

Maria to Maria Kanellis
1043E188 0000614D
1043E18A 00006972
1043E18C 00002061
1043E18E 0000614B
1043E190 0000656E
1043E192 00006C6C
1043E194 00007369

Note: The value For "nothing" Is "00", like you must fill all the "??", if you have one wich leave, fill it with "00".
Note 2: If you want to change The Name, Nickname, Or HUD of someone To Something more Shorter than the original One, you must do the entire 1st text mod, and replace the values you Don't need by "00", to delete the extra caracters no needed.
Eg:
If you want change Maria Kanellis to Maria, then take the code you use to change Maria to Maria Kanellis, replace all the values by 00 to delete the originals caracters, then do your text mod.

it will look like this:

Original code:
Maria to Maria Kanellis

1043E188 0000614D
1043E18A 00006972
1043E18C 00002061
1043E18E 0000614B
1043E190 0000656E
1043E192 00006C6C
1043E194 00007369

Our code now:
Maria Kanellis to Maria

1043E188 0000614D
1043E18A 00006972
1043E18C 00000061
1043E18E 00000000
1043E190 00000000
1043E192 00000000
1043E194 00000000


Quote

How Give/Modify A NickName

It's the same process that for How Modify A Name/HUD.
Exept that, For active the nickname, you must Add the "Nickname Placement Modifiers" At the end of the Text Mod.

Here is an Eg:

NICKNAME:
"2008 Playboy Cover Girl" Maria
1043E1CC 00003032
1043E1CE 00003830
1043E1D0 00005020
1043E1D2 0000616C
1043E1D4 00006279
1043E1D6 0000796F
1043E1D8 00004320
1043E1DA 0000766F
1043E1DC 00007265
1043E1DE 00004720
1043E1E0 00007269
1043E1E2 0000006C
0043E24A 00000001 - It's the Nickname Placement Modifiers For Maria (Prefix here)

Note: To remove a Nickname, Use the Nickname Placement Modifiers, And Fill The ?? of the Nickname Placement Modifiers With "00".
Note 2: When you do a Nickname Mod. ou don't need to put the quote in the code,
It's automatically In the game.

If You don't understand this Tutorial, There is an other Text Mod. Tutorial.

Text Mod. Tutorial
Written by: MickieJames