- 2,064
- Sherbrooke, Québec,
Someone said "small and slow"?Smaller and slower cars are:
Touring Car Legends
Kunos: Abarth, Mazda Miata, etc
Try out various cars, Im sure you will find sommething easy and fun
Someone said "small and slow"?Smaller and slower cars are:
Touring Car Legends
Kunos: Abarth, Mazda Miata, etc
Try out various cars, Im sure you will find sommething easy and fun
here is the new version of the ext_config.Great - thanks!
Can you please also add this at the end of the config, it'll stop daylight leaking through the instrument cowl seams onto the instrument cluster.
Code:;stop daylight leaking onto instrument cluster [SHADER_REPLACEMENT_...] ACTIVE = 1 MATERIALS = INT_Plastic_Bump CULL_MODE = DOUBLESIDED CAST_SHADOWS = 1 DOUBLE_FACE_SHADOW_BIASED = 1
Cool - thanks again! Will test tonight. What was previously causing the lights to turn off?here is the new version of the ext_config.
content not found???hey all, had great fun with this new little toy from ACTK
I altered some things (driver scale & pos, sound) hence I thought I'd share his v1.0 as a complete v1.0.1 !
It came with a bunch of great skins already, but I just had to add my own as well
View attachment 1485227
DOWNLOAD
all it is missing imho is a rear view mirror ...
there were 2 entries for the brake lightsCool - thanks again! Will test tonight. What was previously causing the lights to turn off?
Oh i've been having this pet project of mine with AI and lua scripts.I feel the same
Still working on Rouen les Essarts night configuration :
View attachment 1483985
but started to learn Lua sdk in parallel... as much as I discover Assetto Corsa script possibilities, my curiosity was triggered, I want to spend some time to understand why AI issues can't be tackled. A part from the Nuzzi app, I did not find many AI apps, and no open source, maybe that would be a nice project.
Metoo... 😗content not found???
Thank you Tetri !Oh i've been having this pet project of mine with AI and lua scripts.
So far what i learned/achieved :
-The fastlanes are composed of a few payloads, mainly position points, inputs, vectors/directions, etc. So althought the AI is hardcoded and the payloads are strictly informative for the AI, you can actually extract the fastlane in some CSV file and edit, copy, slice apiece of fastlane to another. A great tool to take the first corner from a fastlane, the middle part from a second one, and the last sector from a third one, all combined into a final fastlane with all your perfect inputs.
I couldn't for the hell of me turn the converters and editors into a working lua app (and that's only because of a particular mathematical precision failure in the lua APIs) , but the python apps work wonders to convert AI->CSV->Ai files. If you're familiar with python you 'll find your way, i'll add them here, i just need to make better names extracts to avoid renaming each export/import.
So far, until i fix the stupid payload_0 first index error, here's the lua app with a reader (so you can track car's position from the payloads and edit the CSV files accordingly).
So, second part : now that you have the fastlane 3D position, and every info about it, you can translate this data to something exploitable by a lua script. You can use the @shi basic one, and add a behavior related to a car depeinding on its position around the Fastlane. I made a fastlane to lua values friendly converter as well.
@shi 's ai hints.lua should give you realtime access to what is basically ai_hints. It lacks proper BRAKEHINT at the moment, but at least it's real time. So far the furthest i got was a basic behavior with the car on the left side slowing down, while the car on the right side push harder, cars getting higher HINT values when they're on the fastlane, things like that. I stopped in the middle, out of free time to develop anything, but let me add the ai_hints.lua i had for Dundrod when i was trying things, you might find something useful in it (to use the ai_hints.lua, you need the track ext_config.ini to enable it).
To my understanding so far, choices have to be made. Getting all the cars' positions and updating on every frames depending on calculations on where they stand is gonna be costly. Might be worth it for some situations, not so much most of the time.
Anyway, one day i'll get my head back at it, if you wanna give it a try, my ****** codes are yours.
The Broken Car Kicker app on Overtake is interresting as well. It allows for real time control of some parts of the ai.ini files from each AI car. Pretty costly again if you run it real time, but going into the code, it's easy to either call it at start on the script.update and a few times thorough a track, which means you could improve cars behavior in real time depending on conditions. It shouldn't be too hard to give the inside car a late braking, allowing for some interresting modularity along the race.
Thank you Tetri !
I have to make some work and read your code in order to understand exactly what you want to do. I have seen in the lua-sdk some methods such as ac.worldCoordinateToTrackProgress(v) and ac.getTrackAISplineSides(v) which seem to return the next AIfastline position or the distance with left and right sides of the lane but I do not figure if it is callable by any car at any time.
I'll start next week with a very simple lua app to make some unit tests and learn more. I'll start with the tracking of track conditions to trigger a pit stop with wet tyres and then the blue flag behavior, which should lead me to this fastline management !
What does your config do?I did a new ext_config file for the Chevrolet Corvette C6 Z06 if you are interested...
I'm curious: How difficult would it be to create an AO template for GT models that aligns properly for easier livery designing?Toyota Vitz RS 1.5 2007 Track Public Release!!
Download: https://www.mediafire.com/file/7bgj3z1ys3cbuvq/vitz_rs_2007_track_101creative.rar/file
Converted From GT6
-AO inside and out
-Realistic Dashboard
-Physics
-CSP Settings
-Driver Animation
-Panoramic session Start config Daniel Nogal
View attachment 1485345View attachment 1485346View attachment 1485347View attachment 1485348View attachment 1485349View attachment 1485350View attachment 1485351View attachment 1485352View attachment 1485353
Amazing work with the Saleen so far, and please, making the Porsche GT2 would be absolutely amazing. Trying to recreate all Le Mans grids, I came to the conclusion that Porsche is the worst Manufacturer by far in terms of how many cars/variants/version they had throughout the years... It would be a big help if somehow you could make all those different variants...Something to note, That when going trough these years of GT racing i came to the decision that i'll most likely be looking into commissioning the Porsche 911 GT2 car with as many variants that we can find etc.
No one has made an actually good variant of this car and the ones that do exist are frankly. Turds. Low quality and does not live up to the absolute legendary status that the car deserves. So instead of making the Callaway, We'll be looking into the Porsche instead ontop of that we'd be opening up the flood gates to having finally having an car to fill several YEARS of race's and series.
No release date, It's coming when it's ready.![]()
I'm still not even 100% sure which version of the 996 Porsche RSS made. Whether it's the 996 GT3.R, RS or RSR.Amazing work with the Saleen so far, and please, making the Porsche GT2 would be absolutely amazing. Trying to recreate all Le Mans grids, I came to the conclusion that Porsche is the worst Manufacturer by far in terms of how many cars/variants/version they had throughout the years... It would be a big help if somehow you could make all those different variants...
I think they stated it's not necessarily one of those versions, more like a hybrid between them. I might be wrong, though.I'm still not even 100% sure which version of the 996 Porsche RSS made. Whether it's the 996 GT3.R, RS or RSR.
sorry, don't know what happened there...guess easyupload.io isn't so easy ...content not found???
I've noticed this trend with RSS cars. The default setups are very dull and understeery but if you change things around they start to drive much much better. Somebody putting together updated default setups for all the RSS GT3 and GTP cars would be nice.Comparing the Protech F92 F6 it just didn't have the ability to steer on throttle and get turn-in with weight transfer like the URD. I have replicated what I could from the URD set-up to the Protech and returned expected traits & agility, my CM set-up here for the Protech F92 F6:
https://acstuff.club/s/zgBM
thank you so much this car and the lister longtail defiantly belong in the 97 seasonHello, People back at it again with another update on the Saleen
Still work to be done, Mainly physics and sound right now.
As for the 3D stuff it's pretty much completed.
What we have atm
1997 Saleen - Donington Spec View attachment 1485370
1998 Cirtek Motorsport - Jarama Spec View attachment 1485371
1997 Saleen - Le Mans 24 Hours Spec
View attachment 1485372
Something to note, That when going trough these years of GT racing i came to the decision that i'll most likely be looking into commissioning the Porsche 911 GT2 car with as many variants that we can find etc.
No one has made an actually good variant of this car and the ones that do exist are frankly. Turds. Low quality and does not live up to the absolute legendary status that the car deserves. So instead of making the Callaway, We'll be looking into the Porsche instead ontop of that we'd be opening up the flood gates to having finally having an car to fill several YEARS of race's and series.
No release date, It's coming when it's ready.![]()
Toyota Vitz RS 1.5 2007 Track Public Release!!
Download: https://www.mediafire.com/file/7bgj3z1ys3cbuvq/vitz_rs_2007_track_101creative.rar/file
Converted From GT6
-AO inside and out
-Realistic Dashboard
-Physics
-CSP Settings
-Driver Animation
-Panoramic session Start config Daniel Nogal
View attachment 1485345View attachment 1485346View attachment 1485347View attachment 1485348View attachment 1485349View attachment 1485350View attachment 1485351View attachment 1485352View attachment 1485353
Thanks - this seems to have fixed the lights. Great work!here is the new version of the ext_config.
That was my first car - 600cc of fury!! It was actually pretty rapid, mainly because I think the body work was made from tin foil....or, because, acceleration wise I was comparing it to walking. I somehow managed to rip the handbrake clean out of the floor whilst trying to impress mates doing handbrake turns 😂hey all, had great fun with this new little toy from ACTK
I altered some things (driver scale & pos, sound) hence I thought I'd share his v1.0 as a complete v1.0.1 !
It came with a bunch of great skins already, but I just had to add my own as well
View attachment 1485227
DOWNLOAD
all it is missing imho is a rear view mirror ...
do you have other MaidCafe mods in mind? Dont have all so I dont know which cars have the same "problem"Thanks - this seems to have fixed the lights. Great work!
Yep, I remember reading something about it in the presentation of some model, in order to avoid problems with legal claims about intellectual property (or whatever it's called...), hence the models not being exact reproductions, or giving those "funnymaginative" names to their mods.I think they stated it's not necessarily one of those versions, more like a hybrid between them. I might be wrong, though.
fixed missing center rear brake lights and added working cockpit green light icon when you turn on your lights instead pressing EXTRA_A buttonWhat does your config do?
@24H has created one to fix the lights.
Nice! Did you take @24H 's config and add your extras to it? Everything seems to work as expected now. The instrument cowl light leak is still there though, so I took your/24H's file and added a new more efficient way of fixing that, plus a config to give a more metallic finish to the light grey plastic cockpit trim (not strictly OEM probably, but looks good to me in VR). This is currently disabled at the end of the config, change to ACTIVE = 1 if you want the metallic effect.fixed missing center rear brake lights and added working cockpit green light icon when you turn on your lights instead pressing EXTRA_A button
New ext_config.ini with plate light intensity fixed.