Code Monkey home page Code Monkey logo

koupah / among-us-editor Goto Github PK

View Code? Open in Web Editor NEW
179.0 19.0 31.0 3.15 MB

Edit the Among Us playerPrefs, gameHostOptions, playerStats and regionInfo files! Custom Host Settings, character customization and modified server selection!

Home Page: https://koupah.club/aueditor

License: MIT License

Java 100.00%
amongus among-us among-us-playerprefs among-us-editor playerprefs among-us-gamehostoptions among-us-playerstats discord amongus-gamehostoptions among-us-regioninfo

among-us-editor's Introduction

Contributors Forks Stargazers Issues MIT License Discord


Logo

AUEditor

Edit the Among Us playerPrefs file (and now gameHostOptions!), allows for the changing of skins, pets, hats and even a secret/glitched color! Join the discord to share your profiles, make suggestions and many other things!
Downloads »

View Demo · Report Bug · Request Feature · Discord Server

Table of Contents

About The Project

AUEditor Demo

AUEditor is an Among Us Config Editor that allows you to easily modify the config that is used by Among Us for your Outfits, Game Host Settings, Player Stats and Region Info (Server Selection).

If you upload a video showing or using this please give credit or atleast link this GitHub page!

Join the discord to share your outfits, make suggestions and many other things!

Video Showcase

Usage

Custom names that include "\", ")" or "[" will result in a "Banned from Room" message and you also cannot include "," in your name as it breaks the config file.
Names longer than 10 characters will also not work in online games, local play lets you make a lobby but I'm not sure if others can join.

  1. Download the latest .jar from here.
  2. Make sure to download the correct Java (JRE) for your operating system from here. (You require atleast Java 7+)
  3. Run the .jar you downloaded in Step 1
  4. Modify your settings to what you please!

If you don't understand, watch one of these Video Tutorials.

NOTE: You need to relaunch/have your game closed when using this! The game only seems to read settings on launch, so use this then launch your game!

Secret/Glitched Color

The secret color is a lighter version of the dark green, in lobbies chat normally won't work, you can't customize your character. People also see your name as "???".
In game, your dead body will be red, in meetings you'll be red and in chat you'll be red. Therefore there can be 3 greens and 2 reds, and I believe if multiple people have a different color value above 12, there can be multiple glitched greens (Untested).

This glitched color is referenced in this wiki page https://among-us.fandom.com/wiki/Fortegreen

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Discord: Koupah#5129

Among Us Editor Discord Server: https://discord.com/invite/HTm3mwK

Acknowledgements

  • Slymeball - Helped me bring support to Mac/Linux via his issues.
  • camas - Created the playerPrefs index table

I've only acknowledged GitHub users who have helped me out, discord members who have helped me have the contributor role

Information about Among Us config files

Indexes of playerPrefs file

Index Name used by Among Us Type Comment
0 lastPlayerName String
1 touchConfig int Controls 0 Mouse, 1 Mouse and Keyboard
2 colorConfig uint 0-11, 12+ for Fortegreen glitched color
3 ignored unknown Default 1
4 ignored sendName bool Default False
5 ignored sendTelemetry bool Default False
6 ignored sendDataScreen bool Default False
7 showAdsScreen bit flags Personalized 0x00, NonPersonalized 0x01, Accepted 0x80, Purchased 0x82
8 showMinPlayerWarning bool
9 showOnlineHelp bool
10 lastHat uint 0 to like 94
11 sfxVolume byte 0-255
12 musicVolume byte 0-255
13 joyStickSize float 0.5, 1, 1.5
14 lastGameStart long Ticks since last game started. Used to check if left game too early
15 lastSkin uint 0-15
16 lastPet uint 0-11
17 censorChat bool
18 lastLanguage uint 0-4, 0: English, 1: Spanish, 2: Portuguese, 3: Korean, 4: Russian
19 vsync bool

Indexes of gameHostOptions file

Byte offset/range Name of setting displayed in Among Us Type Value from Recommended Settings Value shown in Among Us Comments
0x0
0x1 Max Players 8 bit value 0A or 10 10
0x2-0x3 Language 16 bit value? 00 01 English 00 01 for English, 02 00 for Spanish, 04 00 for Korean, 08 00 for Russian, 10 00 for Portuguese, 20 00 for Arabic, 40 00 for Filipino/Tagalog, 80 00 for Polish, 01 00 for Other
0x4-0x5 Unknown 00 00
0x6 Map 8 bit value 0 The Skeld/Mira HQ/Polus 0 for The Skeld, 1 for Mira HQ, 2 for Polus
0x7-0xA or 7-10 Player Speed Float 32 bit 00 00 80 3F or 1.0 1.0x All values are in Little Endian.
0xB-0xE or 11-14 Crewmate Vision Float 32 bit 00 00 80 3F or 1.0 1.0x
0xF-0x12 or 15-18 Impostor Vision Float 32 bit 00 00 C0 3F or 1.5 1.5x
0x13-0x16 or 19-22 Kill Cooldown Float 32 bit 00 00 34 42 or 45.0 45.0s
0x17 or 23 # Common Tasks 8 bit value 01 or 1 1
0x18 or 24 # Long Tasks 8 bit value 01 or 1 1
0x19 or 25 # Short Tasks 8 bit value 02 or 2 2
0x1A or 26 # Emergency Meetings 8 bit value 01 or 1 1
0x1B-0x1D or 27-29 Unknown 00 00 00
0x1E or 30 Impostors 8 bit value 02 or 2 2
0x1F or 31 Kill Distance 8 bit value 01 or 1 Medium 0 for short, 1 for medium, and 2 for long.
0x20 or 32 Discussion Time 8 bit value 0F or 15 15s
0x21-0x23 or 33-35 Unknown 00 00 00
0x24-0x25 or 36-37 Voting Time 16 bit value 78 00 or 120 120s
0x26-0x27 or 38-39 Unknown 00 00 Maybe Voting Time is a 32 bit value.
0x28 or 40 Recommended Settings 8 bit value 01 or 1 A checked checkbox 01 for true, 00 for false
0x29 or 41 Emergency Cooldown 8 bit value 0F or 15 15s
0x2A or 42 Confirm Ejects 8 bit value 01 or 1 A checked checkbox 01 for true, 00 for false
0x2B or 43 Visual Tasks 8 bit value 01 or 1 A checked checkbox 01 for true, 00 for false
0x2C or 44 Anonymous Votes 8 bit value 00 or 0 A checked checkbox 01 for true, 00 for false
0x2D or 45 Task Bar Updates 8 bit value 01 or 1 A checked checkbox 0 for always, 1 for meetings, 2 for never

among-us-editor's People

Contributors

corysanin avatar itssyfe avatar koupah avatar netail avatar vresod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

among-us-editor's Issues

Not working in private games

I was told by my friends that this doesn't work in private games, and that my outfit is seen only in the intro screen. Is this true or is there something I am doing wrong? Thanks!

Fatal Error

Capture d’écran

Problem:
"The playerPrefs File in your AUEConfig doesn't exist"
"This can happen if you use someone elses AUEConfig File"
Capture d’écran 2

error update detection

image
the last release of the software is the 1.6, it looks like detect the pre release as release
image

birthday date resetting

the birthday date keeps resetting. i changed the config file and everything but it keeps resetting as soon as i open the app

Error

When i open it with java it says it has an error with, i think the code, something to do with hat_police.

Quick Chat

I have the NullContinuanceToken error in Among Us So i tried the Option "All chat", but nothing change. What do i have to do?

I wish bigger window and bigger items

That's not an issue, only wish.
Hats, skins etc. are very small, that's why i don't see well how they look like. Increase window and everything in order to see better.

Full value list

Index Name used by Among Us Type Comment
0 lastPlayerName String
1 touchConfig int
2 colorConfig uint
3 ignored unknown Default 1
4 ignored sendName bool Default False
5 ignored sendTelemetry bool Default False
6 ignored sendDataScreen bool Default False
7 showAdsScreen bit flags Personalized 0x00, NonPersonalized 0x01, Accepted 0x80, Purchased 0x82
8 showMinPlayerWarning bool
9 showOnlineHelp bool
10 lastHat uint
11 sfxVolume byte
12 musicVolume byte
13 joyStickSize float
14 lastGameStart long Ticks since last game started. Used to check if left game too early
15 lastSkin uint
16 lastPet uint
17 censorChat bool
18 lastLanguage uint
19 vsync bool

as of v2020.9.22

Types are .NET types

Error on debian

Starting up Among Us Editor version 1.6
Starting Rich Presence
Current gameHostOptions Hex:
04 0A 01 00 00 00 00 00 00 E0 3F 00 00 80 3F 00
00 C0 3F 00 00 A0 41 01 01 02 01 00 00 00 01 01
0F 00 00 00 78 00 00 00 00 0F 01 01 00 00

Current playerStats Hex:
03 01 00 00 00 00 00 00 00 07 00 00 00 00 00 00
00 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00
00 03 00 00 00 00 00 00 00 03 00 00 00 03 00 00
00 03 00 00 00 02 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00

Exception Type: java.lang.Double
Method: compareTo

Origin Class: club.koupah.aue.gui.types.impl.custom.hostsettings.Float32Setting
Origin Method: update
Origin Line: 28
java.lang.ClassCastException: java.lang.Float cannot be cast to java.lang.Double
at java.lang.Double.compareTo(Double.java:49)
at javax.swing.SpinnerNumberModel.incrValue(SpinnerNumberModel.java:349)
at javax.swing.SpinnerNumberModel.getPreviousValue(SpinnerNumberModel.java:388)
at javax.swing.plaf.basic.BasicSpinnerUI.updateEnabledState(BasicSpinnerUI.java:501)
at javax.swing.plaf.basic.BasicSpinnerUI.updateEnabledState(BasicSpinnerUI.java:481)
at javax.swing.plaf.basic.BasicSpinnerUI.access$200(BasicSpinnerUI.java:50)
at javax.swing.plaf.basic.BasicSpinnerUI$Handler.stateChanged(BasicSpinnerUI.java:1057)
at javax.swing.JSpinner.fireStateChanged(JSpinner.java:458)
at javax.swing.JSpinner$ModelListener.stateChanged(JSpinner.java:386)
at javax.swing.AbstractSpinnerModel.fireStateChanged(AbstractSpinnerModel.java:119)
at javax.swing.SpinnerNumberModel.setValue(SpinnerNumberModel.java:447)
at javax.swing.JSpinner.setValue(JSpinner.java:354)
at club.koupah.aue.gui.types.impl.custom.hostsettings.Float32Setting.update(Float32Setting.java:28)
at club.koupah.aue.gui.types.impl.custom.hostsettings.Float32Setting.(Float32Setting.java:22)
at club.koupah.aue.Editor.addComponents(Editor.java:634)
at club.koupah.aue.Editor.setupWindow(Editor.java:328)
at club.koupah.AUEditorMain.main(AUEditorMain.java:109)

Not Working

When u try to use in the new version, it don't change in-game

Changing chat options doesnt work

So in among us I entered my age wrong and now im stuck with only the quick chat feature, so in this tool I changed it and nothing

Windows doesn't let me run the .exe

Windows SmartScreen doesn't let me run the .exe file saying 'Windows Protected Your PC" but I know it's safe. The .jar file works but could you fix the .exe if it is something you can and not my computer? This is only with the newest version. Also it didn't let me run it because it was an unrecognized app.

Among-Us-Editor-1.51.jar wont open

I think its some kind of bug or sth.
I tried to open your .jar file, then a console is starting and then after a short time it closes. I have the newest version of Java Installed on my Computer. Also the launcher cannot start it. :C

Maybe it helps you when i make a screenshot of that window, so here it is:

image

The problem is: it closes so fast. but i catched it.

please update this

please continue this project, it was really good and I'd appreciate it so much if you updated it!

Fortegreen

My Color just shows up as blue when the color value is on 12.

An issue

What if I dont want to use the editor when I play and I have already installed the among us editor. What do I do so that I can use play without the editor even if it is in my system and also because of some reason after i installed the editor I am not able to use the sabotage button and also after using the editor I am not getting enough public games to play.

Windows Store Version

It looks like only the steam version is supported, because I have the windows store version and get only error messages

unicorn hat

ever since the latest update, if i input the unicorn hat as my desired hat, i load into the game wearing the rubber glove instead.

Twitch cosmetics

Maybe you can add the possibility to select the two Twitch cosmetics : Geoff Keighley mask and Glitch Pet
Thanks for your work !

New Colors

Add the new colors into among us editor please and thank you.

Fatal Error

image
New version of among us, new version of Among Us Editor is needed.

CCC skin

The CCC skin doesn't seem to work, when i equip it, and then play the game it gives me the prisoner skin for some reason.

Feature Request | Backup Folders

Feature Request | Backup Folders

When applying changes, it would be useful to make a folder named " backup " with the old files that were edited.

Skeld.net region error

The region of skeld.net doesn't work in among us and it shows that it's a region of North America.

Customize keyboard keys

Hey, thanks for your work.
Would it be possible to add the feature of editing the keyboards keys, to set another keys to move, kill or do tasks?

File Finder cannot see hidden folders.

Folders starting with . (hidden folders in Linux) cannot be found using the file explorer.
This is especially problematic, since the default Steam folder is found in .steam.

Using the file name field, you can open these, so it's not one of the most important things to fix.

I don't know if this could be a simple fix or not.

Quick Fix

The AUE cant identify the new values for cosmetics because Intersloth changed them in a recent update. So now instead of numbers for values, they use codewords, so if you just reevaluate those, AUE will be back on track for a while.

Skeld.net's IP has changed

Hey, I'm back! Anyways, I just tried to log into Skeld.net using the AUEditor and it kicked me for not being on the right server. They switched up the server IP to 192.241.154.115. This should hopefully be a quick fix.

New Twitch Pet

The current version of the program doesn't have support for the Twitch pet pictured below.
image

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.