Skip to content

Assasans/axel

Repository files navigation

Axel — a private server for KonoSuba: Fantastic Days

Current progress

The first scene ("And so the Adventure Begins!") works. The home and profile menus work, and most actions there don't cause errors (see Broken features for details), but neither they save any progress.

A lot of gacha banners (including collaborations ones) is visible, but still not all 947 of them. Loot pool is completely random, not saved to database.

All main quests are enabled. All stories (including collaboration ones) are enabled. Battles work but no rewards are actually given, you can change your party, but not upgrade characters.

All costumes and backgrounds are unlocked. Note that these customizations are not stored on the server by client design, so they are not synced across accounts and devices.

Database support is being implemented, new account sequence works, you can edit your profile. On first login, you get all members with randomized XP.

Broken features

  • In-game purchases (e.g. clicking add quartz button), hardlock, issue related to stub APK
  • [Home] → [Shop], no server requests at all, hardlock, issue related to stub APK ([Menu] → [Shop] works)
  • [Others] → [Room Invitation], lags and does not work properly
  • [Quest] → [Event] → [Draw], unimplemented
  • [Quest] → [Event] → [Boss Battle] → [Room ID], response is ignored
  • Login screen → [Menu] → [Data Transfer] → [Link to a Google account], does nothing, libnative-googlesignin.so is missing

Setup

See CLIENT-SETUP.md for instructions on how to set up the client.

See SERVER-SETUP.md for instructions on how to set up the server and the database.

See DUMPING.md for instructions on how to inspect the game code yourself.

Game resources

Game needs around 16 GiB of resources, they are stored on a separate server with file indexing enabled: https://smb.assasans.dev/konofd/. Alternatively, rsync server is available at rsync://aqua.assasans.dev/konofd/.

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A server reimplementation for a certain isekai anime game.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published