Skip to content
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

FF7: Implemented analogue controls in fields #274

Merged

Conversation

CosmosXIII
Copy link
Contributor

I implemented analogue controls so that the player can move in whatever direction you move the joystick.
I used the "Control Direction" parameter in the flevel: http://wiki.ffrtt.ru/index.php/FF7/Field/Triggers
This parameter defines for each field the orientation the player moves. This PR achieves analogue controls by overriding this parameter every frame so that the player moves in 256 directions instead of 8.

@CosmosXIII CosmosXIII force-pushed the analogue_controls branch 2 times, most recently from 8b283cd to 141615d Compare August 29, 2021 09:51
Copy link
Owner

@julianxhokaxhiu julianxhokaxhiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smart :) I like it, well done!

@julianxhokaxhiu julianxhokaxhiu merged commit b35a427 into julianxhokaxhiu:master Aug 29, 2021
@julianxhokaxhiu
Copy link
Owner

And thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants