Skip to content

Commit

Permalink
update to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallöris committed Jan 8, 2023
1 parent 2fc4d59 commit aa8f436
Show file tree
Hide file tree
Showing 35 changed files with 1,340 additions and 323 deletions.
39 changes: 33 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
![eisbison banner](./Images/TOR_logo.png)
<p align="center"><a href="https://github.com/Eisbison/TheOtherRoles/releases/"><img src="https://badgen.net/github/release/eisbison/theotherroles"></a></p>

<p align="center">

This mod is not affiliated with Among Us or Innersloth LLC, and the content contained therein is not endorsed or otherwise sponsored by Innersloth LLC. Portions of the materials contained herein are property of Innersloth LLC. © Innersloth LLC.</p>
<p align="center">
To other mod devs: for usage of our code, please read and respect the <a href="#license">license</a></p>

[![Discord](./Images/TOR_server.png)](https://discord.gg/77RkMJHWsM)
![eisbison infographic](./Images/TOR_Roles.png)
Expand All @@ -16,9 +18,9 @@ Even more roles are coming soon. :)
| Impostor | Crewmate | Neutral | Modifier | Gamemode |
|----------|-------------|-----------------|----------------|----------------|
| [Godfather (Mafia)](#mafia) | [Mayor](#mayor) | [Jester](#jester) | [Bloody](#bloody) | [Classic](#roles) |
| [Mafioso (Mafia)](#mafia) | [Engineer](#engineer) | [Arsonist](#arsonist) | [Anti Teleport](#anti-teleport) | [Guesser](#guesser-modifier) |
| [Janitor (Mafia)](#mafia) | [Sheriff](#sheriff) | [Jackal](#jackal) | [Tie Breaker](#tie-breaker) | [Hide 'n Seek](#hide-n-seek) |
| [Morphling](#morphling) | [Deputy](#deputy) | [Sidekick](#sidekick) | [Bait](#bait) |
| [Mafioso (Mafia)](#mafia) | [Engineer](#engineer) | [Arsonist](#arsonist) | [Anti Teleport](#anti-teleport) | [Guesser Modifier](#guesser-modifier) |
| [Janitor (Mafia)](#mafia) | [Sheriff](#sheriff) | [Jackal](#jackal) | [Tie Breaker](#tie-breaker) | [Hide 'n' Seek](#hide-n-seek) |
| [Morphling](#morphling) | [Deputy](#deputy) | [Sidekick](#sidekick) | [Bait](#bait) | [Vanilla Hide 'n' Seek](https://www.innersloth.com/new-game-mode-hide-n-seek-is-here-emergency-meeting-35/) |
| [Camouflager](#camouflager) | [Lighter](#lighter) | [Vulture](#vulture) | [Lovers](#lovers) |
| [Vampire](#vampire) | [Detective](#detective) | [Lawyer](#lawyer) | [Sunglasses](#sunglasses) |
| [Eraser](#eraser) | [Time Master](#time-master) | [Prosecutor](#prosecutor) | [Mini](#mini) |
Expand All @@ -41,6 +43,7 @@ The [Role Assignment](#role-assignment) sections explains how the roles are bein
# Releases
| Among Us - Version| Mod Version | Link |
|----------|-------------|-----------------|
| 2022.12.14s| v4.2.1| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v4.2.1/TheOtherRoles.zip)
| 2022.10.25s| v4.2.0| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v4.2.0/TheOtherRoles.zip)
| 2022.9.20s| v4.1.7| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v4.1.7/TheOtherRoles.zip)
| 2022.6.21s| v4.1.6| [Download](https://github.com/Eisbison/TheOtherRoles/releases/download/v4.1.6/TheOtherRoles.zip)
Expand Down Expand Up @@ -110,6 +113,17 @@ The [Role Assignment](#role-assignment) sections explains how the roles are bein
# Changelog
<details>
<summary>Click to show the Changelog</summary>

**Version 4.2.1**
- Updated to Among Us version 2022.12.14
- Added a new option for random maps: Use Random Map Setting Presets, see [random maps](#random-maps)
- Added the possibility to play the Vanilla Hide 'n' Seek mode
- Added the possibility to filter for another faction when haunting players: Evil (Impostors + Neutral)
- Changed the way option presets work: They now include all vanilla options (e.g. amount of tasks, movement speed etc.)
- Changed the animation of the TOR Hunter to the Seeker animation of vanilla
- Fixed a bug where the prosecutor did not promote to pursuer when the target shifted an evil role and died.
- Fixed a bug where the prosecutor did not promote to pursuer when the target is Witch exiled
- Removed Horse Mode (for now)

**Version 4.2.0**
- Added a new Guesser-Gamemode
Expand Down Expand Up @@ -752,6 +766,15 @@ Example: If you configure 4 common tasks on Airship crewmates will only receive
| Airship | 2 | 23 | 15
-----------------------

### Random Maps
**Play On A Random Map** If enabled it allows you to set percentages for each current map.

**Use Random Map Setting Presets:** When this option is turned on, the game will switch to the `Random Preset <MapName>` when a game is started on a random map. **This includes vanilla options!**. This makes it possible to e.g. play with less tasks on large maps like Airship.
The game will **remain** in the preset for that random map after the match.

The random map presets can still be used like normal presets, if you **turn of** `Play On A Random Map` (make sure you do this in all presets you are using).



# Custom Hats
## Create and submit new hat designs
Expand Down Expand Up @@ -1921,8 +1944,12 @@ Each Hunter action or finished Crew task will lower the timer by a configurable
| Enable Sabotages | -
| Time The Hunter Needs To Wait | -

# Source code
You can use parts of the code but don't copy paste the whole thing. Make sure you give credits to the other developers, because some parts of the code are based on theirs.
# License
TheOtherRolesAU/TheOtherRolesDev is licensed under the

[GNU General Public License v3.0](https://github.com/TheOtherRolesAU/TheOtherRoles/blob/main/LICENSE)

Permissions of this strong copyleft license are conditioned on making available **complete source code of licensed works and modifications**, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

# Bugs, suggestions and requests
If you found any bugs, have an idea for a new role or any other request, join our [Discord server](https://discord.gg/77RkMJHWsM).
Expand Down
Loading

0 comments on commit aa8f436

Please sign in to comment.