what if you code a whole track to be invalid surface, would it crash?
@submaniac93 Жыл бұрын
I've thought about it, but it's an impossible task with how many individual polygons i'd have to find and change. Doubt it would crash,it'd probably just be a game of pinball
@laharl2k4 жыл бұрын
I never noticed the grass bumpiness was an "effect", i always thought it was caused by the geometry of the track in that section. I suppose theres a "bumpiness" variable that depending on the level its set to it randomly adds or substract acceleration to the car in some direction (not forward) depending on your speed, thats why the invalid surface types cause you to go flying backwards because the values are garbage though in theory it should also be possible to send you flying upwards if my theory is correct.
@submaniac934 жыл бұрын
It sounds plausible, sadly that behavior as far as i currently know is hardcoded, because nothing of the sort is in the surface data. 8n fact the only thing in the surface data is some kind of grip modifier. The entire file is 8 bytes long lmao
@laharl2k4 жыл бұрын
@@submaniac93 Did they use the grip modifier anywhere? I imagine they would use something like that to fine tune each part of the tracks to convey different reaction types to each type of surface, say tarmac vs concreate or gravel. I guess they kept them separate to save memory or something. For what you describe i assume the terrain effect has no effect in the grip. (i cant notice grass doing much except for bumping the car around) May i suggest trying setting it to grass and maxing the grip mod variable? (if it works) or vice versa, normal road with 0 grip, for an "ice level" like experience?
@submaniac934 жыл бұрын
Those are global parameters, so they're never altered. I could only determine that they can increase the grip, not reduce, but in order to make them icy, it's the tire compounds that need editing.
@darkmagicians624 жыл бұрын
Mod idea: You could pick the Calibra Touring Car body and make the road Calibra 2.0 16v, changing its body and specs to the 2.0 16-valve model
@submaniac934 жыл бұрын
That's an idea but in practice it's nearly impossible. There's too much work to do with the current ways. It would need an entirely new body to make right.
@NDR0082 жыл бұрын
Thanks! :)
@PettyWingman4 жыл бұрын
No. 5 causes almost no speed loss, so sometimes it could be useful...
@submaniac934 жыл бұрын
The data for each surface points at 0 being at 100, 1-5-6 at 80, and 2-3-4 at 60. Increasing any of them increases the overall grip on the surface, however putting them at 0 barely reduces grip. So take those numbers however you want. One thing for sure, Asphalt is the only surface that's not doing anything to your car when you're on it.
@PettyWingman4 жыл бұрын
submaniac93 Thank you for the detail info :)
@karelpipa4 жыл бұрын
@@submaniac93 so what does the packed dirt on Laguna Seca to your speed and grip?
@submaniac934 жыл бұрын
@@karelpipa speed and grip are slightly reduced compared to asphalt, but not by much
@reinaldosoraoktavian9604 жыл бұрын
Sorry can u make a code to enable ghost on replay just like gran turismo 4
@Steventhe2nd3 жыл бұрын
you think that #7 could've been wet weather surface????
@submaniac933 жыл бұрын
No, 7 is nothing, just zeroes in the file. It's just that i wanted to show the effect that had
@jean012mx63 жыл бұрын
Ojalá ubiera un mod que de más REALISMO
@submaniac934 жыл бұрын
Small oopsie for value 7 where i forgot to change it at first :p
@anaclarafraga7584 жыл бұрын
submanic93 você sabe me dizer porque os códigos do Gran turismo 2 disco 2 SCPS-10117 não funcionam tentei no cheat engine so que eu não sei mexer mas você pode me ajudar com os códigos e mas uma qousa que eu sei se você trocar os arquivos de de certas versões do Gran turismo 2 você obterá tracks aleatórios e até engraçado só que são tracks inacessíveis e não pressisa de código se for eu ate posso mandar um vídeo mostrando esses tracks alguns sao parecidos com dos gran turismo 3
@tachyon35124 жыл бұрын
what would happen if you made the entire track the 8+ surface type?
@submaniac934 жыл бұрын
Good question, I assume i'd evenually be sent flying either up or out of bounds.
@laharl2k4 жыл бұрын
@@submaniac93 i can smell obstacles course for silly drift chalenges maybe? xD
@submaniac934 жыл бұрын
@@laharl2k Nah it's diffucult and needlessly long to edit an entire track. Each track is divided into dozens of parts. The blue area in the video is the entire length of the chunk i was editing and it includes the grass, wall, and the scenery as well. It would take a month to do something major to a track that way.