a bit of modding help???!!!

Have a question about modding, modelling or skinning? Have a tutorial to post? Post here!

Moderator: Core Staff

Post Reply
User avatar
IrishStorm
CJ Newbie
CJ Newbie
Posts: 96
Joined: January 8th, 2009, 3:48 am
Location: Ireland
Contact:

a bit of modding help???!!!

Post by IrishStorm » April 5th, 2009, 3:48 am

hi there,
i am trying to change the quickchat menus i have done this with success but the name Follow me wont change how do i fix this
this is
maps\mp\gametypes\quickmassages is where i edited the file
here is the code

Code: Select all

case "1":
soundalias = "mp_cmd_follow_me";
saytext = &"";
//saytext = "gravity is ^2ON^7!";
iprintlnbold("gravity is ^2ON^7!");
iprintln("gravity is ^2ON^7!");
setDvar("g_gravity", 20);
break; 
i'm thinking about changing localizedstrings in english\localizedstrings\quickmessage
something like
REFERENCE 1_GRAVITY_ON
LANG_ENGLISH "1. Gravity on!"
or
REFERENCE 1_FOLLOW_ME
LANG_ENGLISH "1. Gravity on!"
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13313
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Re: a bit of modding help???!!!

Post by Drofder2004 » April 5th, 2009, 1:48 pm

IrishStorm wrote:hi there,
i am trying to change the quickchat menus i have done this with success but the name Follow me wont change how do i fix this
this is
maps\mp\gametypes\quickmassages is where i edited the file
here is the code

Code: Select all

case "1":
soundalias = "mp_cmd_follow_me";
saytext = &"";
//saytext = "gravity is ^2ON^7!";
iprintlnbold("gravity is ^2ON^7!");
iprintln("gravity is ^2ON^7!");
setDvar("g_gravity", 20);
break; 
i'm thinking about changing localizedstrings in english\localizedstrings\quickmessage
something like
REFERENCE 1_GRAVITY_ON
LANG_ENGLISH "1. Gravity on!"
or
REFERENCE 1_FOLLOW_ME
LANG_ENGLISH "1. Gravity on!"
2 options:
1. Change Localisation
2. Change Lcoalisation and Menu.

Keep the "1_Follow_Me" and you wont need to modify the menu.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
IrishStorm
CJ Newbie
CJ Newbie
Posts: 96
Joined: January 8th, 2009, 3:48 am
Location: Ireland
Contact:

Re: a bit of modding help???!!!

Post by IrishStorm » April 5th, 2009, 5:42 pm

Drofder2004 wrote:
IrishStorm wrote:hi there,
i am trying to change the quickchat menus i have done this with success but the name Follow me wont change how do i fix this
this is
maps\mp\gametypes\quickmassages is where i edited the file
here is the code

Code: Select all

case "1":
soundalias = "mp_cmd_follow_me";
saytext = &"";
//saytext = "gravity is ^2ON^7!";
iprintlnbold("gravity is ^2ON^7!");
iprintln("gravity is ^2ON^7!");
setDvar("g_gravity", 20);
break; 
i'm thinking about changing localizedstrings in english\localizedstrings\quickmessage
something like
REFERENCE 1_GRAVITY_ON
LANG_ENGLISH "1. Gravity on!"
or
REFERENCE 1_FOLLOW_ME
LANG_ENGLISH "1. Gravity on!"
2 options:
1. Change Localisation
2. Change Lcoalisation and Menu.

Keep the "1_Follow_Me" and you wont need to modify the menu.
ok i'll give it ago
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||

Post Reply

Who is online

Users browsing this forum: No registered users and 35 guests