Raised This Month: $32 Target: $400
 8% 

[CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)


Post New Thread Reply   
 
Thread Tools Display Modes
durangod
Senior Member
Join Date: Mar 2016
Location: SW USA
Old 08-16-2016 , 01:08   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #101

Last time i looked at the list which was while back there was nothing like this on the market.. And now that i have spent 3 days (yes i know i should have checked the list first, duh moment) trying to set up a workshop server and rotation i run into this... lets hope it works....
__________________
Freedom is never free!

Last edited by durangod; 08-17-2016 at 12:09.
durangod is offline
durangod
Senior Member
Join Date: Mar 2016
Location: SW USA
Old 08-16-2016 , 02:49   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #102

well its not working for some reason, maybe i missed a step but its not pulling my WS maps from my server. Ill keep digging.

Yes unfortunately its not what i thought it was, it just loads custom maps from workshop not custom maps from the server... sigh
__________________
Freedom is never free!

Last edited by durangod; 08-17-2016 at 12:10.
durangod is offline
Wulfy
Senior Member
Join Date: Apr 2015
Location: Belgium
Old 10-31-2016 , 06:04   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #103

I'm setting up a server that's running off a workshop collection and it's working pretty well using this plugin so far. I want to include maps like de_dust2 into the maplist though.

My server doesn't seem to be downloading official maps from the collection like de_dust2, de_inferno etc. (any maps that come with CS:GO by default).

This isn't necessarily a WML issue, but maybe I can fix it using the plugin. Does anybody have an idea how I could fix this?
I imagine I could add the maps to the wml.mapcycle.txt file but they would be overwritten every time I run sm_wml_reload.

Edit:
There's probably a better way to fix this but I just fixed it by adding these lines to wml_filesystem.sp
Code:
		WriteFileLine(file, "ar_baggage");
		WriteFileLine(file, "ar_monastery");
		WriteFileLine(file, "ar_shoots");
		WriteFileLine(file, "cs_assault");
		WriteFileLine(file, "cs_italy");
		WriteFileLine(file, "cs_militia");
		WriteFileLine(file, "cs_workout");
		WriteFileLine(file, "de_aztec");
		WriteFileLine(file, "de_bank");
		WriteFileLine(file, "de_cache");
		WriteFileLine(file, "de_cbble");
		WriteFileLine(file, "de_dust");
		WriteFileLine(file, "de_dust2");
		WriteFileLine(file, "de_inferno");
		WriteFileLine(file, "de_lake");
		WriteFileLine(file, "de_mirage");
		WriteFileLine(file, "de_nuke");
		WriteFileLine(file, "de_overpass");
		WriteFileLine(file, "de_safehouse");
		WriteFileLine(file, "de_stmarc");
		WriteFileLine(file, "de_sugarcane");
		WriteFileLine(file, "de_train");
		WriteFileLine(file, "de_vertigo");
__________________
be happy

Last edited by Wulfy; 11-06-2016 at 21:55.
Wulfy is offline
seek1338
New Member
Join Date: Nov 2016
Old 11-06-2016 , 10:30   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #104

Hello,

i have installed this plugin and everytime i start it i get this error:
L 11/06/2016 - 16:231: SourceMod error session started
L 11/06/2016 - 16:231: Info (map "workshop/159374563/de_piranesi_mv") (file "errors_20161106.log")
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?

On my Ubuntu is curl installed and it works from the comand line with the csgo server user e.g. curl http://example.com/index.html

can anyone tell me whats the problem behind this or how i can fix it?

thanks a lot.


best regards,
seek
seek1338 is offline
Wulfy
Senior Member
Join Date: Apr 2015
Location: Belgium
Old 11-06-2016 , 16:14   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #105

Quote:
Originally Posted by seek1338 View Post
Hello,

i have installed this plugin and everytime i start it i get this error:
L 11/06/2016 - 16:231: SourceMod error session started
L 11/06/2016 - 16:231: Info (map "workshop/159374563/de_piranesi_mv") (file "errors_20161106.log")
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?
L 11/06/2016 - 16:231: [wml.smx] Couldn't connect to Steam API, do you have System2 or cURL installed?

On my Ubuntu is curl installed and it works from the comand line with the csgo server user e.g. curl http://example.com/index.html

can anyone tell me whats the problem behind this or how i can fix it?

thanks a lot.


best regards,
seek
It's referring to the Sourcemod extensions cURL and System2.
Type 'sm exts list' in your console and see if it returns any errors for those.
__________________
be happy
Wulfy is offline
seek1338
New Member
Join Date: Nov 2016
Old 11-07-2016 , 09:55   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #106

thank you... ive installed the curl extension and now works everythink fine

best regards,
seek
seek1338 is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 11-24-2016 , 01:59   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #107

It allow you to play maps from workshop without download it?
__________________
Divin12 is offline
Wulfy
Senior Member
Join Date: Apr 2015
Location: Belgium
Old 11-24-2016 , 11:42   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #108

Quote:
Originally Posted by Divin12 View Post
It allow you to play maps from workshop without download it?
No.
__________________
be happy
Wulfy is offline
dustydevil
Member
Join Date: Feb 2016
Old 02-08-2017 , 18:55   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #109

Question

So When I add a Map to the collection iv set my server to look at this will Add the maps to maplist for people to vote for or do I have to manually add them sorry if dumb question new to the csgo server
dustydevil is offline
durangod
Senior Member
Join Date: Mar 2016
Location: SW USA
Old 02-08-2017 , 19:17   Re: [CS:GO] Workshop Map Loader (v0.13.0, 2014-06-27)
Reply With Quote #110

Dusty, it depends on the server host. With gameservers you dont have to do anything, if it is set up correctly using their forms then the maps will just load from the workshop.

On the voting also you will get a random vote at the end of the round by default, and a call vote from the csgo menu by default.
__________________
Freedom is never free!
durangod 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 17:31.


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