You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 9 months ago |
| Version | 0.1.0 |
| Download link | keveloper-WIP_Impeakster_Among_Us-0.1.0.zip |
| Downloads | 260 |
| Dependency string | keveloper-WIP_Impeakster_Among_Us-0.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403README
Impeakster_Among_Us
Describe your project here!
Template Instructions
You can remove this section after you've set up your project.
Next steps:
- Create a copy of the
Config.Build.user.props.templatefile and name itConfig.Build.user.props- This will automate copying your plugin assembly to
BepInEx/plugins/ - Configure the paths to point to your game path and your
BepInEx/plugins/ - Game assembly references should work if the path to the game is valid
- This will automate copying your plugin assembly to
- Search
TODOin the whole project to see what you should configure or modify
Thunderstore Packaging
This template comes with Thunderstore packaging built-in, using TCLI.
You can build Thunderstore packages by running:
dotnet build -c Release -target:PackTS -v d
[!NOTE]
You can learn about different build options withdotnet build --help.
-cis short for--configurationand-v dis--verbosity detailed.
The built package will be found at artifacts/thunderstore/.
CHANGELOG
Changelog
v 0.1.5
- Reverted synchronization fix and replaced with fake synchronization, as it turns out it wasn't working properly.
v 0.1.4
- Added role assignment to top right corner, fixed multi-impostor assignments.
v 0.1.3
- Fixed desync issue with impostor/scout assignments.
- Capitalized "Impostor" title card to match "SCOUT"