Jump to content

Recommended Posts

Posted

Custom CS Menu Lines-GameMenu.res

 

 

In this tutorial I will show you how to configure the menu of cs (what you click on the Setting, Exit, etc.)

 

First go to dir \ Steam \ steamapps \ toSteamNameSas \ counter-strike \ cstrike \ resource and open with any text editor you want the file GameMenu.res (Click Here if you have not (this is mine)).

 

Well, basically this file consists of lines containing media:

• A number that ypodeilonei what series are

• A label which is what appears in the user

• The command that should be executed when pressed

• Pairetero perametrous which define and various other things (not always)

 

For example, the Exit Game in the file somewhere like this:

 

   "18"
   {
      "label" "Exit Game"
      "command" "Quit"
}

 

Or Disconnect which contains more parameters to display only inGame and only in multiplayer mode:

 

 "11"
   {
      "label" "[ Disconnect ]"
      "command" "Disconnect"
      "OnlyInGame" "1"
      "notsingle" "1"
}

 

So we basically do the following lines with syntax:

 

  "number"
   {
      "label" "name"
      "command" "commandToBeExecuted"
      //Any additional paramters
}

 

 

number = a number. The higher the number, the more >> << less will be the label

name = This specifies that you want, is what will appear ingame, and which when clicked will run the command

commandToBeExecuted = the command to execute when clicked the label (see below)

"/ / Any aditional parameters" = whatever other parameters you can set

 

Note: The syntax must be exactly as described above, ie, only to change the number, name, commandToBeExecuted. There should be no "unfinished strings", ie to open a "{", but will not close when a "}".

 

Some key command is usually useful in game menu (you can find others looking on google):

"command" "ResumeGame"

"command" "Disconnect"

"command" "OpenPlayerListDialog"

"command" "OpenCreateMultiplayerGameDialog"

"command" "OpenServerBrowser"

"command" "OpenOptionsDialog"

"command" "Quit"

"command" "engine connect serverip: serverport"

"command" "engine map themapname"

 

If you understand the above you can easily create your very own one teriazei menu to your needs.

 

Not to weary you too, sinythos what most people want is the classic menu with a few server on top, so what you have to do is:

 

You start like this:

 

"GameMenu"
"1"
{
"Label" "Super Public"
"Command" "engine connect public1.battlenet.gr:27015"
}

 

Then to add more server you c / p the first line, change the number, the label u the ip. After you add all the server you want, put it in the end:

 

"2"
   {
      "label" "[ Resume ]"
      "command" "ResumeGame"
      "OnlyInGame" "1"
   }
   "3"
   {
      "label" "[ Disconnect ]"
      "command" "Disconnect"
      "OnlyInGame" "1"
      "notsingle" "1"
}
   "4"
   {
      "label" "[ Playerlist ]"
      "command" "OpenPlayerListDialog"
      "OnlyInGame" "1"
      "notsingle" "1"
   }
        "5"
   {
      "label" ""
      "command" ""
   }
   "6"
   {
      "label" ""
      "command" ""
   }

      "15"
   {
      "label" "New Game"
      "command" "OpenCreateMultiplayerGameDialog"
   }
   "7"
   {
      "label" "Server Browser"
      "command" "OpenServerBrowser"
   }
   "8"
   {
      "label" "Settings"
      "command" "OpenOptionsDialog"
   }
   "9"
   {
      "label" "Exit Game"
      "command" "Quit"
}

 

 

 

You make the numbers in the order and the server you want to have, and eistai COMPLETE. Remember, the label can change to anything you wish.

-------------------------------------------------- -------

If you have any questions or something to add please reply ..

Do not make pointless post.

 

HF!!! :)

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Download Here: https://sitehunterus.blogspot.com/2025/12/exelo-combo-tool-v2.html VirusTotal https://www.virustotal.com/gui/file/2acd067847ee092c7986f55c9f77620d89505d1c0bda34a0ee8f55b9c2905c11?nocache=1 Visit my Blogger list to download 100% free software https://www.freetoolss.com/ https://blackhat8.blogspot.com/ https://hack-crack9.blogspot.com/ https://hackernoons.blogspot.com/ https://sharetools99.blogspot.com/
    • Care to detail why ?   L2JHellas probably got the same issue, it's inherent to L2J if you don't rework Player intentions (and solving it with a Config < 500 attack is stupid, if it works for attack it works for other types of desires), also last time I checked L2JHellas he was using my changesets to fix its own stuff (which is ok, copy-paste my knownlist system which is 10y old is fine, but don't say it will act different since it's literally the same sub-system).   About Lucera code source isn't available so it's easy to say it's better, internally you got no clue what is happening and RU forks got the "feeling" to get everything, but everything is half done, everytime I put an eye on such sources (whatever based on l2ru, they only know how to copy-paste each other).   In the other hand, you seem to use aCis since years (I think I see your name since a decade, and you still use it since you made this topic :   Be a little more appreciative about the work done, it's not only mine but my community aswell, and if you find something, consider to report rather than getting such an idiotic behavior.   I understand you're not forced to share any type of fixes, and than people tend to feel superior when they fix something than aCis didn't yet fix. The thing is, for each bug you found, I found and fixed 10x more than you.   409 is way beyond 382 in all possible ways, if you believe the versus good for you, but don't make ppl believe it's the case, because it's not. There's at least 400+ fixed issues (and that's counting 10 issues by revision, which is kinda low) and entire new systems (spawns, SCHs, pathfind, whole AI implemented, Desire system,...).
    • better than using 409... Search for L2jHellas or Lucera and you won't have any headaches.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock