The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 752 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 752 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 892 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 892 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(959) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(959) : eval()'d code 34 errorHandler->error
/global.php 959 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1024 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 1024 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5308 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5308 errorHandler->error
/global.php 1024 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1474 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1474 errorHandler->error
/inc/functions.php 1429 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forums
Tracks, RARS track editor - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: Tracks, RARS track editor (/showthread.php?tid=60)



Tracks, RARS track editor - thelusiv - 08-05-2005

On the Vamos site in the documentation about tracks, it is mentioned that there's a way to convert tracks from the Robot Auto Racing Simulator or RARS to Vamos tracks. Looking at the RARS site, I noticed that they have a track editor. It's been about 2 years since RARS has released anything, all the code depends on an old version of Qt, and it won't compile (yet) on my system. This might be an easy way to make some more (original) tracks for VDrift before we get our own track editor or whatnot. I don't think I could write an entire track xml file by hand...I kinda want to work out the terrain system and make a hilly track with lots of ups and downs, bumps where you can get air, banked turns, sharp curves, etc. In other words I want to make a really great track for drifting. Smile


Tracks, RARS track editor - joevenzon - 08-06-2005

I wonder if that conversion is the way that Sam got all of his tracks for vamos, or if he wrote them all by hand. Anyway, at some point I should really spend a weekend and add all of the following to VDrift:http://vamos.sourceforge.net/tracks.htmlbecause they're a snap to add (just have to draw up generic terrain) and new tracks are always fun. Too bad more people didn't vote for better scenery -- the game needs it. Terrain is nice, but it's sort of odd having a race track in the middle of nowhere! Plus, networked multiplayer is taking forever to plan and prepare for and I don't even want to guess how long it'll take to implement. I just found out that I'll need to augment the sync packets again... the bandwidth requirements for net multiplay will probably end up requiring a 128 kbit connection... sorry modem users. Undecided


Tracks, RARS track editor - thelusiv - 08-08-2005

I agree that we need more tracks, as well as more scenery. I'll start going through the tracks, picking out the best ones and trying to make some terrain. Tangent: scenery.I think the best way to handle scenery would be to have generic object-model support - some way for track authors to simply put a position in a text file along with a position for the object. Also of course there will need to be a way to specify the filenames of the model and accompanying texture. The x and y coords should be specifiable in the text file and the z coord should be figured out automatically from the terrain. The object's center point should be positioned on the ground (this way we don't have to worry about height of the object or figuring out where its base is relative to its center point etc...). Coordinates should (I guess) correspond to the coords on the terrain map, only they should be floating-point so we're not confined to a grid.Joe, if you add this kind of generic scenery object support I will get cracking on simple models of trees, bushes, billboards, buildings, fences, barrels, stacks of tires, and whatever else I can think of.


Tracks, RARS track editor - joevenzon - 08-08-2005

Adding scenery like that would be pretty easy.