The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Mioveni -conversion - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Cars & Tracks (https://www.vdrift.net/Forum/forumdisplay.php?fid=11) +--- Thread: Mioveni -conversion (/showthread.php?tid=1446) |
- asasinuxp - 03-15-2011 It work.But now I get: Running "nconvert -out png -o TRACKEDITOR_TP/objects//talo4a.jpg.png RACER_TP/talo4a.jpg" sh: nconvert: not found Can I convert using another tool?And how it will name the texture talo04.jpg?talo04.jpg.png? - NaN - 03-15-2011 Looks like, he he. It is needed to convert the textures to png file format. Try "sudo apt-get install NConvert" or "sudo apt-get install NConvert*" - asasinuxp - 03-16-2011 Now I have a problem in tracing the roadways. Code: /data/tracks/editor.config and set active track to TRACKEDITOR_TP. It should archive and upload the track with the objects *. joe? or with objects.trk?(to see what's wrong) - NaN - 03-16-2011 OMG, just remembered that there is a win32 build of the track tools(although somewhat outdated): http://sourceforge.net/projects/vdrift/files/vdrift-trackeditor/vdrift-trackeditor-2009-03-29/ Can you upload the stuff you have so far? I'll have a look. - asasinuxp - 03-16-2011 http://www.damp.ro/fisiere/mioveni-zip/243924/VCluH9o3AwmOeE2A - NaN - 03-17-2011 I've updated dof2joe to be compatible with the current track list.txt format. Can you test the latest version?[/quote] - asasinuxp - 03-17-2011 With the latest dof2joe,this is the list.txt file: Code: 17 If I borrow a roads.trk from another track(using the old list.txt): Code: ERROR: MODEL_JOE03: Failed to open file stub.png in data/tracks/Mioveni/objects/objects.jpk - NaN - 03-18-2011 The old list.txt format is not compatible with track-editor and vdrift. You should actually get some errors. I think I have to try it out by myself to get an idea what is going wrong. Is this the original track? http://www.racedepartment.com/racer-tracks/48960-mioveni.html - asasinuxp - 03-18-2011 Yes. - NaN - 03-21-2011 Here is a list.txt that should work with track-editor: http://pastebin.com/7teygmTC The only change is actually to replace the old parameter set with the new and add parameter count at the beginning: #parameters(17) mesh texture mipmap nolighting skybox transparent_blend bump_wavelength bump_amplitude driveable collideable friction_notread friction_tread rolling_resistance rolling_drag isashadow clamptexture surface The next steps will be to mark collidable surfaces set start positions and trace roads. - asasinuxp - 03-21-2011 I cannot trace roads because in editor I cannot see the road,only grass,and other objects(but without textures). - NaN - 03-21-2011 This is what i get using your track with the new list.txt: - asasinuxp - 03-21-2011 Something like that. - NaN - 03-21-2011 Looks like texture parameters are not exported by dof2joe. Are this parameters used in racer? Quote:MUVW; some UVW mapping information for texturing: What is the meaning of the uvw parameters (tiling, angle, blur)? Btw can you identify the road meshes in list.txt? VDrift parameters: http://svn.vdrift.net/viewvc.cgi/trunk/listedit/format.txt?view=markup&revision=82&root=VDrift+Track+Editor - asasinuxp - 03-21-2011 NaN Wrote:What is the meaning of the uvw parameters (tiling, angle, blur)?I don't know. NaN Wrote:Btw can you identify the road meshes in list.txt?The textures are: Roads0059_4_S.png and road_tarmac003.png(that's the problem,I can't find textures) ,and meshes: road*.joe |