Garry's Mod

Garry's Mod

Among Us Gamemode
Showing 1-10 of 19 entries
< 1  2 >
Update: Jun 11, 2021 @ 10:31pm

Version v0.1.5, changes since v0.1.4:

• Rework splash.text in Russian i18n - NotMyWing (12 Jun 2021)
• Implement lookaround - NotMyWing (12 Jun 2021)
• Add proper UI for "Empty Garbage" - NotMyWing (13 Apr 2021)
• Don't sort the voting screen by role - NotMyWing (12 Apr 2021)
• Add proper UI for "Reactor Meltdown" - NotMyWing (12 Apr 2021)
• Add proper UI for "Comms Sabotaged" - NotMyWing (09 Apr 2021)
• Fix disabled communications not hiding tasks - NotMyWing (09 Apr 2021)
• Add proper UI for "Fix Lights" - NotMyWing (09 Apr 2021)
• Position the close button above standard stuff - NotMyWing (09 Apr 2021)

Update: Mar 31, 2021 @ 8:06pm

Version v0.1.4, changes since v0.1.3:

• Add ability to manipulate player roles - Blaubeeree (31 Mar 2021)
• Clear dead players when broadcasting new - Blaubeeree (29 Mar 2021)
• Add PreGameStart hook - Blaubeeree (25 Mar 2021)
• Make ShowHelp clientside - NotMyWing (01 Apr 2021)
• Remove the early alpha disclaimer - NotMyWing (01 Apr 2021)
• Hide PAC3 outfits when not transmitting - NotMyWing (01 Apr 2021)
• Specify the game mode category - NotMyWing (01 Apr 2021)
• Fix minor issues in Russian i18n - NotMyWing (01 Apr 2021)
• Fix Lua/netmessage error when spectators chat - Eliot Partridge (26 Dec 2020)
• Add German translation (#85) - Sinsa (26 Dec 2020)

Update: Dec 23, 2020 @ 12:25pm

Version v0.1.3, changes since v0.1.2:

• Make the highlight popup temporarily more apparent - NotMyWing (24 Dec 2020)
• Don't highlight vents for dead players - NotMyWing (24 Dec 2020)
• Add Chinese translation (#83) - AlicepoliceL, TEGTainFan, minghinshi (24 Dec 2020)
• Employ questionable Lua optimization tactics - NotMyWing (24 Dec 2020)
• Add French translation by Azellio - Azellio (18 Dec 2020)

Updated localization files. :^)

Update: Dec 17, 2020 @ 12:12am

Version v0.1.2, changes since v0.1.1:

• Fix the round timer ticking during meetings - NotMyWing (17 Dec 2020)
• Make player speed adjustable - NotMyWing (16 Dec 2020)
• Add missing reticle to "Clear Asteroids" - NotMyWing (16 Dec 2020)
• Fix asteroid centering, apply random y velocity (#81) - Eliot Partridge (15 Dec 2020)

Update: Dec 15, 2020 @ 12:54am

Version v0.1.1. Changes since v0.1.0:

• Fix eject typing effect for multibyte characters (#79) - Eliot Partridge (15 Dec 2020)
• Make the player icon better™ - NotMyWing (15 Dec 2020)
• Fix "Swipe Card" having its close button misplaced - NotMyWing (15 Dec 2020)
• Improve venting animations - NotMyWing (15 Dec 2020)
• Fix scan becoming unhighlightable after first use - NotMyWing (13 Dec 2020)
• GAMEMODE -> GM - NotMyWing (13 Dec 2020)
• Add even more HUD fail-safes - NotMyWing (13 Dec 2020)
• Fix small typos in Russian l10n - NotMyWing (13 Dec 2020)
• Remove weird assignment from "Inspect Sample" - NotMyWing (13 Dec 2020)
• Update UI assets (#77) - Tyler Schrock (13 Dec 2020)
• Add basic CAMI support (#78) - Eliot Partridge (13 Dec 2020)

Update: Dec 11, 2020 @ 12:22am

Version v0.1.0. Changes since v0.0.7:

• Fix comms sabotage resetting the task bar - NotMyWing (11 Dec 2020)
• Fix being able to vote twice (visually) - NotMyWing (11 Dec 2020)
• Add anonymous voting to the ConVar display table - NotMyWing (11 Dec 2020)
• Fix being able to vote against dead players - NotMyWing (11 Dec 2020)
• Make spectator mode more apparent, fix rogue bugs - NotMyWing (11 Dec 2020)
• Network the amount of initialized players - NotMyWing (11 Dec 2020)
• Fix improper skip confirmation box layering - NotMyWing (11 Dec 2020)
• Don't draw any halos for the spectators - NotMyWing (11 Dec 2020)
• FIx the initial spectators not being transmitted - NotMyWing (11 Dec 2020)
• Make the task list visible to spectators - NotMyWing (10 Dec 2020)
• Add tentative settings menu to F1 - NotMyWing (10 Dec 2020)
• Add au_spectator_mode and fix cycling - NotMyWing (10 Dec 2020)
• Add a couple missing null checks - NotMyWing (11 Dec 2020)
• Lower the base use radius to 64 - NotMyWing (11 Dec 2020)
• Add imposter-specific task entry - NotMyWing (10 Dec 2020)
• Display max players instead of needed - NotMyWing (10 Dec 2020)
• Print version in the top-right corner - NotMyWing (10 Dec 2020)
• Localize F1 tabs - NotMyWing (10 Dec 2020)
• Make the meeting button text slightly smaller - NotMyWing (10 Dec 2020)
• Add Russian i18n - NotMyWing (10 Dec 2020)
• Don't play kill animations for the last crewmate - NotMyWing (10 Dec 2020)
• Don't call MakePopup on the discuss anim - NotMyWing (10 Dec 2020)
• Make VGUIs not take keyboard control by default - NotMyWing (10 Dec 2020)
• Add controls to F1 - NotMyWing (10 Dec 2020)
• Fix various labels missing outlines - NotMyWing (10 Dec 2020)
• Fix the initial kill cooldown not being 10 seconds - NotMyWing (10 Dec 2020)
• Fix meeting timer sound not creating properly - NotMyWing (10 Dec 2020)
• Add a UI for meeting buttons, remove floating text - NotMyWing (10 Dec 2020)
• Make VGUI identifiers strictly strings - NotMyWing (10 Dec 2020)
• Refactor the meeting backend, fix skip votes - NotMyWing (10 Dec 2020)
• Fix ConVar snapshot boolean check - NotMyWing (10 Dec 2020)
• Add 10 second warning to meetings (#76) - Eliot Partridge (09 Dec 2020)
• Add mute/speaking icons and right-click menu - NotMyWing (10 Dec 2020)
• Make the local player nickname appear lower - NotMyWing (09 Dec 2020)
• Add anonymous voting - NotMyWing (09 Dec 2020)
• Make leavers not call CheckWin during meetings - NotMyWing (09 Dec 2020)
• Don't reset env_soundcape* entities on cleanup (#74) - Eliot Partridge (09 Dec 2020)
• Add a ConVar for setting the corpse model (#62) - Eliot Partridge (09 Dec 2020)
• Add option to disable the taskbar updates (#73) - Tyler Schrock (09 Dec 2020)
• Remove au_dead_chat and au_game_chat - NotMyWing (09 Dec 2020)
• Fix bool ConVar snapshots returning current values - NotMyWing (09 Dec 2020)
• Auto-scroll the chat only when already near bottom - NotMyWing (09 Dec 2020)
• Improve hooks by providing more useful info - NotMyWing (09 Dec 2020)
• Further meeting chat UX improvements - NotMyWing (09 Dec 2020)
• Remove obsolete player model depencency - NotMyWing (08 Dec 2020)

Update: Dec 7, 2020 @ 1:53am

Version v0.0.7. Changes since v0.0.6:

• Adjust CI/CD settings - NotMyWing (07 Dec 2020)
• Fix rogue lights logic oversights - NotMyWing (07 Dec 2020)

Update: Dec 7, 2020 @ 1:34am

Version v0.0.6. Changes since v0.0.5:

• Fix minor typo in .travis.yml - NotMyWing (07 Dec 2020)
• Use a slightly "safer" method of overriding things - NotMyWing (07 Dec 2020)
• Fix the lights fog for spectators/dead, add hook - NotMyWing (07 Dec 2020)
• Adjust some CI/CD things - NotMyWing (07 Dec 2020)
• Only append "(SPECTATOR)" to actual spectators - NotMyWing (07 Dec 2020)

Update: Dec 6, 2020 @ 10:05pm

Changes since v0.0.4:

• Self-check players instead of player tables - NotMyWing (07 Dec 2020)
• Flash the game window on important events - NotMyWing (07 Dec 2020)
• Fix post-voting timer displaying 0 s. - NotMyWing (07 Dec 2020)
• Address the game mode initialization weirdness - NotMyWing (07 Dec 2020)
• Fix "Submit Scan" kicking players out from the UI - NotMyWing (07 Dec 2020)
• Fix remover sound being missing - NotMyWing (07 Dec 2020)
• Address spectator/dead chat inconsistencies - NotMyWing (07 Dec 2020)
• Fix nickname orientation for spectators - NotMyWing (07 Dec 2020)
• Add more sanity checks to TracePlayer - NotMyWing (07 Dec 2020)
• Clear meeting netvars during CleanUp, fix highlights - NotMyWing (07 Dec 2020)
• Null-check task entries - NotMyWing (06 Dec 2020)

Update: Dec 5, 2020 @ 11:55pm

Changes since v0.0.3:

• Fix meetings not working on dedicated servers - NotMyWing (06 Dec 2020)
• Fix an extremely dumb typo and only build on tags - NotMyWing (06 Dec 2020)