Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
Added the license


Added download link
  • Loading branch information
przebor committed Jul 12, 2022
1 parent 71ff55d commit 0c09d3f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GuestMode/GuestMode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<DebugType>embedded</DebugType>

<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<Description>Mod generated using Reactor Template</Description>
<!-- <Authors>your name</Authors> -->
<Description>Return of the old guest mode!</Description>
<Authors>CrowdedMods</Authors>
</PropertyGroup>

<PropertyGroup>
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 CrowdedMods (github.com/CrowdedMods)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# GuestMode
This mod is designed to imitate old, pre-account-system Among Us</br>
It's only really useful when *testing a mod* on multiple instances of the game (since you don't have to worry about Steam popups getting in your way). Because it essentialy removes the account system, only playing on custom servers is possible.</br>
## Versions
| Mod version | Game version | BepInEx | Downloads |
| ------------- | ------------- | ------- | --------- |
| v1.0.0 | v2022.6.21 | [BepInEx x86](https://builds.bepinex.dev/projects/bepinex_be/562/BepInEx_UnityIL2CPP_x86_7a97bdd_6.0.0-be.562.zip) | [GitHub](https://github.com/przebor/GuestMode/releases/download/1.0.0/GuestMode-1.0.0.dll) |
## Installation
Just throw the mod DLL (from releases) into BepInEx plugins directory

0 comments on commit 0c09d3f

Please sign in to comment.