GithubHelp home page GithubHelp logo

Comments (6)

Shodokan avatar Shodokan commented on August 17, 2024

Also experiencing this as well as more outlined in my other thread.

from 3rd_training_lua.

Grouflon avatar Grouflon commented on August 17, 2024

you mean while recording or in general ?

from 3rd_training_lua.

V-D-X avatar V-D-X commented on August 17, 2024

In general. I couldn't get f.mk > super, st.mp xx ducking super, or overhead > super to register as combos even if I did them perfectly in frame advance mode

from 3rd_training_lua.

Grouflon avatar Grouflon commented on August 17, 2024

That's pretty weird. On the top of my head I can't really see why the script would cause this behavior since it's not supposed to affect the player's input in normal mode. I should investigate to see which part of the script is causing the issue.

from 3rd_training_lua.

OscarCapac avatar OscarCapac commented on August 17, 2024

I have found that the following block that write at the recovery time address was causing the bug.

if _player_obj.previous_recovery_time == _player_obj.recovery_time then -- if we take a hit during recovery, it will get stuck (ie. Ibuki's close HK's second hit) so we reset it manually
memory.writebyte(_player_obj.base + 0x187, 0)
_player_obj.recovery_time = 0
end

Commentating it resolve the bug.

from 3rd_training_lua.

Grouflon avatar Grouflon commented on August 17, 2024

You're right, I commited your fix on the dev branch, it should go on master with the next update

from 3rd_training_lua.

Related Issues (20)

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.