News:

Come Chat with us live! Learn how HERE!

Main Menu

HTTP Downloads for Servers

Started by tuple, March 08, 2007, 12:34:37 AM

Paradox

What did you use to render the pages?
An apache hack?
Or a directory php script?

∧OMG ENTROPY∧

David

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

Is this right?

//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

Should we add information for TremCentral?

∧OMG ENTROPY∧

khalsa

Quote from: Paradox on December 25, 2007, 07:11:47 PM
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.comWe 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

Hello :)

Quote from: khalsa3. 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 !


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

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

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

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

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.
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

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

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

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

#44
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.
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


Shuriken

Quote from: tuple on March 08, 2007, 12:34:37 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

Quote from: Shuriken on May 29, 2008, 05:45:22 AM
Quote from: tuple on March 08, 2007, 12:34:37 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

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!