The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
Track updates needed... - 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: Track updates needed... (/showthread.php?tid=451) |
- pwp71 - 02-15-2007 Update nuerburgring_nordschleife track add ROAD1d.tga.png in list.txt (r1539). pwp71 - pwp71 - 02-18-2007 Spa track coefficients updated (r1543). There are some problem with this track: - cameras are not in the right position (there are in the sky) http://vdrift.net/Gallery/media.php?f=0&sort=0&s=20070105170642521 - #entry 443 #grassbrdg.dof-00.joe #grassbrdg.tga.png it is not in the right position, this cause an instability at the last curve. http://vdrift.net/Gallery/media.php?f=0&sort=0&s=2007010516565663 in my opinion right position is: http://vdrift.net/Gallery/media.php?f=0&sort=0&s=20070218092009604 pwp71 P.S. related this texture "roadf.bmp.png" which coefficient is right? Now I have treat it like nornal road coeff. 6 2.0 - thelusiv - 02-19-2007 pwp71, on the cameras, all the tracks have this problem. We haven't fixed the "external" track cameras, there is simply no support for it in the track editor right now. I think you might be right about entry 443, do you think you can fix it by moving the coordinates of the object in list.txt? Today I noticed that the cones in Brands Hatch should be made non-collidable. Lots of tracks need more starting positions. I know for sure that Brands Hatch and Road Atlanta both do. I'll test more tracks and post others that need to have the starting positions fixed. As far as I know you're right about roadf.bmp.png. - joevenzon - 02-19-2007 Moving the object's location in the list.txt files isn't really supported anymore. If this is desired, I can add it to my TODO, although it might be more useful to work on a JOE2blend converter instead...? - thelusiv - 02-19-2007 Ah, I didn't realize that - I thought that list.txt contained positions for everything. Shows you how much I look at those. You're right, time would be better spent on a JOE -> Blender converter so we can actually edit our tracks and really fix them when they have problems...you should write it in Python as a Blender import script. Then it could be used from within Blender itself, that'd be pretty handy. - alex25 - 02-19-2007 thelusiv Wrote:Today I noticed that the cones in Brands Hatch should be made non-collidable. why would you want to make the cones non-collidable? the whole of idea of cones is to prevent you from going certain places. if they are non-collidable it kind of defeats the whole purpose... --alex-- - thelusiv - 02-19-2007 Well the trouble with the cones is that they really screw the car movement up when you hit them. I've had the car fly up in the air, get stuck on the cones, etc. I agree that the cones should be collidable, but they should also move, fall over, get stuck under the car and drag, slow the car down, and all that stuff. With our current collision system however this isn't going to happen, and the cones are making things really difficult in some places. So I think they should be collidable in the long run, as I think the trees and bushes should too, but for now, it just makes things more difficult, because they are acting more like concrete cones anchored to the ground than plastic ones. - joevenzon - 02-21-2007 I agree... with the current way collisions work, cones and trees probably shouldn't be marked as collideable. - pwp71 - 02-21-2007 About entry 443 I don't know if I'm able to repair it. I'm seeing how to do that. I'm not able to use blender (I'm learning, but is very very hard), and I don't understand very well how to decompose .joe As soon as possible I'll add 4 start positions to all tracks. Have you any advise to give me how to do that simply? About cones and trees, I agree too. In some circuits there are some problems, like weekend (about trees, see above) and Laguna Seca, I have to check but I remember collision with cones didn't work very well. Some of my circuits was already update about cones, trees and also road sign. pwp71 - thelusiv - 02-23-2007 Well, right now we don't have a way to go from .joe -> .blend. We will have a way eventually though. About setting starting positions, rookie1 added a patch to the track editor to make this easier. I sent you a link in IRC but someone else might be reading this who needs to know, or you might have lost the link, so here it is again: http://vdrift.net/Forum/viewtopic.php?t=468&highlight=multiple+start+positions Also hopefully we'll get a good "how to use the track editor" page on the wiki pretty soon. Thanks again for your work on updating tracks - thelusiv - 02-28-2007 Alright...now that other things are finally coming together for a release, we really need to finish updating the remaining tracks that need starting positions. If I'm not mistaken, I think that all the tracks now have proper friction and bumpiness properties. Once we get starting positions set up I think the tracks will be all ready for release. Since it seems like we'll also need a set of "reverse start positions" now would be a good time to create those too. Tomorrow I'll go through each track, and post a list of the ones that need start positions fixed, and start fixing some too if I have time. - thelusiv - 03-01-2007 Alright here's the list of tracks which need 4 starting positions set:
- rookie1 - 03-01-2007 thelusiv Wrote:Also, every time I try to load Weekend Drive with more than one AI driver the game segfaults...Segfault only happens when you select reverse. Probably because there is no lap sequence defined for this track. It seems the position display is not working on this track even in the normal direction. - thelusiv - 03-01-2007 Aha, OK, I must have turned off reverse track at the same time as I reduce the number of AI, and that made me think it was related to AI. Instead of a segfault is there a way we can catch the case when things aren't defined and just start forwards? - joevenzon - 03-01-2007 Should be fixed, R 1572. |