Raketenwerfer konvertieren

User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Raketenwerfer konvertieren

Post by MrTomkaot »

Hallo,

Ich habe mir den Raketenwerfer Mod für Demolition Company konvertiert und da gabs ein paar Probleme:

Error: C:/Users/Tom/Documents/My Games/Farming Simulator 2013/mods/rocket Launcher/modDesc.xml(77): Error reading end tag.
Error: Missing descVersion attribute in mod rocketLauncher

Kann mir da einer helfen?Ich wollte noch ne Säge für den Forstmod mitkonvertieren und ich benötige dazu eure Hilfe.
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
User avatar
böserlöwe
GIANTS Software | Support Engineer
Posts: 10816
Joined: Thu Oct 01, 2009 10:09 pm
Location: Kreis Schaumburg
Contact:

Re: Raketenwerfer konvertieren

Post by böserlöwe »

Der Ls13 stellt andere Anforderungen and en Mod als ein DC Mod.
Da musst du wohl alle fehlenden Einträge neu hinzufügen.

In deiner Moddesc in Zeile 77 ist die Syntax nicht korrekt, da fehlt wohl das Ende oder ist falsch geschrieben, jedenfalls kann es nicht gelesen werden.
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

Bei Zeile 77 steht das:
<storeItems>
</storeItem>
</modDesc>
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
elmike
Posts: 3385
Joined: Sat Oct 30, 2010 9:57 pm

Re: Raketenwerfer konvertieren

Post by elmike »

Hallo,

XML für Anfänger: Was anfängt muss auch aufhören... =)

elmike
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

Schön,ich kann ja gerne die ModDesc senden
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="9">
<author>The Destructors Mod Team</author>
<version>1</version>
<l10n>
<text name="RocketLauncherName">
<en>Rocket Launcher</en>
<de>Racketenwerfer</de>
</text>
<text name="RocketLauncherDescription">
<en>Rocket Launcher</en>
<de>Racketenwerfer</de>
</text>
</l10n>
<extraSourceFiles>
<sourceFile filename="Rocket.lua" />
</extraSourceFiles>
<deviceSpecializations>
<specialization name="rocketLauncher" className="RocketLauncher" filename="RocketLauncher.lua"/>
</deviceSpecializations>
<deviceTypes>
<type name="rocketLauncher" className="Device" filename="$dataS/scripts/devices/Device.lua">
<specialization name="takeInHandDevice" />
<specialization name="bobbingDevice" />
<specialization name="retractDevice" />
<specialization name="rocketLauncher" />
</type>

</deviceTypes>
<storeItems>
<storeItem>


<en>

<name>RocketLauncher</name>


<description>

<![CDATA[Trabant, ingame by Spider100 ]]>

</description>

</en>


<de>

<name>RaketenWerfer</name>


<description>

<![CDATA[Raketenwerfer,Mod aus Demolition Company]]>

</description>

</de>

<storeItems>

<storeItem>
<rotation>180</rotation>
<idName>RocketLauncher</idName>
<image active="shopItemRocketLauncher.png"/>
<xmlFilename>rocketLauncher.xml</xmlFilename>
<deviceCategory>5</deviceCategory>
<price>2</price>
<dailyUpkeep>4</dailyUpkeep>
<brand>brand_lizard</brand>
<machineType>tractors</machineType>
</storeItem>
</storeItems>
</modDesc>
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
Duku
Posts: 315
Joined: Fri Mar 05, 2010 10:03 pm

Re: Raketenwerfer konvertieren

Post by Duku »

MrTomkaot wrote:Bei Zeile 77 steht das:
<storeItems>
</storeItem>
</modDesc>
<storeItems> anfang .

</storeItem> ende falsch

</storeItems> ende richtig

das war gemeint
Bevor man eine Frage stellt bitte erst diesen Link benutzen (danke)
http://www.gidf.de/
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

Achso,ok,das werde ich dann bearbeiten,vielen Dank Duku,

Aber wie ist es hiermit gemeint?:Error: Missing descVersion attribute in mod rocketLauncher


Edit:Also ein habe ich festgestellt,wenn man ein Problem hat,dann weis das Forum immer eine Lösung *thumbsup*
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
elmike
Posts: 3385
Joined: Sat Oct 30, 2010 9:57 pm

Re: Raketenwerfer konvertieren

Post by elmike »

Hallo,

was die Fehlermeldung anmerkt, steht doch da: Es gibt kein Attribut "descVersoin" in Deiner modDesc.
Evtl. solltest Du Dich mal mit XML im Allgemeinen beschäftigen... =)

elmike
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

Hallo,hier ist die Moddesc,vielleicht kann mir einer sagen,welche Zeilen ich ändern muss:
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="9">
<author>The Destructors Mod Team</author>
<version>1</version>
<l10n>
<text name="RocketLauncherName">
<en>Rocket Launcher</en>
<de>Racketenwerfer</de>
</text>
<text name="RocketLauncherDescription">
<en>Rocket Launcher</en>
<de>Racketenwerfer</de>
</text>
</l10n>
<extraSourceFiles>
<sourceFile filename="Rocket.lua" />
</extraSourceFiles>
<deviceSpecializations>
<specialization name="rocketLauncher" className="RocketLauncher" filename="RocketLauncher.lua"/>
</deviceSpecializations>
<deviceTypes>
<type name="rocketLauncher" className="Device" filename="$dataS/scripts/devices/Device.lua">
<specialization name="takeInHandDevice" />
<specialization name="bobbingDevice" />
<specialization name="retractDevice" />
<specialization name="rocketLauncher" />
</type>

</deviceTypes>
<storeItems>
<storeItem>


<en>

<name>RocketLauncher</name>


<description>

<![CDATA[Trabant, ingame by Spider100 ]]>

</description>

</en>


<de>

<name>RaketenWerfer</name>


<description>

<![CDATA[Raketenwerfer,Mod aus Demolition Company]]>

</description>

</de>

<storeItems>

<storeItem>
<rotation>180</rotation>
<idName>RocketLauncher</idName>
<image active="shopItemRocketLauncher.png"/>
<xmlFilename>rocketLauncher.xml</xmlFilename>
<deviceCategory>5</deviceCategory>
<price>2</price>
<dailyUpkeep>4</dailyUpkeep>
<brand>brand_lizard</brand>
<machineType>tractors</machineType>
</storeItem>
</storeItems>
</modDesc>
Edit:Antscheint ist </modDesc> falschgeschrieben
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

Guten Abend

Ich beschäftige mich mit dem Raketenwerfer und habe wieder ein paar Probleme:

LOG:
GIANTS Engine Runtime 5.0.1 (build date: Mar 28 2014)
Copyright (c) 2008-2012, GIANTS Software GmbH (www.giants-software.com), All Rights Reserved.
Copyright (c) 2003-2012, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2013
Main System
Cpu Name: Intel(R) Core(TM) i5-2300 CPU @ 2.80GHz
Cpu Core(s): 4 @ 2.8 GHZ
OS: Windows NT 6.1 64-bit
Physics System
Driver: NVIDIA PhysX Runtime
Version: 2.8.4
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Name: Logitech Driving Force GT USB
Name: 5-Axis,12-Button with POV
Sound System
Driver: OpenAL
Version: 1.1
Device: Generic Software
Max. sources: 256
Render System
Driver: OpenGL
Card Vendor: NVIDIA Corporation
Renderer: GeForce GT 420/PCIe/SSE2
Version: 4.4.0 NVIDIA 344.11
max_texture_layers: 8
OpenGL initialization successful
Hardware Profile
Level: Medium (auto)
View Distance Coeff: 1.000000
Shadow Quality: 1.000000
Skip Mipmaps: 1
LOD Distance Coeff: 1.000000
Terrain LOD Distance Coeff: 1.000000
Foliage View Distance Coeff: 1.000000
Farming Simulator 2013
Version: 2.1.0.2 RC3
Available Languages: de
Language: de
Game vehicle types loaded
Mod directory: C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods
Load dlc: pdlc_lindnerUnitracPack
Load dlc: pdlc_marshallPack
Load dlc: pdlc_titaniumAddon
Load dlc: pdlc_ursusAddon
Load dlc: pdlc_vaderstadPack
Load mod: Actros_2048_Black
Load mod: aForestMod
Warning: Missing l10n for axis AXIS_ARechen in aForestMod
Warning: Missing l10n for axis AXIS_AKlappe in aForestMod
Load mod: Agroliner40
Load mod: AlternativeTipping
Load mod: amazoneZAM1501
Load mod: Bantikow_V2_by_TLS_Modding
Load mod: CAT966H
Load mod: ClaasLexion770TT
Load mod: ClaasXerion5000TracVC
Load mod: Deutz_Shovel
Load mod: FollowMe2013
Load mod: Freiberg
Load mod: GuelleMistMod
Load mod: Haltestelle
Load mod: HW_80_Bantikow
Load mod: IFA_W50_Pack_by_TLS
Load mod: IG_Planeta5
Load mod: Ikarus_280
Load mod: Ikarus_280_blau
Load mod: Ikarus_280_getunt
Load mod: Ikarus_280_gruen
Load mod: Ikarus_280_rot
Load mod: Inspector_V21
Load mod: JD_8310R
Load mod: JohnDeere8310R
Load mod: KernStadt
Load mod: KLEINE_SF065
Load mod: MAN_TGX_LS_TransportProfis
Load mod: MapDoorTrigger
Load mod: MBActros_MP4_for_LS13_v2
Load mod: Messerschmitt_Flugzeug_V3
Load mod: PDAfix
Load mod: pronto18DC
Load mod: RealLights_v0992
Load mod: rocketLauncher
Error: C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/rocketLauncher/modDesc.xml(73): Error reading end tag.
Error: Missing descVersion attribute in mod rocketLauncher
Load mod: SchmitzCargo
Load mod: T174_2_Version7
Load mod: terratopxxl
Load mod: Trabant601_combi
Load mod: WrightBicycle
Load mod: zzz_Abschleppkette
Load mod: ZZZ_courseplay
Load mod: ZZZ_manualIgnition
Error: Can't load resource: C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/CAT966H/store_cat996h.dds
Error: Can't load resource: C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/Deutz_Shovel/store_deutzAgrovectorShovel
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/SchmitzCargo/store.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/Trabant601_combi/store.png)
Warning (performance): Raw texture format (C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/Trabant601_combi/store.png)
Moddesc Raketenwerfer:
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="9">
<author>The Destructors Mod Team</author>
<version>1</version>
<l10n>
<text name="RocketLauncherName">
<en>Rocket Launcher</en>
<de>Racketenwerfer</de>
</text>
<text name="RocketLauncherDescription">
<en>Rocket Launcher</en>
<de>Racketenwerfer</de>
</text>
</l10n>
<extraSourceFiles>
<sourceFile filename="Rocket.lua" />
</extraSourceFiles>
<deviceSpecializations>
<specialization name="rocketLauncher" className="RocketLauncher" filename="RocketLauncher.lua"/>
</deviceSpecializations>
<deviceTypes>
<type name="rocketLauncher" className="Device" filename="$dataS/scripts/devices/Device.lua">
<specialization name="takeInHandDevice" />
<specialization name="bobbingDevice" />
<specialization name="retractDevice" />
<specialization name="rocketLauncher" />
</type>

</deviceTypes>
<storeItems>
<storeItem>


<en>

<name>RocketLauncher</name>


<description>

<![CDATA[Trabant, ingame by Spider100 ]]>

</description>

</en>


<de>

<name>RaketenWerfer</name>


<description>

<![CDATA[Raketenwerfer,Mod aus Demolition Company]]>

</description>

</de>

<storeItems>
<storeItems>
<rotation>180</rotation>
<idName>RocketLauncher</idName>
<image active="shopItemRocketLauncher.dds"/>
<xmlFilename>rocketLauncher.xml</xmlFilename>
<price>2</price>
<dailyUpkeep>4</dailyUpkeep>
<brand>brand_lizard</brand>
<machineType>tractors</machineType>
<storeItem>
</storeItems>
</modDesc>
Ich würde mich freuen wenn mir einer einen Tip gibt was geändert werden muss.
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
User avatar
böserlöwe
GIANTS Software | Support Engineer
Posts: 10816
Joined: Thu Oct 01, 2009 10:09 pm
Location: Kreis Schaumburg
Contact:

Re: Raketenwerfer konvertieren

Post by böserlöwe »

das hier
<storeItems>
<storeItems>
ist falsch, mus dann auf
<storeItems>
<storeItem>
geändert werden und am Ende dann auch wieder auf
</storeItem>
</storeItems>
ändern, dann sollte der eine Fehler erstmal weg sein.
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

So nun habe ich noch den anderen Fehler:

Error: Missing descVersion attribute in mod rocketLauncher
Ich suche beim Forstmod das Kettensägeskript,sodas ich den Raketenwerfer auf eine Palette habe,Taste O drücke und das ich ihn in der Hand habe.Das Schießskript habe ich schon der gefunden.
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

Das macht doch kein Spaß mehr hier es gibt immernoch Fehlermeldungen,man ändert und ändert und passieren tut sich nix.

log:
GIANTS Engine Runtime 5.0.1 (build date: Mar 28 2014)
Copyright (c) 2008-2012, GIANTS Software GmbH (www.giants-software.com), All Rights Reserved.
Copyright (c) 2003-2012, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2013
Main System
Cpu Name: Intel(R) Core(TM) i5-2300 CPU @ 2.80GHz
Cpu Core(s): 4 @ 2.8 GHZ
OS: Windows NT 6.1 64-bit
Physics System
Driver: NVIDIA PhysX Runtime
Version: 2.8.4
Thread(s): 2
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick enabled
Force Feedback disabled
Name: Logitech Driving Force GT USB
Name: 5-Axis,12-Button with POV
Sound System
Driver: OpenAL
Version: 1.1
Device: Generic Software
Max. sources: 256
Render System
Driver: OpenGL
Card Vendor: NVIDIA Corporation
Renderer: GeForce GT 420/PCIe/SSE2
Version: 4.4.0 NVIDIA 344.11
max_texture_layers: 8
OpenGL initialization successful
Hardware Profile
Level: Medium (auto)
View Distance Coeff: 1.000000
Shadow Quality: 1.000000
Skip Mipmaps: 1
LOD Distance Coeff: 1.000000
Terrain LOD Distance Coeff: 1.000000
Foliage View Distance Coeff: 1.000000
Farming Simulator 2013
Version: 2.1.0.2 RC3
Available Languages: de
Language: de
Game vehicle types loaded
Mod directory: C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods
Load dlc: pdlc_lindnerUnitracPack
Load dlc: pdlc_marshallPack
Load dlc: pdlc_titaniumAddon
Load dlc: pdlc_ursusAddon
Load dlc: pdlc_vaderstadPack
Load mod: Actros_2048_Black
Load mod: aForestMod
Warning: Missing l10n for axis AXIS_ARechen in aForestMod
Warning: Missing l10n for axis AXIS_AKlappe in aForestMod
Load mod: Agroliner40
Load mod: AlternativeTipping
Load mod: amazoneZAM1501
Load mod: Bantikow_V2_by_TLS_Modding
Load mod: CAT966H
Load mod: ClaasLexion770TT
Load mod: ClaasXerion5000TracVC
Load mod: Deutz_Shovel
Load mod: FollowMe2013
Load mod: Freiberg
Load mod: GuelleMistMod
Load mod: Haltestelle
Load mod: HW_80_Bantikow
Load mod: IFA_W50_Pack_by_TLS
Load mod: IG_Planeta5
Load mod: Ikarus_280
Load mod: Ikarus_280_blau
Load mod: Ikarus_280_getunt
Load mod: Ikarus_280_gruen
Load mod: Ikarus_280_rot
Load mod: Inspector_V21
Load mod: JD_8310R
Load mod: JohnDeere8310R
Load mod: KernStadt
Load mod: KLEINE_SF065
Load mod: MAN_TGX_LS_TransportProfis
Load mod: MapDoorTrigger
Load mod: MBActros_MP4_for_LS13_v2
Load mod: Messerschmitt_Flugzeug_V3
Load mod: PDAfix
Load mod: pronto18DC
Load mod: RealLights_v0992
Load mod: rocketLauncher
Error: C:/Users/Tom/Documents/My Games/FarmingSimulator2013/mods/rocketLauncher/modDesc.xml(67): Error reading end tag.
Error: Missing descVersion attribute in mod rocketLauncher
Load mod: SchmitzCargo
Load mod: T174_2_Version7
Load mod: terratopxxl
Load mod: Trabant601_combi
Load mod: WrightBicycle
Load mod: zzz_Abschleppkette
Load mod: ZZZ_courseplay
Load mod: ZZZ_manualIgnition
Moddesc:
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="9">
<author>The Destructors Mod Team</author>
<version>1</version>
<title>
<en>RockedLauncher</en>
<de>Raketenwerfer</de>
</title>
<description>
<en>
<![CDATA[RockedLauncher,Mod for Demolition Company]]>
</en>
<de>
<![CDATA[Raketenwerfer,Mod aus Demolition Company]]>
</de>
</description>
<extraSourceFiles>
<sourceFile filename="Rocket.lua" />
</extraSourceFiles>
<deviceSpecializations>
<specialization name="rocketLauncher" className="RocketLauncher" filename="RocketLauncher.lua"/>
</deviceSpecializations>
<deviceTypes>
<type name="rocketLauncher" className="Device" filename="$dataS/scripts/devices/Device.lua">
<specialization name="takeInHandDevice" />
<specialization name="bobbingDevice" />
<specialization name="retractDevice" />
<specialization name="rocketLauncher" />
</type>
</deviceTypes>
<storeItems>
<storeItem>
<en>
<name>RockedLauncher</name>
<description>
<![CDATA[Rocket launcher, a mod from Demolition Company.Der rocket launcher is as Funmod gedacht.Credits:
Model: Craig
Texture: Mr. John
Ingame / script: Craig
Conversion to LS 13: Tom FDL
]]>
</description>
</en>
<de>
<name>Raketenwerfer</name>
<description>
<![CDATA[Raketenwerfer,ein Mod aus Demolition Company.Der Raketenwerfer ist als Funmod gedacht.Credits:
Modell: Craig
Textur: Mr. John
Ingame/script: Craig
Konvertierung zu LS 13: FDL Tom
]]>
</description>
</de>
<storeItems>
<storeItem>
<rotation>180</rotation>
<idName>RocketLauncher</idName>
<image active="shopItemRocketLauncher.dds"/>
<xmlFilename>rocketLauncher.xml</xmlFilename>
<price>2</price>
<dailyUpkeep>4</dailyUpkeep>
<brand>brand_lizard</brand>
<machineType>tractors</machineType>
</storeItem>
</storeItems>
</modDesc>
Langsam bin ich am verzweifeln :sadnew:
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
User avatar
bassaddict
GIANTS Software | Web/Script Programmer
Posts: 11983
Joined: Tue Nov 29, 2011 2:44 pm
Location: ER, DE

Re: Raketenwerfer konvertieren

Post by bassaddict »

Wie wärs denn damit einfach mal die Grundlagen von XML zu lernen? Wenn du die drauf hast (Die Sachen, die man wissen sollte sind an zwei Hängen aufzählbar), dann hast du dein Problem in Sekundenschnelle selbst gelöst.

Tipp: Lies dir doch nochmal diesen Thread durch. Fehler ist nämlich immer noch der Gleiche wie schon vorher auch.
User avatar
MrTomkaot
Posts: 565
Joined: Sat Oct 04, 2014 7:37 pm

Re: Raketenwerfer konvertieren

Post by MrTomkaot »

XML lernen?Dauert das lange oder geht das fix?
(Das Problem ist nur "</modDesc>" steht in anderen Mods genauso wie hier aber er zeigt trotzdem Fehler an?!)
Wenn die Glaskugel kommt dann heißt es,log.txt posten!
http://wiki.giants-software.com/index.p ... tig_posten

Tutorial "2 Joysticks mit Lenkrad in LS15 nutzen"
http://forum.giants-software.com/viewto ... 27&t=72854
Locked