Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Update 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon007 committed Aug 23, 2022
1 parent 9f627f2 commit 4fe909d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.8.3 (TBA)
## 3.8.3 (23.08.2022)

### Added

Expand Down
18 changes: 7 additions & 11 deletions MOP/Resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
### Added

- "options.txt" file is included in bug report, if user decides to include the save file
- "mop rules" command will show from which mod specific rule originate
- (MSCLoader) Added "RESOLUTION" picker from Mod Loader Pro
- Added command "mop debug_monitor", which shows debug stats of MOP

### Changes
### Bug Fixes

- Changed the type of a message saying "Game has been reloaded over X times" to the one with "OK" button. This also means that accepting the message will not close the game
- (MSCLoader) Updated to MSCLoader 1.2.7
- Minor changes in text wording
- MOP won't show errors during save file verification, if the new save file has been created, but the game hasn't been saved, which made certain save tags missing
- Improved R20 Battery Box transform loading - now it's done when MOP is running, instead of during MOP loading

### Bug Fixes
### Removed

- MOP will now load successfully, if the load screen somehow didn't load
- Fixed a bug causing Satsuma to be stuck frozen, if the rule file told MOP to fully ignore Satsuma
- Fixed the "SATS_ODOMETER_RESET_FIX_ERROR", which was caused by the "Speedometer Cable" mod removing Odometer's FSM object
- Removed unused code
- Removed custom rule file flag: "show_garbage_memory_usage"
2 changes: 1 addition & 1 deletion MOP/src/Helpers/SaveManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public static void VerifySave()
saveBugs.Add(SaveBugs.New("Bucket Seats", () =>
{
WriteSavePath("bucket seat passenger(Clone)Purchased", true);
WriteSavePath("bucket seat driver(Clone)Purchased", true);
WriteSavePath("bucket seat driver(Clone)Purchased", true);
}));
}
}
Expand Down

0 comments on commit 4fe909d

Please sign in to comment.