Edit: It's working now. I've always forgotten to click "Save Car". :o:o
Hey,
I wanted to fix this bug with the gap between the rims and the tires with Shy Guy's tutorial. But somehow I can't save the changes. It says "Car Data saved", but when I load the car again, it still has the old default rims. :(
I'm using 64 Bit Win7.
This my TDUeditor.exe.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="TDUeditor.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<connectionStrings>
<add name="TDUeditor.Properties.Settings.carDataConnectionString"
connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\carData.mdb;Persist Security Info=True"
providerName="System.Data.OleDb" />
</connectionStrings>
<userSettings>
<TDUeditor.Properties.Settings>
<setting name="locality" serializeAs="String">
<value>GE</value>
</setting>
<setting name="tdupath" serializeAs="String">
<value>C:\Program Files (x86)\Atari\Test Drive Unlimited</value>
</setting>
</TDUeditor.Properties.Settings>
</userSettings>
</configuration>