lusadraeparn • PM |
Feb 17, 2020 2:13 PM
|
![]() Posts: 14 |
Hi,
Thanks for sticking around providing tips and tricks. All done now. //Downloads from server seta sv_floodProtect "1" seta sv_timeout "300" seta sv_reconnectlimit "3" seta sv_allowAnonymous "1" seta sv_allowdownloads "1" seta sv_dl_maxRate "42000" //max download speed 42000 = 12kb //HTTP Redirect Downloads seta sv_allowdownload "1" seta sv_wwwDownload "1" seta sv_wwwBaseURL "http://uo.lugnaswan.nu/uo" seta sv_wwwDlDisconnected "0" The URL and file location are exactly the same. But... with the same result. The server still has problems downloading. Plus, it seems to create its own URL extension again: http:/uo.lugnaswan.nu/uo//uo/Zzz_The_Jungle_Final.pk3. See photos below https://ibb.co/9wc0zwT https://ibb.co/tqN3KZ6 Is something missing here? I have a rented ftp at web host provider Miss Hosting Group.
Last edited by: lusadraeparn Feb 17, 2020 2:36 PM
|
burebaruta • PM |
Feb 17, 2020 2:51 PM
|
![]() Posts: 15 |
double uo directory
//HTTP Redirect Downloads seta sv_allowdownload "1" seta sv_wwwDownload "1" seta sv_wwwBaseURL "http://uo.lugnaswan.nu/uo" <<remove uo at the end of address seta sv_wwwDlDisconnected "0" check image you see double uo directory in the url remove just uo //HTTP Redirect Downloads seta sv_allowdownload "1" seta sv_wwwDownload "1" seta sv_wwwBaseURL "http://uo.lugnaswan.nu/" seta sv_wwwDlDisconnected "0" |
burebaruta • PM |
Feb 17, 2020 3:05 PM
|
![]() Posts: 15 |
check also that you have uploaded all maps to the redirect location.
example this map Zzz_The_Jungle_Final.pk3 i cant find here uo.lugnaswan.nu/uo/ every map what you use on the server also must be there or redirect will not work. Actually he will but slowly and directly from game server location. |
lusadraeparn • PM |
Feb 17, 2020 3:10 PM
|
![]() Posts: 14 |
Right now, I need to use the entire URL uo.lugnaswan.nu/uo, as it is the name of the subdomain and where the files are located.
If I use http://uo.lugnaswan.nu, whether or not I'm storing the custom maps there, the game wants to add a //uo/Zzz_The_Jungle_Final.pk3. And if I use only http://lugnaswan.nu, it points to our website where no files are stored. It seems like the game wants to create that double-slash thing no matter what URL I am providing. Do you think I should change the name of my su domain to something else? Like files.lugnaswan.nu instead of uo.lugnaswan.nu? |
lusadraeparn • PM |
Feb 17, 2020 3:12 PM
|
![]() Posts: 14 |
Double-checked the jungle map, it is there.
![]() |
burebaruta • PM |
Feb 17, 2020 3:50 PM
|
![]() Posts: 15 |
in my case i maded an directory coduo and inside another one uo
parameters //HTTP Redirect Downloads seta sv_allowdownload "1" seta sv_wwwDownload "1" seta sv_wwwBaseURL "http://websiteaddress.com/coduo/" seta sv_wwwDlDisconnected "0" the game should automatically recognize the uo directory no,you do not need to made another subdomain. you have checked that all the maps and mod you use on the game server have been uploaded to the web location? yes i know game do that but not like this uo.lugnaswan.nu/uo//uo check picture and link double uo//uo https://ibb.co/tqN3KZ6 |
burebaruta • PM |
Feb 17, 2020 3:58 PM
|
![]() Posts: 15 |
i just looking your maps when i click on some of them i can download it.
but this one 404 Not Found try http://uo.lugnaswan.nu/uo/Zzz_The_Jungle_Final.pk3 aha yes is there but name of map is different http://uo.lugnaswan.nu/uo/Zzz_The_Jungle[Final].pk3 check name of map in map rotation in server.cfg
Last edited by: burebaruta Feb 17, 2020 4:05 PM
|
lusadraeparn • PM |
Feb 17, 2020 5:16 PM
|
![]() Posts: 14 |
Yes, all of the maps are uploaded to the web location.
It's so strange that the game tries to download from a subdirectory that doesn't exist. Last week I created another subdirectory (http://uo.lugnaswan.nu/uo/uo) to see what happens. And the weird thing was that the game then tried to download from uo.lugnaswan.nu/uo/uo//uo. And even when i wrote uo.lugnaswan.nu/uo//uo, the game went for uo.lugnaswan.nu/uo//uo//uo. Ah, that's a good idea. I see now that I haven't listed any of the custom maps in the map rotation in server.cfg. Could this be the actual problem? I didn't think it was necessary since I already have the maps, and that my friends would automatically download them if I for example start a vote for change of maps in game. I will for starters add the maps in my map rotation.
Last edited by: lusadraeparn Feb 17, 2020 7:08 PM
|
lusadraeparn • PM |
Feb 18, 2020 6:25 AM
|
![]() Posts: 14 |
Hello again,
I opened up the tab log for the first time to see what the game says about the download problem. Though the log seems kind of self-explanatory - it can't download, and it needs the map paks - what is your take on this? (Image link below). I mean, the pk3 files are uploaded on the web host location, which should be enough. https://ibb.co/FWSTSfx
Last edited by: lusadraeparn Feb 18, 2020 6:57 AM
|
dr_bot • PM |
Feb 18, 2020 11:00 PM
|
GAMETRACKER ADMIN
![]() Posts: 54 |
lusadraeparn wrote: I'm not very familiar with setting up a redirect for UO, but from the provided screenshot it seems the file structure of your redirect is incorrect. The client is trying to pull the files from "uo/", but they are currently located in "uo/maps/mp/". I can suggest trying to move the .pk3 files to "/uo" to see how it works. |