-
Notifications
You must be signed in to change notification settings - Fork 35
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
Infinite Eagle Eye & Super Damage #117
Conversation
Infinite/Always Active Eagle Eye
Added eagle eye toggle.
Adds super damage toggle.
Adds Super Damage toggleable for instant kills
@DayibBaba whats your take, should I remove the check if eagle eye is active and just set the infinite modifier, let them activate eagle eye on their own, or is this ok? |
I am not Dayibaba but i think you should let them activate it on your own, but by all means it is up to you and dayibaba. just a suggestion. |
Fixed positioning of Spawned Objects/Collectibles, they now spawn in front of your player instead of inside/behind/in the air Fixed ground placement of the objects being spawned.
We should investigate why sprinting and deadeye are mutualy exclusive. I don't suppose logically they would, a simple nop could make this a much more elegant feature. |
I agree with you on that, it bothers me that you cant run with eagle eye active. Same with deadeye, but while i was working on the eagle eye feature i found one for deadeye as well, so really, its mainly about the running now. |
@DayibBaba I found something related to motion states in natives which brought me here https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CPedMotionStates__eMotionState This might help? |
Would we be patching an instruction in a native function? |
Added more to the damage multipliers, explosions and melee
Allows for no bullet spread, always 100% accurate.
Adds Lightning strike explosion
adds lightning strike option
Adds option to Quit the online session, bringing you back to the main menu.
Adds a function to quit the session youre in.
Added toggle for No Spread
Im affraid it runs a little deeper than that. |
Reverted, the other explosion type was not lightning
Fixed horse godmode Now applies to horses, wagons, anything vehicle related.
Revised README for current updates.
Added Game Build Version at bottom left.
Once you fix what MBG reviewed and he confirms it's fine, it can be merged. |
You can create a different branch while waiting for your existing PR to get merged. You can even open multiple PRs at the same time |
I tried figuring it out, failed 100 times 😂 |
https://github.com/Deadlineem/HorseMenu/branches |
For 3 months ive been trying to figure it out, every time i would just use vs and commit i tried making a new branch in vs but not on github, im dumb 🤣 |
Here is the git bash command to clone a specific branch of your repo, once you push changes to said branch, you can open a pr from it if you head to your repository in a web browser. |
revert to Original UIManager for now.
This will set the ondisable to normal accuracy, I tried retrieving the default using PED::GET_PED_ACCURACY but it always returns 100 even without setting the accuracy to 100
@Rxann all issues resolved and tested/working |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Also @Deadlineem did you ever get branches to work?
I haven't set any new ones up yet but after this PR i do have plans to add some train settings in. I did notice something a bit messed up though when i was working on this, the UI is a bit funky on certain tabs like the tab the player list is on, the box on the left with the IP and other info is too small in width, this is also the same in the recovery tab under self as well but not nearly as bad. Also, i was playing around with the teleport to waypoint option if you set a waypoint too far it will continuously fail to load/teleport, commented out the if statement to load ground and commented the brackets around it, added the function LoadGroundAtCoords(coords); and it loads the teleport as it should no matter the distance but you spawn 1000 feet in the sky. @Rxann @maybegreat48 |
This PR adds a toggleable option for Eagle Eye.
This checks to see if eagle eye is active, if its not, it activates it for you then sets eagle eye to run for an infinite duration.
NOTE: While eagle eye is active, when you try to sprint, it deactivates, this will keep reactivating it for you but will pretty much nullify sprinting.
If this is an issue, removing
PLAYER::_SECONDARY_SPECIAL_ABILITY_SET_ACTIVE(PLAYER::PLAYER_ID());
will only set the infinite eagle eye duration, but it must be manually activated, sprinting is still going to disable eagle eye.Disabling will remove all effects (Eagle eye, infinite duration) one time only.
##Update 2:
Adds a togglable option for super damage
Closes #115 -- Infinite Eagle Eye
Closes #104 -- Instant Kill
Closes #132 -- Fishing bug