FavThisServer mutator

Search, find and discuss about Mutators!
Post Reply
Buggie
Godlike
Posts: 2697
Joined: Sat Mar 21, 2020 5:32 am

FavThisServer mutator

Post by Buggie »

Tiny and easy mutator.
Periodically (once per minute) check client Favorites and if this server not in favorites, notify player:

If player write in chat !fav, then this server will be added into player favorites.

Install:
Add to mutator list FavThisServer.FavThisServer (or to ServerActors - preferred way)
Add to ServerPackages FavThisServer.
FavThisServer.zip
(4.33 KiB) Downloaded 18 times
Last edited by Buggie on Sat Sep 17, 2022 4:08 am, edited 1 time in total.
User avatar
Que
Inhuman
Posts: 781
Joined: Mon Dec 09, 2019 5:49 am
Personal rank: ...
Contact:

Re: FavThisServer mutator

Post by Que »

nice idea..

what happens if clients don't want to add to favs?
- will server keep spamming them to add to favs?
*Join our Discord Here.*
Our mods - MVX , SSB , SmartWFL , UTCmds , BotCommands , Smart Stats , join/leave announcer , NoSmoke , UTLogin , BrightSkins , Server Tran…
*Our Servers
Buggie
Godlike
Posts: 2697
Joined: Sat Mar 21, 2020 5:32 am

Re: FavThisServer mutator

Post by Buggie »

Yes. Will keep spamming. Server owner can set interval in config.

I think one message per minute is fine. Also it goes to death messages area.
When actual gameplay going there appear too many messages per minute and nobody bother this fact.
User avatar
Berserker
Experienced
Posts: 126
Joined: Fri Sep 27, 2019 5:08 pm

Re: FavThisServer mutator

Post by Berserker »

I think spamming each minute is a bit too much. I would like it to notify the player only once per map
Visit us on Discord:
https://discord.gg/fcRakgNCjR Image
Buggie
Godlike
Posts: 2697
Joined: Sat Mar 21, 2020 5:32 am

Re: FavThisServer mutator

Post by Buggie »

Currently you can not do that. First message appear only after delay time. But you can set it to 0 or big number. In this case it will not notify at all.
And use any other mutator which produce hints, for notify user as you want.
User avatar
Que
Inhuman
Posts: 781
Joined: Mon Dec 09, 2019 5:49 am
Personal rank: ...
Contact:

Re: FavThisServer mutator

Post by Que »

Berserker wrote: Thu Sep 08, 2022 9:45 pm I think spamming each minute is a bit too much. I would like it to notify the player only once per map
depending on the timer set for the game... lets say TimeLimit=10mins .. then set the timer in the Favs mod to 5minutes
and it will display only once (mid game) each game.
*Join our Discord Here.*
Our mods - MVX , SSB , SmartWFL , UTCmds , BotCommands , Smart Stats , join/leave announcer , NoSmoke , UTLogin , BrightSkins , Server Tran…
*Our Servers
Buggie
Godlike
Posts: 2697
Joined: Sat Mar 21, 2020 5:32 am

Re: FavThisServer mutator

Post by Buggie »

Yea. In sugar world. Where all players read all messages in game.
From my experience, players not read even CriticalEvent messages, which appear as big blue text at center of screen and much more intrusive.
MH prove that. You write same text in chat and they "Oooooohhh, what is hellllll IDK that!".

So your message in mid-game simple left unnoticed. And if you ask about it, most player will be wondered if that exists at all.

For example you can enter to my VCTF server and play here. After that can go and tell me, which message be on 10th minute of 20th minutes limit.
I am sure, if you play, you can not do that.



User avatar
Berserker
Experienced
Posts: 126
Joined: Fri Sep 27, 2019 5:08 pm

Re: FavThisServer mutator

Post by Berserker »

Well I was going to include it in competitive pugs, spamming the message each 10 minutes or so is too invasive if my time limit is 30-40 min per map. I wish some of your great mutators had more customizability.
Visit us on Discord:
https://discord.gg/fcRakgNCjR Image
Buggie
Godlike
Posts: 2697
Joined: Sat Mar 21, 2020 5:32 am

Re: FavThisServer mutator

Post by Buggie »

PUG server not need this stuff at all. PUG server mean you gather players in discord, so add server to favorites useless and more even dangerous, It is not "free for enter server". If there happen PUG you not want come additional players. If there nothing you wanna it be empty for next possible PUG.

This thing good only for public open servers for make players return to it, if they like it.
User avatar
Barbie
Godlike
Posts: 2792
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: FavThisServer mutator

Post by Barbie »

Berserker wrote: Sat Sep 10, 2022 1:22 am I wish some of your great mutators had more customizability.
What are your needs? Maybe I have customized versions… 8)
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
User avatar
Berserker
Experienced
Posts: 126
Joined: Fri Sep 27, 2019 5:08 pm

Re: FavThisServer mutator

Post by Berserker »

Barbie wrote: Sat Sep 10, 2022 10:02 am
Berserker wrote: Sat Sep 10, 2022 1:22 am I wish some of your great mutators had more customizability.
What are your needs? Maybe I have customized versions… 8)
Which ones did you modify? :lol2:
Visit us on Discord:
https://discord.gg/fcRakgNCjR Image
User avatar
Barbie
Godlike
Posts: 2792
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: FavThisServer mutator

Post by Barbie »

Berserker wrote: Sat Sep 10, 2022 3:52 pm Which ones did you modify? :lol2:
I modified RebootOnNextMap and want to modify GiftFromDecorationMutator. But better discuss via PM in order not to derail this thread.
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
Buggie
Godlike
Posts: 2697
Joined: Sat Mar 21, 2020 5:32 am

Re: FavThisServer mutator

Post by Buggie »

v1

- Add config option NotifyStartSeconds
- Fix few bugs.

Update in first post: viewtopic.php?f=7&t=15384
Post Reply