The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
New track won't load [solved] - 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: New track won't load [solved] (/showthread.php?tid=1337) |
New track won't load [solved] - thelusiv - 08-23-2010 I created a simple track using Bob's Track Builder and Blender: It has about 6 turns and some ridiculous camber on some of the turns. I am using this as a test for working with BTB, which I am going to be doing some more work with once things are working smoothly. Here's my track: http://vdrift.while-true.net/closed_track_1.tar.bz2 The above tarball contains all the following:
The problem seems to be that it's not loading the surfaces. The symptom is that it fails Code: assert (surface_id < (int)surfaces.size()); Code: ERROR: Error setting GUI option "game.number_of_laps" to GAME value "0" So, any ideas what could cause the surface loading to fail, so that the surfaces vector ends up empty? Whatever is going on, vdrift-trackeditor didn't choke on the track at all... One other thing, BTB seems to like to use 5 vertices across the width of a track, but vdrift-trackeditor only supports 4...I just used 2 for this export. Could this be causing the problems I'm having? Um, duh. - thelusiv - 08-23-2010 thelusiv Wrote:The problem seems to be that it's not loading the surfaces....actually it's that I didn't give it a surfaces.txt. I copied one from another track and it works fine now. More BTB fun coming soon. - joevenzon - 08-23-2010 How do you like BTB? - thelusiv - 08-23-2010 It has a lot of good functionality, but the user interface is way behind in terms of usability, and there are some annoying bugs. It's worth the license fee if you really need to make tracks quasi-efficiently. The single-computer licensing scheme is quite annoying, it is based on MAC address and takes a long time (days) if you want to do something like switch the license to a different computer. I tried getting it to run under Wine without success...I'm not sure if it runs correctly on Win Vista/7, so I have it on an XP laptop, definitely not my favorite OS... All in all, it's useful software, but it definitely could be better quality. - FFuser - 08-24-2010 How hard can it be to write a pseudo-network driver to fake a MAC address? - thelusiv - 08-24-2010 Probably not that hard, FFuser, but it's simpler for now for the members of our project to just pass around a laptop than start learning about WinXP driver development. |