Post Reply  Post Thread 
Pages (2): « First [1] 2 Next > Last »
can some help me with bzip?
Author Message
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #1
can some help me with bzip?

alright ive bzipped the map i want, put it in my webserver did the sv_downloadurl thing and still when i go to download the map it says that the map is missing, please note im in garry's mod if it helps

07-12-2007 06:28 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #2
RE: can some help me with bzip?

Please search the forums for this - theres umpteen threads on it.

LINK

This post was last modified: 07-12-2007 06:40 AM by Muppet.

07-12-2007 06:39 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #3
RE: can some help me with bzip?

i did i went to like 50 posts and i still have no answer

this one is the closest to my answer http://forums.srcds.com/viewtopic/4672
but it doesnt finish

This post was last modified: 07-12-2007 06:47 AM by Nekoji.

07-12-2007 06:46 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #4
RE: can some help me with bzip?

Nekoji Wrote:
i did i went to like 50 posts and i still have no answer

this one is the closest to my answer http://forums.srcds.com/viewtopic/4672
but it doesnt finish


Kay. Remember its for garrymods, so cstrike might not be the right folder name im referring to.

On your gameserver:

cstrike/maps <--- Upload all maps here

Your sv_downloadurl folder MUST mirror the cstrike folder exactly. So if you only have maps that you want to use with sv_downloadurl, then on your webserver, create a new dir - for instance, lets call it server

public_html/server <--- On your webserver where /server == /cstrike

sv_downloadurl "http://example.com/server/" in your server.cfg

On the webserver, inside /server/ should be a folder called maps. Upload all your bzipped maps here (i prefer to use 7zip for bzipping - other people seem to have made corrupt files with other programs).

Now back on your game server cstrike folder, go to maplist.txt and add all your new maps in here (this is necessary but i do it anyway).

Next, check the permissions of the folder and make sure it is chmod 755. Also check for any .htaccess file and make sure its not restricting access to certain IPs or ports etc.

Should work.

This post was last modified: 07-12-2007 06:59 AM by Muppet.

07-12-2007 06:56 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #5
RE: can some help me with bzip?

alright wait okay i have all my bsp maps in the server folder and on my webserver i have map.bsp.bz2 is that right? cause thats not working right now

This post was last modified: 07-12-2007 07:03 AM by Nekoji.

07-12-2007 07:01 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #6
RE: can some help me with bzip?

If it doesn't have a maplist then don't waste your time making one - its of no real value anyway.

When changing a map all it does it look for the map in the maps folder, and if sv_downloadurl is enabled, it checks the webserver for the map (obviously must have the name).

e.g.

garrysmod/maps/gm_example.bsp

would be on sv_downloadurl location:

server/maps/gm_example.bsp.bz2

This post was last modified: 07-12-2007 07:04 AM by Muppet.

07-12-2007 07:03 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #7
RE: can some help me with bzip?

that is exactally how i have it set up i can give you the link to view my webserver but when i go into the game it says that its missing the map, and it has nothing to do with bz2

07-12-2007 07:06 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #8
RE: can some help me with bzip?

comment out sv_downloadurl in your server.cfg

// sv_downloadurl "blahblah"

Now, try to run the map - if it says missing then the file doesn't exist, otherwise its a problem on the setup of the webserver end.

07-12-2007 07:07 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #9
RE: can some help me with bzip?

i have the sv_downloadurl set up in server.cfg it still says its missing

sv_downloadurl = http://***

This post was last modified: 07-12-2007 07:09 AM by Nekoji.

07-12-2007 07:08 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #10
RE: can some help me with bzip?

Did you comment it out hence turning it off and try running the map?

07-12-2007 07:09 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #11
RE: can some help me with bzip?

yea you can download the map fine just not the bz2

07-12-2007 07:11 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #12
RE: can some help me with bzip?

Okay, so it a problem on your webserver end most likely.

I noticed you posted:

Quote:
sv_downloadurl = http://***


Try putting " "'s around your downloadurl address and no = 's:

Code:
sv_downloadurl "http://example.com/server/"

This post was last modified: 07-12-2007 07:13 AM by Muppet.

07-12-2007 07:13 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #13
RE: can some help me with bzip?

it looked like it downloaded half-way and then it said it was missing

07-12-2007 07:16 AM
Find all posts by this user Quote this message in a reply
Muppet
Senior Member
****


Posts: 696
Group: Registered
Joined: May 2007
Status: Offline
Post: #14
RE: can some help me with bzip?

Link me this map and the IP of your server. I'll stick it on my downloadurl see if it works.

This post was last modified: 07-12-2007 07:17 AM by Muppet.

07-12-2007 07:17 AM
Find all posts by this user Quote this message in a reply
Nekoji
Junior Member
**


Posts: 12
Group: Registered
Joined: Jul 2007
Status: Offline
Post: #15
RE: can some help me with bzip?

well if it helps i used this bzipping thing http://forums.srcds.com/attachment.php?aid=214

07-12-2007 07:19 AM
Find all posts by this user Quote this message in a reply
Pages (2): « First [1] 2 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: