- 603

- Pizza
you can do it with Gimp or any photoshop app if not possible in CM...too bad you can't design the livery on CM for the Isotta Fraschini, I'd like to do the yellow livery of the road version
thank you so muchyou can do it with Gimp or any photoshop app if not possible in CM...
Here already something to get you going :
View attachment 1334878
DOWNLOAD (drag & drop in CM to install this new skin)
(includes also same style previews for the 2 original skins)
I don't know how far you wanna take it , but from afar this already kinda resembles the yellow road version... (I hid some parts that are not on the road version, but some things like the spoiler can't easily be changed to match the road version)
This is the most effort I wanted to put into this...
Enjoy it , improve on it if you want (or not). It's completely yours to do with what you want...![]()
The font is present inside the original install zip. Try manual install.URD Darche 992. Text is absent on the dashboard. Fonts on the spot. CSP 1.80.442. Who can help return the text?
Hi everyone,
Could someone tell me where I can find the track Kyalamy 1976? Thanks in advance
Hi everyone,
Could someone tell me where I can find the track Kyalamy 1976? Thanks in advance
You want the one by the legend that is RacinJoe, who's added layers of polish on top of the original, very nice Reboot Team version.
Thanks![]()
southafrica1976
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.www.mediafire.com
I checked the fonts. They are all in the folder "fonts".The font is present inside the original install zip. Try manual install.
Interesting. My version of the track got a download name change and placed on MediaFire under a different link. I'm assuming whoever did this made some changes. I'd love to know what they are so maybe I could incorporate them into my actual version of the track. I'm always looking for ways to improve any track i've done. Would anyone know what the difference is between this one and my version?![]()
southafrica1976
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.www.mediafire.com
Looks like it mostly changes tree/foliage colourationInteresting. My version of the track got a download name change and placed on MediaFire under a different link. I'm assuming whoever did this made some changes. I'd love to know what they are so maybe I could incorporate them into my actual version of the track. I'm always looking for ways to improve any track i've done. Would anyone know what the difference is between this one and my version?
I'll have to check it out and see if it looks better. If so, i'll use them. Thanks....Looks like it mostly changes tree/foliage colouration
I believe the track I used as a base was Reboot's 1967 version, but was told way back then that the track I used to start with was really more like a 1976 version. So I renamed mine Kyalami 1976.Speaking of vintage tracks, does anyone have working 80's Zolder? There is the one 1967 version which has pretty similar layout as the 80's but it's broken in many ways (pitboxes, etc.)
Zolder 1967 V.2
This track was converted to Assetto Corsa by derDumeklemmer. I have upgraded the track by removing all of the trees and adding completely new ones, adding 3D grass and road bumps. Now the track looks polished.www.racedepartment.com
@racinjoe013 Have you done the 1967 Kyalami? Just drove it today. Works great, amazing track to drive.
You're right, it's a conversion of AMS1 70s Kyalami, the road is wider than it was in the 60s and it has some barriers and other 'modern' features (relatively speaking!).I believe the track I used as a base was Reboot's 1967 version, but was told way back then that the track I used to start with was really more like a 1976 version. So I renamed mine Kyalami 1976.
Check out Rainmaker's updated Zolder 1967 here. Unfortunately, It doesn't look as if anyone has specifically made a 1980s version.
-- GLOBAL VARS
-- VALUES USER CAN SET START
local isAppEnabled = true -- When false, disables the app. (Can also be done in Content Manager -> Content -> Miscellaneous -> Lua Apps)
local AiStartTyreCompoundIndex = 2 -- Tyre compound index AI start on. (0 is the softest)
local aiUniqueStrategies = true -- When false, all ai pit on same lap. When true, AI randomly pit on: pitLap, one sooner, or one later. (Much more realistic.)
local pitLap = 10 -- Lap AI pit on. (Don't set lower than 2. Don't set higher than final lap - 2. E.G - No higher than 8 for a 10 lap race.)
local NewTyreCompoundIndex = 1 -- Tyre compound index the AI will pit onto.
local expectedTyreChangeTime = 2.4 -- Expected time for AI car to be stationary in pit-box while crew puts on new tyres.
local pitBoxToTheRight = true -- Set true when pitboxes are on right side of pitlane. Set false when pit boxes are to the left of the pitlane. (Used so AI know wich way to turn.)
local additionaltimeToFixFrontWing = 3 -- Extra time taken to fix front wing of AI cars ontop of standard tyre change.
local additionaltimeToFixRearWing = 3 -- Extra time taken to fix rear wing of AI cars ontop of standard tyre change.
-- VALUES USER CAN SET END
"pitBoxToTheRight = true -- Set true when pitboxes are on right side of pitlane. Set false when pit boxes are to the left of the pitlane. (Used so AI know wich way to turn.)"
I've been using this app and really like it. Solves the issue of AI cars only releasing one at a time during pitstops. I'm getting great AI races now (usually 30 laps) with an actual pit window.Has anyone tried this pit lane app (which basically forces ai to pit once during the race)?
![]()
Nuzzis_Pit_App_v1.6
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.www.mediafire.com
It's pretty straightforward to use (according to instructions). However there is one thing I don't understand.
This is from the lua script
Code:-- GLOBAL VARS -- VALUES USER CAN SET START local isAppEnabled = true -- When false, disables the app. (Can also be done in Content Manager -> Content -> Miscellaneous -> Lua Apps) local AiStartTyreCompoundIndex = 2 -- Tyre compound index AI start on. (0 is the softest) local aiUniqueStrategies = true -- When false, all ai pit on same lap. When true, AI randomly pit on: pitLap, one sooner, or one later. (Much more realistic.) local pitLap = 10 -- Lap AI pit on. (Don't set lower than 2. Don't set higher than final lap - 2. E.G - No higher than 8 for a 10 lap race.) local NewTyreCompoundIndex = 1 -- Tyre compound index the AI will pit onto. local expectedTyreChangeTime = 2.4 -- Expected time for AI car to be stationary in pit-box while crew puts on new tyres. local pitBoxToTheRight = true -- Set true when pitboxes are on right side of pitlane. Set false when pit boxes are to the left of the pitlane. (Used so AI know wich way to turn.) local additionaltimeToFixFrontWing = 3 -- Extra time taken to fix front wing of AI cars ontop of standard tyre change. local additionaltimeToFixRearWing = 3 -- Extra time taken to fix rear wing of AI cars ontop of standard tyre change. -- VALUES USER CAN SET END
That part
Code:"pitBoxToTheRight = true -- Set true when pitboxes are on right side of pitlane. Set false when pit boxes are to the left of the pitlane. (Used so AI know wich way to turn.)"
So basically it means that you have to set this value up individually for each race and it doesn't work in the season mode unless you manully make the switch before each race.
Let's say 1988 Detroit pit boxes are on the left and Monaco pit boxes are on the right. You have to remember to adjust this setting before you start your race, right?
I have only driven 10-15 lap races for two years but would like to make the races longer... and I guess there's no way to force ai to pit without this kind of tool?
by setting the fuel consumption, doesn't AI still come into the pits when it needs to refuel? I didn't understand what else this App doesHas anyone tried this pit lane app (which basically forces ai to pit once during the race)?
![]()
Nuzzis_Pit_App_v1.6
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.www.mediafire.com
It's pretty straightforward to use (according to instructions). However there is one thing I don't understand.
This is from the lua script
Code:-- GLOBAL VARS -- VALUES USER CAN SET START local isAppEnabled = true -- When false, disables the app. (Can also be done in Content Manager -> Content -> Miscellaneous -> Lua Apps) local AiStartTyreCompoundIndex = 2 -- Tyre compound index AI start on. (0 is the softest) local aiUniqueStrategies = true -- When false, all ai pit on same lap. When true, AI randomly pit on: pitLap, one sooner, or one later. (Much more realistic.) local pitLap = 10 -- Lap AI pit on. (Don't set lower than 2. Don't set higher than final lap - 2. E.G - No higher than 8 for a 10 lap race.) local NewTyreCompoundIndex = 1 -- Tyre compound index the AI will pit onto. local expectedTyreChangeTime = 2.4 -- Expected time for AI car to be stationary in pit-box while crew puts on new tyres. local pitBoxToTheRight = true -- Set true when pitboxes are on right side of pitlane. Set false when pit boxes are to the left of the pitlane. (Used so AI know wich way to turn.) local additionaltimeToFixFrontWing = 3 -- Extra time taken to fix front wing of AI cars ontop of standard tyre change. local additionaltimeToFixRearWing = 3 -- Extra time taken to fix rear wing of AI cars ontop of standard tyre change. -- VALUES USER CAN SET END
That part
Code:"pitBoxToTheRight = true -- Set true when pitboxes are on right side of pitlane. Set false when pit boxes are to the left of the pitlane. (Used so AI know wich way to turn.)"
So basically it means that you have to set this value up individually for each race and it doesn't work in the season mode unless you manully make the switch before each race.
Let's say 1988 Detroit pit boxes are on the left and Monaco pit boxes are on the right. You have to remember to adjust this setting before you start your race, right?
I have only driven 10-15 lap races for two years but would like to make the races longer... and I guess there's no way to force ai to pit without this kind of tool?