-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bmorello
authored
Apr 1, 2017
1 parent
47e3e38
commit c002cd6
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# Quake-Mega-Team-Fortress-CE | ||
# MEGA TEAM FORTRESS CE: (NO COMPILER BUGS and fully setup) | ||
|
||
The compiled qwprogs.dat is included in the fortress.zip along with the server config scripts. The server configs are setup to run with any modification, though you may want to change the server name and rcon to somthing. (head kick will cause the server to crash after some time, so it's turned off, because it's useless for a CE server) | ||
|
||
unzip fortress.zip -d /mvdsv-0.40/smpmvdsv/ | ||
|
||
To compile MEGA TEAM FORTRESS (GMQCC is included for raspberry pi and odroid) | ||
|
||
git clone git://github.com/graphitemaster/gmqcc.git | ||
|
||
cd gmqcc | ||
|
||
make | ||
|
||
copy the compiled gmqcc into the MegaTF_ClanEdition folder | ||
|
||
sudo chmod -R 777 MegaTF_ClanEdition | ||
|
||
cd MegaTF_ClanEdition | ||
|
||
./gmqcc -std=fteqcc -O3 |