Hello, I'm wondering why my FastDL doesn't work.
Here it is : [url]http://evoniaroleplay.gmod.tv/garrysmod/[/url]
server.cfg
[CODE]
net_maxfilesize 100
sv_downloadurl "http://evoniaroleplay.gmod.tv/garrysmod"
sv_allowdownload 1
sv_allowupload 1
[/CODE]
Can I get some help?
3 things:
1. net_maxfilesize is capped at 64MB and only affects the built in download system, it's completely ignored for FastDL
2. sv_allowdownload is ignored when sv_downloadurl is set, but it's best to set sv_allowdownload to 0 so no one can attempt to request files from the server if they're using a modified game
3. What's your server IP?
[editline]15th July 2017[/editline]
4. Every time I try to load that map my game crashes - before I even get a loading screen. It crashes right at the menu.
Not sure about what Banana Lord said but you need to add a "/" at the end of your url [lua]sv_downloadurl "http://evoniaroleplay.gmod.tv/garrysmod/"[/lua]
My new server.cfg :
[CODE]
sv_downloadurl "http://evoniaroleplay.gmod.tv/garrysmod/"
sv_allowdownload 0
sv_allowupload 0
[/CODE]
[IMG]http://i.imgur.com/a2etfIu.png[/IMG]
Did you restart your server after making the change? Does the map exist in the server's directory, as well? Post a console log from your client after trying to join.
[QUOTE=code_gs;52472067]Did you restart your server after making the change? Does the map exist in the server's directory, as well? Post a console log from your client after trying to join.[/QUOTE]
I restarted my server and the map's .bsp is in maps/ directory.
[CODE]
[FR] Evonia Roleplay | 1ER AOUT 2017
https://evonia-loading.000webhostapp.com
darkrp
rp_pinescity_v1x_evonia
10
76561198131311486
[HTML] :1: The page at https://evonia-loading.000webhostapp.com/ displayed insecure content from http://image.noelshack.com/fichiers/2017/25/7/1498412813-evoniarp-logoslogan.png.
[HTML] :1: The page at https://evonia-loading.000webhostapp.com/ displayed insecure content from http://image.noelshack.com/fichiers/2017/25/7/1498412895-568ba0198964d-flou.jpg.
[HTML] https://evonia-loading.000webhostapp.com/:20: Uncaught TypeError: Cannot set property 'innerHTML' of null
Attemped to precache unknown particle system "muzzleflash_g3"!
Attemped to precache unknown particle system "muzzleflash_m14"!
Attemped to precache unknown particle system "muzzleflash_ak47"!
Attemped to precache unknown particle system "muzzleflash_ak74"!
Attemped to precache unknown particle system "muzzleflash_6"!
Attemped to precache unknown particle system "muzzleflash_pistol_rbull"!
Attemped to precache unknown particle system "muzzleflash_pistol"!
Attemped to precache unknown particle system "muzzleflash_suppressed"!
Attemped to precache unknown particle system "muzzleflash_pistol_deagle"!
Attemped to precache unknown particle system "muzzleflash_OTS"!
Attemped to precache unknown particle system "muzzleflash_M3"!
Attemped to precache unknown particle system "muzzleflash_smg"!
Attemped to precache unknown particle system "muzzleflash_SR25"!
Attemped to precache unknown particle system "muzzleflash_shotgun"!
Attemped to precache unknown particle system "muzzle_center_M82"!
Attemped to precache unknown particle system "cstm_smoke"!
Attemped to precache unknown particle system "generic_smoke"!
Requesting 2 lua files from the server
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
Oops! Addon (781258788) failed to download because of (0)!
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
Missing map maps/rp_pinescity_v1x_evonia.bsp, disconnecting
Host_Error: Map is missing
[HTML] https://evonia-loading.000webhostapp.com/:27: Uncaught TypeError: Cannot set property 'innerHTML' of null
[/CODE]
Nothing except loading screen's errors.
[QUOTE=code_gs;52472067]Did you restart your server after making the change? Does the map exist in the server's directory, as well? Post a console log from your client after trying to join.[/QUOTE]
Server won't start without the map.
What's the server IP?
[QUOTE=Banana Lord.;52472082]Server won't start without the map.
What's the server IP?[/QUOTE]
5.135.189.205:27030
Your server is not using FastDL. When I joined it slowly tried to download the map 2x (once being the bz2 version, once the straight bsp) and then each file had its own progress bar. When FastDL is configured, the progress bar is shown for the overall downloads, not each individual file.
Is it possible you're renting the server and the host is setting sv_downloadurl at the command line? If so, you should be able to use their control panel to set your download URL instead of server.cfg.
Please rate me dumb and get me glasses, the whole time there was this sneaky line.
[IMG]http://i.imgur.com/ZBMCvJv.png[/IMG]
Sorry for wasting your time. :s:
Sorry, you need to Log In to post a reply to this thread.