Skip to content
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
wants to merge 15 commits into from
Closed

Conversation

wulingxuan
Copy link

@wulingxuan wulingxuan commented Jun 17, 2024

  1. Update zh.json.
  2. 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
  3. Repaired the range display transparency stack caused by repeated archive loading.
  4. Repaired ui2 menu page icon stacking due to repeated archive loading.
  1. replace all SafeGetString to I18n.
  2. Language translation for ModConfig.
  3. Provides external key binding changes for the new ShowItemEffectRanges feature.
  1. 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
  1. 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. 修复了反复读档导致的范围显示透明度堆叠
显示范围的逻辑
1. 因为反复读档导致ui2菜单页图标堆叠。
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 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
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
fix last commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant