-
-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FakePlayer Rewrite #4283
base: master
Are you sure you want to change the base?
FakePlayer Rewrite #4283
Conversation
src/main/java/meteordevelopment/meteorclient/commands/commands/FakePlayerCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/meteordevelopment/meteorclient/systems/modules/player/FakePlayer.java
Outdated
Show resolved
Hide resolved
src/main/java/meteordevelopment/meteorclient/systems/modules/player/FakePlayer.java
Outdated
Show resolved
Hide resolved
I'm not sure about all these changes. When the damage setting is disabled you can still hit the entity and it simulates taking damage, just without a totem, which it wasn't like before. The movement recording thing seems really finicky; it isn't clear when it's recording and when it isn't, and it's pretty easy to completely break it if you start recording and playing at the same time with loop recording enabled. |
I think this just needs a lot more polish. When it works it's pretty good but it just feels like this was committed before it's actually done. |
Notifies you on the current status for Recording and Playing. Fixes fake-player taking damage even though the Allow Damage setting was disabled. Fixes a little bit of the weird leg movement for the recording. Fixes a bug where you could record and play at the same time.
@Wide-Cat I fixed the bugs you mentioned. |
you could add a setting to allow them to be in network player list |
you could add a way to send a message from one of the fake players |
you could instead of having the settings global have them for each fakeplayer (this is just a suggestion dont really think you will add it) |
Type of change
Description
Lets the Fake Player take Damage and pop Totems. It also lets you play movement Recordings.
Related issues
none
How Has This Been Tested?
Trial and Error, Works with multiple Fake Player Entities as well.
Checklist: