The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.28 (Linux)
|
some ideas - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Feature Requests (https://www.vdrift.net/Forum/forumdisplay.php?fid=6) +--- Thread: some ideas (/showthread.php?tid=1838) |
some ideas - slickx - 09-25-2014 What vdrift does not do good is Shift down gears.Meaning if i am in lets say 4th gear and going into a corner,the speed decrease as i brake but the gears dont change down only if i do it manually.I was intrigued by this and my method was to assign gear 1 to a button and hit it right when i know i needed to be in a lower gear and vdrift than switched to the right gear. Also when the car is on the ground and speed = 0 it should have all wheels brake activated and when you hold acceleration than that brake be released instantly. RE: some ideas - NaN - 09-26-2014 Yeah, the shift point algorithm is not exactly clever. I'd love to try a different approach (minimum distance between torque curves) http://www.welltall.com/ymc/discovery/car/shiftpt.html just didn't really have the time. RE: some ideas - slickx - 10-03-2014 Nan can you explain how the game knows the mass of the whole car? because i would like to set that too Does adding Mass to wheels affect the way the car is working? (from my testing does not show to be changing anything ) RE: some ideas - NaN - 10-04-2014 (10-03-2014, 07:13 AM)slickx Wrote: Nan can you explain how the game knows the mass of the whole car? because i would like to set that too Default wheel mass and moment of inertia is calculated from wheel dimensions. You can override it with you own mass value. The total mass is the sum of all masses in car file + the calculated wheel masses (if you don't override them). To see current mass you should enable the debug option: vdrift -debug On windows: Right click vdrift.exe -> Create Shortcut Right click the created shortcut and add debug parameter: Properties -> Target: <path>\vdrift.exe -debug Start the game using the shortcut I'll upload a new build soon (tomorrow) that allows to enable debug info from the GUI. PS: We really need a better way to provide car (mass, power, etc) and track (length, type) info. RE: some ideas - NaN - 10-05-2014 Here is the latest build with Options/Display/Debug Info option added: http://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/vdrift-win32-2014-10-05-update.7z/download It is meant to be copied over vdrift-2014-09-26 installation (have been too lazy to do a standalone variant ). RE: some ideas - slickx - 05-16-2020 Hey guys ! is it posible to use this open source renderer for vDrift? https://google.github.io/filament/ I think will change the way vDrift looks . RE: some ideas - leillo1975 - 10-28-2020 Really awesome renderer. I did not know it. I have no idea about these things, but I guess doing this job must not be easy at all, although it would really be impressive. |