AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO/ANY?] Discord - Map Notifications (https://forums.alliedmods.net/showthread.php?t=312817)

whiteskypony 07-21-2020 23:16

Re: [CS:GO/ANY?] Discord - Map Notifications
 
https://i.imgur.com/plVWSEr.png


How should i edit the plugin to target tf2 related map images on gametracker?

Quote:

Format(sThumb, sizeof(sThumb), "https://image.gametracker.com/images/maps/160x120/csgo/%s.jpg", sMap);
To?
Quote:

Format(sThumb, sizeof(sThumb), "https://image.gametracker.com/images/maps/160x120/tf2/%s.jpg", sMap);

Bara 07-22-2020 05:38

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by whiteskypony (Post 2711098)
https://i.imgur.com/plVWSEr.png


How should i edit the plugin to target tf2 related map images on gametracker?


To?

Correct, as example: https://image.gametracker.com/images.../ctf_2fort.jpg

I'll add a cvar to change the game

paulo_crash 07-22-2020 06:44

Re: [CS:GO/ANY?] Discord - Map Notifications
 
@Bara could you make the plugin update the map image you send in Discord if the map image is changed in GameTracker?

There are some that even having the map image in GameTracker the plugin sends the message without an image.

DoPe^ 08-07-2020 09:27

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Hey @Bara, is it possible so if you use a workshop map to make it strip the folder and workshop id from the name?
Right now it looks like this
https://i.imgur.com/VxkD6Al.png

Bara 08-07-2020 13:40

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by DoPe^ (Post 2713371)
Hey @Bara, is it possible so if you use a workshop map to make it strip the folder and workshop id from the name?
Right now it looks like this
https://i.imgur.com/VxkD6Al.png

Done.

paulo_crash 08-07-2020 14:26

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Could you explain how this cvar works:

PHP Code:

// Which language (as 2 or 3 digit code) for discord messages?
// Here's a list of some/all languages codes:
// [url]https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes[/url]
discord_map_notification_language_code "en" 

Even leaving default messages are sent in my language, "pt", but if you put PT in the cvar it does not send the messages in the discord.

DoPe^ 08-07-2020 20:45

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by Bara (Post 2713415)
Done.

Awesome! thank you so much

loko15 11-24-2020 13:50

Re: [CS:GO/ANY?] Discord - Map Notifications
 
no errors but doesnt doesnt work, help?

Bara 01-05-2021 19:02

Re: [CS:GO/ANY?] Discord - Map Notifications
 
I've uploaded now the discord_api.smx as well, since it makes a lot of errors with older discord_api versions.

Blur11602 01-11-2021 11:08

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Hi Bara, i was wondering how to install Steamworks and smjansson, as there are no instructions for smjansson and (for steamworks) i do not know what files to extract and where.
Any help would be greatly appreciated :)

BLUR


All times are GMT -4. The time now is 03:42.

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