An open API service indexing awesome lists of open source software.

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)

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)