AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Messages Replacement (v0.0.1) (https://forums.alliedmods.net/showthread.php?t=326655)

MagNNusS 08-10-2020 13:59

Messages Replacement (v0.0.1)
 
2 Attachment(s)
Messages Replacement
  • First, what is this 'Messages Replacement' plug-in?
It's simple, it replaces any in-game messages ID into a hud (for now) from a small configuration file. Now there's no need to use hardcoded path to add a 'Terrorist won this round' hud when Terrorist actually wins the round (As an example). Via this configuration file you can hook many ID messages and you can change the hud parameters.
  • Why is this shared?
Well, the main one is that I've sawed that in the past a lot of people constantly were suggesting 'Can I change message bla bla bla', next thing is that this hasn't been made before ( I guess, or I didn't search well enough? :roll: ).
  • How this configuration file works?
There are 2 sections. One checks all registered messages and the other one reads hud parameters such as colour, screen position, effects, hold time etc. There is already an example in the config file.
  • How can I install it?
Okay first, you must compile the plug-in locally, then place message_configs.ini in your configs folder. Add the name of your plug-in in your plugins.ini file (message_replacement.amxx)
  • I don't know any messages, can you tell me some?
Well, I also don't have all of them, but I know few of them:
PHP Code:

#Terrorists_Win
#CTs_Win
#Round_Draw
#Bomb_Planted
#Bomb_Defused
#Target_Bombed
#Hostages_Not_Rescued
#Game_will_restart_in
#Game_Commencing
#Target_Bombed 

  • I've added a few messages, but they don't work, why?
In this case the message cannot be hooked. Which means plug-in doesn't support the version of message, OR you probably miswrote it or something.
  • I don't know what these hud parameters contains, what can I do?
In this case I recommend you to visit this link, based here you can easily configure them.
  • I'm curious about plug-ins changelog, how can I see it?
Just press 'Show' and an information will appear.
Spoiler


Suggestions are welcomed. And also, hopefully fewer bugs will be emphasized :grrr:

OciXCrom 08-10-2020 14:07

Re: Messages Replacement (v0.0.1)
 
Isn't it the same as this, but less customizable?

DruGzOG 08-13-2020 09:42

Re: Messages Replacement (v0.0.1)
 
Quote:

Originally Posted by OciXCrom (Post 2713771)
Isn't it the same as this, but less customizable?

It is, guess author didn't read the rules on posting new plugins as of yet

HamletEagle 09-01-2021 07:55

Re: Messages Replacement (v0.0.1)
 
Quote:

Originally Posted by OciXCrom (Post 2713771)
Isn't it the same as this, but less customizable?

Unapproved.

kww 01-23-2022 09:40

Re: Messages Replacement (v0.0.1)
 
Quote:

Originally Posted by OciXCrom (Post 2713771)
Isn't it the same as this, but less customizable?

maybe he just didn't notice your plugin?

HamletEagle 01-23-2022 09:55

Re: Messages Replacement (v0.0.1)
 
Quote:

Originally Posted by kww (Post 2769134)
maybe he just didn't notice your plugin?

That doesn't change anything?


All times are GMT -4. The time now is 11:00.

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