Raised This Month: $51 Target: $400
 12% 

[ANY] Simple Fastdownload


Post New Thread Reply   
 
Thread Tools Display Modes
frandor
New Member
Join Date: Jul 2022
Old 07-27-2022 , 21:45   Re: [ANY] Simple Fastdownload
Reply With Quote #21

hello everybody,
for some reason i cant get this to work to save my life,
ive got my server set to point to the url tf-off.xyz
so in server.cfg ive got sv_downloadurl "http://tf-off.xyz/fastdl/"
in my cfg/sourcemod/plugin.simple-fastdownload.cfg (all other settings default )
ive got sv_downloadurl_hostname "tf-off.xyz"


ive tried as many variants on those that i can try (using ip address, with and without http etc.)
if i run "sm_fastdownload_list_files" it lists all my maps fine, but if i connect i get a "missing map X disconnecting"
im very new to this so dont be afraid to tell me im doing something dumb
my tf2 server is running on a vultr vps runnin ubuntu if that matters
frandor is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 07-27-2022 , 22:40   Re: [ANY] Simple Fastdownload
Reply With Quote #22

Quote:
Originally Posted by frandor View Post
in server.cfg ive got sv_downloadurl "http://tf-off.xyz/fastdl/"

Your download url is invalid since I can't connect to it. You can try using a format like: sv_downloadurl "http://11.22.33.44/tf"

You should be able to connect to it using a web browser.

Last edited by PC Gamer; 07-27-2022 at 22:42.
PC Gamer is offline
frandor
New Member
Join Date: Jul 2022
Old 07-27-2022 , 23:38   Re: [ANY] Simple Fastdownload
Reply With Quote #23

Quote:
Originally Posted by PC Gamer View Post
Your download url is invalid since I can't connect to it. You can try using a format like: sv_downloadurl "http://11.22.33.44/tf"

You should be able to connect to it using a web browser.
so i tried changing sv_downloadurl to
sv_downloadurl "http://207.148.2.131/fastdl"
and i still end up with the same

''attempted to precache unknown particle system "blood impact_red"!
missing map maps/dm_mariokart2_b2v2.bsp, disconnecting


host_error: map is missing


im thinking maybe its a firewall issue? i believe i opened the correct ports but im not sure why this wouldnt be working otherwise
do i actually have to make a fastdl folder and link my maps folder into it?
the op of this post is so short ive gotta be messing up something obvious
frandor is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 01-17-2023 , 18:37   Re: [ANY] Simple Fastdownload
Reply With Quote #24

Key words for Google:

Free Fast DL, Fast DL for free, Fast DL on server, Fast DL without money, Fast DL, Fast DL on FTP
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 08-25-2023 , 07:46   Re: [ANY] Simple Fastdownload
Reply With Quote #25

I've made a fork with new features and fixes.
  • custom folder support
  • auto-compression to .bz2 using System2
  • fixed timing so whitelisting happens after other plugins add their content
  • mapchange reloads (optional)
  • logging convars added
  • code organisation + labeling
https://github.com/Alienmario/simple...ux/tree/master
Alienmario is offline
kaju666
Junior Member
Join Date: Feb 2010
Old 12-09-2023 , 17:08   Re: [ANY] Simple Fastdownload
Reply With Quote #26

Quote:
Originally Posted by Alienmario View Post
I've made a fork with new features and fixes.
  • custom folder support
  • auto-compression to .bz2 using System2
  • fixed timing so whitelisting happens after other plugins add their content
  • mapchange reloads (optional)
  • logging convars added
  • code organisation + labeling
https://github.com/Alienmario/simple...ux/tree/master
Hi

Unfortunatly it's not working for me. maybe im missing some step.
What i done:
1. installed plugin also with webcon extension.
2. added sv_downloadurl "http://146.x.x.x/fastdl" to server.cfg
3. set sv_downloadurl_hostname "146.x.x.x" in plugin.simple-fastdownload.cfg
4. .bz2 maps are in cstrike/maps
5. unlocked port 80 in firewall

And it do not downlaoding files. Does this plugin should make http server? i know i missing something
kaju666 is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 12-09-2023 , 17:42   Re: [ANY] Simple Fastdownload
Reply With Quote #27

Quote:
Originally Posted by kaju666 View Post
Hi

Unfortunatly it's not working for me. maybe im missing some step.
The sv_downloadurl_hostname cvar was not getting set in last release, i've updated the smx.

You also don't need to set sv_downloadurl or open port 80. The url is autogenerated in form of "http://<sv_downloadurl_hostname >:<serverport>/fastdl"
Alienmario is offline
kaju666
Junior Member
Join Date: Feb 2010
Old 12-10-2023 , 14:20   Re: [ANY] Simple Fastdownload
Reply With Quote #28

Quote:
Originally Posted by Alienmario View Post
The sv_downloadurl_hostname cvar was not getting set in last release, i've updated the smx.

You also don't need to set sv_downloadurl or open port 80. The url is autogenerated in form of "http://<sv_downloadurl_hostname >:<serverport>/fastdl"
thank you so much for updating
but it still not downloading map.

my server.cfg is empty, only hostname "test"

i tired puting file .bsp.bz2 in:

cstrike/maps when sv_downloadurl_bz2folder ""

and when sv_downloadurl_bz2folder "bz2" in
cstrike/bz2/
cstrike/maps/bz2/
/bz2/

tried sv_downloadurl_hostname "127.0.0.1" and
sv_downloadurl_hostname "146.X.X.X"

always when joining:

Missing map maps/ze_sorrento_escape_v5.bsp, disconnecting
Host_Error: Map is missing
kaju666 is offline
Alienmario
Senior Member
Join Date: Aug 2013
Old 12-10-2023 , 14:25   Re: [ANY] Simple Fastdownload
Reply With Quote #29

Make sure you are editing cfg\sourcemod\plugin.simple-fastdownload-redux.cfg
The url will also be accessible through your browser.
Alienmario is offline
kaju666
Junior Member
Join Date: Feb 2010
Old 12-10-2023 , 15:00   Re: [ANY] Simple Fastdownload
Reply With Quote #30

Quote:
Originally Posted by Alienmario View Post
Make sure you are editing cfg\sourcemod\plugin.simple-fastdownload-redux.cfg
The url will also be accessible through your browser.
it's not that could be the problem
http://146.59.126.218:27015/fastdl/z...ape_v5.bsp.bz2

27015 is open in firewall both tcp/udp

plugin and 2 extensions loaded succesfully.
i do not have system2 extrension.

any idea where to search for error?
in console i only see:
L 12/10/2023 - 19:584: [simple-fastdownload-redux.smx] Whitelisting files took 0.00s.

Last edited by kaju666; 12-11-2023 at 11:34.
kaju666 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:56.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode