The file of Cirax has only the first three planets removed. SE 0.980_e already contains all seven planets. Therefore, all seven planets must be removed.
You only need the two scripts that I have posted.
Put them in the specified folders.
[hr]
If you want to change the original files of Cirax, paste this into 'TRAPPIST-1 planets Cirax.sc':
Code: Select all
Remove "TRAPPIST-1 e" {ParentBody "TRAPPIST-1"}
Remove "TRAPPIST-1 f" {ParentBody "TRAPPIST-1"}
Remove "TRAPPIST-1 g" {ParentBody "TRAPPIST-1"}
Remove "TRAPPIST-1 h" {ParentBody "TRAPPIST-1"}
Remove "TRAPPIST-1" {ParentBody "2MASSW 23062-05022"}
Code: Select all
RemoveStar "2MASSW 23062-05022"
I expressed myself wrong here.
Cirax uses a 'StarBarycenter' named 'TRAPPIST-1 System'.
The name of the original 'StarBarycenter' is "2MASSW 23062-05022". That's why it needs to be removed.




