I feel defeated. Any kind sole wish to help educate me on perhaps better and more advanced ways to track variables/settings?
Short Version,
"maxDriverFormTimeCost"
Ive searched the save and the csharp and just cannot find how this variable setting gets defined/set.
Long Version,
"maxDriverFormTimeCost" - I believe this will affect the time penalty for form which I believe to be set right now to 1 second.
I scoured the savegame file and cannot seem to identify a setting for this.
When I do a search for this term in dnSpy, I get one hit. Which is weird, because after doing a lot of searching i have found another reference to this phrase in an assembly, which dnSpy doesnt show me. Ive checked the search settings and they seem good.
The one it does find has the following,
[XmlElement("MaxDriverFormTimeCost")]
public float maxDriverFormTimeCost;
I tried this hoping it would just dump in a static line in the save, but it doesnt.
[XmlElement("MaxDriverFormTimeCost")]
public float maxDriverFormTimeCost = 0.42f;
The other reference I found was in 'DriverSessionForm', but that does not appear to be what I need.
Any help would be greatly appreciated,
Thanks.
Short Version,
"maxDriverFormTimeCost"
Ive searched the save and the csharp and just cannot find how this variable setting gets defined/set.
Long Version,
"maxDriverFormTimeCost" - I believe this will affect the time penalty for form which I believe to be set right now to 1 second.
I scoured the savegame file and cannot seem to identify a setting for this.
When I do a search for this term in dnSpy, I get one hit. Which is weird, because after doing a lot of searching i have found another reference to this phrase in an assembly, which dnSpy doesnt show me. Ive checked the search settings and they seem good.
The one it does find has the following,
[XmlElement("MaxDriverFormTimeCost")]
public float maxDriverFormTimeCost;
I tried this hoping it would just dump in a static line in the save, but it doesnt.
[XmlElement("MaxDriverFormTimeCost")]
public float maxDriverFormTimeCost = 0.42f;
The other reference I found was in 'DriverSessionForm', but that does not appear to be what I need.
Any help would be greatly appreciated,
Thanks.
Last edited: