Urban Terror Forums: Autodownload does not work - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Autodownload does not work Rate Topic: -----

Server via VPN

#1 User is offline   zgr Icon

  •   verified donor   
  • Account: zgr
  • Joined: 05-September 11
  • Posts: 9

Posted 26 September 2022 - 09:56 AM

Greeting,

I installed Radmin and created a VPN. This is how I play the video game Urban Terror with my friends.

Network: ravangrad server
Pass: sombor025

I have a problem with autodownload. I configured the server.cfg and entered the following data:

sets sv_dlURL "http://downloads.urban-zone.org/maps/q3ut4"
set sv_allowDownload "1"


However, in spite of these settings, when I click "Okey" so that the client downloads the map, it gives me an ERROR 404?

Does anyone know where I'm going wrong with my setup?

This post has been edited by zgr: 26 September 2022 - 10:00 AM


#2 User is offline   PureFilth Icon

  • Account: purefilth
  • Main tag: [#!]
  • Country:
  • Joined: 24-December 10
  • Posts: 534

Posted 27 September 2022 - 08:09 AM

The sv_dlURL doesn't need the "maps/q3ut4". From quick memory the client appends maps/q3ut4 to the sv_dlURL when searching for the map.

So try
sets sv_dlURL "http://downloads.urban-zone.org/"


I have no idea what radmin is, vpn could affect it as some servers do block vpn users so it's possible the map host does it too although from my experience that's unlikely only a couple of servers kicked me when joining although I'd turn off vpn when gaming anyway to reduce ping/latency.

#3 User is offline   zgr Icon

  •   verified donor   
  • Account: zgr
  • Joined: 05-September 11
  • Posts: 9

Posted 30 September 2022 - 10:44 AM

View PostPureFilth, on 27 September 2022 - 08:09 AM, said:

The sv_dlURL doesn't need the "maps/q3ut4". From quick memory the client appends maps/q3ut4 to the sv_dlURL when searching for the map.

So try
sets sv_dlURL "http://downloads.urban-zone.org/"


I tried it and I get the same message as last time:
________________________________________________________
Download Error:
HTTP  response code said
Code Error 404  URL:
http://urt-li/download/ut4_guerrilla.pk3

________________________________________________________

I used to type like this:

sets sv_dlURL "http://downloads.urban-zone.org/q3ut4"


And then I get this message:
________________________________________________________
Download Error:
HTTP  response code said
Code Error 404  URL:
http://urt-li/q3ut4/download/ut4_guerrilla.pk3

________________________________________________________

It doesn't matter which map it is. I've tried several different ones and I always get the same message.



View PostPureFilth, on 27 September 2022 - 08:09 AM, said:

I have no idea what radmin is, vpn could affect it as some servers do block vpn users so it's possible the map host does it too although from my experience that's unlikely only a couple of servers kicked me when joining although I'd turn off vpn when gaming anyway to reduce ping/latency.


Radmin is software for creating a VPN network. In this way, you can play UrT over the Internet without renting a server.
Radmin has no connection with the Internet address for downloading maps, but for communication between the UrT server and the UrT client.
Radmin is better and not limited to 5 clients like Hamachi in the free version.



Link: RADMIN DOWNLOAD

This post has been edited by zgr: 30 September 2022 - 10:50 AM


#4 User is offline   foxyfox Icon

  •   verified donor   
  • Account: foxyfox
  • Main tag: [sU]
  • Country:
  • Joined: 14-March 10
  • Posts: 11

Posted 03 October 2022 - 08:48 PM

View Postzgr, on 30 September 2022 - 10:44 AM, said:


________________________________________________________
Download Error:
HTTP  response code said
Code Error 404  URL:
http://urt-li/q3ut4/download/ut4_guerrilla.pk3

________________________________________________________

It doesn't matter which map it is. I've tried several different ones and I always get the same message.





"urt.li" not "urt-li".

#5 User is offline   zgr Icon

  •   verified donor   
  • Account: zgr
  • Joined: 05-September 11
  • Posts: 9

Posted 04 October 2022 - 10:47 AM

I'm sorry. I made a mistake while writing a comment. The message I get reads like this:

Download Error:
HTTP response code said
Code Error 404 URL:
http://urt.li/q3ut4/download/ut4_guerrilla.pk3



In the file "Server.cfg" is written:

sets sv_dlURL "http://urt.li/q3ut4"



And I tried to write it like this:

sets sv_dlURL "http://urt.li"



I also wrote like this:

sets sv_dlURL "http://downloads.urban-zone.org"



I also tried this way:

sets sv_dlURL "http://downloads.urban-zone.org/q3ut4"



He always gets the same message.


Download Error:
HTTP response code said
Code Error 404 URL:
http://urt.li/q3ut4/download/ut4_guerrilla.pk3




Download Error:
HTTP response code said
Code Error 404 URL:
http://downloads.urban-zone.org/q3ut4/download/ut4_guerrilla.pk3

This post has been edited by zgr: 04 October 2022 - 10:57 AM


bullet_loaderAdvertisement

#6 User is offline   foxyfox Icon

  •   verified donor   
  • Account: foxyfox
  • Main tag: [sU]
  • Country:
  • Joined: 14-March 10
  • Posts: 11

Posted 06 October 2022 - 09:54 PM

View Postzgr, on 04 October 2022 - 10:47 AM, said:

I'm sorry. I made a mistake while writing a comment. The message I get reads like this:

Download Error:
HTTP response code said
Code Error 404 URL:
http://urt.li/q3ut4/download/ut4_guerrilla.pk3



In the file "Server.cfg" is written:

sets sv_dlURL "http://urt.li/q3ut4"



And I tried to write it like this:

sets sv_dlURL "http://urt.li"



I also wrote like this:

sets sv_dlURL "http://downloads.urban-zone.org"



I also tried this way:

sets sv_dlURL "http://downloads.urban-zone.org/q3ut4"



He always gets the same message.


Download Error:
HTTP response code said
Code Error 404 URL:
http://urt.li/q3ut4/download/ut4_guerrilla.pk3




Download Error:
HTTP response code said
Code Error 404 URL:
http://downloads.urban-zone.org/q3ut4/download/ut4_guerrilla.pk3



sets sv_dlURL "urt.li"

#7 User is offline   zgr Icon

  •   verified donor   
  • Account: zgr
  • Joined: 05-September 11
  • Posts: 9

Posted 07 October 2022 - 05:50 PM

View Postfoxyfox, on 06 October 2022 - 09:54 PM, said:

sets sv_dlURL "urt.li"


I wrote in "Server.cfg" as you said: sets sv_dlURL "urt.li"


When I clicked as a client to download the map, I got the following message on my screen:

Download Error:
HTTP response code said
Code Error 404 URL:
urt.li/download/ut4_guerrilla.pk3

This post has been edited by zgr: 07 October 2022 - 05:52 PM


#8 User is offline   zgr Icon

  •   verified donor   
  • Account: zgr
  • Joined: 05-September 11
  • Posts: 9

Posted 07 October 2022 - 06:33 PM

I finally managed to set up autodownload! :rolleyes:

You are right "foxyfox" that it is set correctly like this: sets sv_dlURL "urt.li", however I had one problem and it kept throwing Code Error 404.

The problem was that on the server the maps were loaded into q3ut4/download, and the maps need to be loaded into q3ut4.

I moved all the maps from the "Download" folder to the "q3ut4" folder and the problem was solved.

Now autodownload works okey. :)


Thanks to everyone who helped! (y)

This post has been edited by zgr: 07 October 2022 - 06:39 PM


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942