Author Topic: HTTP Downloads for Servers  (Read 78275 times)

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
HTTP Downloads for Servers
« Reply #30 on: June 26, 2007, 04:54:22 am »
What did you use to render the pages?
An apache hack?
Or a directory php script?

∧OMG ENTROPY∧

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
HTTP Downloads for Servers
« Reply #31 on: June 26, 2007, 03:22:25 pm »
Its a simple php script I made.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

KingHanco

  • Posts: 1
  • Turrets: +0/-0
HTTP Downloads for Servers
« Reply #32 on: June 28, 2007, 11:22:45 am »
Is this right?

Code: [Select]
//Example Tremulous 1.1 decicated server config

set sv_pure 1

//passwords
set g_needpass 0
//set g_password password   //server password
//set rconPassword password //rcon password

//loading screen
set sv_hostname "Tremulous 1.1.0 Server"
set g_motd "http://tremulous.net/"

//disallow downloads from the server
set sv_allowdownload 0

//maximum number of clients
//greater than 24 is not recommended from a gameplay point of view
set sv_maxclients 24

//after 55 minutes, all build points are removed
set g_suddenDeathTime 55
//after 60 minutes, the game will end as a draw
set timelimit 60

//forces each team to have a similar number of players
set g_teamForceBalance 1

//following the first map, start this rotation
set g_initialMapRotation rotation1

//misc settings
set pmove_fixed     0
set sv_minRate      5000
set sv_maxRate      15000
set sv_minSnaps     10

//start this map first
map niveus

//added
set sv_wwwDownload 1
sets sv_wwwBaseURL "http://downloads.mercenariesguild.net"
sets sv_dlURL "http://downloads.mercenariesguild.net"


I'm new to ubuntu Linux. I don't know how this works. Server having a problem checking,

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Re: HTTP Downloads for Servers
« Reply #33 on: December 25, 2007, 07:11:47 pm »
Should we add information for TremCentral?

∧OMG ENTROPY∧

khalsa

  • Administrator
  • Posts: 597
  • Turrets: +187/-132
    • http://www.mercenariesguild.net
Re: HTTP Downloads for Servers
« Reply #34 on: December 26, 2007, 05:11:47 am »
Should we add information for TremCentral?

Well -

1. As is with most of your and confess' ventures I'd probably wait a few months to see if it survives, you guys seem to start/stop projects randomly   and/or with little reliability

2. For me at least (from 4 different locations) your downloads are slow as hell compared to MG's.

3. I dont think there are any files in your repo not in the MG one, probably should add Bricosoft to the post though.

4.
Quote from: tremcentral.com
We reserve the right to adjust this ToS without prior notice. You will comply with this ToS even after agreeing, or not agreeing, or simply just browsing or using this site.

No


Khalsa
}MG{ Mercenariesguild
ਮਨੁ ਜੀਤੇ ਜਗੁ ਜੀਤਿਆ

Eternity

  • Posts: 7
  • Turrets: +1/-0
    • Eternity's Website
Re: HTTP Downloads for Servers
« Reply #35 on: February 01, 2008, 01:32:38 am »
Hello :)

Quote from: khalsa
3. I dont think there are any files in your repo not in the MG one, probably should add Bricosoft to the post though.
+1, they have a lot of maps !

Code: [Select]
set sv_wwwDownload 1
sets sv_dlURL "http://tremulous.bricosoft.com"
set sv_wwwBaseURL "http://tremulous.bricosoft.com"
I think that's the good code.

Cheers

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
Re: HTTP Downloads for Servers
« Reply #36 on: April 06, 2008, 05:13:33 am »
Hey david. You know how you use a php script? You don't need to. Apache can make stylish listings just fine, check out mine.

I wrote a little how-to, its pretty basic, but it shows the essentials: how-to

∧OMG ENTROPY∧

khalsa

  • Administrator
  • Posts: 597
  • Turrets: +187/-132
    • http://www.mercenariesguild.net
Re: HTTP Downloads for Servers
« Reply #37 on: April 06, 2008, 05:33:23 am »
Last I checked his little php script did a lot more than made it pretty >.< We did do fancyindexing for a while before we did that though.


Khalsa
}MG{ Mercenariesguild
ਮਨੁ ਜੀਤੇ ਜਗੁ ਜੀਤਿਆ

ghostisback

  • Posts: 139
  • Turrets: +8/-1
Re: HTTP Downloads for Servers
« Reply #38 on: April 14, 2008, 09:35:07 am »
hi all !!!
I'm trying to put autodownload on a TremX server ... which differences have from a standard server?? I write the standard lines in server.cfg but it doesnt works.. the download always points to my IP and not to "http://downloads.mercenariesguild.net" .. any suggestion ??

Thanks All !!!

Divmax

  • Posts: 197
  • Turrets: +3/-8
Re: HTTP Downloads for Servers
« Reply #39 on: April 14, 2008, 10:00:37 am »
Code: [Select]
set cl_allowDownload 1
set cl_wwwDownload 1
set sv_wwwBaseURL "http://downloads.mercenariesguild.net/"
set sv_dlURL "http://downloads.mercenariesguild.net/"
That worked for me. But when you say TremX server, sorry, MG doesn't host TremX.
Code: [Select]
tremx 0 Files
I'm a developer for the following projects(now I'm inactive) :
TremWars's QVMNot updated anymore
TremWars's Client and Server Executable
TremWars's QVM 2

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: HTTP Downloads for Servers
« Reply #40 on: April 14, 2008, 01:07:56 pm »
TremX should be fine for maps etc off MG.
We don't have the mod, but if someone gets me a link I'll upload it.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Divmax

  • Posts: 197
  • Turrets: +3/-8
« Last Edit: April 18, 2008, 04:40:45 pm by Divmax »
I'm a developer for the following projects(now I'm inactive) :
TremWars's QVMNot updated anymore
TremWars's Client and Server Executable
TremWars's QVM 2

ghostisback

  • Posts: 139
  • Turrets: +8/-1
Re: HTTP Downloads for Servers
« Reply #42 on: April 18, 2008, 07:24:49 pm »
http://tremulous.bricosoft.com/base/tremx/

This is to download the patch of tremX.. but to download the maps with Http??

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: HTTP Downloads for Servers
« Reply #43 on: April 18, 2008, 08:41:22 pm »
For tremx downloads point at mg the same as for normal servers.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: HTTP Downloads for Servers
« Reply #44 on: May 10, 2008, 08:04:47 pm »
NOTE:
Some time next week, the www.mercenariesguild.net/base symlink will be deleted.  You all have had well over 6 months, so have no excuse for not doing it right.
However, the following servers still fail:

216.224.117.114:30720       `'|c|BTSiPM'`
80.86.200.120:30720           | noobrain's TremX #2
80.86.200.120:30721           | noobrain's #2
205.234.142.225:30720         Z|R

If people know who runs them, point them here so they can read the first post and fix the URL to point to downloads.mercenariesguild.net.
« Last Edit: May 10, 2008, 09:00:40 pm by David »
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Death On Ice

  • Posts: 1287
  • Turrets: +126/-141
Re: HTTP Downloads for Servers
« Reply #45 on: May 11, 2008, 07:44:03 pm »
Dragula runs `'|c|BTSiPM'`

Shuriken

  • Posts: 28
  • Turrets: +0/-0
Re: HTTP Downloads for Servers
« Reply #46 on: May 29, 2008, 05:45:22 am »
... If any server operators or mappers have maps they'd like to have in the repository please let me know.  If you notice any actual tremulous maps that are missing, let me know...
Could you upload final release of my map on Mercenaries Guild repository? Link here: http://files.filefront.com/map+stamina+110pk3/;8493408;/fileinfo.html

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Re: HTTP Downloads for Servers
« Reply #47 on: December 01, 2008, 03:42:50 am »
... If any server operators or mappers have maps they'd like to have in the repository please let me know.  If you notice any actual tremulous maps that are missing, let me know...
Could you upload final release of my map on Mercenaries Guild repository? Link here: http://files.filefront.com/map+stamina+110pk3/;8493408;/fileinfo.html

This is done, by the way.

Also I've gone ahead and wgetted quite a few more maps this evening. As always, if there is a map you would like to see on the repo, please contact any of us in any of the many ways we are available (though IRC is almost the fastest). Enjoy. :)

ixbidie

  • Posts: 7
  • Turrets: +0/-0
Re: HTTP Downloads for Servers
« Reply #48 on: May 27, 2009, 08:18:25 pm »
Heyho, i'm not the developer, but could u add tremx-kor?

can be found on: http://64.92.167.138/maps/tremx-kor/

thanks!