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



Forums
Displaying car specs - 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: Displaying car specs (/showthread.php?tid=2189)



Displaying car specs - NaN - 08-29-2015

[Image: RIV9yBl.jpg]

[Image: UgfXYNU.jpg]

Whatya think? Yay or Nay?

Are the imperial units correct? Do they use cubic inches?

Would you want to see more/less info?


RE: Displaying car specs - CrystalH - 08-29-2015

Awesome. It's good already. I can't think of anything more to add.
Well yeah, maybe time 0..100 km/h.
I'd just move displacement under torque.
And I think weight/power isn't used but power/weight in e.g. [bhp/tonne], we have it like so:
Code:
http://i.imgur.com/DkuMS6p.jpg
TBH I didn't even bother with the imperial (stupidest ever) unit system (for half of params), so IDK about ci and we don't have it.


RE: Displaying car specs - NaN - 08-30-2015

(08-29-2015, 10:26 AM)CrystalH Wrote: Awesome. It's good already. I can't think of anything more to add.
Well yeah, maybe time 0..100 km/h.
I'd just move displacement under torque.
And I think weight/power isn't used but power/weight in e.g. [bhp/tonne], we have it like so:
Code:
http://i.imgur.com/DkuMS6p.jpg
TBH I didn't even bother with the imperial (stupidest ever) unit system (for half of params), so IDK about ci and we don't have it.

The weight to power thing is from Gran Turismo. I am kinda used to it. But hp/t should work too I guess (although not sure about imperial units).

I can't include acceleration, as the values are calculated from car config, are not cached.

I have been thinking about having a performance test "room" where you would get more detailed data: acceleration/braking values, torque/power curves, downforce, gear ratios etc. But that has no priority right now.