Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/07/2015 in all areas

  1. hi, problem is, that when you want to use sv_wwwBaseURL/sv_wwwDownload its matter of webserver that will be able to serve files for download. PLEASE NOTE: this steps are for LAN settings only and internet settings could be pretty different! 1. add this to server.cfg set sv_lanForceRate 1 set sv_allowDownload 1 set sv_dl_maxRate 42000 (for example) set sv_wwwDownload 1 set sv_wwwBaseURL "http://<your-local-lan-ip-here>/" (use ipconfig /all if you aren't sure, what IP you using ) 2. and next you need to setup local webserver for this purpose ... - download apache webserver (for example): http://de.apachehaus.com/downloads/httpd-2.4.16-x86.zip - extract it to C:\Apache24 (for example). - shortest way is to copy your etmain and etpub folder to C:\Apache24\htdocs - run apache by this: Start > run > CMD c:\Documents and Settings>cd c:\c:\>cd Apache24c:\Apache24>cd binc:\Apache24\bin>httpd.exe(note: if you will want to stop it, press CTRL-C) - open your browser and type: http://<your-local-lan-ip-here>/etmain/pak0.pk3 ...and you must see dialog box for file download 3. start your etserver 4. everything should work now ... but please note, that your apache server must be running when you want to use this web downloads... 5. if you will want to use 'automatic' way, try manual for apache, how to run it in service mode (httpd.exe -k install etc.) .... if you will have other questions, feel free to contact me ...
    3 points
  2. For others: problem was on windows - OS wasnt able to check right paths of binaries/dll ... solved via: httpd.exe -k installand now it's standard windows service controlled by OS... (will start automatically after reboot)...
    2 points
  3. Ok, problem solved! Eagle helped me via teamviewer.
    2 points
×
×
  • Create New...