und muss sagen das die genau gleich sind bis auf das lib.st.getsectorsize script das neu is!
Ach ja und ein script scheint zu fehlen!!!
Script setup.zpm
Version: 1
for Script Engine Version: 43
Description
Setup ZPM Hyperspace Engine
Arguments
Source Text
001 load text: id=8152
002
003
004 set script command upgrade: command=COMMAND_ZPM upgrade=ZPM
005 set script command upgrade: command=COMMAND_ADV_NRG upgrade=[TRUE] script='plugin.zpm.check'
006 set script command upgrade: command=COMMAND_HYPER upgrade=[TRUE] script='plugin.zpm.hyper.check'
007
008
009 global script map: set: key=COMMAND_ZPM, class=Bewegliches Schiff, race=Player, script='plugin.zpm.zpm.control', prio=0
010 global script map: set: key=COMMAND_ADV_NRG, class=Riesenschiff, race=Player, script='plugin.zpm.adv.nrg.control', prio=0
011 global script map: set: key=COMMAND_HYPER, class=Bewegliches Schiff, race=Player, script='plugin.zpm.hyper.jump.command', prio=0
012 global script map: set: key=COMMAND_HYP_EMERG, class=Bewegliches Schiff, race=Player, script='plugin.zpm.hyper.emergency', prio=0
013
014
015 * ZPM-Kontrolle
016
017 $GV = get global variable: name='GV.ZPM.Hotkey1'
018 if not $GV
019 |$GV = register hotkey 'Erw. Energiekontrolle' to call script 'plugin.zpm.adv.nrg.control'
020 |set global variable: name='GV.ZPM.Hotkey1' value=$GV
021 end
022
023 * Hyperraumantrieb
024 * Empfohlener Hotkey: Shift + j
025 $GV = get global variable: name='GV.ZPM.Hotkey2'
026 if not $GV
027 |$GV = register hotkey 'Hyperraumantrieb' to call script 'plugin.zpm.hyper.jump.pl'
028 |set global variable: name='GV.ZPM.Hotkey2' value=$GV
029 end
030
031 $GV = get global variable: name='GV.ZPM.Ware'
032 if not $GV
033 |$GV = find station in galaxy: startsector=Erde class or type=Der Torus race=null flags=null refobj=null serial=null max.jumps=null
034 |$GV -> add product to factory or dock: ZPM
035 |set global variable: name='GV.ZPM.Ware' value=$GV
036 end
037
038 return null
da wird in zeile 12 ein script geladen plugin.zpm.hyper.emergency das fehlt bei mir!!!
Hmmm!!!
keine Werft?!? sorry kan ich jetz nicht sagen hab keinen safe mehr gehabt der am storyende war deshalb ------>Neues Spiel!!
