[UTILITY] Remove Rocks From Sector v1.03 [UPDATED 07/09/06]

The place to discuss scripting and game modifications for X³: Reunion.

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

dargj2
Posts: 443
Joined: Tue, 3. Jun 08, 22:08
x3tc

Post by dargj2 » Mon, 9. Jun 08, 21:48

Maybe a bit late to post this but thanks for this script, its really reduced lag ALOT XD

Brand
Posts: 4
Joined: Fri, 7. Apr 06, 04:21
x2

Post by Brand » Thu, 3. Jul 08, 08:09

i', running same XTM and 2.5
When i run script nothing happens no freezing nothing.

Only thing i can think of is that it may have a problem with new script in latest bonus pack.

Bunny
Posts: 2014
Joined: Mon, 1. Dec 03, 19:44
x3ap

Post by Bunny » Thu, 3. Jul 08, 13:41

Did you try leaving and reentering the sector?

The new scripts should have no influence on the function of this script.

hassisin
Posts: 108
Joined: Mon, 28. Apr 08, 20:36

Post by hassisin » Thu, 3. Jul 08, 16:08

so the command to run the script from the editor is definetely cheat.removerocks? because i can only find chean.killroids :-S

Bunny
Posts: 2014
Joined: Mon, 1. Dec 03, 19:44
x3ap

Post by Bunny » Thu, 3. Jul 08, 16:47

cheat.removerocks.xml is the only file.

hassisin
Posts: 108
Joined: Mon, 28. Apr 08, 20:36

Post by hassisin » Thu, 3. Jul 08, 17:29

i mean in-game in the script editor

Bunny
Posts: 2014
Joined: Mon, 1. Dec 03, 19:44
x3ap

Post by Bunny » Thu, 3. Jul 08, 17:40

The file is in the scripts folder, right?

hassisin
Posts: 108
Joined: Mon, 28. Apr 08, 20:36

Post by hassisin » Thu, 3. Jul 08, 17:52

yep

hassisin
Posts: 108
Joined: Mon, 28. Apr 08, 20:36

Post by hassisin » Thu, 3. Jul 08, 18:02

ok found it sorry for the trouble. works like a charm btw

Bunny
Posts: 2014
Joined: Mon, 1. Dec 03, 19:44
x3ap

Post by Bunny » Thu, 3. Jul 08, 20:21

No problem :wink:

gefer8
Posts: 96
Joined: Thu, 1. Sep 11, 01:45

Post by gefer8 » Mon, 16. Apr 12, 06:23

I can't find this in the script editor while in X3AP. Is it even compatible?

leko
Posts: 54
Joined: Fri, 2. Nov 12, 18:57

Post by leko » Fri, 9. Nov 12, 09:18

gefer8 wrote:I can't find this in the script editor while in X3AP. Is it even compatible?
Hi, gefers8,

As this forum appears to be dead I would like to confirm it works in ap,
just follow the readme exactly ! :P

cu, leko
To be god you have to be two, one that is god, the other saying "My God!"

alceste1978
Posts: 3
Joined: Mon, 8. Jul 13, 03:36
x3ap

Post by alceste1978 » Fri, 16. Aug 13, 23:01

The script from this .zip does not appear in my Script Editor in game, either. I suspect that because it is so old, it might not be "signed" correctly, and it appears some of the commands used aren't available in AP.

However, after some fiddling I was able to recreate (well, copy) the fundamental script into an .xml file that works with my version (steam version, X3AP 3.0).

For anyone interested you'll need X-Studio ( http://forum.egosoft.com/viewtopic.php?t=301433 ). Create a new .xml script and copy the following into it:


$xDebris = find debris: sector=[Hatikvah's Faith] resource=null min yield=null flags=[Find.Multiple] refobj=null num=10000 maxdist=null refpos=null

if $xDebris
$NumDebris = size of array $xDebris
$nX = 0
while $nX < $NumDebris
$nDebris = $xDebris[$nX]
if $nDebris-> exists
$nDebris-> destruct: show no explosion=[TRUE]
end
inc $nX
end
end
return null


Replace "Hatikvah's Faith" above with the name of whatever sector you wish to clear of rocks.

Now save and name the file whatever you like, make sure it is in your addon/scripts folder. Run it in game, works.

EARTHWALK
Posts: 7
Joined: Mon, 7. Apr 14, 08:09

script lost...

Post by EARTHWALK » Wed, 23. Apr 14, 15:49

Open the script editor and select "cheat.removerocks" ... nowhere to be found?

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

Post by X2-Illuminatus » Thu, 24. Apr 14, 17:23

Open the script editor and select "cheat.removerocks" ... nowhere to be found?
Have you downloaded the zip archive and copied the cheat.removerocks script from the "Copy to scripts" folder to your actual "scripts" folder?
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³: Reunion - Scripts and Modding”