Author Topic: menu.str (menu localize file modified)  (Read 1896 times)

Offline ReD_BeReT

  • Rank: Private
  • *
  • Posts: 1
menu.str (menu localize file modified)
« on: September 08, 2008, 09:44:44 am »
this is the menu.str file modified becauze most of you know that theres a limitation limit of localized strings you can use in your mod.
Thats why i figured out which parts i need and which i dont need to have...
This menu.str file is only having the menu parts in it - this means ingame menus if you press esc for example and the main menu of your mod and intel message / game expirience may change message !
some people playing on your server may come from spain or other countries and some of them may dont speek english very well... so if you use it that way they have the main menu in english but the other menus like graphical options / sounds / keys etc in the default language of their cod4 installation.

Code: [Select]
// COD4 menu string file with eXtreme+ modifications

//bottomline of main menu
REFERENCE           GAME_EXPERIENCE_MAY_CHANGE
LANG_ENGLISH        "The make it good... but eXtreme+ makes it better"

//Main Menu of the MOD
REFERENCE           JOIN_GAME
LANG_ENGLISH        "Join Game"

REFERENCE           START_NEW_SERVER
LANG_ENGLISH        "Start New Server"

REFERENCE           SELECT_PROFILE
LANG_ENGLISH        "Select Profile"

//create a class ?

REFERENCE           RANK_AND_CHALLENGES
LANG_ENGLISH        "Rank & Challenges"

REFERENCE           CONTROLS
LANG_ENGLISH        "Controls"

REFERENCE           OPTIONS
LANG_ENGLISH        "Options"

REFERENCE           MODS
LANG_ENGLISH        "Mods"

REFERENCE           SINGLE_PLAYER
LANG_ENGLISH        "Single Player"

REFERENCE           MULTIPLAYER
LANG_ENGLISH        "Multiplayer"

REFERENCE           QUIT
LANG_ENGLISH        "Quit"

//ingame Menu Settings

REFERENCE           SCOREBOARD
LANG_ENGLISH        "Scoreboard"

REFERENCE           LEAVE_GAME
LANG_ENGLISH        "Leave Game"

REFERENCE           BACK
LANG_ENGLISH        "Back"

REFERENCE           ACCEPT
LANG_ENGLISH        "Accept"

ENDMARKER


any comments / updates with vars i forgot are welcome :)

Offline PvtGomerPyle

  • Rank: Private
  • *
  • Posts: 577
menu.str (menu localize file modified)
« Reply #1 on: September 08, 2008, 09:58:42 am »
To change the Intel messages go to the raw files
English/localizedstrings/platform.str

The messages start at : DYK_MSG1

When finished make a new mod.ff and you're good to go...... :wink:  :wink:

Offline ReD_BeReT

  • Rank: Private
  • *
  • Posts: 1
menu.str (menu localize file modified)
« Reply #2 on: September 08, 2008, 10:02:47 am »
hmm dont know why i added this there lol...
you are right ! :) my fault ^^