HomeGamesUpdatesPricingMethodology
Steam News16 June 20206y ago

Beta optimisation update

The Steam page went public in early May, which was an important milestone. This nudged me to look under the hood (using hxScout) and fiddle with the engineering stuff.

Full notes

Full Fireside Hero update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes1 addition7 changes0 removals
  • Performance
  • Compatibility
  • Events
  • UI and audio
  • Maps
  • Gameplay
changedI managed to raise the framerate from 3 to 24 FPS for portions with a lot of mouse clicks and hero movement. There's still space for improvement (60 FPS is the gold standard) but I'm happy with the changes - and hope you'll feel the difference, too.
addedDo shoot me a message / e-mail if you want to test the current beta version!Meanwhile I'll focus on gameplay improvements, new features, better UI and UX...
changedFor those who are interested in the technical bits, here's a list of major engineering tweaks:Replaced Box2D physics and all collision events with coordinate detection.
changedFor those who are interested in the technical bits, here's a list of major engineering tweaks:All ambience sounds are pre-loaded on individual channels at scene initialisation.
changedFor those who are interested in the technical bits, here's a list of major engineering tweaks:Replaced "always" events with one-off custom events where possible, including all hero interactions on the map and combat logic, as well as animation switches, font switches and such.
changedFor those who are interested in the technical bits, here's a list of major engineering tweaks:Consolidated all mouse clicks and releases in one listener event.
I managed to raise the framerate324I managed to raise the framerate increased, buff

The Steam page went public in early May, which was an important milestone. This nudged me to look under the hood (using hxScout) and fiddle with the engineering stuff.

I managed to raise the framerate from 3 to 24 FPS for portions with a lot of mouse clicks and hero movement. There's still space for improvement (60 FPS is the gold standard) but I'm happy with the changes - and hope you'll feel the difference, too.

Do shoot me a message / e-mail if you want to test the current beta version!

Meanwhile I'll focus on gameplay improvements, new features, better UI and UX...

For those who are interested in the technical bits, here's a list of major engineering tweaks:

  • Replaced Box2D physics and all collision events with coordinate detection.

  • All ambience sounds are pre-loaded on individual channels at scene initialisation.

  • Replaced "always" events with one-off custom events where possible, including all hero interactions on the map and combat logic, as well as animation switches, font switches and such.

  • Consolidated all mouse clicks and releases in one listener event.

  • Replaced OpenFL Textfields for button labels with more primitive (but faster) Stencyl "drawing" code.

  • Eliminated dynamic lookups for hashmap values.

  • Character death animations are now created dynamically using an "eraser" actor and image masks, instead of pre-loaded frame-by-frame spritesheets.

  • Implemented a dynamic tracker of opened windows and layers containing interactive elements.

Source

Steam News / 16 June 2020

Open original post

Changelog.gg summarizes and formats this update. How we read updates.