
getting bubble gate sectors from swath to a usable file
Bubble gate(s): 1387
Bubble size...: 10
Bubble depth..: 10
Distance to StarDock..: 12
Distance from StarDock: 14
Distance to sector 1..: 17
Distance from sector 1: 21
Bubble sectors:
14485 18380 4878 11791 14500 1239 16342 16162 20000 16574
cut and paste your bubble info into a file of its own.
For those who dont know how to use this.
TOOLS-> BUBBLE FINDER -> fill in info
Click SEARCH then COPY
then PASTE into a new text file.
Code:
#Bubble gate(s): 987
SetVar $file (GAMENAME & "-bubble_gate.txt")
Delete $file
Echo ANSI_15 "*Enter name of target file "
GetConsoleInput $targetfile
ReadToArray $targetfile $target
SetVar $i 1
While ($i <= $target)
getwordpos $target[$i] $test "Bubble gate(s)"
if ($test <> "0")
GetWordpos $target[$i] $pos ":"
If ($pos <> "0")
cuttext $target[$i] $word $pos 999
striptext $word ":"
Write $file $word
add $b 1
end
end
Add $i 1
End
Echo ANSI_11 "*" $b " Lines " ANSI_10 "in File " ANSI_11 $file ANSI_0 "*"
Sound "ding.wav"
Halt
then run this little snippet
and all the bubble gates will come out into there own file for gridding or hunting