forked from cdaragorn/Ui-Info-Suite
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optimize, add, update and fix #565
Closed
Closed
Conversation
This file contains 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
wulingxuan
commented
Jun 17, 2024
•
edited
Loading
edited
- Update zh.json.
- Add new feature of ShowItemEffectRanges. When the mouse is over an item, press leftCtrl to show only that range, and press both leftCtrl and leftAlt to show the full range. (I set this feature to be turned off by default, and I don't know what option label should be used in English) #451
- Repaired the range display transparency stack caused by repeated archive loading.
- Repaired ui2 menu page icon stacking due to repeated archive loading.
- Video
- replace all SafeGetString to I18n.
- Language translation for ModConfig.
- Provides external key binding changes for the new ShowItemEffectRanges feature.
- (6 and 7 are for GenericModConfigMenu)
- Display overlapping ranges of multiple devices, but only overlaps of the current item range are shown And replace it with another color.(Temporary availability)#538
- Video
- Fix NPC Social Tracker does not match Map.
1. update zh.json 2. In ShowItemEffectRanges.cs, I added a feature that when you press leftctrl, the mouse moves over the sprinkler or scarecrow, etc., to display this range alone, and when you press leftalt, the entire range of the object you point the mouse at is displayed. 3. The ShowItemEffectRanges subitem is added to the menu. You can disable the function. It is disabled by default. 4. If this feature is not required, simply update the "Stump": "树桩" of zh.json.
1. Translate the "configMenu" string related to IGenericModConfigMenuApi, and transfer the translation to i18n. 2. Transfer ObjectExtensions.SafeGetString to I18n and delete Infrastructure/LanguageKeys.cs.
Provides external key binding changes for the new ShowItemEffectRanges feature.
wulingxuan
changed the title
optimize, add, update and debug
optimize, add, update and fix
Jun 22, 2024
ShowItemEffectRanges like v2.3.1, display overlapping ranges of multiple devices, but only overlaps of the current item range are shown
This reverts commit f22020f.
ShowItemEffectRanges like v2.3.1, display overlapping ranges of multiple devices, but only overlaps of the current item range are shown
(can run but undebug) Extract the overlap and change the color.
NPC Social Tracker does not match Ma
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.