Skip to content

Conversation

@Coronia
Copy link
Contributor

@Coronia Coronia commented Oct 21, 2025

  • It is possible to toggle shake screen effects (ShakeX/Ylo/hi) off by setting HideShakeEffects=true.
  • Phobos's Laser Trail effects can also be toggled off.
    • If a LaserTrailType has CanBeHidden=false, it can't be toggled off by setting HideLaserTrailEffects=true.

In artmd.ini:

[SOMETRAIL]                  ; LaserTrailType name
CanBeHidden=true             ; boolean

In RA2MD.INI:

[Phobos]
HideLaserTrailEffects=false  ; boolean
HideShakeEffects=false       ; boolean

compared with previous PR, this is done with the consideration that it can be toggled in game. Hence, it'll only work on the drawing process of laser trails while not interfering others

@github-actions
Copy link

github-actions bot commented Oct 21, 2025

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.

@Coronia Coronia added Tested Minor Minor feature and/or fix, not a lot of changes or they are not significant ⚙️T1 T1 maintainer review is sufficient labels Oct 21, 2025
@Coronia Coronia merged commit f9fb73c into develop Oct 21, 2025
15 checks passed
@Coronia Coronia deleted the hide-effects branch October 21, 2025 16:57
DeathFishAtEase added a commit to DeathFishAtEase/Phobos that referenced this pull request Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Minor Minor feature and/or fix, not a lot of changes or they are not significant ⚙️T1 T1 maintainer review is sufficient Tested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants