Trying to remove an object from space

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

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

Post Reply
vxAliasxv
Posts: 2
Joined: Mon, 25. Sep 23, 19:24
xr

Trying to remove an object from space

Post by vxAliasxv » Tue, 26. Sep 23, 00:20

Im am trying to remove the cloud from the khaak station. Have had no success. :( . If someone still around that might be able to tell me what i am doing wrong be grateful.

this is the game code.

Code: Select all

<macro name="tzoneCluster_N_Sector01_Zone012_macro" class="zone">
    <component ref="standardzone" />
    <connections>
      <connection name="wormhole_v1_macro" ref="anything">
        <offset>
          <position x="6500" y="0" z="-44894.62109375" />
          <quaternion qx="0" qy="0" qz="0" qw="1" />
        </offset>
        <macro ref="wormhole_v1_macro" connection="space" />
      </connection>
      <connection name="fog_cluster_big_macro" ref="anything">
        <offset>
          <position x="0" y="-2146" z="0" />
          <quaternion qx="0" qy="0" qz="0" qw="1" />
        </offset>
        <macro ref="fog_cluster_big_macro" connection="space" />
      </connection>
this is my last attempt i tried.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>

<diff>

	<remove sel="//macro[@name='tzoneCluster_N_Sector01_Zone012_macro']/connections/connection[@name='fog_cluster_big_macro'] "/>

</diff>
tried a couple things but it just dont wanna go away.

Thank you,


vxAliasxv
Posts: 2
Joined: Mon, 25. Sep 23, 19:24
xr

Re: Trying to remove an object from space

Post by vxAliasxv » Tue, 26. Sep 23, 02:28

been there :). its the only fog that it doesnt remove.

User avatar
alexalsp
Posts: 1823
Joined: Fri, 18. Jul 14, 05:28
x4

Re: Trying to remove an object from space

Post by alexalsp » Tue, 26. Sep 23, 23:53

https://drive.google.com/file/d/1dejJGg ... sp=sharing

Check it out. I did this a long time ago, I don’t remember what mists it removes.

And give me a picture of what kind of fog you have.

User avatar
KrYcHokE
Posts: 259
Joined: Wed, 2. Dec 15, 13:15
x4

Re: Trying to remove an object from space

Post by KrYcHokE » Fri, 29. Sep 23, 23:20

All gas and asteroid fields are connected to cluster, not zone or sector

Post Reply

Return to “X Rebirth - Scripts and Modding”