Jump to content

Soda

GC Board Member
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    28

Soda last won the day on September 30

Soda had the most liked content!

About Soda

  • Birthday 12/15/1999

Profile Information

  • Steam Community Profile
    http://steamcommunity.com/profiles/76561198057134064/
  • Blizzard Battletag
    Player#1124742
  • Gender
    Male
  • Location
    Canada
  • Interests
    Code - Mods - Osu - Overwatch - L4D2 - WoW - Politics - THE GRINDSET

Recent Profile Visitors

98,018 profile views

Soda's Achievements

Enthusiast

Enthusiast (6/14)

  • Reacting Well Rare
  • Dedicated Rare
  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

68

Reputation

  1. GCFTW_Points_System v2.7.8 released Changelog: - [Performance] Moved retrieval of event variables "headshot" and "weapon_id" inside "if (IsValidClient(attacker) && GetClientTeam(attacker) == SURVIVORS)" block. - [Code QoL] Flipped the condition checking RoundEndCount in Event_Boom function and reformatted the statement handling. - [Code QoL] Replaced "attacker > 0 && attacker <= MaxClients && IsClientInGame(attacker)" with "IsValidClient(attacker)" in Event_Boom function. - [Boomer Rework] Added variables t_TagAnnounce[MAXPLAYERS], p_TagPoints[MAXPLAYERS]. The former is a boolean to indicate whether a player has an active timer for survivor tags, and the latter is the amount of points they have accumulated during the time that timer is active. - [Boomer Rework] Replaced "if (BoomerVictimCount[attacker] > 0)" with "if (!t_TagAnnounce[attacker])" in Event_Boom. - [Boomer Rework] Changed the point reward for boomer tags to the following point reward: "float local_TagReward = 1.00 + ((BoomerVictimCount[attacker] - 1) * 0.25);" - [Boomer Rework] Changed boomer tag announce from 3s to 5s. This is also the duration of time which the 0.25pt bonus will continue to be added to each subsequent tag following the first. - [Boomer Rework] Added -50% point reward scaling for tagging bots. - [Boomer Rework] Modified BoomerPointAnnounce timer to confirm t_TagAnnounce[attacker] is true, changed the print statement to use p_TagPoints[attacker], and to reset the values of both new variables.
  2. GCFTW_Points_System v2.7.7 released Changelog: - [Code QoL] Added enable cvar & handle for bullet counting: e_hTotalBulletsFired and added check at weaponfire event start. - [Code QoL] Added e_hTotalBulletsFired check to !stats command so stat will only show if tracking is enabled. - [Code QoL] Flipped the condition checking RoundEndCount in Event_Infected_Death function and reformatted the statement handling. - [Code QoL] Replaced "attacker > 0 && attacker <= MaxClients && IsClientInGame(attacker)" with "IsValidClient(attacker)" in Event_Infected_Death function.
  3. Use this thread to post about any bugs you encounter in any of the L4D2 servers, as well as any concerns or issues you see or run in to. Be sure to include as much detail as possible, such as the server name/number, date/time of encounter (if necessary), and any other relevant details that could help to resolve it.
  4. Soda

    b oomers

    I'll change the value to 1.00 for boomers and will see how people feel about it
  5. Soda

    b oomers

    The point reward for booming a survivor is set to a flat value which we can control in the config file. Currently it's set as 1.25. My personal take on the point reward would be 1.00 point for booming a player survivor, and 0.50 for a bot survivor. Then similarly I would also cut the common damage bonus in half for damage done to bot survivors by the common. I remember back in the day when it was 2 points per survivor boomed, that was wild lol Anyways let me know what you think
  6. Just had to flip a value in the config - should be back now! Let me know if it still doesn't work
  7. Soda

    Chargers

    Think I am just gonna go ahead and push my points plugin live since it already handles point normalization to 10 damage = 1 point, and adjusts by 50% for bots and for incaps (-75% pts for damage to incapped bots). Strange to hear that about the loot and the scoped weapons - not sure what that's about, but could be caused by the active version of the points plugin as well. Will keep you posted
  8. couldn't tell which plugin it was that caused, but i found the file which has "negro" and seems like a plugins reads from this file and kicks based on it. I removed the word from the file so that guy shouldn't get kicked anymore.
  9. uhhhhhhhhhhhhhhh must be a plugin other than mine - as mine would just rename them. I'll take a look into it, thanks for the info
  10. Soda

    Hordes

    @Mercman I'll take a look at the plugin configuration file and update back to 15pts if required. I don't believe this was intentional - if it was, then I don't recall changing it
  11. fallout london is a pretty crazy level of delivery for a community-sourced project legit better company than bethesda lol
  12. Pretty big update coming to the points plugin soon.

    Will post the changelog once it's live 🤓

  13. Working on tracking some basic stats for infected classes right now. Planning to track general stats of Damage, Incaps, Kills, Deaths per playable infected class, distinguishing between bot vs players same as the weapon stats. When I move on to more specific infected stats, like high pounces, seconds jockeyed, charger collisions, etc. I am thinking those will all be stored separately from these general infected stats. PS. Thinking about adding a 'Top 10' type thing for each stat you can view in game, in case you are curious who has the most Pistol Headshots on Boomers, or something like that lol Might just make each stat selectable in the menu, and if you select it then it will display the top ranks for it..
  14. Version 0.4 live now. Changed the database structure slightly and now the kills values represent total kills (for bots or players) and the headshot values represent the amount of the total kills were by headshots. There are likely to be bugs, so please report anything that looks weird in this thread, or by messaging me in discord! Reminder: use /ranks command to access the stats.
×
×
  • Create New...