Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified drawing/default_diffuse.dds
Binary file not shown.
8 changes: 4 additions & 4 deletions drawing/marker_2.i3d
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>

<i3D name="marker" version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://i3d.giants.ch/schema/i3d-1.6.xsd">
<i3D name="marker_2.i3d" version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://i3d.giants.ch/schema/i3d-1.6.xsd">
<Asset>
<Export program="GIANTS Editor 64bit" version="9.0.1"/>
<Export program="GIANTS Editor 64bit" version="9.0.6"/>
</Asset>

<Files>
Expand All @@ -12,7 +12,7 @@


<Materials>
<Material name="marker_mat" materialId="4" alphaBlending="true" customShaderId="2" customShaderVariation="PULSATING">
<Material name="marker_mat" materialId="5" alphaBlending="true" customShaderId="2" customShaderVariation="PULSATING">
<Emissivemap fileId="1"/>
<CustomParameter name="scaleParameters" value="0.65 1 2.5 1"/>
</Material>
Expand All @@ -27,7 +27,7 @@
</Dynamics>

<Scene>
<Shape shapeId="1" name="marker" clipDistance="100" nodeId="7" materialIds="4"/>
<Shape shapeId="1" name="marker" clipDistance="100" nodeId="8" materialIds="5"/>
</Scene>

</i3D>
Binary file modified drawing/marker_2.i3d.shapes
Binary file not shown.
Binary file modified drawing/marker_diffuse_2.dds
Binary file not shown.
File renamed without changes.
17 changes: 13 additions & 4 deletions modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="79">
<modDesc descVersion="80">
<author>AutoDrive Team</author>
<title>
<en>AutoDrive</en>
</title>
<description>
<en>
<![CDATA[This mod can be used to create a network of routes for vehicles to drive autonomously. Once setup you can tell a tractor which is standing anywhere close to the network to drive to any point, such as the shop, field 1 or to a sell point.
<![CDATA[
This mod can be used to create a network of routes for vehicles to drive autonomously.
Once setup you can tell a tractor which is standing anywhere close to the network to drive to any point, such as the shop, field 1 or to a sell point.

Changelog 2.0.1.6:
- initial ModHub Release 2.0.1.6
]]>
</en>
<de>
<![CDATA[Dieser Mod erlaubt es ein Netzwerk von Routen aufzuzeichnen, um dann ein Fahrzeug von jedem beliebigen Punkt zu speziell definierten Zielen, wie zum Beispiel der eigenen Farm, Feld 1 oder auch zu jedem Verkaufspunkt fahren zu lassen.
<![CDATA[
Dieser Mod erlaubt es ein Netzwerk von Routen aufzuzeichnen, um dann ein Fahrzeug von jedem beliebigen Punkt zu speziell definierten Zielen, wie zum Beispiel der eigenen Farm, Feld 1 oder auch zu jedem Verkaufspunkt fahren zu lassen.

Changelog 2.0.1.6:
- Initiale ModHub Version 2.0.1.6
]]>
</de>
<it>
Expand All @@ -34,7 +43,7 @@ Différents modes d'utilisation ont été ajoutés depuis les premières version
</description>
<version>2.0.1.6</version>
<multiplayer supported="true" />
<iconFilename>icon.dds</iconFilename>
<iconFilename>icon_AutoDrive.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="register.lua" />
</extraSourceFiles>
Expand Down
Binary file modified textures/Header.dds
Binary file not shown.
Binary file modified textures/Header_message.dds
Binary file not shown.
4 changes: 2 additions & 2 deletions translations/translation_de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@
<text name="ad_color_nextNode" text="10 nächster verbundener Wegpunkt zum Wegpunkt unter Mauszeiger" />
<text name="ad_color_selectedNode" text="11 mit Mausklick markierter Wegpunkt" />
<text name="ad_color_currentConnection" text="12 Pfeil nächster Pfad" />
<text name="ad_color_closestLine" text="13 Linie Fahrzeug <-> naheliegendster Wegpunkt" />
<text name="ad_color_editorHeightLine" text="14 senkrechte Linie Wegpunkt am Boden <-> Wegpunkt über dem Fahrzeug" />
<text name="ad_color_closestLine" text="13 Linie Fahrzeug zum naheliegendster Wegpunkt" />
<text name="ad_color_editorHeightLine" text="14 senkrechte Linie Wegpunkt am Boden - Wegpunkt über dem Fahrzeug" />
<text name="ad_color_previewSingleConnection" text="15 Kurve Vorschauline OK, Hauptstrecke eine Richtung" />
<text name="ad_color_previewDualConnection" text="16 Kurve Vorschauline OK, Hauptstrecke zwei Richtungen" />
<text name="ad_color_previewSubPrioSingleConnection" text="17 Kurve Vorschauline OK, Nebenstrecke eine Richtung" />
Expand Down