Skip to content

Commit

Permalink
v1.8.17
Browse files Browse the repository at this point in the history
feat: CassetteBlockHelper
  • Loading branch information
LozenChen committed Jan 11, 2024
1 parent 3784317 commit f373d6e
Show file tree
Hide file tree
Showing 12 changed files with 604 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Dialog/English.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ TAS_HELPER_MORE_OPTIONS= More Options
TAS_HELPER_SPAWN_POINT= Show Spawn Point
TAS_HELPER_CURRENT_SPAWN_POINT_OPACITY= Current Spawn Point Opacity
TAS_HELPER_OTHER_SPAWN_POINT_OPACITY= Other Spawn Point Opacity
TAS_HELPER_CASSETTE_BLOCK_HELPER= Cassette Block Helper
TAS_HELPER_CASSETTE_BLOCK_DESCRIPTION= Show when will the cassette blocks activate.
TAS_HELPER_ENTITY_ACTIVATOR_REMINDER= Entity Activator Reminder
TAS_HELPER_ENTITY_ACTIVATOR_REMINDER_DESCRIPTION= Activator Reminder may interfere Spinner Stun.{n}
This option will remind you when you enter a room with Activator Reminder.
Expand Down
2 changes: 2 additions & 0 deletions Dialog/Simplified Chinese.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ TAS_HELPER_MORE_OPTIONS= 更多选项
TAS_HELPER_SPAWN_POINT= 显示出生点
TAS_HELPER_CURRENT_SPAWN_POINT_OPACITY= 当前出生点不透明度
TAS_HELPER_OTHER_SPAWN_POINT_OPACITY= 其他出生点不透明度
TAS_HELPER_CASSETTE_BLOCK_HELPER= 磁带块助手
TAS_HELPER_CASSETTE_BLOCK_DESCRIPTION= 显示各种颜色的磁带块何时激活.
TAS_HELPER_ENTITY_ACTIVATOR_REMINDER= 提示有实体激活器
TAS_HELPER_ENTITY_ACTIVATOR_REMINDER_DESCRIPTION= 实体激活器有可能影响 Spinner Stun, 此功能会提示您进入了有实体激活器的房间.
TAS_HELPER_PIXEL_GRID= 像素网格
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ This mod is based on [CelesteTAS](https://github.com/EverestAPI/CelesteTAS-Evere
- Celeste TAS hotkeys randomly work improperly -> Not sure if it's caused by TAS Helper.

- Use SRT save, then reload asset, then SRT load. This causes crash -> I guess it's a general issue and only happens for mod developers, so just ignore it.

- Predictor can't handle SJ cassette blocks well -> Not sure but I guess the reason is, they have special hook such that SJ cassette blocks also update in freeze frames, and my simulator doesn't take this into account.
Loading

0 comments on commit f373d6e

Please sign in to comment.