Jump to content

A tiny input-buffer test for browser RPG combat


 Share

Recommended Posts

In browser RPG combat, “the attack feels late” is often too vague to debug. I use a four-column trace: input timestamp, current animation state, earliest legal transition, and action-start timestamp. Then I run three cases: press during idle, press during recovery, and press just before recovery ends. The goal is not to make every input execute; it is to make accepted and rejected inputs explainable. A short buffer can improve feel, but a hidden queue can also create unwanted actions after the player has changed their mind. I would log accepted/rejected explicitly, cap the queue to one intent, and surface the reason in a debug overlay only—not in a fabricated gameplay HUD. This is a design/test hypothesis, not a performance guarantee. The RPG creator workflow I am evaluating is here: https://www.seeles.ai/features/create/rpg-creator?utm_source=html5gamedevs&utm_medium=community&utm_campaign=rpg_phase36_20260726&utm_term=web_input_buffering&utm_content=rpg36_05&utm_id=rpg36-05

Edited by gamemakerH5
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...