wie scripte ich Xenon L steam

Hier ist der ideale Ort um über Scripts und Mods für X³: Terran Conflict und X³: Albion Prelude zu diskutieren.

Moderators: Scripting / Modding Moderators, Moderatoren für Deutsches X-Forum

Ginther Christoph
Posts: 104
Joined: Wed, 24. Oct 07, 20:59
x3tc

wie scripte ich Xenon L steam

Post by Ginther Christoph »

Hallo

Hänge an der plot mission kapere Xenon L.
Hab es mit beschuss versucht aber er verlässt das schiff nicht. DEshalb meine frage wie kann ich einen scripten? Hab die steam version und nichts passenden gefunden bissher also bitte helft mir
User avatar
ISO
Posts: 342
Joined: Thu, 26. May 05, 13:56
x4

Re: wie scripte ich Xenon L steam

Post by ISO »

a.Terry.Pilot.rausschmeissen

Code: Select all

<?xml version="1.0" standalone="yes" ?>
<?xml-stylesheet href="x2script.xsl" type="text/xsl" ?>
<script>
<name>a.Terry.Pilot.rausschmeissen</name>
<version>0</version>
<engineversion>54</engineversion>
<description>Pilot aus Schiff werfen</description>
<arguments>
<argument index="1" name="Object" type="Var/Ship/Station" desc="Ship or Station" />
</arguments>
<sourceplaintext>
<![CDATA[
  =$Object -> pilot eject from ship
  return null
]]>
</sourceplaintext>
<sourcetext>
<line indent=""><var>=</var><var>$Object&#160;-&gt;</var><text>&#160;pilot&#160;eject&#160;from&#160;ship</text></line>
<line indent=""><text>return&#160;</text><var>null</var></line>
</sourcetext>
<codearray>

<sval type="array" size="10">
  <sval type="string" val="a.Terry.Pilot.rausschmeissen"/>
  <sval type="int" val="54"/>
  <sval type="string" val="Pilot aus Schiff werfen"/>
  <sval type="int" val="0"/>
  <sval type="int" val="0"/>
  <sval type="array" size="1">
    <sval type="string" val="Object"/>
  </sval>
  <sval type="array" size="2">
    <sval type="array" size="4">
      <sval type="int" val="1245"/>
      <sval type="int" val="131074"/>
      <sval type="int" val="0"/>
      <sval type="int" val="-2147483647"/>
    </sval>
    <sval type="array" size="3">
      <sval type="int" val="103"/>
      <sval type="int" val="0"/>
      <sval type="int" val="0"/>
    </sval>
  </sval>
  <sval type="array" size="1">
    <sval type="array" size="2">
      <sval type="int" val="22"/>
      <sval type="string" val="Ship or Station"/>
    </sval>
  </sval>
  <sval type="int" val="0"/>
  <sval type="int" val="0"/>
</sval>

</codearray>
<nosignature>7490</nosignature>
</script>
Ginther Christoph
Posts: 104
Joined: Wed, 24. Oct 07, 20:59
x3tc

Re: wie scripte ich Xenon L steam

Post by Ginther Christoph »

muss ich das einfach kopieren oder wie ISO? Und danke hoffe es ist steam tauglich bin was das betrifft wirklich einfach doof. also bitte schritt für schritt anleitung geben
User avatar
ISO
Posts: 342
Joined: Thu, 26. May 05, 13:56
x4

Re: wie scripte ich Xenon L steam

Post by ISO »

Weißt du, wie der Scripteditor zu nutzen ist?

Das Forum hier ist so alt, dass man nix hochladen kann :shock: .

Einfach bspw. den Windows Editor öffnen und den Code hinein kopieren. Die Datei dann a.Terry.Pilot.rausschmeissen.xml nennen. Achte auf das Dateiformat xml!

Die Datei kopierst du dann in den Ordner addons/scripts. Dann kannst du das Script mit dem Scripteditor im Spiel ausführen und Piloten aus Schiffen deiner Wahl rausschmeißen. Danach kannst du das verlassene Schiff übernehmen.
Ginther Christoph
Posts: 104
Joined: Wed, 24. Oct 07, 20:59
x3tc

Re: wie scripte ich Xenon L steam

Post by Ginther Christoph »

Ähm ich weiss wie ich den script editor starte aber viel mehr weis ich nicht. Aber versuche es mal

Return to “X³: Terran Conflict / Albion Prelude - Scripts und Modding”