Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagauran authored Dec 27, 2023
1 parent 0e8a803 commit 6d776b2
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
💛Thank you for using ForzaDSX💛 💛Currently there are no plans to make it compatible with upcoming mod support on dsx v3, unless someone makes a PR for it💛

## Notes for allowing multiple different games beyond forza to work:
- Create multiple config files for each game type
- Detect running game and set that profile to active
- allow user to manually set active profile
- Display list of profiles, allow editing and copying of profiles
- Each profile has an associated expected packet format
- Each profile has associated executable name to look for to auto set active
- General app config that Maintains app wide settings(DSX IP/POrt, Whether to auto do app checks, etc)



# Setting up DiRT Rally 1 / 2 for UDP Connection:
1. Go to `C:\Users\<USER>\Documents\My Games\DiRT Rally X.0\hardwaresettings`;
2. Open `hardware_settings_config` file with your favorite text editor;
3. Find for **udp** tag and configure as shown below:
```xml
<motion_platform>
...
<udp enabled="true" extradata="3" ip="127.0.0.1" port="5300" delay="1" />
...
</motion_platform>
```
- **enabled = true**
- **extradata = 3**
- **port = 5300**

🔺🔺 Note for Forza 4 (THIS IS REQUIRED FOR IT TO WORK) 🔺🔺
1. Install [Window 8 AppContainer Loopback Utility](https://telerik-fiddler.s3.amazonaws.com/fiddler/addons/enableloopbackutility.exe)
2. Start the utility (if it shows a message about orphan sid, you can safely ignore it)
Expand Down

0 comments on commit 6d776b2

Please sign in to comment.