AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors (https://forums.alliedmods.net/showthread.php?t=290512)

sneaK 11-15-2016 02:30

[REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
Hey guys, right now with Zephyrus' Store plugin the options for chat colors & colors for tags is severely limited (green, default, and team colors from what I've tested). I attempted to modify the plugin to use multicolors, but I'm a bit in over my head and can't get colors to work. I'm honestly not sure if it has to do with SCP limitations or the actual store issues.

Could somebody get all available CS:GO colors to work with Zephyrus Store?

TY!

8guawong 11-15-2016 02:43

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
it's csgo limitation

sneaK 11-15-2016 02:53

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
Quote:

Originally Posted by 8guawong (Post 2470253)
it's csgo limitation

CS:GO has many workable colors. The ones available with Zephyrus' store are even more limited than what's available.

PHP Code:

"{NORMAL}""{DARK_RED}""{PINK}""{DARK_GREEN}""{YELLOW}""{LIGHT_GREEN}""{LIGHT_RED}""{GRAY}""{ORANGE}""{LIGHT_BLUE}""{DARK_BLUE}""{PURPLE}"
"\x01"
,     "\x02",      "\x03",   "\x04",         "\x05",     "\x06",          "\x07",        "\x08",   "\x09",     "\x0B",         "\x0C",        "\x0E" 

Some reading:
https://forums.alliedmods.net/showthread.php?t=193328
https://forums.alliedmods.net/showthread.php?t=260649

Maxximou5 11-15-2016 03:24

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
You should be able to just swap it out, zephstocks uses Chat and ChatAll.
Replace them with what multicolors uses: CPrintToChat and CPrintToChatAll
If that doesn't work, I'll take a closer look and check it properly, should no one else beat me to it.

8guawong 11-15-2016 04:28

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
https://github.com/KissLick/ColorVar...o%20colors.png
not that much...

CamerDisco 11-15-2016 10:01

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
1 Attachment(s)
Look this version.
Avaiable colors:
PHP Code:

char CTag[][] =       {"{NORMAL}""{DARKRED}""{PINK}""{GREEN}""{YELLOW}""{LIGHTGREEN}""{RED}""{GRAY}",  "{BLUE}""{DARKBLUE}""{PURPLE}"}; 


sneaK 11-15-2016 12:56

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
Quote:

Originally Posted by CamerDisco (Post 2470314)
Look this version.

Can't run a diff here at work or test it, but I see you changed Chat( to CPrintToChat(, ChatAll( to CPrintToChatAll(, in store.sp, no change to includes, and that works fine?

CamerDisco 11-15-2016 13:16

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
I added in zephstocks include csgocolors

sneaK 11-15-2016 13:28

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
Quote:

Originally Posted by CamerDisco (Post 2470363)
I added in zephstocks include csgocolors

Ahh ok, thank you! The zephstocks.inc you included in the zip doesn't include csgocolors, hence why I was a little confused.

I see you added it to store.inc, derp, ty! :D

sneaK 11-15-2016 20:07

Re: [REQ] [CSGO] Zephyrus Store CS:GO Chat Colors
 
Using exactly what you zipped doesn't work for CS:GO :(

http://i.imgur.com/650hygJ.jpg

Edit: I also added multicolors include to zephstocks, no dice. :(


All times are GMT -4. The time now is 23:29.

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