https://github.com/kiwifruitdev/tf-amongus
Among Us recreated in SourceMod (TF2)
https://github.com/kiwifruitdev/tf-amongus
amongus hacktoberfest sourcemod sourcepawn tf-amongus tf2
Last synced: 11 months ago
JSON representation
Among Us recreated in SourceMod (TF2)
- Host: GitHub
- URL: https://github.com/kiwifruitdev/tf-amongus
- Owner: KiwifruitDev
- License: gpl-3.0
- Archived: true
- Created: 2020-10-18T22:08:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T11:09:01.000Z (about 5 years ago)
- Last Synced: 2025-02-23T18:18:57.318Z (about 1 year ago)
- Topics: amongus, hacktoberfest, sourcemod, sourcepawn, tf-amongus, tf2
- Language: SourcePawn
- Homepage: https://github.com/TeamPopplio/tf-amongus/releases
- Size: 6.67 MB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-amongus
This repository is used for the TF2 gamemode based on [Among Us](http://www.innersloth.com/gameAmongUs.php).
This gamemode has yet to be fully released and is currently in early testing.
## Requires
[morecolors.inc](https://forums.alliedmods.net/showthread.php?t=185016)
[stocksoup/entity_prefabs.inc](https://github.com/nosoop/stocksoup/blob/master/tf/entity_prefabs.inc)
[CustomKeyValues](https://github.com/SlidyBat/CustomKeyValues)
[TF2Items](https://builds.limetech.io/?p=tf2items)
## References
[Sort Numbers](https://forums.alliedmods.net/showthread.php?t=187237) (References code for sorting votes)
[Sapper Immunity](https://forums.alliedmods.net/showthread.php?p=1329948) (Sapper functionality)
[Freak Fortess 2](https://forums.alliedmods.net/showthread.php?t=229013) (Version checking, phrases, config generation)
[Show fog to a specific client](https://forums.alliedmods.net/showthread.php?t=205788) (Will be used for fog if enabled by server)
[TF2 Events Need Help](https://forums.alliedmods.net/showpost.php?p=862230&postcount=6) (Used to detect TF2 round state)
[Map Trigger Condition](https://forums.alliedmods.net/showthread.php?t=257579) (Used to detect map triggers)
[Emergency Button](https://tf2maps.net/threads/emergency-button.42837/) (Included in example map)
## Credits
[TeamPopplio](https://github.com/TeamPopplio/) (Main development)
[IceboundCat6](https://www.reddit.com/user/IceboundCat6) (Original idea on [Reddit](https://www.reddit.com/r/tf2/comments/j7gznz/tf2_among_us_gamemode_idea/))
[puntero](https://github.com/punteroo) (Reviewed code for necessary changes)