Quake 4 Files Goes Live!
There is no addon.conf file so it will not work. It must contain an addon.conf file in the root directory as outlined here: http://zerowing.idsoftware.com/linux/doom/AddonPaks
This has to become the standard for map makers. If someone else wants to make one for phrantic, at least a temp one, that would be great so we can stick it in there and run a test.
This has to become the standard for map makers. If someone else wants to make one for phrantic, at least a temp one, that would be great so we can stick it in there and run a test.
[img]http://myspace-001.vo.llnwd.net/00555/10/05/555355001_l.gif[/img]
if i read that correct that should not effect the autodownload system. the addon is just so people don't have to have all the maps to connect to the server just the map that is current in the rotation.
I beleive that if there are no addons then when the player connects they autodownload all the files they don't have before the get on the server.
I beleive that if there are no addons then when the player connects they autodownload all the files they don't have before the get on the server.
Sure? I thought its only if the map needs another pk4, like a texture Pak.wydDooMer wrote:You don't need an addon.conf. The addon.conf is if you don't want your users to have to download a map that isn't being played when the first connect to the server.
Last edited by Goofos on Fri Feb 24, 2006 1:31 am, edited 1 time in total.
Nope, check this thread out for more info http://www.quake3world.com/forum/viewtopic.php?t=17375Goofos wrote:Sure? I thought its only when the map needs another pk4, like a texture Pak.wydDooMer wrote:You don't need an addon.conf. The addon.conf is if you don't want your users to have to download a map that isn't being played when the first connect to the server.
From now on mappers should start including an addon.conf instead of the .def.
set net_serverdownload "2"Robcq wrote:ok i just used that url and somone says it worked. so now how do i get ur guys site to work with it?
set net_serverDlBaseURL "http://q4files.escapedturkey.net/quake4/pk4s/"
set net_serverDlTable "q4base/map_swq4dm1_final.pk4"
Now the f.q4w guys have to rename their "base" folder to "q4base". base is for doom3, q4base is for q4.
Sounds good but reloadEngine sounds ugly :> If someone will test this, i have uploaded a map with a addon.conf, its 2box4.wydDooMer wrote:Nope, check this thread out for more info http://www.quake3world.com/forum/viewtopic.php?t=17375Goofos wrote:Sure? I thought its only when the map needs another pk4, like a texture Pak.wydDooMer wrote:You don't need an addon.conf. The addon.conf is if you don't want your users to have to download a map that isn't being played when the first connect to the server.
From now on mappers should start including an addon.conf instead of the .def.
-
- Posts: 941
- Joined: Tue Dec 13, 2005 1:47 am
This person from quakenet.org IRC is correct:KMG wrote:Can't connect to pure server: No downloads offered. Yes, please post your config and this is from our FAQs:
http://files.quake4world.com/faqs.php
Q. Why do my server auto-download settings not work?
A. Make sure your auto-download cvars are set up as follows:
(Please note that this assumes auto-downloading from Quake 4 Files)
net_serverdownload "2" -- (0 == no auto-redirect support, 1 == auto-redirect to website, 0 == autodownload from link)
net_serverDlBaseURL "http://q4files.escapedturkey.net/quake4/pk4s/" -- (This is the domain name of the hosting server and a base directory)
net_serverDlTable "base/filename1.pk4,base/filename2.pk4,base/filename3.pk4" -- (This is made to reflect the Q4 base directory)
<eX-> escapedturkey
<eX-> your pk4 site seems to be set up wrong
<eX-> you need to rename "base" folder to "q4base"
<eX-> otherwise it wont work
So he's right, the files need to be in q4base, not base.
:icon31:
-
- Posts: 941
- Joined: Tue Dec 13, 2005 1:47 am
In FireFox if I click on the download link, it starts opening the file as a text file. You may want to mention for the person to right click on the file and choose save as.
http://www.files.quake4world.com/detail.php?id=19
:icon31:
http://www.files.quake4world.com/detail.php?id=19
:icon31:
I'm looking into this some more.riddla wrote:I think this can be remedied simply by adding the pk4 mimetype to the webserver itself.iluvquake4 wrote:In FireFox if I click on the download link, it starts opening the file as a text file. You may want to mention for the person to right click on the file and choose save as.
http://www.files.quake4world.com/detail.php?id=19
:icon31:
Ummm. That doesn't work. I configured my server (LOVE DUMP) with those settings and it didn't work.Robcq wrote:This is what i tried :
net_serverdownload "2"
net_serverDlBaseURL "http://q4files.escapedturkey.net/quake4/pk4s/base/"
net_serverDlTable "q4base/map_swq4dm1_final.pk4"
I just wanted to test it out with one map. When i connect it asked me if i wanted to download the file. Then, I clicked yes and it said that the transfer failed or was cancled. Am I doing soemthing wrong?
I have tried setting up my web server with that the phrantic map download. I got everything actually working, except my q4 client died after the download started. Not sure what the problem is there.
Based on my tests with my web server and quake4 server, the correct config should look like this:
Code: Select all
net_serverdownload "2"
net_serverDlBaseURL "http://q4files.escapedturkey.net/quake4/pk4s"
net_serverDlTable "q4base/map_swq4dm1_final.pk4"
Code: Select all
http://q4files.escapedturkey.net/quake4/pk4s/q4base/map_swq4dm1_final.pk4
Like I said, using my own web server instead of the one above, I was able to get my client to initiate a download. I don't want to post my server's URL here since it can't take a heavy load.
Has anyone successfully downloaded a file using the autodownload feature?
This is the autodownload link for phrantic:
Try it.
http://q4files.escapedturkey.net/quake4 ... _final.pk4
Code: Select all
http://q4files.escapedturkey.net/quake4/pk4s/q4base/map_swq4dm1_final.pk4
http://q4files.escapedturkey.net/quake4 ... _final.pk4
That "base/" should not be on the end there. Take that off if you have it. Other than that it should be working.Robcq wrote:net_serverDlBaseURL "http://q4files.escapedturkey.net/quake4/pk4s/base/"
-
- Posts: 941
- Joined: Tue Dec 13, 2005 1:47 am
You'll probably want to pretty up the site sooner than later.
http://www.esreality.com/?a=post&id=1020880
:icon31:
http://www.esreality.com/?a=post&id=1020880
:icon31:
-
- Posts: 941
- Joined: Tue Dec 13, 2005 1:47 am
The faq is still wrong and confusing people.
net_serverDlTable "q4base/filename1.pk4,base/filename2.pk4,base/filename3.pk4" (This is made to reflect the Q4 base directory)
Should say:
net_serverDlTable "q4base/filename1.pk4,q4base/filename2.pk4,q4base/filename3.pk4" (This is made to reflect the Q4 base directory)
It's missing the q4 from 'base'. Please fix. :icon31:
net_serverDlTable "q4base/filename1.pk4,base/filename2.pk4,base/filename3.pk4" (This is made to reflect the Q4 base directory)
Should say:
net_serverDlTable "q4base/filename1.pk4,q4base/filename2.pk4,q4base/filename3.pk4" (This is made to reflect the Q4 base directory)
It's missing the q4 from 'base'. Please fix. :icon31:
-
- Posts: 941
- Joined: Tue Dec 13, 2005 1:47 am