chunithm nameplate selection is not available every game #70

Open
opened 2023-11-23 10:34:39 +00:00 by ToshiyukiDoma · 7 comments

you can unlock nameplates but not available for selection every end of the game.
others probably don't work as well. but so far, I can only notice nameplates not being available

you can unlock nameplates but not available for selection every end of the game. others probably don't work as well. but so far, I can only notice nameplates not being available
Contributor

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

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

About that, when you unlock a new nameplate on that credit, it will be available for selection at the end of that game. That's not the case in my experience.
It works that way in the official version.

About that, when you unlock a new nameplate on that credit, it will be available for selection at the end of that game. That's not the case in my experience. It works that way in the official version.
Contributor

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 nameplate comes up that isn’t force unlocked

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 nameplate comes up that isn’t force unlocked
Hay1tsme added the
chusan
label 2023-12-10 22:37:35 +00:00

Changing nameplates in the database table "chuni_profile_data" is still available but the problem is that there is no table for nameplates, which is not good for index.

By the way, in "chuni_item_character", it could be better if character names were contained for the same reason

Changing nameplates in the database table "chuni_profile_data" is still available but the problem is that there is no table for nameplates, which is not good for index. By the way, in "chuni_item_character", it could be better if character names were contained for the same reason
Owner

Names and title text would be static data that you would need to read from the game data itself, which is what the reader code is for

Names and title text would be static data that you would need to read from the game data itself, which is what the reader code is for

Names and title text would be static data that you would need to read from the game data itself, which is what the reader code is for

Sorry, but I cannot find any table related to the nameplate. I also checked chuni_item_***, and no title or name cols could be found (It seems the data is from the game instead of reading)

I also viewed "titles/chuni/read.py", there's no function named read_nameplate, read_chara, or something like them. They both have XML files so it should be readable.

> Names and title text would be static data that you would need to read from the game data itself, which is what the reader code is for Sorry, but I cannot find any table related to the nameplate. I also checked chuni_item_***, and no title or name cols could be found (It seems the data is from the game instead of reading) I also viewed "titles/chuni/read.py", there's no function named read_nameplate, read_chara, or something like them. They both have XML files so it should be readable.
Contributor

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 the nameplate ID you are looking for, and apply it that way. For reference, itemKind for nameplates is 1

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 the nameplate ID you are looking for, and apply it that way. For reference, itemKind for nameplates is 1
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#70
No description provided.