|
|
General Discussion
Started by Thrall at 07-06-2007 8:35 AM. Topic has 2 replies.
 
 
|
|
Sort Posts:
|
|
|
|
07-06-2007, 8:35 AM
|
Thrall
Joined on 07-06-2007
Posts 14
|
Ping Control and Anti Rape On demo?
|
|
|
|
|
Can you attach ping control and anti rape on a demo server?
|
|
|
|
|
Report
|
|
|
|
03-21-2008, 11:54 PM
|
Pain
Joined on 03-22-2008
Posts 2
|
Re: Ping Control and Anti Rape On demo?
|
|
|
|
|
Did you ever get an answer to this? I installed AntiRape on my demo server. 1st problem is that it would not download. So to bypass this for now, I manually installed on my computer. 2nd problem is that I can still destroy base.
And so, first, how to get it to allow download and then second, how to get it to work. I am not currently using tvspawn. I am just launching server as dedicated using demo game installed on server.
What I ultimately want to do is install antirape and antics so I can build list of cheaters cause I am really sick and tired of being killed after 1 or 2 shots in the head across the entire map with cg and others.
Thanks,
Pain
|
|
|
|
|
Report
|
|
|
|
04-16-2008, 1:30 PM
|
SkyRaider
Joined on 04-10-2007
Posts 10
|
Re: Ping Control and Anti Rape On demo?
|
|
|
|
|
Pain,
I just happened to be browsing the board and saw your question. I'm no expert, but I might be able to lend some insight that might help.
I have a T:V server and Rapher's given me a lot of help in the past. I don't know what the Demo server entails, I use the free Dedicatd Server Beta program to run my server. You can download it at: http://tribes.was-das.de/ They also have a lot of maps, skins and other things there too.
As for your problems, to get the file to download you'll need to check the server.ini file. In the area labled
[IpDrv.TcpNetDriver] There's three entries to look for.
AllowDownloads=False
DownloadManagers=IpDrv.HTTPDownload
;DownloadManagers=Engine.ChannelDownload
I believe the first line indicates whether the downloads can come from the server itself or not. Change to "True" to allow downloads. The second line indicates the downloads come from a webserver and I believe the third indicates the downloads come from the server itself. The ; in front of the third line means that line is ignored. I have a dedicated webserver, so I use the False option in conjuction with the second line. You can try swapping the ; to the third line with the True option, but realize that this is going to slow your server whenever someone enters and needs the file. If you have a web server you can use, then there's another section in the server.in file labled
[IpDrv.HTTPDownload]
RedirectToURL=http://YOURWEBSERVERNAMEHERE/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True
This is where you would indicate your web server name (or just IP).
All files on your web server have to be in the root directory to work. The files should also be compressed to reduce download time. Luckily the UCC compression utility you need is located in the Program\Bin directory on your Tribes server.
Now, to get them to run. If you haven't already done so, Antics and AntiRape need to be listed as a Server Package. Again in the Server.ini file locate the area labled
[Engine.GameEngine]
Look for the list of "ServerPackages=" and add the following after the last ServerPackages= line:
ServerPackages=antics_v3
ServerPackages=AntiRape_v1
Now, start your server by using this line at the run command:
"D:\TV Beta Server\Server\Program\Bin\Beta_Dedicated_Server.exe" MP-Isle?maxplayers=32?mutator=antics_v3.antics,antirape_v1.antirape -ini=Server.ini -log=Server.log -server
You should change the drive and directory to coorispond to the location where you've install the software. If there are no spaces in your directory scheme then you can skip the quotes. This might work the same way with the demo server program, but I don't know the exe name. MP-Isle is the map that first starts, you can change that to whatever map you want. maxplayers is the total allowed at one time, mutator is the additional packages you've added. Note the coma between the two. You can add more as long as you seperate them with a coma. -ini indicates which ini file to get the configuration from and -log is where the server stores log entries. I believe the final -server indicates the server is dedicated to server mode, but I may be wrong.
AntiRape can be set to allow rape at certain levels. Edit the AntiRape.ini file to set. Also, not all base items are covered by AntiRape by default. You can select the items covered by adding or removing from the list in the ini file. I posted additional items that can be included in another post about AntiRape.
Hope this helps.
SkyRaider
|
|
|
|
|
Report
|
|
|
|
|
|