Rivals of Aether

Rivals of Aether

Hitbox Helper Buddy Thing
Showing 1-10 of 10 entries
Update: Dec 28, 2024 @ 10:59am

v1.8
hi! ive updated my Hitbox Helper Buddy Thing to fix the Offset Mode behavior for characters with small_sprites = 1.

I've also fixed how hovering over the character in was horrible and in inaccurate location (i made it check for mouse collision with owner.hurtboxid instead and wow it works wonders)

good luck to all developers!


(specifically, internal offset value is now doubled when it's in small_sprites = 1.)

Update: Jul 30, 2024 @ 11:46am

v1.7

"this doesnt do anything til you do "show hitboxes" in training mode" text is now relocated and disappears after a few seconds

right clicking now prints the current mouse coords in ctrl+8 log

Update: Jun 19, 2024 @ 10:42pm

v1.6
hitboxthing
fixed crashes on offsetmode overlay toggle
overlay toggle now toggles between hidden, idle, and air idle
(previously it was either on or off)

Update: Jun 12, 2024 @ 1:08pm

v1.5
hello everyone i would first of all like to say IM SORRY
i would like to admit to you that i have not tested the offset mode with a workshop character til now, holy heck it was so broken dang

first, the new x,y offset display is accurate now
second, apparently the mouse grab for the character was super broken in the way that the location it can grab with is way way off in a REALLY weird way, it took like an hour plus for some reason but i fixed that too
now it should be FULLY dev-ready! get offsetting!

in addition, i made it scan for a variable to make it go into offset mode after it gets refreshed with F5.
put `hitboxbuddything_offsetmode_default = true` in `init.gml` or so and the buddy will automatically go into offset mode!

also with this id like to openly announce that this buddy's source code is free to use! if... if you're daring to understand my horrible spaghetti code, that is, but maybe there are useful bits and pieces in there
feel free to use the cursor sprite too! i made that from scratch for Explorer

have fun!

Update: Jun 2, 2024 @ 2:06pm

v1.4
fixed issue where if config.ini says `url=""` then offset mode crashes. (A.K.A. if your character hasn't been uploaded and received a url yet) the classic `real(url)` moment. just stick a `if(url!=""){}` in there

Update: Jun 1, 2024 @ 9:08pm

v1.3
i forgot i changed default mode to OFFSET MODE oops, default mode is back to HITBOX MODE now

Update: Jun 1, 2024 @ 11:46am

v1.2
"OFFSET MODE" addded

Update: Apr 24, 2024 @ 3:41am

v1.1

fixed an issue (draw_debug_text complained when camera was moving and would be in decimal coords)

Update: Apr 22, 2024 @ 2:52pm

v1.1

fixed the issue where uh facing left made the x value preview not right

Update: Apr 22, 2024 @ 2:03pm

v1.0