Hallo Freizeitspieler!
:) Ich benutze lieber
Gal_ex_1.9.8.9 von Gnasirator
http://forum.egosoft.com/viewtopic.php?t=221693
oder
ScoutSpezialSoftware MK1 von alles
http://forum.egosoft.com/viewtopic.php?t=224525
du kannst es natürlich auch CHEATEN,
dann einfach so;
001 $sec.x = get max sectors in x direction
002 $sec.y = get max sectors in y direction
003
004 $x = 0
005 while $x <= $sec.x
006 |$y = 0
007 |while $y <= $sec.y
008 ||
009 ||$sector = get sector from universe index: x=$x, y=$y
010 ||if $sector -> exists
011 |||$sector -> set known status to [TRUE]
012 |||$gate.id = 6
013 |||while $gate.id > 0
014 ||||dec $gate.id =
015 ||||$gate = $sector -> get warp gate: gate id=$gate.id
016 ||||if $gate -> exists
017 |||||$gate -> set known status to [TRUE]
018 |||||$gate.x = $gate -> get x position
019 |||||$gate.y = $gate -> get y position
020 |||||$gate.z = $gate -> get z position
021 |||||$tmp = create ship: type=Erweiterter Satellit owner=Player addto=$sector x=$gate.x y=$gate.y z=$gate.z
022 |||||$tmp -> set owner race to Unbekannt
023 |||||$tmp -> destruct: show no explosion=[TRUE]
024 ||||end
025 |||end
026 ||end
027 ||inc $y =
028 |end
029 |inc $x =
030 end
031 return null
na dann viel Spaß damit.
Sagitarius