1

Topic: [SOLVED] How to make custom gametype name?

Hey, can sum1 help show me how to make a custom name, like "MODDEDCTF" etc ?
thanx

2

Re: [SOLVED] How to make custom gametype name?

Go visit src/game/server/gamemodes/ctf.cpp and change it there.

3

Re: [SOLVED] How to make custom gametype name?

Silentdeaths wrote:

Hey, can sum1 help show me how to make a custom name, like "MODDEDCTF" etc ?
thanx

1. Hmpf, we don't support mods.
2. Solution to the Problem: Open the folder "src\game\server\gamemodes" in it you find 8 files, every one is for one gametype (DM, TDM, CTF, MOD). To change the gametype open one of the ".cpp" files and change the "gametype = "CTF";" line to what you like to. For example "gametype = "MODDEDCTF";".

4

Re: [SOLVED] How to make custom gametype name?

thanx killa, you realy helpful

5

Re: [SOLVED] How to make custom gametype name?

Don't try to mod if you can't even look for a sample string in a folder... something like "CTF"... hmm ?

Not Luck, Just Magic.

6

Re: [SOLVED] How to make custom gametype name?

Dune, there are about 20 different CTF tags in 6 different """"FILES"""" not folders, i got it changed, and its working.. had to change a few other things 2 tho..