ich beschäftige mich derzeit mit der Erstellung neue Sektoren. Bisher hat alles reibungslos geklappt. Erstellte Sektor ist vorhanden, Asteroiden ebenfalls vorhanden, nicht nur optisch, auch mit Vorkommen versorgt und eine Verteidungsstation ist auch eingezogen (bei Spielstand Neustart nur vorhanden). Torverbindung funktioniert auch. Namensgebung klappt auf englisch und auch in deutsch plus Beschreibung im Infofenster ist vorhanden. Kurz gesagt, es ist einfach spielbar.
Nun wollte ich es etwas verbessern, da die liebe Betty (Bordcomputer) beim durchqueren des Tores mir nur jedes mal sagt "erreiche System" und dann aber den Namen des Sektors nicht mitteilen mag. Für mich selbst wäre es schön, ihn zu hören. (für´s Spielgefühl) Die Voice-Datei für den Namen (Hafen der Ruhe) ist ja im Spieleverzeichnis vorhanden (voice-I049/20005/normal/2020) Die Voice mit "erreiche System" (voice-I049/10002/normal/600) spricht sie ja aus, nur den Namen erkennt sie nicht. Nun möchte ich gerne wissen wie ich die Voice so verknüpfen kann, das Betty diesen ausspricht beim Betreten des Sektors?
die language Lib vom spiel hab ich durchforstet, aber ich bekomm es einfach nicht hin mit der Zuordnung.
hier einige der Code´s
God.xml
Code: Select all
<diff>
<add sel="/god/stations">
<station id="barontest_st_c001_s001_st001" race="boron" owner="boron" type="factory">
<quotas>
<quota galaxy="1" sector="1"/>
</quotas>
<location class="zone" macro="barontest_zo_c001_s001_z007_macro" matchextension="false"/>
<station>
<select faction="boron" tags="[defence]"/>
<loadout>
<level exact="1.0"/>
</loadout>
</station>
</station>
<station id="barontest_st_c001_s001_st003" race="boron" owner="boron" type="factory">
<quotas>
<quota galaxy="1" sector="1"/>
</quotas>
<location class="zone" macro="barontest_zo_c001_s001_z014_macro" matchextension="false"/>
<station>
<select faction="boron" tags="[shipyard]"/>
<loadout>
<level exact="1.0"/>
</loadout>
</station>
</station>
<station id="barontest_st_c002_s001_st001" race="boron" owner="boron" type="factory">
<quotas>
<quota galaxy="1" sector="1"/>
</quotas>
<location class="zone" macro="barontest_zo_c002_s001_z007_macro" matchextension="false"/>
<station>
<select faction="boron" tags="[defence]"/>
<loadout>
<level exact="1.0"/>
</loadout>
</station>
</station>
</add>
</diff>Code: Select all
<diff>
<add sel="/defaults">
<dataset macro="barontest_CL_c001_macro">
<properties>
<identification name="{49477851,1}" description="{49477851,2}" image="enc_cluster01"/>
<sounds>
<music ref="music_dlc_boron_soundtrack_outer_bubble"/>
</sounds>
<area factionlogic="true"/>
<system/>
</properties>
</dataset>
<dataset macro="barontest_SE_c001_s001_macro">
<properties>
<identification name="{49477851,1}" description="{49477851,2}" image="enc_cluster01"/>
<resourceareas>
<resourcearea amount="20" ref="sphere_large_ore_veryhigh_slow"/>
<resourcearea amount="20" ref="sphere_small_ore_medium_average"/>
<resourcearea amount="20" ref="sphere_tiny_ore_low_fast"/>
<resourcearea amount="20" ref="sphere_large_silicon_veryhigh_slow"/>
<resourcearea amount="20" ref="sphere_small_silicon_medium_average"/>
<resourcearea amount="20" ref="sphere_tiny_silicon_low_fast"/>
</resourceareas>
<area sunlight="0.8" economy="1.0" security="0.7" tags="allowrandomanomaly"/>
<system/>
</properties>
</dataset>
<dataset macro="barontest_CL_c002_macro">
<properties>
<identification name="{49477851,3}" description="{49477851,2}" image="enc_cluster01"/>
<sounds>
<music ref="music_soundtrack_xenon"/>
</sounds>
<area factionlogic="true"/>
<system/>
</properties>
</dataset>
<dataset macro="barontest_SE_c002_s001_macro">
<properties>
<identification name="{49477851,3}" description="{49477851,2}" image="enc_cluster01"/>
<resourceareas>
<resourcearea amount="20" ref="sphere_large_ore_veryhigh_slow"/>
<resourcearea amount="20" ref="sphere_small_ore_medium_average"/>
<resourcearea amount="20" ref="sphere_tiny_ore_low_fast"/>
<resourcearea amount="20" ref="sphere_large_silicon_veryhigh_slow"/>
<resourcearea amount="20" ref="sphere_small_silicon_medium_average"/>
<resourcearea amount="20" ref="sphere_tiny_silicon_low_fast"/>
</resourceareas>
<area sunlight="0.6" economy="0.8" security="0.7" tags="allowrandomanomaly"/>
<system/>
</properties>
</dataset>
</add>
</diff>Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<language id="49">
<page id="49477851" title="Barontest T Files" descr="" voice="yes">
<t id="1">Hafen der Ruhe</t>
<t id="1">{20005,2020}(Hafen der Ruhe)</t>
<t id="2">Testnachricht</t>
<t id="3">zentrale Matrix 025</t>
</page>
</language>Vielen Dank schon mal


