• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Apply changes to tfs 1.2

Hello, can someone help me to apply this changes to tfs 1.2 source?
Feature - Every changes you need to a Hardcore/War Server

i want to delete black skull disadventages :)
Do you have notepad++ or sublime text?

1. Go to the main menu in either program select find in files.
2. Navigate to the 1.2 source directory.
3. Type in the box what you are looking for.
4. Place 2 forward slashes // in front of every line it is on.
Example this
C++:
} else if (skull == SKULL_BLACK) {
becomes this
C++:
//} else if (skull == SKULL_BLACK) {
5. Save all edited files and compile when you have errors report back here.
 
Back
Top