Customize the images for building sell and undeploy#2271
Draft
DeathFishAtEase wants to merge 1 commit into
Draft
Customize the images for building sell and undeploy#2271DeathFishAtEase wants to merge 1 commit into
DeathFishAtEase wants to merge 1 commit into
Conversation
|
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
|
To Chinese users:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Buildupimage. Now you can customize the images for these two cases and set whether to reverse them separately.In
artmd.ini:Note
When the replacement image is not explicitly set, the
Buildupimage will be used, and reversal can still work independently.The configuration parameters for displaying images are as follows:
In
rulesmd.ini:In
artmd.ini:Tested changing
SellTimevalue andBuildup; the sell sequence still synchronizes and disappears at the same time (the end time is not delayed by the frame count ofBuildup), and it synchronizes under both FPS=120 and FPS=1.Todo:
[GACNST](Buildup=GAPILLMK) appears to be 1 step faster than[NACNST]; the cause is still under investigation.Buildupis significantly less than that ofSell, the first frame of the sell sequence cannot erase the building body image of[GACNST]in time at higher FPS, causing the sell sequence image to overlap with the building image.LoadTheaterSHPfunction similar to Ares' approach to handle reading under different theaters; need to confirm whether it can be replaced by reusing the content related to 005F9070 -ObjectTypeClass_Load_Theater_Art, but lack of energy.