Skip to content

Releases: FaithBeam/Sims-1-Complete-Collection-Widescreen-Patcher

v3.13.0

14 Dec 19:25
c53760b

Choose a tag to compare

What's Changed

  • Add career editor
  • Add domcal mod
  • Add a popup that opens if the user selects a sims.exe that cannot be patched

Full Changelog: 3.12.0...3.13.0

v3.13.0-beta.2

30 Nov 12:14
197561c

Choose a tag to compare

v3.13.0-beta.2 Pre-release
Pre-release
  • Fix crash when the domcal service tries to load the expansionshared folder
  • Fix typos in domcal mod

v3.13.0-beta.1

27 Nov 14:13
314ddf7

Choose a tag to compare

v3.13.0-beta.1 Pre-release
Pre-release

This release adds these features to the Extras tab:

  • Add weekends (DomCal mod by Damon)
    • Add the option to increase salaries by 30% to offset the money lost by not working on the weekends
  • Add career editor

Add Weekends Wiki Page
Career Editor Wiki Page

v3.12.0

10 Nov 13:44
0b247d2

Choose a tag to compare

What's Changed

Full Changelog: 3.10.0...3.12.0

v3.10.0

15 Oct 00:11
e1e36dd

Choose a tag to compare

  • Update ddrawcompat to 0.5.4 from 0.5.1
  • Improve resolution enumeration on linux by pinvoking x11 functions
  • Replace autofac with Microsoft Dependency Injection
  • Replace events with reactive events
  • Enable warnings as errors and cleaned up all build warnings

v3.9.0

25 Feb 15:02
cc60e80

Choose a tag to compare

What's Changed

Full Changelog: 3.8.0...3.9.0

v3.8.0

13 Jan 12:43
1015839

Choose a tag to compare

Changes from 3.8.0-beta.2

  • Fix unlock cheat tool tip text by @Margen67
  • Changed the notification theme on the Extras tab to match the sims popup box by @FaithBeam

v3.8.0-beta.2

29 Oct 15:37
3a8056f

Choose a tag to compare

v3.8.0-beta.2 Pre-release
Pre-release

What's Changed

  • Add two tabs, Main and Extras
    • The Main tab contains the contents of the previous Main View
    • The Extras tab will contain new features to be added in the future
  • Add the Unlock Cheats checkbox to the Extras tab
  • Include extra information to the progress bar
    • It now shows how many items are left and what the current item is doing

Boring Programmer Things

  • Use autofac instead of splat to register services
    • Splat is still used to resolve dependencies
  • All of the utilities are now services
    • PatchUtility => ResolutionPatchService
    • UninstallUtility => UninstallService
    • WrapperUtility => WrapperService
  • The ProgressService now reports when an uninstall occurs

This change will open the gates for including other essential mods and patches to the program.

This is a beta so create an Issue if the patcher crashes or misbehaves, please.

v3.7.2

22 Oct 09:36
a5c87b3

Choose a tag to compare

What's Changed

  • Fixed the patcher not opening for people that had a registry key that pointed to a non-existent sims install. More details in #81.

v3.7.1

18 Oct 12:18
4ead9d6

Choose a tag to compare

What's Changed