WACCA - Login Bonus, VIP Rewards #15

Open
opened 2023-03-20 09:00:26 +00:00 by KamijouMarisa · 12 comments

Currently, there are not many remaining issues, so I decided to open a new issue and list them all.

1. Reverse Gate will display Fatal Error after playing the mission music.
This issue is very strange. When I was playing at Lily Gate and R Gate in LilyR, there was no Fatal Error when I completed the mission music.
Perhaps Reverse has added something that needs further exploration.

Confirmed repair.

2. Some Trophies cannot correctly record progress, such as the cumulative number of RPs acquired, and so on.
Some trophies are only triggered in Event Mode, but Event Mode cannot save any data.
Except for the trophy related to Reverse Box, this feature is difficult to implement after all, unless someone can reproduce the official My Page feature.

Confirmed repair.

3. Reverse still does not support the FREE TIME Mode.
Confirmed add.

  1. Missing Login Bonus for daily first login.

  2. The items obtained by renewing the VIP function are duplicate.
    The icon obtained after purchasing a VIP for the first time is a gorilla. However, after the second purchase or renewal, the icon obtained is not another avatar, but still a gorilla.

  3. In the bottom right corner of the title on the standby screen, the complete server link will be displayed after the version number.
    There should be a way to change the display content, such as [JPN] or [USA]. It is best to use it as a setting parameter in yaml, allowing users to customize its display content.

  4. Suggest adding the function of unlocking all items and unlocking all music.
    Use an external .CSV file to create a list and have it read by the server. In this way, there is no longer a need to install patches specifically for unlocking items, and the original data of game files can be maintained.

Currently, there are not many remaining issues, so I decided to open a new issue and list them all. ~~1. Reverse Gate will display Fatal Error after playing the mission music. This issue is very strange. When I was playing at Lily Gate and R Gate in LilyR, there was no Fatal Error when I completed the mission music. Perhaps Reverse has added something that needs further exploration.~~ **Confirmed repair.** ~~2. Some Trophies cannot correctly record progress, such as the cumulative number of RPs acquired, and so on. Some trophies are only triggered in Event Mode, but Event Mode cannot save any data. Except for the trophy related to Reverse Box, this feature is difficult to implement after all, unless someone can reproduce the official My Page feature.~~ **Confirmed repair.** ~~3. Reverse still does not support the FREE TIME Mode.~~ **Confirmed add.** 4. Missing Login Bonus for daily first login. 5. The items obtained by renewing the VIP function are duplicate. The icon obtained after purchasing a VIP for the first time is a gorilla. However, after the second purchase or renewal, the icon obtained is not another avatar, but still a gorilla. 6. In the bottom right corner of the title on the standby screen, the complete server link will be displayed after the version number. There should be a way to change the display content, such as [JPN] or [USA]. It is best to use it as a setting parameter in yaml, allowing users to customize its display content. 7. Suggest adding the function of unlocking all items and unlocking all music. Use an external .CSV file to create a list and have it read by the server. In this way, there is no longer a need to install patches specifically for unlocking items, and the original data of game files can be maintained.
Hay1tsme added the
bug
wacca
wip
labels 2023-03-28 22:13:52 +00:00
Owner

Thanks for consolidating these, I will look into them all in time

Thanks for consolidating these, I will look into them all in time
KamijouMarisa changed title from WACCA - Reverse Gate, Trophy, Free Time Mode to WACCA - Reverse Gate, Trophy, Free Time Mode, Login Bonus, VIP 2023-03-29 03:52:51 +00:00
Owner

Reverse gate crash fixed as of b1f9be0121

Reverse gate crash fixed as of b1f9be0121ac4ceb257a1cf1e7b4feb2f62add59
Author

Reverse gate crash fixed as of b1f9be0121

The issue with ReverseGate has been confirmed for repair.
You can push the code to the master branch now.

> Reverse gate crash fixed as of b1f9be0121ac4ceb257a1cf1e7b4feb2f62add59 The issue with ReverseGate has been confirmed for repair. You can push the code to the master branch now.
KamijouMarisa changed title from WACCA - Reverse Gate, Trophy, Free Time Mode, Login Bonus, VIP to WACCA - Trophy, Free Time Mode, Login Bonus, VIP 2023-04-16 08:04:16 +00:00
Author

In addition, relevant documentation needs to be updated.

docs/game_specific_info.md

python dbutils.py --game SDFE --version 4 upgrade

Due to all gates being fixed, yaml's configuration file can be added to all of them.

example_config/wacca.yaml

gates:
  enabled_gates:
    - 1
    - 2
    - 3
    - 4
    - 5
    - 6
    - 7
    - 8
    - 9
    - 10
    - 11
    - 12
    - 13
    - 14
    - 15
    - 16
    - 17
    - 18
    - 19
    - 20
    - 21
    - 22
    - 23
    - 24
In addition, relevant documentation needs to be updated. docs/game_specific_info.md `python dbutils.py --game SDFE --version 4 upgrade` Due to all gates being fixed, yaml's configuration file can be added to all of them. example_config/wacca.yaml ``` gates: enabled_gates: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 ```
Contributor

Alternatively: python dbutils.py autoupgrade

Alternatively: `python dbutils.py autoupgrade`
Owner

Updated the example config, I meant to do that in the original push but it slipped my mind, thank you.
Documentation will be updated tomorrow. It's needed an update for a while now, and this is a good chance to do it.

Updated the example config, I meant to do that in the original push but it slipped my mind, thank you. Documentation will be updated tomorrow. It's needed an update for a while now, and this is a good chance to do it.
Owner

Updated the documentation in b0042bc776

Updated the documentation in b0042bc776b2abcf0b4f44b2cd74aa2cc3b520bb
Owner

In regards to the other issues

  1. I may just force unlock the currently unobtainable trophies. AFAIK we currently track how much RP is spent/earned and such, but if that feature is broken I will look into fixing it.

  2. Currently unsure if there is some sort of server or account flag that needs to be set. This requires some more research

  3. This is known and will be implemented soon.

  4. I'll have to get a list (probably by reading the game files) of items that are obtained via VIP, and implement a way to track VIP usage such that all items are able to be obtained.

In regards to the other issues 2. I may just force unlock the currently unobtainable trophies. AFAIK we currently track how much RP is spent/earned and such, but if that feature is broken I will look into fixing it. 3. Currently unsure if there is some sort of server or account flag that needs to be set. This requires some more research 4. This is known and will be implemented soon. 5. I'll have to get a list (probably by reading the game files) of items that are obtained via VIP, and implement a way to track VIP usage such that all items are able to be obtained.
Owner

As of 00b127361b time free is enabled.

As of 00b127361b35a301e1817d7a00760f5f35c0b9ac time free is enabled.
Author

Latest test: FREE TIME mode is now working properly.

Latest test: FREE TIME mode is now working properly.
KamijouMarisa changed title from WACCA - Trophy, Free Time Mode, Login Bonus, VIP to WACCA - Trophy, Login Bonus, VIP Rewards 2023-04-21 09:32:19 +00:00
KamijouMarisa changed title from WACCA - Trophy, Login Bonus, VIP Rewards to WACCA - Login Bonus, VIP Rewards 2023-09-17 05:52:08 +00:00
Owner

Talking about number 6, I actually don't know how to control what shows up there.... Never been able to figure out how to hide the url.

Talking about number 6, I actually don't know how to control what shows up there.... Never been able to figure out how to hide the url.
Owner

Number 7 is coming soon, I believe the author of wacky, the library that we use to read wacca's files, has updated it to read more then just the music table, so I just need to build the importer.

Number 7 is coming soon, I believe the author of wacky, the library that we use to read wacca's files, has updated it to read more then just the music table, so I just need to build the importer.
Hay1tsme added
enhancement
and removed
bug
labels 2023-12-03 02:18:24 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#15
No description provided.