Skip to content

Commit 17c32bc

Browse files
committed
Rename to FortressOne Server
1 parent ce0d8c7 commit 17c32bc

File tree

7 files changed

+11
-19
lines changed

7 files changed

+11
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Classic Fortress v0.9 beta
1+
FortressOne Server v0.1.0
22
==========================
33

44
New features

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.0

gmqcc.bat

Lines changed: 0 additions & 9 deletions
This file was deleted.

help.qc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// CLASS HELP FOR CLASSIC FORTRESS
2-
// ===============================
1+
// CLASS HELP FOR FORTRESSONE
2+
// ==========================
33
// Shows class bindings for each class.
44

55
// functions by order of appearance

tfort.qc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ void (string ps_description, float pf_setting, string ps_last, float pf_bool) CF
514514
void () TeamFortress_ShowTF = {
515515
local string st;
516516

517-
sprint(self, PRINT_HIGH, "\nThis server is running Classic Fortress ");
517+
sprint(self, PRINT_HIGH, "\nThis server is running FortressOne ");
518518
sprint(self, PRINT_HIGH, VER);
519519
sprint(self, PRINT_HIGH, "\n\n");
520520

@@ -571,7 +571,7 @@ void () TeamFortress_ShowTF = {
571571
sprint(self, PRINT_HIGH, "Full teamscore off\n");
572572
}
573573

574-
sprint(self, PRINT_HIGH, "\n== Classic Fortress ==\n");
574+
sprint(self, PRINT_HIGH, "\n== FortressOne Server ==\n");
575575
CF_PrintSetting("Spawn with full health/armor", spawnfull, "", 1);
576576
CF_PrintSetting("Stock players with full health/armor", stockfull, "", 1);
577577
CF_PrintSetting("Stock player on cap", stock_on_cap, "", 1);
@@ -658,7 +658,7 @@ void () TeamFortress_ShowTF = {
658658
if (server_faithful) {
659659
sprint(self, PRINT_HIGH, "\nThis server is running faithful Team Fortress settings.\n");
660660
} else if (server_default) {
661-
sprint(self, PRINT_HIGH, "\nThis server is running default Classic Fortress settings.\n");
661+
sprint(self, PRINT_HIGH, "\nThis server is running default FortressOne Server settings.\n");
662662
}
663663
};
664664

tforthlp.qc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void () TeamFortress_MOTD = {
1717
local string ya;
1818

1919
if (self.motd == 5) {
20-
sprint(self, PRINT_HIGH, "\nClassic Fortress ", VER, "\n\n");
20+
sprint(self, PRINT_HIGH, "\nFortressOne ", VER, "\n\n");
2121

2222
st1 = infokey(world, "motd1");
2323
if (st1 != string_null) {
@@ -26,7 +26,7 @@ void () TeamFortress_MOTD = {
2626
st1 = strcat(strcat(st1, "\n"), st2);
2727
}
2828
} else {
29-
st1 = "Welcome to Classic Fortress\nby Empezar & hifi\n==================================\ngithub.com/classic-fortress";
29+
st1 = "Welcome to FortressOne\n==================================\nwww.github.com/FortressOne";
3030
}
3131

3232
sprint(self, PRINT_HIGH, st1);

vote.qc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// MAP VOTING FOR CLASSIC FORTRESS
2-
// ===============================
1+
// MAP VOTING FOR FORTRESSONE
2+
// ==========================
33
// Displays a vote menu during the last few minutes of gameplay on a map.
44

55
// functions by order of appearance

0 commit comments

Comments
 (0)