GithubHelp home page GithubHelp logo

colrblindmartian / amongusdisablecrewonlyanimations Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 10.26 MB

For the Game: Among Us. Disables the animations that can only be done by a crewmember and not by an impostor

C# 100.00%
amongusmods mods

amongusdisablecrewonlyanimations's Introduction

Among Us Disable Crew Only Animations

DEPRECATED since they implemented a game setting for this.

For the Game: Among Us. Disables the animations that can only be done by a crewmember and not by an impostor

INFO

tested with game version v2020.9.1s

All credit for the awesome game goes to the publisher and developer of this game: Innersloth http://innersloth.com
Link to Steam Page of the game

These changes will only affect your game! It does not matter if you host a game or not. Everybody else will still see these animations. If you want to have a fair match with this mod then you have to make sure everybody in the game uses this modification.
Shouldn't be that hard if you play with the same guys or with a group of friends.

Introduction

Hi fellow Crewmates, I've been playing this game for a few weeks now and I think it is pretty fun.

There are just some gameplay mechanics that I think could be improved and would make the game more thrilling.

In particular, I don't like the fact that there are certain tasks that can verify a crewmate and prove that he/she is not an impostor. I think this takes some excitement out of the game. That's why I tried to mod the game and disable those animations for you.

HowTo

Tested with Version v2020.9.1s

All you have to do is download the exe file and execute it. This programm will automatically create a backup file.
File: AmongUsHardcorePatch.exe (https://github.com/marsmann007/AmongUsDisableCrewOnlyAnimations/raw/master/AmongUsHardcorePatch.exe)
This application needs the Microsoft .Net Framework 4.6.1 if not already installed (https://www.microsoft.com/de-at/download/details.aspx?id=49982)

To undo these changes all you have to do is run the executable again and select "Remove Mod".

Affected Animations

Following Tasks can be selected to be disabled::
  • Medbay scan (Submit scan)
  • scan animation
  • Clear Asteroids (Weapons firing)
  • Gun 1 Gun 2
  • Prime Shields (Map: THE SKELD: lights indicating shield on/off will always be off)
  • prime shields
  • Empty Garbage (Map: THE SKELD: remove garbage exiting the ship hatch)
  • empty garbage

How did I do it?

For those interested in what changes I had to make to disable the animations..

Every animation in this game (except for the garbage and leaf exiting the hatch animation, more on that later) consists of a specific amount of frames. All I did was to replace the linked frames in the animation with the "idle" frame, the animations are still playing but all frames are the same and thus it looks like the animations are turned off.

I used a Hex editor to make the changes.
It took me some time to find the locations in the file, but with the knowledge on how many frames each animation has and by a lot of trial and error I made it.

The garbage exiting the hatch is a completely different story and took me as much if not even more time than all the other animations together.
The difference is that the other animations are pre-defined/-drawn animations consisting of a defined amount of frames. The garbage exiting the hatch however is a particle effect. This means it will eject a random amount of the garbage (leaves, garbage, totem etc.) with a random velocity out of the hatch of the ship.
First I tried to "delete" the garbage images, but the problem was that there is another task (clean O2 filter) that needs the images of the leaves in order to work.
My final solution was to disable the particle system renderer for this hatch. Disabling it is easy all I had to do is switch a flag from 1 to 0, the real problem was finding the location of that flag.

amongusdisablecrewonlyanimations's People

Contributors

colrblindmartian avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

amongusdisablecrewonlyanimations's Issues

Game bootloop at start

With original sharedassets0.assets game works good, and i can start play, but while i changed file. i got bootloop at start and only i see a purple triangles flying on black background, and dont have menu, waiting few time, but game crashing.

Broken in v2020.8.12s

Following the installation instructions causes the game to crash on launch as of v2020.8.12s.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.