Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Several QoL(?) things. #45

Closed
ItsCEED opened this issue Jun 25, 2024 · 10 comments
Closed

[REQ] Several QoL(?) things. #45

ItsCEED opened this issue Jun 25, 2024 · 10 comments
Labels
enhancement New feature or request

Comments

@ItsCEED
Copy link

ItsCEED commented Jun 25, 2024

As I can see some stuff is already filtered, here is some more:

Messages:
XX points for neutralizing an enemy with the WEAPON ( I guess it's part of the DM GameMod)
XX points for assisting in neutralizing XXX

Others:

  • Disable chat wheel
  • Give a weapon from the current config to bots when they try to buy to prevent console spam of "[AI BT]: Unable to buy after multiple attempts." (causes some lag)
  • When the timer is less than 60 or 60 seconds make it so it is 00:XX instead of XX
  • Database preferences (?)
  • In HS mod, when you get shot to the body, you are getting slowed down, a fix for this will be nice since it feels like you are lagging lol
  • Make the message box not blink, its annoying on the eyes and defocusing
    image

Some of this changes if possible, will prevent the bloating the server with extra plugins

@mavproductions
Copy link
Contributor

Message blinking is when another hud message is trying to hijack priority over DMs persistent timer message. You shouldn't have blinking unless you have warmup permanently on or another plugin is trying to use it. You might also be able to offset the hud message to a different position with Hud Type command but I haven't tested it myself.

@ItsCEED
Copy link
Author

ItsCEED commented Jun 29, 2024

Message blinking is when another hud message is trying to hijack priority over DMs persistent timer message. You shouldn't have blinking unless you have warmup permanently on or another plugin is trying to use it. You might also be able to offset the hud message to a different position with Hud Type command but I haven't tested it myself.

You might be right, but I'm sure I don't have another panel under it or any other trying to take over, maybe is caused by recent updates as I noticed other servers that use the same position begin to have the blinking issues as well.

@NockyCZ
#Give a weapon from the current config to bots when they try to buy to prevent console spam of "[AI BT]: Unable to buy after multiple attempts." (causes some lag)

Regarding this, I fixed the issue by modding the behavior of the bots, I'm not too sure if can be resolved via the DM plugin or any plugin at all, as the base AI script force the bots to buy no matter what.

@mavproductions
Copy link
Contributor

@ItsCEED my server doesn't have the blinking issue currently, on newest CSS + MM versions. I think my server runs a pretty bare plugin allocation on DM-MultiCFG mode in terms of front-end things.

@ItsCEED
Copy link
Author

ItsCEED commented Jun 29, 2024

@ItsCEED my server doesn't have the blinking issue currently, on newest CSS + MM versions. I think my server runs a pretty bare plugin allocation on DM-MultiCFG mode in terms of front-end things.

Do you have timer in your messages?

@mavproductions
Copy link
Contributor

mavproductions commented Jun 29, 2024

@ItsCEED my server doesn't have the blinking issue currently, on newest CSS + MM versions. I think my server runs a pretty bare plugin allocation on DM-MultiCFG mode in terms of front-end things.

Do you have timer in your messages?

Yes. In my personal server I use "CenterMessageText": "<font class='fontSize-2' color='orange'>2nd Round Buy<br>Next Mode: {NEXTMODE} in {REMAININGTIME}</font>",

in my Deathmatch.json file with no issues.

---> https://streamable.com/trlzaq

@mavproductions
Copy link
Contributor

Actually sh*t I see what you mean after joining a warmup server. they eliminate the blinking all together. Not the "glitch" I was referring to when another hud msg tries to hijack the DM-multicfg htmlHud msg

---> https://streamable.com/6wu0kz

@NockyCZ
Copy link
Owner

NockyCZ commented Jun 30, 2024

As I can see some stuff is already filtered, here is some more:

Messages: XX points for neutralizing an enemy with the WEAPON ( I guess it's part of the DM GameMod) XX points for assisting in neutralizing XXX

Others:

  • Disable chat wheel
  • Give a weapon from the current config to bots when they try to buy to prevent console spam of "[AI BT]: Unable to buy after multiple attempts." (causes some lag)
  • When the timer is less than 60 or 60 seconds make it so it is 00:XX instead of XX
  • Database preferences (?)
  • In HS mod, when you get shot to the body, you are getting slowed down, a fix for this will be nice since it feels like you are lagging lol
  • Make the message box not blink, its annoying on the eyes and defocusing
    image

Some of this changes if possible, will prevent the bloating the server with extra plugins

  1. Not possible to block these messages right now
  2. Yeah it is possible
  3. Bots already get weapons at spawn
  4. Maybe in the future
  5. Yeah it is possible i think
  6. Not possible, if you dont want blinking just use Hud Type = 0

@ItsCEED
Copy link
Author

ItsCEED commented Jun 30, 2024

As I can see some stuff is already filtered, here is some more:
Messages: XX points for neutralizing an enemy with the WEAPON ( I guess it's part of the DM GameMod) XX points for assisting in neutralizing XXX
Others:

  • Disable chat wheel
  • Give a weapon from the current config to bots when they try to buy to prevent console spam of "[AI BT]: Unable to buy after multiple attempts." (causes some lag)
  • When the timer is less than 60 or 60 seconds make it so it is 00:XX instead of XX
  • Database preferences (?)
  • In HS mod, when you get shot to the body, you are getting slowed down, a fix for this will be nice since it feels like you are lagging lol
  • Make the message box not blink, its annoying on the eyes and defocusing
    image

Some of this changes if possible, will prevent the bloating the server with extra plugins

  1. Not possible to block these messages right now
  2. Yeah it is possible
  3. Bots already get weapons at spawn
  4. Maybe in the future
  5. Yeah it is possible i think
  6. Not possible, if you dont want blinking just use Hud Type = 0

For the bots, they get random weapon instead the first one (based on what I can see), causing them to draw pistols if what they get is not in their preferences I fixed this for me (partially) with profile editing and script editing by disable buying weapon.

For 6 yes, 0 is the way to go

@NockyCZ
Copy link
Owner

NockyCZ commented Jun 30, 2024

Yeah thats right, in the next version i will add that Default Weapons will also affect bots

@NockyCZ NockyCZ added the enhancement New feature or request label Jul 21, 2024
@NockyCZ
Copy link
Owner

NockyCZ commented Aug 18, 2024

@NockyCZ NockyCZ closed this as completed Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants