Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

-help command and public release.

Compare
Choose a tag to compare
@bartdebever bartdebever released this 12 Sep 09:04

1.1.1 Release notes

Personal note

Going off the format due to this change being absolutely massive.

Database change

Before we were hacking things into the MeleeFrameData.com database.
This database has been converted from a SQLite database to a more structured
SQL Server database owned by FightCore.

This also means we can't get the data straight out of a bundled database and
the database has to be gathered by the api.fightcore.gg API.
The endpoint https://api.fightcore.gg/framedata/moves has been made to provide
all the frame data in one go to the bot.

Other people are allowed to use it in which way they please.
The only thing we request is that you call this endpoint once on startup to download the data.

Hitbox summary

We have now put together the data from MeleeFrameData.com and IKneeData.com to
make one big combined database.
This means we can now also show the different hitboxes and properties a move has.

Command rewrite

We have changed the command syntax to be more logical for humans.
The following changes have been made:

-c m "CHARACTER" MOVE => -c CHARACTER MOVE
-c moves "CHARACTER" => -c CHARACTER moves
-c "CHARACTER" => -c CHARACTER
-c help (Stayed the same)

All quotes for two word names have been removed so in the past people needed to use
-c m "ice climbers" nair or -c m ics nair
This has been replaced with -c ice climbers nair.

Global help command

-help has been added as a lot of people thought this was more logical

Moves added

Because of the new database, the following moves have been added

  • Edge attack [All] (No GIFs or frame data exists for these moves, only hitbox)
  • Getup attack [All] (No GIFs or frame data exists for these moves, only hitbox)
  • Copy ability moves [Kirby] (try -c kirby falco, no frame data exists for these moves, only hitbox)
  • Turnip items [Peach] (try -c peach beam sword, No GIFs or frame data exists for these moves, only hitbox)