deStrO / eBot-CSGO-Web

The eBot CS:GO panel
http://www.esport-tools.net/ebot
95 stars 69 forks source link

Add a workshop map #83

Closed Gicminos closed 11 months ago

Gicminos commented 7 years ago

The wiki explain how to add a new map https://github.com/deStrO/eBot-CSGO-Web/wiki/Add-maps-to-map-pool

modifying this https://github.com/deStrO/eBot-CSGO-Web/blob/master/config/app.yml

But how can I add a workshop map??

Thank you.

mrc4tt commented 7 years ago

Example: maps: [ de_dust2, de_nuke, de_inferno, de_train, de_mirage, de_season, de_cache, de_overpass, de_cbble, de_tuscan, workshop/XXXXXX/de_dust2_se ]

What i think is possible.

Gicminos commented 7 years ago

The URL for de_dust2_se is http://steamcommunity.com/sharedfiles/filedetails/?id=125488374

the correct form is maps: [ de_dust2, de_nuke, de_inferno, de_train, de_mirage, de_season, de_cache, de_overpass, de_cbble, de_tuscan, workshop/125488374/de_dust2_se]

or at "XXXXXX" I need to put the collection?

mrc4tt commented 7 years ago

correct form is:

maps: [ de_dust2, de_nuke, de_inferno, de_train, de_mirage, de_season, de_cache, de_overpass, de_cbble, de_tuscan, workshop/125488374/de_dust2_se ]

mrc4tt commented 7 years ago

I thinking you need too to edit here:

https://github.com/deStrO/eBot-CSGO/blob/master/config/config.ini.smp <<