OpenArena Message Boards

OpenArena => Technical Snafus => Topic started by: Dihoruar on January 29, 2009, 10:42:18 AM



Title: server things... XD
Post by: Dihoruar on January 29, 2009, 10:42:18 AM
hi every1 
question number 1 ;)
how must i set up an server if the computer where its on gets internet of another computer>??XD lol

question number 2.....
How to let the client download maps of an ftp server and not of my computer

this all on oa 0.8.1 :D

thanks to all that reply


Title: Re: server things... XD
Post by: HITMAN on January 29, 2009, 11:09:51 AM
I believe these questions are answered from the Wiki section on www.openarena.ws
Check out the how to's there and if you're still stumped, come back with more specific questions.


Title: Re: server things... XD
Post by: Cacatoes on January 29, 2009, 12:24:47 PM
1) Which Operating System is running the computer directly connected to the internet ? You have to route the port. With Windows NT/XP/2000/Vista there should be some network commands which allow you to set up that, look up "windows port forwarding" on google.
2) Set these vars :
Code:
set sv_allowdownload "1"
set sv_wwwDownload "1"
set cl_wwwDownload "1"
set sv_dlURL "http://your_http_repository_sorry_no_FTP_protocol"
But Hitman is right, check the wiki and google for these infos, they are not that hard to find.
Good luck