Iracing add ons
Author: M | 2025-04-25
Welcome to a guide for new iRacing users! In this video, we explore various programs and websites that are essential add-ons to enhance your iRacing experien Iracing Add Ons 2025 In Eadith Malina, The first build of the new year is here! Source: pruydiandra-ck2.pages.dev. Iracing Add Ons 2025 In Eadith Malina, Iracing has deployed its 2025 season 1 update, bringing iracers a nice selection of new features and fresh content including the acura nsx gt, bmw m2 cs. Source: pruydiandra-ck2.pages.dev
IRacing add ons : r/iRacing - Reddit
IRacing is widely regarded as the definitive online racing simulator. While I expected it to have a complicated force feedback system, in actuality, it's very simple and easy to set up on the Thrustmaster TX and T300. Unlike many other simulators, iRacing's force feedback only delivers the actual forces felt through the steering rack of the car. This can take some time to adjust to if you are coming from another simulator. A frequently recommended third-party utility called irFFB is able to add g-force, understeer and more suspension effects to the force feedback. These wheels have trouble reproducing the small vibrations that let you feel the road surface. irFFB's additional suspension effects fill in those missing details, creating a more immersive driving experience. The usefulness of the g-force and understeer effects depend heavily on the car you are driving and your personal preference. I find I can get used to the built-in force feedback just fine, but I generally prefer the feel of the cars with the added effects. In this guide, I will talk about how to set up the built-in iRacing force feedback, how to install and use irFFB, and finally go into some detail about the force feedback system and some of the unique terminology it uses. Jump To: Thrustmaster Settings | iRacing Settings | irFFB + vJoy Installation | irFFB Settings | iRacing Force Feedback Details Thrustmaster Settings iRacing automatically sets the proper steering angle for each car, so it is best to leave the rotation set to the maximum in the Thrustmaster Control Panel and calibrate the wheel in-game. Setting Value Rotation 900° (TX) 1080° (T300) Overall Strength of all forces 75% Constant 100% Periodic 100% Spring 100% Damper 100% BOOST Off Auto-Center by the game Spring and Damper are not used by iRacing, so can be set to any value without issue. As a general rule, I leave these at 100% since there are some games that require them. BOOST should always be turned off. For an in-depth look as to why, see my BOOST Force Feedback Analysis. iRacing Settings Using the built-in iRacing force feedback is very simple. When you first run iRacing, it will have you calibrate the wheel and pedals as well as assign the necessary buttons for shifting gears. The main force feedback option you have to worry about is setting the strength. Every car in the game has a
iracing :: Add-ons for Thunderbird
#iRacingSDK.Net - Alternative[This dot.net library allows access to the raw data stream from the iRacing Motorsport Racing simulation (www.iracing.com). It also provides an interface to control certain aspects of the game. It is based on the official C++ SDK.It provides access to the game's data interface using conventional dot.net paradigms.At this point in time, it is heavily focused on supporting the data stream provided by the game during a replay session. But it should also be useful for live non-replay mode.There are other dot.net implementations of the iRacing SDK library - see the iRacing Developer's forum for references and downloads for those.##Accessing game dataYou can use the enumeration access of the iRacing class to access a stream of data samples, generated by the game. For example, to get a single sample you can use the following:var iracing = new iRacingConnection();var data = iracing.GetDataFeed().First();This will return a single DataSample value.Alternatively you can get a infinite sample set, or a set of samples until some condition is met. d.Telemetry.SessionState != SessionState.CoolDown )){ Console.WriteLine(data.Telemetry.RaceLaps); Thread.Sleep(1000);}Console.WriteLine("Finished.");">foreach( var data in iracing .GetDataFeed() .TakeWhile( d => d.Telemetry.SessionState != SessionState.CoolDown )){ Console.WriteLine(data.Telemetry.RaceLaps); Thread.Sleep(1000);}Console.WriteLine("Finished.");For more examples of accessing this data - checkout the Sample project within this repo.##Access game data via EventsYou can access the DataSample in an event handler. Add your event handler to the NewData event of the iRacing type.public void Setup(){ ... iracing.NewData += iRacing_NewData; iracing.StartListening();}void iRacing_NewData(DataSample data){ var tractionControl = data.Telemetry.dcTractionControl; ...}NB: You can not access the GetDataFeed() enumerator inside an Event Handler - You can not use the two types of accessors to DataSamples - events or enumerators - but not both.##Sending Messages to the gameYou can use the Replay object to control various aspects of the game. For example, to change the camera to a specific car: g.GroupName == "TV3");var carIdx = 3;var number = data.SessionData.DriverInfo.Drivers[carIdx].CarNumberRaw;iRacing.Replay.CameraOnDriver((short)number, (short)camera.GroupNum, 0);">var data = iracing.GetDataFeed().First();var camera = data.SessionData.CameraInfo.Groups.First(g => g.GroupName == "TV3");var carIdx = 3;var number = data.SessionData.DriverInfo.Drivers[carIdx].CarNumberRaw;iRacing.Replay.CameraOnDriver((short)number, (short)camera.GroupNum, 0);##DataSampleThis type is the container for all data retrieved from iRacing. More details here##Data Feed FiltersThere are a set of extension methods to the IEnumerable set toMUST HAVE Add-ons for Iracing
IrFFB, you will need to download both of these programs: irFFB vJoy 2.1.9.1 Using the built-in force feedback of iRacing is nice and simple. Adding irFFB complicates matters a fair bit as there are several more options to deal with. Unfortunately, irFFB can be finicky to get working on some computers. I haven't had any issues with it, but others haven't been so lucky. irFFB Modes irFFB has no installer, just run the application. Apparently, there can be an issue with running the application from different locations over time, so I recommend making an iRacing Apps folder next to your iRacing install and just leaving it there. If you ever upgrade to a new version, just replace the application in the same folder. irFFB can operate in two modes. In the 360Hz mode, it calculates completely new force feedback using telemetry data from iRacing. None of the original force feedback signal is used. This adds some latency to the force feedback. I can't feel it, but you might if you are more sensitive to it. One benefit of this mode is that it does not require vJoy to be installed. In the 60Hz mode, irFFB intercepts the original signal from iRacing and augments it with the new effects. This has very little latency, so it's generally the preferred method. In order for this to work, however, you need to install and configure vJoy. I can barely feel the difference between the two modes, but I recommend the 60 Hz mode just in case the latency would ever be an issue. vJoy Installation Some versions of vJoy may have compatibility issues. vJoy 2.1.9.1 works perfectly for me on both Windows 10 and 11. To install, download and run vJoySetup.exe, installing all the companion applications when asked. You may need to restart your computer. Once installed, run the Configure vJoy application. Click the "Enable vJoy" checkbox for vJoy Device 1. The default settings should work fine as follows: vJoy Configuration Setting Value Axes X only Number of Buttons 8 POV Hat Switch Continuous POVs 0 Force Feedback All Checked Enable vJoy Checked (for iRacing only) Importantly, you will likely need to disable vJoy by unchecking the "Enable vJoy" checkbox when you play other games with the wheel. Some games won't recognize the wheel is attached at all when vJoy is enabled. irFFB Settings With vJoy enabled, run irFFB before you launch iRacing.. Welcome to a guide for new iRacing users! In this video, we explore various programs and websites that are essential add-ons to enhance your iRacing experienOverlays and Add-ons? : r/iRacing - Reddit
Trading Paints is the painting community for iRacing. If you’re an iRacing member, you can design, share, and race your own custom paints all through Trading Paints. You can create a scheme to share with the wider iRacing audience or you can keep your paints private, only to be used by your friends or race team. The beautiful thing about Trading Paints with iRacing, unlike other racing games such as ACC – where you need to download each file individually to your documents folders – is any Trading Paints member can also see your custom paint schemes you are racing without taking any extra steps due to it being syncronised with iRacing. Creating Your Trading Paints AccountTo create account is very simple, you just need to ensure you have an active iRacing subscription so you can input your iRacing customer ID. The rest is very standard with an email address and password. When you do create an account you will need to activate your account by clicking a link sent to your iRacing Private Message inbox. Important note that the iRacing activation is sent through iRacing and not the email address you used to sign up with. This is done to match your Trading Paints account to your iRacing account. How To Find Your iRacing Customer ID There are a few ways for you to locate your iRacing customer ID. One of them is through the iRacing companion app, the other is through the iRacing UI. In the companion app, when you click on the menu bars in the top left corner, you will be greeted with your user name, directly underneath that will be your iRacing customer ID, it’s usually always a 5 or 6 digit number. On the iRacing UI homepage, your iRacing customer ID number can be found in your profile area in the same way.You’ll Also Need Trading Paints DownloaderSince iRacing does not automatically load custom car paints, you’ll need to install and run the Trading Paints Downloader. This program loads custom liveries from Trading Paints onto cars in iRacing when you race.When Trading Paints Downloader is open while you race, iRacing gives Trading Paints a list of cars in the session that require custom paints to be loaded. Then, Trading Paints Downloader fetches the paints corresponding to each car in the server and loads them into iRacing. After a few moments, custom paints will begin to appear on cars you see in the server.If you are in a server and you notice custom liveries are not showing, it may be that you need to open the downloader to refresh paint schemes, which will then show after a few seconds.How To Select A Paint To RaceEssential Add-ons To iRacing For The Best Experience!! : For
How can we help you today? Modified on: Tue, Jan 21, 2025 at 1:08 PM Open Windows File Explorer and navigate to the EAC folder in the iRacing install directory.For direct iRacing accounts, the default location is:C:\Program Files (x86)\iRacing\EasyAntiCheatFor Steam iRacing accounts the default location is:C:\Program Files (x86)\Steam\steamapps\common\iRacing\EasyAntiCheatIf you chose a custom install location during installation or have customized your games folder using Steam's user interface, navigate to that folder instead. Then, take the steps below.1. Click on EasyAntiCheat_Setup.exe2. Choose Yes on the User Account Control Prompt3. Click Uninstall4. Close the windowThen, double-click on the InstallEOSAntiCheat.bat file in the same folder.For direct iRacing accounts:C:\Program Files (x86)\iRacing\EasyAntiCheat\InstallEOSAntiCheat.batFor Steam iRacing accounts:C:\Program Files (x86)\Steam\steamapps\common\iRacing\EasyAntiCheat\InstallEOSAntiCheat.batPlease also confirm that iRacing isn't installed in multiple locations on your PC.Please let us know whether these steps resolve the issue or if you still need assistance. We look forward to hearing from you. Did you find it helpful? Yes NoSend feedback Sorry we couldn't be helpful. Help us improve this article with your feedback. Related ArticlesAdd ons for newbies? : r/iRacing - Reddit
Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly /;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 4 Star 29 Code Issues Pull requests Actions Projects Security Insights iRacing Screenshot Tool AboutA tool created to take high resolution screenshots of iRacing without having to use Nvidia DSR.Created using Electron and Vue.FeaturesA wide range of resolutions to choose from, including custom resolutionsAuto Crop the iRacing watermark - user must resize iRacing UI to smallest sizeGlobal Screenshot Hotkey (Control+PrintScreen)Track and Driver Names included in filename, so you can keep track of screenshots easierLimitationsiRacing must be run in Borderless Windowed modeiRacing may run out of VRAM at higher resolutions causing the game to crash (8GB VRAM should be enough for 8K resolution in most situations)InstructionsiRacing must be running in Windowed Borderless ModeRun iRacing and setup the camera in the position you want to take the screenshotSelect your desired resolution (Try lower resolutions before going to 8K)Select if you want to crop the iRacing watermark or not, if you want to crop it you will need to resize the iRacing UI with 'Control + PageDown' to the smallest size firstPress the screenshot button or use the Hotkey 'Control + PrintScreen' to take the screenshotsDepending on the resolution selected this may take a few seconds, once your iRacing screen resizes to its normal size it is finishedYour screenshot will be saved to 'C:\Users{User}\Pictures\Screenshots'SupportPlease go to our Discord server and report any issues you are having. Feature SuggestionsIf you have any suggestions feel free to suggest them on our discord.VR Add-ons? : r/iRacing - Reddit
Not opening issue on your PC as your game would be able to get the required resources from Windows 11/10/7.Press Ctrl + Shift + ESC keys to open Task ManagerNow check which program is using more Resources, usually indicated by a darker backgroundRight-click on that program and select End taskNow check if the black screen on startup is solved or not.Solution 5: Try Enabling/Disabling VPN while playing iRacingStill running into black screen error on Windows 11/10/7? If you’ve got a VPN on, try turning it off to see if it makes a difference. If it’s off, switch it on and check again. But heads up! Don’t jump between too many regions; you don’t want to get blocked. Remember, the right VPN can be a game-changer.Solution 6: Add Game Exceptions on Antivirus PCSometimes antivirus thinks game files are bad guys and stops them, causing the not opening.To fix this, tell your antivirus that iRacing files are cool by adding them to the “exceptions” list. This way, you can play without the antivirus messing things up!Follow the steps below to add an exception on Antivirus (This guide is for Avast, and would be similar for other antiviruses):Launch Avast on your PC.Select Menu at the top-right corner of Avast.Choose Settings from the menu.From the left sidebar, choose General > ExceptionsClick ADD EXCEPTION and then type the URL you want to add to it.Click ADD EXCEPTION to save the URL and check if you can access the URLIf you are still facing Avast Blocking Websites, continue to the next solution.Solution 7: Check if Windows or Any Driver is OutdatedSometimes compatibility issues can be a reason for continuous iRacing not opening on Windows 11. Often, it’s all about the updates. First off, head to your Windows settings and see if there’s an update waiting. While you’re on this updating spree, dive into your device manager and update your Wi-Fi drivers and update graphics drivers making sure they are on the latest versions. These updates can make a big difference, fixing a lot of errors.Solution 8: Contact iRacing SupportTried everything and that game error’s still bugging you? As a last resort, head to the iRacing’s official website and click ‘Support’ or ‘Contact’. Send them an email, jump into live chat, or post in their official forums.Share what’s happening and any error messages. Remember to double-check you’re on the official site. Sometimes, reaching out is the best way to get back to gaming!Stay smart and game on!Final thoughtsIn conclusion, encountering crashes, black screens, or startup problems while playing iRacing can be irritating, but there are various solutions available to resolve these issues. By restarting your PC, running the program as an administrator, updating the game, closing intensive. Welcome to a guide for new iRacing users! In this video, we explore various programs and websites that are essential add-ons to enhance your iRacing experien
Add ons/mods : r/iRacing - Reddit
Give you the menu where the option “settings” is listed.Good To Know – Changing Install Directories You can also change the install directories of the two simulators on Delta from within your profile screen, as you can see from the bottom of the below screenshot. This is important if you have made a mistake by linking the wrong folder initially or you reinstall/adjust your current installation of the sim you are using. For ACC install:Click ‘Select directory’ in Delta which will take you to your PC’s drive, click on your documents folder, find your ‘Assetto Corsa Competizione’ Folder and hit save. This will now connect the Delta setups installer to your ACC setups folder and every time you join a session with the car and track of your choice, your Coach Dave Academy setups will appear.For iRacing install:It’s the same process as with ACC. So click ‘Open iRacing Directory’ in Delta, which will take you to your PC’s drive, click on your documents folder, find your ‘iRacing’ Folder and hit save. This will now connect the Delta setups installer to your iRacing setups folder and every time you join a session with the car and track of your choice, your Coach Dave Academy setups will appear.STEP 6: Select Your SimNow everything is connected, you are ready to hit the race track, on your home page you are presented with both the ACC and iRacing tiles to select from and see your upcoming races on SimGrid because you connected your SimGrid account to Delta. Ensure you click on one of these sim tiles before entering an in-game server. ImportantWe have also added our iRacing season catalogue for you to view from the right-hand side of the app, so you can see which cars and series you can drive for the 12 weeks of the current iRacing season. This is to replace the old database UI that has been replaced with the Delta 2.0 update.Step 7: Join A Session Here you select ACC or iRacing and are then greeted with a ‘waiting for a session’ screen. As soon as you have joined a session with your choice of car and track combination on ACC and iRacing, your Coach Dave Academy setups are automatically installed for you. In both ACC and iRacing these can be selected from you in the game setup menu. Step 8: Success And App Navigation Once you join a server, you will then be greeted with the new Delta “Record” page, from here you can see all the information surrounding your active stints, session information, installed setups and your leaderboards. If successful it will look like this:In Delta 2.0 you have your sidebar nav menu on the left-hand side with some new icons you may not be familiar with. Just as before you have your home, ACC and your iRacing icons, but now you will see a few new icons to navigate through as well. The first icon you see is the session history icon, this is where youAdd ons for Oval? : r/iRacing - Reddit
How can we help you today? Modified on: Mon, Jul 15, 2024 at 10:53 AM A VR (virtual reality) headset.A PC that meets iRacing’s system requirements and the system requirements of your VR headset (check with your headset manufacturer).An active iRacing.com subscription.A working installation of iRacing on your PC.Before running iRacing in VRBe sure you have followed all installation instructions from your VR headset manufacturer to set up your VR headset on your PC (typically, you will need to download and install drivers and follow a setup workflow).iRacing recommends using a wired connection between your VR headset and your PC, rather than running VR over a wireless method such as Wi-Fi. Check with your VR headset manufacturer to find out if your headset requires a special cable connected to your PC in order to play games in VR. Such a cable is not included with some VR headsets and must be purchased separately. Check with your VR headset manufacturer to find out if your headset requires its proprietary software to be running on your PC in order to play games in VR. If it does, and the software is not running, then VR in iRacing may not function.Finally, test your VR headset using the manufacturer-provided drivers or software suite. Most headsets come with sample software you can run to determine if your headset is working properly. Set Up iRacing to Run in VRFrom the iRacing desktop app, locate the display mode selector in the upper-right area of the app.Click on the display mode selector to view a list display modes. The VR display modes are indicated by a headset iconSelect a display mode appropriate for your VR headset. The landscape of VR devices is complex and always changing, but here is general advice to help you pick the best display mode:OpenXR is the newest and most universally supported display mode and should work well with most headsets. Note you may need to install drivers to use the OpenXR display mode. Refer to your headset manufacturer’s documentation or configuration software.Note that some 3rd party tools and mods that the fan community has developed for iRacing may require you to use OpenVR in order to function properly.Oculus is an older standard used for the first generation Oculus Rift headsets and may work for your Oculus Rift, Quest 2, or Quest 3 headset, but it’s recommended to try OpenXR first.If in doubt, contact. Welcome to a guide for new iRacing users! In this video, we explore various programs and websites that are essential add-ons to enhance your iRacing experien Iracing Add Ons 2025 In Eadith Malina, The first build of the new year is here! Source: pruydiandra-ck2.pages.dev. Iracing Add Ons 2025 In Eadith Malina, Iracing has deployed its 2025 season 1 update, bringing iracers a nice selection of new features and fresh content including the acura nsx gt, bmw m2 cs. Source: pruydiandra-ck2.pages.devTraxionGG: iRacing Add-ons you NEED to check out : r/iRacing
To assign an iRacing paint to your car, navigate to the paint you’d like to use and click the “Race this paint” button. You must be logged in to Trading Paints to do this. Selecting “Race this paint” will automatically assign the selected livery to your car in iRacing. The next time your car appears in a session with the Trading Paints Downloader program running, you should see it.After selecting to race a paint scheme, it will be shown in your ‘My Paints’ section, where you can see and manage all the custom paints you’ve assigned previously.Creating Your Own Paint Schemes You can use the Trading Paints Paint Builder, included with a Trading Paints Pro account, to create simple custom paints. You will not be able to create your own liveries without a pro account. The Trading Paints Builder helps you create your liveries without complicated photo-editing software. Paint Builder is simple enough to use for beginners, yet powerful enough for advanced painting pros.If you want more flexibility and have experience using advanced graphics software like Adobe Photoshop, you can download iRacing’s PSD templates — then, upload the completed exported files to your My Paints section of Trading Paints.One More Thing Before Hitting The TrackNow you’ve got your custom paint schemes loaded onto your race cars, you’ll want to see them run at the front of the grid. Why not take a look at the Trading Paints for Setups? Check out Coach Dave Delta today to take those beautiful paint schemes to victory lane. Delta provides setups for all the major and popular iRacing series for Sports Car, Formula and Short Ovals. With your very own performance engineer, telemetry tool and auto-installation of setups its arguably even easier and quicker to use than Trading Paints. iRacing Setups Gain seconds in lap time with our incredible iRacing setups that include professionally developed setups and referance laps for every car available in the official weekly racing series that you can find on iRacing.Comments
IRacing is widely regarded as the definitive online racing simulator. While I expected it to have a complicated force feedback system, in actuality, it's very simple and easy to set up on the Thrustmaster TX and T300. Unlike many other simulators, iRacing's force feedback only delivers the actual forces felt through the steering rack of the car. This can take some time to adjust to if you are coming from another simulator. A frequently recommended third-party utility called irFFB is able to add g-force, understeer and more suspension effects to the force feedback. These wheels have trouble reproducing the small vibrations that let you feel the road surface. irFFB's additional suspension effects fill in those missing details, creating a more immersive driving experience. The usefulness of the g-force and understeer effects depend heavily on the car you are driving and your personal preference. I find I can get used to the built-in force feedback just fine, but I generally prefer the feel of the cars with the added effects. In this guide, I will talk about how to set up the built-in iRacing force feedback, how to install and use irFFB, and finally go into some detail about the force feedback system and some of the unique terminology it uses. Jump To: Thrustmaster Settings | iRacing Settings | irFFB + vJoy Installation | irFFB Settings | iRacing Force Feedback Details Thrustmaster Settings iRacing automatically sets the proper steering angle for each car, so it is best to leave the rotation set to the maximum in the Thrustmaster Control Panel and calibrate the wheel in-game. Setting Value Rotation 900° (TX) 1080° (T300) Overall Strength of all forces 75% Constant 100% Periodic 100% Spring 100% Damper 100% BOOST Off Auto-Center by the game Spring and Damper are not used by iRacing, so can be set to any value without issue. As a general rule, I leave these at 100% since there are some games that require them. BOOST should always be turned off. For an in-depth look as to why, see my BOOST Force Feedback Analysis. iRacing Settings Using the built-in iRacing force feedback is very simple. When you first run iRacing, it will have you calibrate the wheel and pedals as well as assign the necessary buttons for shifting gears. The main force feedback option you have to worry about is setting the strength. Every car in the game has a
2025-04-18#iRacingSDK.Net - Alternative[This dot.net library allows access to the raw data stream from the iRacing Motorsport Racing simulation (www.iracing.com). It also provides an interface to control certain aspects of the game. It is based on the official C++ SDK.It provides access to the game's data interface using conventional dot.net paradigms.At this point in time, it is heavily focused on supporting the data stream provided by the game during a replay session. But it should also be useful for live non-replay mode.There are other dot.net implementations of the iRacing SDK library - see the iRacing Developer's forum for references and downloads for those.##Accessing game dataYou can use the enumeration access of the iRacing class to access a stream of data samples, generated by the game. For example, to get a single sample you can use the following:var iracing = new iRacingConnection();var data = iracing.GetDataFeed().First();This will return a single DataSample value.Alternatively you can get a infinite sample set, or a set of samples until some condition is met. d.Telemetry.SessionState != SessionState.CoolDown )){ Console.WriteLine(data.Telemetry.RaceLaps); Thread.Sleep(1000);}Console.WriteLine("Finished.");">foreach( var data in iracing .GetDataFeed() .TakeWhile( d => d.Telemetry.SessionState != SessionState.CoolDown )){ Console.WriteLine(data.Telemetry.RaceLaps); Thread.Sleep(1000);}Console.WriteLine("Finished.");For more examples of accessing this data - checkout the Sample project within this repo.##Access game data via EventsYou can access the DataSample in an event handler. Add your event handler to the NewData event of the iRacing type.public void Setup(){ ... iracing.NewData += iRacing_NewData; iracing.StartListening();}void iRacing_NewData(DataSample data){ var tractionControl = data.Telemetry.dcTractionControl; ...}NB: You can not access the GetDataFeed() enumerator inside an Event Handler - You can not use the two types of accessors to DataSamples - events or enumerators - but not both.##Sending Messages to the gameYou can use the Replay object to control various aspects of the game. For example, to change the camera to a specific car: g.GroupName == "TV3");var carIdx = 3;var number = data.SessionData.DriverInfo.Drivers[carIdx].CarNumberRaw;iRacing.Replay.CameraOnDriver((short)number, (short)camera.GroupNum, 0);">var data = iracing.GetDataFeed().First();var camera = data.SessionData.CameraInfo.Groups.First(g => g.GroupName == "TV3");var carIdx = 3;var number = data.SessionData.DriverInfo.Drivers[carIdx].CarNumberRaw;iRacing.Replay.CameraOnDriver((short)number, (short)camera.GroupNum, 0);##DataSampleThis type is the container for all data retrieved from iRacing. More details here##Data Feed FiltersThere are a set of extension methods to the IEnumerable set to
2025-04-05Trading Paints is the painting community for iRacing. If you’re an iRacing member, you can design, share, and race your own custom paints all through Trading Paints. You can create a scheme to share with the wider iRacing audience or you can keep your paints private, only to be used by your friends or race team. The beautiful thing about Trading Paints with iRacing, unlike other racing games such as ACC – where you need to download each file individually to your documents folders – is any Trading Paints member can also see your custom paint schemes you are racing without taking any extra steps due to it being syncronised with iRacing. Creating Your Trading Paints AccountTo create account is very simple, you just need to ensure you have an active iRacing subscription so you can input your iRacing customer ID. The rest is very standard with an email address and password. When you do create an account you will need to activate your account by clicking a link sent to your iRacing Private Message inbox. Important note that the iRacing activation is sent through iRacing and not the email address you used to sign up with. This is done to match your Trading Paints account to your iRacing account. How To Find Your iRacing Customer ID There are a few ways for you to locate your iRacing customer ID. One of them is through the iRacing companion app, the other is through the iRacing UI. In the companion app, when you click on the menu bars in the top left corner, you will be greeted with your user name, directly underneath that will be your iRacing customer ID, it’s usually always a 5 or 6 digit number. On the iRacing UI homepage, your iRacing customer ID number can be found in your profile area in the same way.You’ll Also Need Trading Paints DownloaderSince iRacing does not automatically load custom car paints, you’ll need to install and run the Trading Paints Downloader. This program loads custom liveries from Trading Paints onto cars in iRacing when you race.When Trading Paints Downloader is open while you race, iRacing gives Trading Paints a list of cars in the session that require custom paints to be loaded. Then, Trading Paints Downloader fetches the paints corresponding to each car in the server and loads them into iRacing. After a few moments, custom paints will begin to appear on cars you see in the server.If you are in a server and you notice custom liveries are not showing, it may be that you need to open the downloader to refresh paint schemes, which will then show after a few seconds.How To Select A Paint To Race
2025-03-26How can we help you today? Modified on: Tue, Jan 21, 2025 at 1:08 PM Open Windows File Explorer and navigate to the EAC folder in the iRacing install directory.For direct iRacing accounts, the default location is:C:\Program Files (x86)\iRacing\EasyAntiCheatFor Steam iRacing accounts the default location is:C:\Program Files (x86)\Steam\steamapps\common\iRacing\EasyAntiCheatIf you chose a custom install location during installation or have customized your games folder using Steam's user interface, navigate to that folder instead. Then, take the steps below.1. Click on EasyAntiCheat_Setup.exe2. Choose Yes on the User Account Control Prompt3. Click Uninstall4. Close the windowThen, double-click on the InstallEOSAntiCheat.bat file in the same folder.For direct iRacing accounts:C:\Program Files (x86)\iRacing\EasyAntiCheat\InstallEOSAntiCheat.batFor Steam iRacing accounts:C:\Program Files (x86)\Steam\steamapps\common\iRacing\EasyAntiCheat\InstallEOSAntiCheat.batPlease also confirm that iRacing isn't installed in multiple locations on your PC.Please let us know whether these steps resolve the issue or if you still need assistance. We look forward to hearing from you. Did you find it helpful? Yes NoSend feedback Sorry we couldn't be helpful. Help us improve this article with your feedback. Related Articles
2025-04-10Not opening issue on your PC as your game would be able to get the required resources from Windows 11/10/7.Press Ctrl + Shift + ESC keys to open Task ManagerNow check which program is using more Resources, usually indicated by a darker backgroundRight-click on that program and select End taskNow check if the black screen on startup is solved or not.Solution 5: Try Enabling/Disabling VPN while playing iRacingStill running into black screen error on Windows 11/10/7? If you’ve got a VPN on, try turning it off to see if it makes a difference. If it’s off, switch it on and check again. But heads up! Don’t jump between too many regions; you don’t want to get blocked. Remember, the right VPN can be a game-changer.Solution 6: Add Game Exceptions on Antivirus PCSometimes antivirus thinks game files are bad guys and stops them, causing the not opening.To fix this, tell your antivirus that iRacing files are cool by adding them to the “exceptions” list. This way, you can play without the antivirus messing things up!Follow the steps below to add an exception on Antivirus (This guide is for Avast, and would be similar for other antiviruses):Launch Avast on your PC.Select Menu at the top-right corner of Avast.Choose Settings from the menu.From the left sidebar, choose General > ExceptionsClick ADD EXCEPTION and then type the URL you want to add to it.Click ADD EXCEPTION to save the URL and check if you can access the URLIf you are still facing Avast Blocking Websites, continue to the next solution.Solution 7: Check if Windows or Any Driver is OutdatedSometimes compatibility issues can be a reason for continuous iRacing not opening on Windows 11. Often, it’s all about the updates. First off, head to your Windows settings and see if there’s an update waiting. While you’re on this updating spree, dive into your device manager and update your Wi-Fi drivers and update graphics drivers making sure they are on the latest versions. These updates can make a big difference, fixing a lot of errors.Solution 8: Contact iRacing SupportTried everything and that game error’s still bugging you? As a last resort, head to the iRacing’s official website and click ‘Support’ or ‘Contact’. Send them an email, jump into live chat, or post in their official forums.Share what’s happening and any error messages. Remember to double-check you’re on the official site. Sometimes, reaching out is the best way to get back to gaming!Stay smart and game on!Final thoughtsIn conclusion, encountering crashes, black screens, or startup problems while playing iRacing can be irritating, but there are various solutions available to resolve these issues. By restarting your PC, running the program as an administrator, updating the game, closing intensive
2025-03-31Give you the menu where the option “settings” is listed.Good To Know – Changing Install Directories You can also change the install directories of the two simulators on Delta from within your profile screen, as you can see from the bottom of the below screenshot. This is important if you have made a mistake by linking the wrong folder initially or you reinstall/adjust your current installation of the sim you are using. For ACC install:Click ‘Select directory’ in Delta which will take you to your PC’s drive, click on your documents folder, find your ‘Assetto Corsa Competizione’ Folder and hit save. This will now connect the Delta setups installer to your ACC setups folder and every time you join a session with the car and track of your choice, your Coach Dave Academy setups will appear.For iRacing install:It’s the same process as with ACC. So click ‘Open iRacing Directory’ in Delta, which will take you to your PC’s drive, click on your documents folder, find your ‘iRacing’ Folder and hit save. This will now connect the Delta setups installer to your iRacing setups folder and every time you join a session with the car and track of your choice, your Coach Dave Academy setups will appear.STEP 6: Select Your SimNow everything is connected, you are ready to hit the race track, on your home page you are presented with both the ACC and iRacing tiles to select from and see your upcoming races on SimGrid because you connected your SimGrid account to Delta. Ensure you click on one of these sim tiles before entering an in-game server. ImportantWe have also added our iRacing season catalogue for you to view from the right-hand side of the app, so you can see which cars and series you can drive for the 12 weeks of the current iRacing season. This is to replace the old database UI that has been replaced with the Delta 2.0 update.Step 7: Join A Session Here you select ACC or iRacing and are then greeted with a ‘waiting for a session’ screen. As soon as you have joined a session with your choice of car and track combination on ACC and iRacing, your Coach Dave Academy setups are automatically installed for you. In both ACC and iRacing these can be selected from you in the game setup menu. Step 8: Success And App Navigation Once you join a server, you will then be greeted with the new Delta “Record” page, from here you can see all the information surrounding your active stints, session information, installed setups and your leaderboards. If successful it will look like this:In Delta 2.0 you have your sidebar nav menu on the left-hand side with some new icons you may not be familiar with. Just as before you have your home, ACC and your iRacing icons, but now you will see a few new icons to navigate through as well. The first icon you see is the session history icon, this is where you
2025-04-24