Farming Simulator Romania Forum
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Probleme

+9
Mihai94
sdfkz
vasilisvasilis31
micutu98
Leo
Liviu
Ovidole
Ravasy(John Deere)
Cristi Dinu
13 participanți

Pagina 3 din 5 Înapoi  1, 2, 3, 4, 5  Urmatorul

In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mar 20 Noi - 21:59

Astea si vreau,sa le las pe fiecare jos.Am luat fisierele .lua pentru fiecare brat si am scris in xml si moddesc liniile corespunzatoare,se vede si in poze.M-am uitat si la alte semanatori,si fac acelas lucru.A si daca intru la controls in joc imi apar 2 butoane noi pentru bratul stang si bratul drept dar imi spune ca lipseste ceva:

Probleme - Pagina 3 Fsscreen20121120220856

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mar 20 Noi - 22:58

Hai sa o lom frumos de la inceput ca asa sa imi dau sema din 2 poze nu pot...

Prima data derermini indecsii la semanatoare ce te intereseaza pe tine....si axa pe care efectueaza rotatia, dupa care scrii in XML urmatoarea linie:
Exemplu:
<rightdoor index="8|0|30" minRot="0 0 0" maxRot="-90 0 0" rotTime="2.0" touchRotLimit="10" />

dupa care faci un fisier LUA unde scrii:

function excavatorpromex:load(xmlFile)

local rotationPartNoderightdoor = Utils.indexToObject(self.rootNode, getXMLString(xmlFile, "vehicle.rightdoor#index"));
if rotationPartNoderightdoor ~= nil then
self.rotationPartrightdoor = {};
self.rotationPartrightdoor.node = rotationPartNoderightdoor;

local x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rotationPartrightdoor#minRot"));
self.rotationPartrightdoor.minRot = {};
self.rotationPartrightdoor.minRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartrightdoor.minRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartrightdoor.minRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rightdoor#maxRot"));
self.rotationPartrightdoor.maxRot = {};
self.rotationPartrightdoor.maxRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartrightdoor.maxRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartrightdoor.maxRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

self.rotationPartrightdoor.rotTime = Utils.getNoNil(getXMLString(xmlFile, "vehicle.rightdoor#rotTime"), 2)*1000;
self.rotationPartrightdoor.touchRotLimit = Utils.degToRad(Utils.getNoNil(getXMLString(xmlFile, "vehicle.rightdoor#touchRotLimit"), 10));
end;


function excavatorpromex:keyEvent(unicode, sym, modifier, isDown)


if isDown and sym == Input.KEY_KP_2 then
self.rotationMaxrightdoor = not self.rotationMaxrightdoor;
end;

function excavatorpromex:update(dt)


if self.rotationPartrightdoor ~= nil then
local x, y, z = getRotation(self.rotationPartrightdoor.node);
local rot = {x,y,z};
local newRot = Utils.getMovedLimitedValues(rot, self.rotationPartrightdoor.maxRot, self.rotationPartrightdoor.minRot, 3, self.rotationPartrightdoor.rotTime, dt, not self.rotationMaxrightdoor);
setRotation(self.rotationPartrightdoor.node, unpack(newRot));
end;



Eu ti-am dat un exemplu cum am facut eu la excavator miscarea usii inchis-deschis pe acela-si buton. Numa ca tu in loc de rightdoor pui bratstang si bratdrept ...la mine ii pe 2 de la kaps look tu pui unde vrei.
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mar 20 Noi - 23:13

Multumesc!Ce mi-ai scris aici pare usor,o sa incerc maine.Si mai am cateva nelamuriri.

1)Fisierul lua il iau de pe alt mod si sterg tot ce e in el si pun ce mi-si scris tu ?
2)In moddesc mai scriu extra source file si scriu calea fisierului lua ,specializarile alea si vehicle type?

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 0:22

1. Da fisierul lua il iei de pe un mod si stergi tot ce este in el, numa sa lasi functiile de baza care is in el :

function excavatorpromex:load(xmlFile)
function excavatorpromex:keyEvent(unicode, sym, modifier, isDown)
function excavatorpromex:update(dt)

toare functiile astea raman! unde nu ai nimic de completat pui end;

da pui ce ti-am scris eu numa cu specificatia bratdreapta si bratstanga.

2. Nu trebuie sa pui la extra source....pui direct la specialization

<specializations>
<specialization name="brate" className="brate" filename="brate.lua"/>
</specializations>

<type name="semanatoare" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="brate" />

da trebe sa scrii calea fisierului LUA pentru ca altfel nu stie de unde sa il ia.... scripts/lua sau cum il ai tu.....
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 16:19

Multumesc sdfkz de ajutor,dar nu reusesc ,cred ca am intrat de 20 de ori in joc sa incerc daca merge.Probabil o sa las fara animatii,si bratele vor sta fixe.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 16:51

prietene....intri in joc faci o incercare, dupa care iesi afara si te uiti in LOG sa vezi da vre-o eroare?
Poate sa iti lipseasca un end; si din cauza aia sa nu mearga.....

ORI CE FACI LA ORI CE MOD SE VERIFICA LOG-u!!!! Asta e valabil la ori ce mod! Ca sa nu ai dupaia surprize ca intri in joc, te joci o ora si dupaia te scoate afara fara sa apuci sa salvezi si incepi sa injuri!
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Mihai94 Mier 21 Noi - 17:18

Ma scuzati ca postez aici...am luat scriptul cu cutie_viteze, dynamicLoad de la utb lui adriano 650M si leam pus pe un mod la 2013 dece cand intru in joc se blocheaja jocul cand ma urc in mod???
Mihai94
Mihai94

Mesaje : 139
Data de inscriere : 16/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 17:23

M-am uitat si un log, si nu-mi da nicio eroare la modul respectiv.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 18:05

Mihai intri in tractor se blocheaza iesi din joc, si verifica LOOOOOOOOOOOGUUUUUUUUUUUUUU !!!!!!!

MAI SUS AM SCRIS!!!!

ORI CE SE INTAMPLA IN JOC, SE VERIFICA IN LOG! SI DACA NU SE STIE TIPUL DE EROARE, SE POSTEAZA LOGUL PE FORUM, ASA FAC SI STRAINII, SA PUTEM SA TE AJUTAM!!!!!!!!!!!!!!!!!!!!



Cristi nare cum sa nu mearga si sa nu iti scrie nimic in log dai COPY_PASTE LA LOG AICI PE FORUM SA VAD
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 18:10

Sdfkz te deranjeaza daca imi trimiti id-ul tau de messenger sa iti trimit logul,pentru ca mi-e greu sa repar greseala aici pe forum si ne lungim prea mult.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 20:12

lasa aici pe forum sa vada toata lumea eroarea si cum se repara...pentru ca daca o iau eu sa o repar nimeni nu o sa vada nimic si nu va invata nimic....plus ca daca alta data mai ai probleme de genu macar stii unde sa te uiti...si cum sa rezolvi problema

Pe forumuri straine asa se procedeaza...si eu cand am o problema acolo caut....ca la noi nu ai ce sa vezi ca nu exista.....

Postezi direct copy-paste XML, LUA si LOG si atunci vedem unde este problema!
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 20:31

LOG:
GIANTS Engine Runtime 5.0.1 (build date: Oct 18 2012)
Copyright (c) 2008-2012, GIANTS Software GmbH ([Trebuie sa fiti inscris si conectat pentru a vedea acest link] All Rights Reserved.
Copyright (c) 2003-2012, Christian Ammann and Stefan Geiger, All Rights Reserved.
Application: FarmingSimulator2013
Main System
Core(s): 2 @ 1.3 GHZ
OS: Windows NT 6.1 32-bit
Physics System
Driver: NVIDIA PhysX Runtime
Version: 2.8.3
Thread(s): 1
Error: CRC64 files check failed 'data/maps/map01.i3d'.
Input System
Keyboard enabled
Mouse enabled
Gamepad/Joystick disabled
Force Feedback disabled
Sound System
Driver: OpenAL
Version: 1.1
Device: Generic Software
Max. sources: 256
Render System
Driver: OpenGL
Card Vendor: ATI Technologies Inc.
Renderer: AMD Radeon HD 6310 Graphics
Version: 4.2.11554 Compatibility Profile Context
GL_NV_texture_compression_vtc not supported
GL_NV_vertex_program2_option not supported
GL_NV_vertex_program3 not supported
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: 1.3.0.0 RC16
Available Languages: en fr es it
Language: en
Game vehicle types loaded
Mod directory: C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods
Load mod: Anhaenger
Load mod: cultivator
Load mod: EMT_sembradora_pipas_maiz_by_juangb
Load mod: Ford6RowPlanter
Load mod: maps
Error: Failed to open xml file C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/maps/modDesc.xml'
Error: Missing descVersion attribute in mod maps
Load mod: MoneyModLS13
Load mod: MTZ82_ls13New
Load mod: The_Best_Polish_Map_By_ZeFir_FS_2013
Load mod: universal650
Warning: Only zip mods are supported in multiplayer. You need to zip the mod universal650 to use it in multiplayer.
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Anhaenger/store.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/cultivator/store.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/EMT_sembradora_pipas_maiz_by_juangb/store.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/EMT_sembradora_pipas_maiz_by_juangb/store.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/Textur/store.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/MTZ82_ls13New/store.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map_preview.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map_preview.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/universal650/store.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/sampleModMap_briefing1.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/sampleModMap_briefing1.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/sampleModMap_briefing2.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/sampleModMap_briefing2.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/sampleModMap_briefing3.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/sampleModMap_briefing3.png)
C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/Script/marcator.lua(41) : 'end' expected (to close 'function' at line 33) near '<eof>'
Error: Vehicle types unknown specialization Ford6RowPlanter.marcator
this is called when this mod is loaded
Register vehicle type: MTZ82_ls13New.MTZ82
Warning: missing dailyUpkeep value in store item modDesc.storeItems.storeItem(0)
Warning: missing machineType value in store item modDesc.storeItems.storeItem(0)
Loading Ford 7000, located in C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/universal650/
Register vehicle type: universal650.ford7000
data/sky/sky_day_night.i3d (0.00mb in 20095.97 ms)
data/sky/rain.i3d (0.00mb in 52.35 ms)
data/sky/hail.i3d (0.00mb in 64.90 ms)
Error: UVs out of range [-8,8] polySurfaceShape22'
Error: UVs out of range [-8,8] g0Shape'
Error: UVs out of range [-8,8] StodolaShape'
C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/map.i3d (6.38mb in 49403.31 ms)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Chalupa/RooftilesCeramic0070_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Chalupa/RooftilesCeramic0070_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Chalupa/WindowsHouse0106_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Chalupa/WindowsHouse0106_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Chalupa/ConcreteNew0042_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Chalupa/ConcreteNew0042_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/szyna.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/szyna.PNG)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/RooftilesBitumen0018_3_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/RooftilesBitumen0018_3_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/RoofingPlates0014_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/RoofingPlates0014_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/szyby.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/RoofingPlates0012_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/RoofingPlates0012_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/PlasterLeaking0095_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/PlasterLeaking0095_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/dech.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/dech.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Drzewa/d_ak_derevo_17m_1.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/zmijka/metal.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/zmijka/metal.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/zly/uwaga_zly_pies.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/340.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/340.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/DoorsWoodBarn0044_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/DoorsWoodBarn0044_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Villoszlop.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/BrickSmallBrown0176_2_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/BrickSmallBrown0176_2_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/dechy.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/dechy.JPG)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/ConcreteBare0112_11_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/ConcreteBare0112_11_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/LoamWalls0047_4_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/LoamWalls0047_4_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/kapliczka/BrickSmallBrown0042_2_S.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/tires_diffuse.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/tex.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/FumskiAnimaLS.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/ConcreteBare0329_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/ConcreteBare0329_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/RooftilesCeramic0074_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/RooftilesCeramic0074_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/sloma.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/sloma.JPG)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/DoorsMetalBig0229_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/DoorsMetalBig0229_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/WoodPlanksClean0026_3_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/WoodPlanksClean0026_3_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/door_gr2_iov.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/piaskownica/dechy.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/piaskownica/dechy.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/BrickLargeBrown0016_2_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/575.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/ConcreteBunker0640_5_thumbhuge.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/ConcreteBunker0640_5_thumbhuge.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/slupekszary.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/slupekszary.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/PlanksOld0135_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Betonkerites.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/paleta/WoodPlanksBare1.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/BrickLargeBare0188_5_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/BrickSmallNew0046_1_thumblarge.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/beton2.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/beton2.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Nawozy/Nawoz2.dds)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/metal.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/metal.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Nawozy/Nawoz3.dds)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/tabliczka.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/tabliczka.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/MetalBase0043_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/MetalBase0043_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/DK3.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/piaskownica/Ziemia.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/BintxtFumski.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/BintxtFumski.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/zmijka/sipmawheel.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/plotbeton1.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/plotbeton1.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/MetalRollup2.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/dech.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/dech.JPG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/550.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/okno.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/okno.PNG)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/RooftilesBitumen0020_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/RooftilesBitumen0020_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/piaskownica/MetalBase1.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/piaskownica/MetalBase1.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/05b772ea.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/ConcreteNew0042_thumbhuge.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/concreteMixer/concreteMixer_diffuse.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/DoorsWoodSingleOld0119_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/bocka/DoorsWoodSingleOld0119_1_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/WoodPlanksDirty0110_2_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/sto/WoodPlanksDirty0110_2_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/szyna.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/szyna.PNG)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Nawozy/Worki.dds)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Plac.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/WindowsDerilict0033_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/WindowsDerilict0033_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/500.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/betonut.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/pastuch.PNG)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/beton2.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/beton2.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Obornik.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/kerek.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/Shops0208_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Sklep/Shops0208_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Nawozy/Nawoz1.dds)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/zmijka/MetalBase0107_thumbhuge.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/zmijka/MetalBase0107_thumbhuge.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/WoodFine0007_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/domek/WoodFine0007_S.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/WoodPlanksDirty0113_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Klatka/WoodPlanksDirty0113_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/obora/szybyy.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Nawozy/Pies.dds)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/FumskiDmuchawa.png)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/FumskiDmuchawa.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/kapliczka/RooftilesCeramic0054_thumbhuge.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/kapliczka/RooftilesCeramic0054_thumbhuge.jpg)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/MetalBare0155_1_S.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/ZeFir/Skup/MetalBare0155_1_S.jpg)
Physics: Add trigger callback failed, object potatoSiloTrigger is not a physics trigger
Physics: Add trigger callback failed, object sugarBeetSiloTrigger is not a physics trigger
Error: Missing priceMultipliers string user attribute for TipTrigger potatoTipTrigger
Error: 1th priceMultiplier is invalid in TipTrigger potatoTipTrigger
Error: Missing priceMultipliers string user attribute for TipTrigger sugarBeetTipTrigger
Error: 1th priceMultiplier is invalid in TipTrigger sugarBeetTipTrigger
Physics: Add trigger callback failed, object manureHeapShovelCol is not a physics trigger
Physics: Add trigger callback failed, object strawPlanes is not a physics trigger
Error: index out of range
Call Stack:
D:/code/lsim2013/build/finalbin/dataS/scripts/Utils.lua(Cool : printCallstack
D:/code/lsim2013/build/finalbin/dataS/scripts/Utils.lua(50) : checkChildIndex
D:/code/lsim2013/build/finalbin/dataS/scripts/animals/AnimalHusbandry.lua(226) : indexToObject
D:/code/lsim2013/build/finalbin/dataS/scripts/animals/AnimalHusbandry.lua(23) : load
Index: 5
Physics: Add trigger callback failed, object shovelTrigger06 is not a physics trigger
Physics: Add trigger callback failed, object shovelTrigger07 is not a physics trigger
Physics: Add trigger callback failed, object shovelTrigger08 is not a physics trigger
Physics: Add trigger callback failed, object shovelTrigger09 is not a physics trigger
Physics: Add trigger callback failed, object shovelTrigger10 is not a physics trigger
map C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/map.i3d was loaded
map C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/map.i3d was loaded
data/vehicles/steerable/same/sameArgon3-75.i3d (4.50mb in 1854.01 ms)
data/vehicles/steerable/powerTakeoff.i3d (0.02mb in 54.58 ms)
data/vehicles/steerable/upperLinkMedium.i3d (0.04mb in 53.34 ms)
data/vehicles/steerable/upperLinkSmall.i3d (0.04mb in 6.79 ms)
data/vehicles/steerable/kramer/kramerKL200.i3d (2.31mb in 574.88 ms)
data/vehicles/steerable/buehrer/buehrer6135A.i3d (3.70mb in 706.10 ms)
data/vehicles/steerable/fahr/fahrM66.i3d (2.95mb in 727.24 ms)
data/vehicles/tools/lemken/lemkenKristall9.i3d (0.75mb in 295.27 ms)
data/vehicles/tools/poettinger/poettingerServo35.i3d (1.27mb in 202.73 ms)
data/vehicles/tools/amazone/amazoneD1.i3d (1.08mb in 217.66 ms)
data/vehicles/trailers/krone/kroneEmsland.i3d (1.11mb in 818.21 ms)
data/vehicles/steerable/fahr/fahrM66Cutter.i3d (1.10mb in 130.49 ms)
data/vehicles/tools/extraWeight01.i3d (0.07mb in 98.01 ms)
data/vehicles/steerable/lizard/golfCart.i3d (0.89mb in 711.81 ms)
data/character/farmer/farmer_player.i3d (1.75mb in 319.66 ms)
data/vehicles/steerable/lindner/lindnerGeotrac94.i3d (5.67mb in 860.85 ms)
C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/Ford6Row.i3d (4.06mb in 839.33 ms)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/assets\tex.png)
Warning (compatibility): Texture width or height doesn't equal 2^n (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/assets\rub.jpg)
Warning (performance): Raw texture format (C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/assets\rub.jpg)
Error: Can't load resource: C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/data/vehicles/tools/ploughSound.wav
Error: Can't load sample C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/data/vehicles/tools/ploughSound.wav.
map C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/map.i3d was deleted
map C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/The_Best_Polish_Map_By_ZeFir_FS_2013/map/map.i3d was deleted



LUA:
function marcator:load(xmlFile)

local rotationPartNoderightdoor = Utils.indexToObject(self.rootNode, getXMLString(xmlFile, "vehicle.rightdoor#index"));
if rotationPartNoderightdoor ~= nil then
self.rotationPartrightdoor = {};
self.rotationPartrightdoor.node = rotationPartNoderightdoor;

local x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rotationPartrightdoor#minRot"));
self.rotationPartrightdoor.minRot = {};
self.rotationPartrightdoor.minRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartrightdoor.minRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartrightdoor.minRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rightdoor#maxRot"));
self.rotationPartrightdoor.maxRot = {};
self.rotationPartrightdoor.maxRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartrightdoor.maxRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartrightdoor.maxRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

self.rotationPartrightdoor.rotTime = Utils.getNoNil(getXMLString(xmlFile, "vehicle.rightdoor#rotTime"), 2)*1000;
self.rotationPartrightdoor.touchRotLimit = Utils.degToRad(Utils.getNoNil(getXMLString(xmlFile, "vehicle.rightdoor#touchRotLimit"), 10));
end;


function marcator:keyEvent(unicode, sym, modifier, isDown)


if isDown and sym == Input.KEY_x then
self.rotationMaxrightdoor = not self.rotationMaxrightdoor;
end;

function marcator:update(dt)


if self.rotationPartrightdoor ~= nil then
local x, y, z = getRotation(self.rotationPartrightdoor.node);
local rot = {x,y,z};
local newRot = Utils.getMovedLimitedValues(rot, self.rotationPartrightdoor.maxRot, self.rotationPartrightdoor.minRot, 3, self.rotationPartrightdoor.rotTime, dt, not self.rotationMaxrightdoor);
setRotation(self.rotationPartrightdoor.node, unpack(newRot));
end;


XML:
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<vehicle type="sowingMachine">
<annotation>Paldoo</annotation>
<name>
<en>Ford 6 Row</en>
<de>Ford 6 Row</de>
</name>
<description></description>
<typeDesc>
<en>Ford 6 Row</en>
<de>Ford 6 Row</de>
</typeDesc>
<filename>Ford6Row.i3d</filename>

<size width="3.5" length="1.5" lengthOffset="-0.1"/>

<wheels autoRotateBackSpeed="2.0">
<wheel driveMode="0" repr="9" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="10" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="15" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="16" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="17" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="18" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="19" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
<wheel driveMode="0" repr="20" radius="0.262" deltaY="0.20" suspTravel="0.20" spring="100" damper="0" mass="0.4" />
</wheels>

<cuttingAreas count="1">
<cuttingArea1 startIndex="0" widthIndex="1" heightIndex="2"/>
</cuttingAreas>

<sowingSound file="data/vehicles/tools/ploughSound.wav" pitchOffset="0.5" volume="0.3"/>

<attacherJoint index="3" jointType="implement" fixedRotation="true" topReferenceNode="4"/>

<aiLeftMarker index="5" />
<aiRightMarker index="6" />
<aiBackMarker index="7" />

<components count="1">
<component1 centerOfMass="0 0 0" solverIterationCount="4" />
</components>
<bratstang index="0>12" minRot="0 0 0" maxRot="0 0 -100" rotTime="2.0" touchRotLimit="10" />
<bratdrept index="0>13" minRot="0 0 0" maxRot="0 0 100" rotTime="2.0" touchRotLimit="10" />
</vehicle>


MODDESC:
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="9">
<author>Paldoo</author>
<title>
<en>Ford 6 Row</en>
<de>Ford 6 Row</de>
</title>
<description>
<en>Ford 6 Row</en>
<de>Ford 6 Row</de>
</description>
<iconFilename>Textur/store.png</iconFilename>
<multiplayer supported="true"/>
<version>1</version>
<specializations>
<specialization name="marcator" className="marcator" filename="Script/marcator.lua"/>
</specializations>
<vehicleTypes>
<type name="semanatoare" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="marcator" />
</type>
</vehicleTypes>
<storeItems>
<storeItem>
<en>
<name>Ford 6 Row</name>
<description>
<![CDATA[]]>
</description>
</en>
<de>
<name>Ford 6 Row</name>
<description>
<![CDATA[]]>
</description>
</de>
<rotation>180</rotation>
<image active="Textur/store.png"/>
<price>0</price>
<dailyUpkeep>125</dailyUpkeep>
<brand>Ford</brand>
<machineType>seeders</machineType>
<xmlFilename>Ford6Row.xml</xmlFilename>
</storeItem>
</storeItems>
</modDesc>

Multumesc mult ca vrei sa ma ajuti.Si daca ti-am cerut id-ul nu aveam de gand sa-ti dau modul in brati sa-l repari.Doar ca aici pe forum dureaza mai greu,pe messenger ne miscam mai repede.

Ps:Modul se numeste ford 6 row planter

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 20:47

Bun deci eroare se vede de la o POSTA!

1. De ce in XML ai scris Bratstang, Bratdrept si in LUA ai lasat Rightdoor? crezi ca el va stii sa faca miscarea? toate trebuie sa fie la fel ca sa functioneze! Adica sub acela-si nume! unde vezi ca scrie rightdoor inlocuiesti cu brat stang.....

2. Eroarea se vede foarte bine in LOG numa ca nu esti atent!

C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/Script/marcator.lua(41) : 'end' expected (to close 'function' at line 33) near '<eof>'

eroarea asta o da in fisierul ''marcator'' (LUA pe care l-ai facut pentru semanatoare)si spune ca pe linia 41, asta este la sfarsitul scriptului, mai trebuie sa adaungi un end; ca sa pota inchide linia 33

Dar vezi ca scriptul tau este incomplet...in momentul de fata este doar pentru un marcator mai trebe sa faci si pentru celalalt!
Ca sa determini linia de comanda eu am pus candva un LUA editor pe un alt forum nu stiu daca l-ai dat jos daca nu dal ca sa nu te pui sa numeri ca te apuca craciunu.
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 20:54

Stiu ca sunt greu de cap si pun multe intrebari ,dar sunt abia la inceput.Deci ai zis ca am facut deocamdata pentru un brat,pentru celalalt pun in acelas fisier lua,sau mai fac altul ?
Folosesc notepad++ si numeroreaza el liniile.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 21:02

nu nu nu pui in aceea-si fisier uite asa:


local rotationPartNodebratstang = Utils.indexToObject(self.rootNode, getXMLString(xmlFile, "vehicle.bratstang#index"));
if rotationPartNodebratstang ~= nil then
self.rotationPartbratstang = {};
self.rotationPartbratstang.node = rotationPartNodebratstang;

local x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rotationPartbratstang#minRot"));
self.rotationPartbratstang.minRot = {};
self.rotationPartbratstang.minRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartbratstang.minRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartbratstang.minRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.bratstang#maxRot"));
self.rotationPartbratstang.maxRot = {};
self.rotationPartbratstang.maxRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartbratstang.maxRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartbratstang.maxRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

self.rotationPartbratstang.rotTime = Utils.getNoNil(getXMLString(xmlFile, "vehicle.bratstang#rotTime"), 2)*1000;
self.rotationPartbratstang.touchRotLimit = Utils.degToRad(Utils.getNoNil(getXMLString(xmlFile, "vehicle.bratstang#touchRotLimit"), 10));
end;

local rotationPartNodebratdrept = Utils.indexToObject(self.rootNode, getXMLString(xmlFile, "vehicle.bratdrept#index"));
if rotationPartNodebratdrept ~= nil then
self.rotationPartbratdrept= {};
self.rotationPartbratdrept.node = rotationPartNodebratdrept;

local x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rotationPartbratdrept#minRot"));
self.rotationPartbratdrept.minRot = {};
self.rotationPartbratdrept.minRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartbratdrept.minRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartbratdrept.minRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.bratdrept#maxRot"));
self.rotationPartbratdrept.maxRot = {};
self.rotationPartbratdrept.maxRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartbratdrept.maxRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartbratdrept.maxRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

self.rotationPartbratdrept.rotTime = Utils.getNoNil(getXMLString(xmlFile, "vehicle.bratdrept#rotTime"), 2)*1000;
self.rotationPartbratdrept.touchRotLimit = Utils.degToRad(Utils.getNoNil(getXMLString(xmlFile, "vehicle.bratdrept#touchRotLimit"), 10));
end;

dupa care scriptul se continua faci cate 2 si la restul in jos....ATENTIE cand schimbi sa nu maci o litera ca s-a dus totu!

Vezi ca nici sunete nu iti gaseste semanatoarea!
Error: Can't load sample C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/Ford6RowPlanter/data/vehicles/tools/ploughSound.wav.

Si plansa pe care o ai tu e varza! Nu vezi cate erori ai tu? tot logul e plin numa de erori....sa nu te miri daca nu iti merge calumea jocu! Toate pozele ce le ai in plansa is JPG si PNG si trebe sa fie DDS si deaia da atatea erori!
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 21:23

Greuuuuuuuu,nu mai pot de nervi.Pentru tine totul pare usor acum ,dar cred ca nici tie nu ti-a fost usor la inceput.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Mier 21 Noi - 21:46

Prietene un an m-am chinuit sa inteleg limbaju asta de programare ....eu nu am facut programare in viata mea!
Acuma iti dai si tu seama cat de usor se face un mod!
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Mier 21 Noi - 21:48

Chiar imi dau si nu are rost sa ma stresez atat ca nu pot face o animatie.Poate nu e momentul sa fac un mod si inca mai trebuie sa invat.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Dum 25 Noi - 0:21

@sdfkz eu ti-am dat pm ,dar o sa-ti raspund aici ,vad ca se trimite foarte greu pm-ul.Vroiam doar .xml si .lua ,FARA I3D,ca sa vad axact animatia.Daca nu vrei ,nu-i nicio problema,e munca ta.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Dum 25 Noi - 0:48

Ti-am trimis eu pm cu un mod existent T-174 care ii exact ca tihu....deci il dezarhivezi deschizi i3d-ul si te uiti cum este facut si urmaresti ce scrie in XML, determini indexu in i3d, vezi ce scrie iar despre el in XML, dupa care vezi ce este in LUA si asta este tot!
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Joi 29 Noi - 23:53

Cum as putea sa rotunjesc un unghi in ac3d?Doar subdivid+ poate rotunji unghiurile?As vrea sa rotunjesc doar anumite unghiuri daca se poate.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Sam 1 Dec - 15:10

Am revenit cu aceeasi problema(animatii) dupa multe incercari .Imi da urmatoarea eroare in log si nu prea stiu ce inseamna:

C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/universal683dtc/Script/tractor.lua(1) : attempt to index global 'tractor' (a nil value)
Error: Vehicle types unknown specialization universal683dtc.tractor

Mai jos sunt sunt lua,moddesc si xml:

LUA:

function tractor:load(xmlFile)
local rotationPartNoderightdoor = Utils.indexToObject(self.rootNode, getXMLString(xmlFile, "vehicle.rightdoor#index"));
if rotationPartNoderightdoor ~= nil then
self.rotationPartrightdoor = {};
self.rotationPartrightdoor.node = rotationPartNoderightdoor;

local x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rotationPartrightdoor#minRot"));
self.rotationPartrightdoor.minRot = {};
self.rotationPartrightdoor.minRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartrightdoor.minRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartrightdoor.minRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

x, y, z = Utils.getVectorFromString(getXMLString(xmlFile, "vehicle.rightdoor#maxRot"));
self.rotationPartrightdoor.maxRot = {};
self.rotationPartrightdoor.maxRot[1] = Utils.degToRad(Utils.getNoNil(x, 0));
self.rotationPartrightdoor.maxRot[2] = Utils.degToRad(Utils.getNoNil(y, 0));
self.rotationPartrightdoor.maxRot[3] = Utils.degToRad(Utils.getNoNil(z, 0));

self.rotationPartrightdoor.rotTime = Utils.getNoNil(getXMLString(xmlFile, "vehicle.rightdoor#rotTime"), 2)*1000;
self.rotationPartrightdoor.touchRotLimit = Utils.degToRad(Utils.getNoNil(getXMLString(xmlFile, "vehicle.rightdoor#touchRotLimit"), 10));
end;

function tractor:keyEvent(unicode, sym, modifier, isDown)if isDown and sym == Input.KEY_m then
self.rotationMaxrightdoor = not self.rotationMaxrightdoor;
end;

function tractor:update(dt)
if self.rotationPartrightdoor ~= nil then
local x, y, z = getRotation(self.rotationPartrightdoor.node);
local rot = {x,y,z};
local newRot = Utils.getMovedLimitedValues(rot, self.rotationPartrightdoor.maxRot, self.rotationPartrightdoor.minRot, 3, self.rotationPartrightdoor.rotTime, dt, not self.rotationMaxrightdoor);
setRotation(self.rotationPartrightdoor.node, unpack(newRot));
end;
end;
end;
end;

Xml:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<vehicle type="tractor">
<annotation>Copyright (C) GIANTS Software GmbH, All Rights Reserved.</annotation>
<name>
<en>utb683</en>
<de>utb683</de>
</name>
<description></description>
<filename>universal683.i3d</filename>
<wheels autoRotateBackSpeed="2.5">
<wheel rotSpeed="80" rotMax="31" rotMin="-31" driveMode="2" repr="0" driveNode="0" radius="0.65" deltaY="0.07" suspTravel="0.1" spring="180" damper="20" mass="0.133" lateralStiffness="20" />
<wheel rotSpeed="80" rotMax="31" rotMin="-31" driveMode="2" repr="1" driveNode="1" radius="0.65" deltaY="0.07" suspTravel="0.1" spring="180" damper="20" mass="0.133" lateralStiffness="20" />
<wheel rotSpeed="0" driveMode="1" repr="2" radius="0.955" deltaY="0.05" suspTravel="0.1" spring="180" damper="20" mass="0.2" lateralStiffness="20" />
<wheel rotSpeed="0" driveMode="1" repr="3" radius="0.955" deltaY="0.05" suspTravel="0.1" spring="180" damper="20" mass="0.2" lateralStiffness="20" />
</wheels>
<motor minRpm="300" maxRpm="1000 1300 3000" brakeForce="10" forwardGearRatio="2.5" backwardGearRatio="2.1" differentialRatio="4" rpmFadeOutRange="20">
<torque rpm="500" torque="5"/>
<torque rpm="900" torque="5.5"/>
<torque rpm="1100" torque="6"/>
<torque rpm="1750" torque="7.5"/>
<torque rpm="1800" torque="6"/>
</motor>
<accelerationSpeed maxAcceleration="0.25" deceleration="0.2" />
<fuelCapacity>60</fuelCapacity>
<fuelUsage>0.003</fuelUsage>
<downForce>4</downForce>
<cameras count="2">
<camera1 index="4|0" rotatable="true" rotateNode="4" limit="true" rotMinX="-1.4" rotMaxX="0" transMin="4" transMax="20" />
<camera2 index="5" rotatable="true" limit="false" rotMinX="0" rotMaxX="0" transMin="0" transMax="0" />
</cameras>
<tipCamera index="4|2" />
<lights count="2">
<light1 index="12" />
<light2 index="13" />
</lights>
<beaconLights>
<beaconLight index="26" speed="0.016" />
</beaconLights>

<steering index="20|0" rotationSpeed="6"/>
<enterReferenceNode index="0>" />
<exitPoint index="9" />
<size width="3.5" length="5.5" lengthOffset="-0.4"/>
<cuttingAreas count="0">
<!--cuttingArea1 startIndex="6" widthIndex="7" heightIndex="8" losing="true"/-->
</cuttingAreas>

<!--attacherJoint index="10" /-->
<trailerAttacherJoints>
<trailerAttacherJoint index="10" />
<trailerAttacherJoint index="40" />
<trailerAttacherJoint index="22" />
<trailerAttacherJoint index="22" low="true" />
</trailerAttacherJoints>
<tipCamera index="11" />

<motorStartDuration>2000</motorStartDuration>
<attachSound file="$data/vehicles/steerable/deutz/attach.wav" pitchOffset="1" />
<motorStartSound file="$data/vehicles/steerable/deutz/agroplus_start.wav" pitchOffset="0.95" />
<motorSound file="$data/vehicles/steerable/deutz/agroplus_idle.wav" pitchOffset="0.95" pitchScale="0.04" pitchMax="1.35"/>
<motorStopSound file="$data/vehicles/steerable/deutz/agroplus_out.wav" pitchOffset="0.95" />
<aiMotorSound file="$data/vehicles/steerable/deutz/agroplus_idleAI.wav" pitchOffset="1" radius="25" innerRadius="4" volume="1.0" />

<exhaustParticleSystems count="1">
<exhaustParticleSystem1 node="24" file="$data/vehicles/particleSystems/exhaustParticleSystem.i3d" />
</exhaustParticleSystems>

<honkSound file="$dataS2/sounds/horn.wav" client="$dataS2/sounds/horn3D.wav" volume="1" radius="50" innerRadius="20" />

<rightdoor index="0>29|0" minRot="0 0 0" maxRot="0 90 0" rotTime="2.0" touchRotLimit="10" />

<attacherJoints>
<attacherJoint index="14|0|0" rotationNode="14" maxRot="-12 0 0" rotationNode2="14|0" maxRot2="12 0 0" maxTransLimit="0 0.5 0" maxRotLimit="0 0 20" moveTime="1.5">
<bottomArm rotationNode="15" translationNode="15|0" referenceNode="15|0|0" zScale="-1" />
<topArm rotationNode="16" translationNode="16|0" referenceNode="16|0|0" zScale="-1" />
</attacherJoint>
<attacherJoint index="17|0|0" rotationNode="17" maxRot="10 0 0" rotationNode2="17|0" maxRot2="-10 0 0" maxTransLimit="0 0.5 0" maxRotLimit="0 0 20" moveTime="1.5">
<bottomArm rotationNode="18" translationNode="18|0" referenceNode="18|0|0" zScale="1" />
<topArm rotationNode="19" translationNode="19|0" referenceNode="19|0|0" zScale="1" />
</attacherJoint>
</attacherJoints>
<characterNode index="21" cameraMinDistance="1.5" />
<aiTrafficCollisionTrigger index="23" />
<components count="1">
<component1 centerOfMass="0 0 0.1" solverIterationCount="10" />
</components>
</vehicle>


Moddesc:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="9">
<author>GIANTS Software GmbH & RotoR32</author>
<version>1</version>
<title>
<en>universal683</en>
<de>universal683</de>
</title>
<description>
<en>universal683</en>
<de>universal683</de>
</description>
<iconFilename>store.png</iconFilename>
<multiplayer supported="true"/>

<specializations>
<specialization name="tractor" className="tractor" filename="Script/tractor.lua"/>
</specializations>

<vehicleTypes>
<type name="universal683" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
<specialization name="tractor" />
</type>
</vehicleTypes>


<storeItems>
<storeItem>
<en>
<name>universal683</name>
<description>
<![CDATA[utb683dtc]]>
</description>
</en>
<de>
<name>universal683</name>
<description>
<![CDATA[utb683dtc]]>
</description>
</de>
<rotation>0</rotation>
<image active="store.png"/>
<price>0</price>
<xmlFilename>universal683.xml</xmlFilename>
</storeItem>
</storeItems>
</modDesc>

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Sam 1 Dec - 15:30

Pai in loc de linia asta:

<specializations>
<specialization name="tractor" className="tractor" filename="Script/tractor.lua"/>
</specializations>

Schimbi cu asta:

<specializations>
<specialization name="universal683" className="tractor" filename="Script/tractor.lua"/>
</specializations>


Inca iti si spune in eroare: index global 'tractor' (a nil value); Error: Vehicle types unknown specialization universal683dtc.tractor

Ce vrei mai clar de atat?

C:/Users/Cristi/Documents/My Games/FarmingSimulator2013/mods/universal683dtc/Script/tractor.lua(1) : attempt to index global 'tractor' (a nil value)
Error: Vehicle types unknown specialization universal683dtc.tractor



sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Cristi Dinu Sam 1 Dec - 16:09

sdfkz a scris:
<specializations>
<specialization name="tractor" className="tractor" filename="Script/tractor.lua"/>
</specializations>

Schimbi cu asta:

<specializations>
<specialization name="universal683" className="tractor" filename="Script/tractor.lua"/>
</specializations>

Am inlocuit,dar tot aceeasi eroare o am in log.

Cristi Dinu

Mesaje : 863
Data de inscriere : 04/10/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  sdfkz Sam 1 Dec - 16:21

Deci este o problema in fisierul tractor.LUA linia 1

Normal ori ce fisier lua incepe asa:

Seby = {};

function Seby.prerequisitesPresent(specializations) Vehicle.registerJointType("frontloader");
return SpecializationUtil.hasSpecialization(Steerable, specializations);
end;

function Seby:load(xmlFile)

dupa care continua in jos.... prima linie ar fii asta:
function Seby.prerequisitesPresent(specializations) Vehicle.registerJointType("frontloader");

Se poate sa nu o gasesasca si din cauza aia sa faca figuri dupa cum ai postat tu LUA pe forum aici nu ai liniile astea de comanda in fisier...si normal cu astea se incepe....
sdfkz
sdfkz

Mesaje : 223
Data de inscriere : 14/11/2012
Reputatie : 0

Sus In jos

Probleme - Pagina 3 Empty Re: Probleme

Mesaj  Continut sponsorizat


Continut sponsorizat


Sus In jos

Pagina 3 din 5 Înapoi  1, 2, 3, 4, 5  Urmatorul

Sus

- Subiecte similare

 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum