Skip to content

Conversation

DeathFishAtEase
Copy link
Contributor

@DeathFishAtEase DeathFishAtEase commented Sep 22, 2025

Note

Although the second command, which is used to avoid [General] -> WarpAway from being incorrectly changed, has some differences in writing compared to our previous commands, it has already run and passed verification in relatively complex input situations.

Example:

  • putin:
;xxxx
; WarpAway
; Chronoshift.WarpOut
[CCOMAND]
WarpAway=IONBEAM
; Suppose that the user, due to writing habits or the order in which content is added in an included INI file being affected by temporal sequence, among other reasons, has placed a unit section here before [General].
[General]
WarpAway=WARPAWAY;RING1		; animation when warping something out of existance
; Global
[CLEG]
WarpAway=WCCLOUD1 ; minor, WarpAway
; Techno#1
[CIVAN]
WarpAway=MININUKE ; KBOOOM, Chronoshift.WarpOut
; Techno#2
  • putout:
;xxxx
; WarpAway
; Chronoshift.WarpOut
[CCOMAND]
Chronoshift.WarpOut=IONBEAM
; Suppose that the user, due to writing habits or the order in which content is added in an included INI file being affected by temporal sequence, among other reasons, has placed a unit section here before [General].
[General]
WarpAway=WARPAWAY;RING1		; animation when warping something out of existance
; Global
[CLEG]
Chronoshift.WarpOut=WCCLOUD1 ; minor, WarpAway
; Techno#1
[CIVAN]
Chronoshift.WarpOut=MININUKE ; KBOOOM, Chronoshift.WarpOut
; Techno#2

Actual Effect

  • before:
[TNKD]
Locomotor=Teleport
WarpIn=MININUKE
WarpOut=WCCLOUD1
WarpAway=RING1
WarpAway
  • after:
[TNKD]
Locomotor=Teleport
WarpIn=MININUKE
WarpOut=WCCLOUD1
Chronoshift.WarpOut=RING1
Chronoshift.WarpIn=PDFXLOC
Chronoshift WarpOut

@Coronia Coronia merged commit f360d2d into Phobos-developers:develop Sep 27, 2025
@DeathFishAtEase DeathFishAtEase removed the request for review from Metadorius September 27, 2025 04:09
@DeathFishAtEase DeathFishAtEase deleted the WarpAway branch September 27, 2025 04:09
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.

2 participants