50DKP / FF2-Official

Freak Fortress 2 is a one versus all mod for Team Fortress 2. It is the successor to the Vs. Saxton Hale plugin.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
54 stars 27 forks source link

Lots of Spam #317

Closed Bonkorn closed 8 years ago

Bonkorn commented 8 years ago

The plugin annouces many message per minute how do i solve that? wot? i toggled off

  20 "Freak Fortress 2: Boss Preferences" (1.01) by SHADoW NiNE TR3S (Base code from RainBolt Dash, Powerlord and frog)
  21 "Freak Fortress 2" (1.10.6) by Rainbolt Dash, FlaminSarge, Powerlord, the 50DKP team
  113 "Freak Fortress 2: Default Abilities" (1.10.4) by RainBolt Dash
  114 "Freak Fortress 2: Easter Abilities" (1.10.4) by Powerlord and FlaminSarge, updated by Wliu
  115 "Freak Fortress 2: Abilities of 1st set" (1.10.4) by RainBolt Dash
  116 "Freak Fortress 2: Boss Tweaks" (1.0) by frog
  117 "Freak Fortress 2: Saxtoner Ability Pack (1.2)" by Otokiru
  118 "Freak Fortress 2: WC3 Ability Pack" (1.2.2) by Otokiru, SHADoW NiNE TR3S
  119 "Freak Fortress 2: Phat Rages" (0.9.4) by frog,Kemsan,Peace Maker,LeGone,RainBolt Dash
  120 "Freak Fortress 2: ServerCommandRage" (1.1) by frog
  121 "FF2 Ability: Customazible Clipless Weapons" by M7
  122 "Freak Fortress 2: rage_overlay" by Jery0987, RainBolt Dash
  123 "Freak Fortress 2: special_noanims" by RainBolt Dash
winstliu commented 8 years ago

Some timers are firing incorrectly by the looks of it. Since it also happens with haletoggle I'm not sure it's an issue with FF2, but can you please paste any errors here? Thanks.

Bonkorn commented 8 years ago
L 11/11/2015 - 18:27:33: [SM] Displaying call stack trace for plugin "ff2_boss_prefs.smx":
L 11/11/2015 - 18:27:33: [SM]   [0]  Line 41, C:\Users\jason_000\Documents\BonkornTFServers\BonkornTFServer-Deathrun\server\tf\addons\sourcemod\scripting\include\morecolors.inc::CPrintToChat()
L 11/11/2015 - 18:27:33: [SM]   [1]  Line 279, C:\Users\jason_000\Documents\BonkornTFServers\BonkornTFServer-Deathrun\server\tf\addons\sourcemod\scripting\ff2_boss_prefs.sp::ToggleMenu()
L 11/11/2015 - 18:27:33: [SM]   [2]  Line 258, C:\Users\jason_000\Documents\BonkornTFServers\BonkornTFServer-Deathrun\server\tf\addons\sourcemod\scripting\ff2_boss_prefs.sp::BossMenuTimer()

L 11/11/2015 - 18:32:53: [SM] Displaying call stack trace for plugin "ff2_boss_prefs.smx":
L 11/11/2015 - 18:32:53: [SM]   [0]  Line 41, C:\Users\jason_000\Documents\BonkornTFServers\BonkornTFServer-Deathrun\server\tf\addons\sourcemod\scripting\include\morecolors.inc::CPrintToChat()
L 11/11/2015 - 18:32:53: [SM]   [1]  Line 279, C:\Users\jason_000\Documents\BonkornTFServers\BonkornTFServer-Deathrun\server\tf\addons\sourcemod\scripting\ff2_boss_prefs.sp::ToggleMenu()
L 11/11/2015 - 18:32:53: [SM]   [2]  Line 258, C:\Users\jason_000\Documents\BonkornTFServers\BonkornTFServer-Deathrun\server\tf\addons\sourcemod\scripting\ff2_boss_prefs.sp::BossMenuTimer()

I modified RegConsoleCmd in ff2_boss_prefs.sp https://www.dropbox.com/s/bl8rmqlpo7vazwt/ff2_boss_prefs.sp?dl=0 By adding these

    // Commands
    RegConsoleCmd("ff2toggle", ToggleMenu, "Allows players to enable/disable being in the boss queue");
    RegConsoleCmd("ff2_toggle", ToggleMenu,"Allows players to enable/disable being in the boss queue");
    RegConsoleCmd("haletoggle", ToggleMenu,"Allows players to enable/disable being in the boss queue");
    RegConsoleCmd("hale_toggle", ToggleMenu,"Allows players to enable/disable being in the boss queue");
    RegConsoleCmd("ff2_boss", BossSelectMenu, "Allows players to select their boss");
    RegConsoleCmd("ff2boss", BossSelectMenu, "Allows players to select their boss");
    RegConsoleCmd("hale_boss", BossSelectMenu, "Allows players to select their boss");
    RegConsoleCmd("haleboss", BossSelectMenu, "Allows players to select their boss");

Source: https://forums.alliedmods.net/attachment.php?attachmentid=148889&d=1446991712 Source at AlliedModders Forum: https://forums.alliedmods.net/showthread.php?t=273191

winstliu commented 8 years ago

I think this is an issue with your customized ff2_boss_prefs plugin. Try using the unmodified version and see if the spam still occurs.

Bonkorn commented 8 years ago

Used unmodified ff2_boss_prefs.smx spams Unloaded ff2_boss_prefs.smx Also spam

winstliu commented 8 years ago

Are the errors any different?

Bonkorn commented 8 years ago

I don't know

Bonkorn commented 8 years ago

Fixed: Drag & Drop these files first - replace all with FF2-Official-1.10.6.zip second - replace all with plugins.zip