Community Plugins for Asphyxia CORE
Go to file
Thome Valentin 2929045847 - Fixed server error when saving profiles for two Guitar Freaks players at the end of a session. Fixes issue #39.
- Fixed another server error when two players are present, but only one player is using a profile.
- Added support for the "ranking" field. Gitadora will now correctly display your server ranking (based on Skill) on the post-game screen.
- Added logging for profile loading/saving when Asphyxia is running in dev mode.
- Added more logging to mdb (song database) loading.
- "Recommended to friends" songs are now saved and loaded correctly. Since you don't have any friends, this won't be terribly useful, but it does at least provide an extra five slots for saving your favourite songs.
- Fixed "Recommended to friends" song list being incorrectly initialized to "I think about you".
- Removed some unneeded duplicate code.
- Latest getPlayer() and savePlayers() API requests and responses are now saved to file when Asphyxia is in dev mode. Useful for debugging.

NOTE: The above has only been tested on Gitadora Exchain.
2022-04-28 10:18:16 +02:00
bst@asphyxia Now the player name can be saved via webui (BeatStream) 2021-04-25 16:32:41 +08:00
ddr@asphyxia Support Dance Dance Revolution A, A20 2021-06-07 17:29:08 +09:00
gitadora@asphyxia - Fixed server error when saving profiles for two Guitar Freaks players at the end of a session. Fixes issue #39. 2022-04-28 10:18:16 +02:00
jubeat@asphyxia saucer fulfill support 2021-05-25 13:07:44 +09:00
mga@asphyxia MGA: Update README 2021-06-19 13:53:56 +02:00
museca@asphyxia fix: 🐛 Fix if major version bump up to 2.0 2021-05-31 15:07:18 +09:00
nostalgia@asphyxia WebUI for fix login issue about last index 2020-12-26 16:11:18 +09:00
popn-hello@asphyxia Add support for Hello! Pop'n Music. 2020-11-27 04:12:29 +09:00
popn@asphyxia Update PnM README. 2021-06-19 16:01:57 +02:00
sdvx@asphyxia fix 4 2022-04-04 17:25:32 +08:00
.gitignore - Fixed server error when saving profiles for two Guitar Freaks players at the end of a session. Fixes issue #39. 2022-04-28 10:18:16 +02:00
.prettierrc sdvx initial support 2020-05-28 01:35:57 +01:00
README.md Update README.md 2021-05-02 19:54:02 +08:00

Asphyxia CORE Community Plugins

These plugins are provided by community members and considered officially supported by Team Asphyxia.

How to use it?

  1. Make sure you have Asphyxia CORE installed.
  2. Go to Releases page.
  3. Download the latest source code.
  4. Extract the code in Asphyxia CORE's plugins folder.

How do I contribute?

I don't actually follow any coding rules for this jank so neither should you. There is, however, a prettier configuration if you want to format the code automatically and forget about it.

I'll do my best to merge PR, but please make sure you are submitting code targeted for "public" releases. (Unless it is some ancient rare stuff and you feel generous enough to provide support for it)

  • For new plugins: please use @asphyxia identifier for your plugin since you are submitting code as the community.
    • This way we prevent third-party plugins (e.g. popn or popn@someoneelse) from conflicting with our database.
  • For existing plugins: please inlude a changelog in your PR so it is easier for me to tell what it is for.

How do I make plugins?

Checkout our Documentation and maybe consider join our Discord server. Make sure to familiar yourself with at least XML and Typescript/Javascript.

Note that you should run npm install to install typing for node and lodash, and launch CORE using --dev arguments to enable console log and typechecking when using typescript.