EmmyHeart
  • Joined on 2023-06-23
EmmyHeart commented on issue Hay1tsme/artemis#179 2024-09-23 10:11:11 +00:00
Error parsing ADB header

The point of that handler is to ensure keychips match the actual legit format that would be used on real cabinets. A3536079566 is not a valid keychip, so it is not accepted by this code. This is…

EmmyHeart created pull request Hay1tsme/artemis#175 2024-09-14 01:34:10 +00:00
[BUGFIX] Fixed Chusan Map Overload
EmmyHeart pushed to develop at EmmyHeart/artemis 2024-09-14 01:30:33 +00:00
82004cb743 Fix map overload in Chusan
EmmyHeart pushed to develop at EmmyHeart/artemis 2024-09-14 01:28:37 +00:00
8f4c08f825 Fix map overload in Chusan
EmmyHeart created repository EmmyHeart/artemis 2024-09-14 01:26:53 +00:00
EmmyHeart created pull request Hay1tsme/artemis#140 2024-05-13 09:04:13 +00:00
WIP: Implemented User Points for teams
EmmyHeart commented on issue Hay1tsme/artemis#107 2024-02-28 17:45:06 +00:00
ALL.Net.AUTHENTITACTION BAD

That looks fine. Can I see the log from ARTEMiS when you try to authenticate? That would give better clues to what's going on here.

EmmyHeart commented on issue Hay1tsme/artemis#107 2024-02-27 19:36:38 +00:00
ALL.Net.AUTHENTITACTION BAD

Make sure that if you do not have valid encryption keys in your chuni.yaml, you patch the game to disable Title Server encryption

EmmyHeart commented on issue Hay1tsme/artemis#79 2023-12-30 06:42:17 +00:00
[Chuni] Fix multi-version profiles

If I'm honest, cross-version compatibility going backwards with Chunithm is more trouble than it's worth. There aren't many things that can be preserved going back, and a lot can break going…

EmmyHeart opened issue Dniel97/SEGAguide#2 2023-12-30 06:38:39 +00:00
SDHD 2.16 Max Tracks patch is incorrect
EmmyHeart commented on issue Hay1tsme/artemis#70 2023-12-19 05:36:46 +00:00
[Chusan] Add customization options to webui

This is known; we do not currently have a mechanism for storing that information, as it isn't required for the game itself to read from. You could search the Chu_UI_NamePlate_*.dds files to locate…

EmmyHeart commented on issue Hay1tsme/artemis#81 2023-12-16 10:25:57 +00:00
About Sun Plus

Support has been added in the develop branch

EmmyHeart commented on issue Hay1tsme/artemis#57 2023-12-13 23:42:10 +00:00
CHUNITHM - dev branch GetRivalMusicApi is broken

Thank you for the fix! I've tested and confirmed this is working, so I added it to my current PR.

EmmyHeart opened issue Hay1tsme/artemis#79 2023-12-13 17:33:09 +00:00
Version changes are not graceful
EmmyHeart commented on issue Hay1tsme/artemis#74 2023-12-13 17:28:03 +00:00
There seems to be some upload problem with the database

Same fix could be applied to Chunithm, as it has an identical issue

EmmyHeart created pull request Hay1tsme/artemis#78 2023-12-13 06:50:27 +00:00
Chunithm Sun Plus, Int support
EmmyHeart commented on issue Hay1tsme/artemis#70 2023-11-23 17:20:52 +00:00
[Chusan] Add customization options to webui

If you are running Sun, you probably had them force unlocked. That is the default state of the current data. In that case, you can’t really set it that way, and you’ll need to wait until a…

EmmyHeart commented on issue Hay1tsme/artemis#70 2023-11-23 13:23:42 +00:00
[Chusan] Add customization options to webui

Assuming you are on New or higher, this is expected. Official networks expects you to use Chunithm-NET to change items.

EmmyHeart commented on issue Hay1tsme/artemis#64 2023-11-08 12:59:29 +00:00
Chunithm Sun can't connect to server

You need to set the hostname to be a DNS-resolvable entry for your server, I believe. That value is fed directly to the game in order to appropriately connect to your server. Also, I would…

EmmyHeart commented on issue Hay1tsme/artemis#57 2023-10-27 17:29:25 +00:00
CHUNITHM - dev branch GetRivalMusicApi is broken

See if my recent commits help this issue; I encountered this as well earlier, and I thought I fixed it with one of them. If not, we can merge your changes as well!