[MOD] No Stardust V0.2

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
radcapricorn
Moderator (English)
Moderator (English)
Posts: 3230
Joined: Mon, 14. Jul 08, 13:07
x4

Post by radcapricorn » Thu, 25. Feb 16, 20:09

Could someone please share the magic strings for removing stardust in Home of Light DLC? 8)

baden200
Posts: 18
Joined: Tue, 4. Nov 08, 07:42
x4

Post by baden200 » Fri, 26. Feb 16, 04:20

Thanks Igec! Do you happen to have the code to add for HoL? :)

baden200
Posts: 18
Joined: Tue, 4. Nov 08, 07:42
x4

Post by baden200 » Sat, 27. Feb 16, 02:36

I think I figured out how to remove star dust from HoL by adding the code below to the stardust_library.xml

I haven't tested every sector so use at your own risk. :)

Code: Select all

<!-- cold star -->
<add sel="/stardust">
    <configuration space="Cluster_L_Sector01_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<add sel="/stardust">
    <configuration space="Cluster_L_Sector02_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<add sel="/stardust">
    <configuration space="Cluster_L_Sector03_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<!-- Home of Light -->
<add sel="/stardust">
    <configuration space="Cluster_M_Sector01_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<add sel="/stardust">
    <configuration space="Cluster_M_Sector02_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<add sel="/stardust">
    <configuration space="Cluster_M_Sector03_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<add sel="/stardust">
    <configuration space="Cluster_M_Sector04_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

<!-- Toride -->
<add sel="/stardust">
    <configuration space="Cluster_N_Sector01_macro" material="particles.stardust" amount="0" size="0.5" distance="2000" maxvel="200">
      <scale linear="0.20" angular="0.0" />
    </configuration>
  </add>

Eggsoft
Posts: 2
Joined: Sat, 25. Jan 20, 11:18

Re: [MOD] No Stardust V0.2

Post by Eggsoft » Wed, 8. Apr 20, 17:50

The mod was removed from Nexusmods

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24950
Joined: Sun, 2. Apr 06, 16:38
x4

Re: [MOD] No Stardust V0.2

Post by X2-Illuminatus » Wed, 8. Apr 20, 22:19

Eggsoft wrote:
Wed, 8. Apr 20, 17:50
The mod was removed from Nexusmods
No, just the link structure on Nexusmods changed since the link was posted. I adjusted the link in the opening post now:
[ external image ]
Nun verfügbar! X3: Farnham's Legacy - Ein neues Kapitel für einen alten Favoriten

Die komplette X-Roman-Reihe jetzt als Kindle E-Books! (Farnhams Legende, Nopileos, X3: Yoshiko, X3: Hüter der Tore, X3: Wächter der Erde)

Neuauflage der fünf X-Romane als Taschenbuch

The official X-novels Farnham's Legend, Nopileos, X3: Yoshiko as Kindle e-books!

Post Reply

Return to “X Rebirth - Scripts and Modding”