manicogaming / CSGOBetterBots

BOTs with some improvemes and other things.
92 stars 23 forks source link

bot_nades not detecting workshop map #71

Closed crspyN closed 2 years ago

crspyN commented 2 years ago

i've been trying to add nades to a workshop map, but the map isnt being detected. I get the error No nades found for workshop/1774873681/de_dust2_classic.

I'm following the same format as the first example for de_mirage, as well as specifying the file path for the map, but so far nothing worked.

Here's my current bot_nades.txt: bot_nades.txt

manicogaming commented 2 years ago

Using this as the map name doesn't work? workshop/1774873681/de_dust2_classic

crspyN commented 2 years ago

i've tried that too, when i reload the plugin it still shows the error no nades found. i've tested it on mirage and dust2 and it works perfectly fine. it's just the workshop maps that aren't being detected

manicogaming commented 2 years ago

image Have you also tried without the first "/"?

crspyN commented 2 years ago

that also doesn't work. i tried it again after adding some more nades under the workshop map, it is now also showing this error:

image

manicogaming commented 2 years ago

Show me your bot_nades again

crspyN commented 2 years ago

bot_nades.txt

i tried removing the first / again, still doesnt work

manicogaming commented 2 years ago

I updated the plugin, now you only need the map name. I found the problem, you forgot this character " image

After adding it then it should work.

crspyN commented 2 years ago

just tested and it works now, thank you