Skip to main content

The Sims Complete Collection on WinXP

On February 2, 2000, Maxis Software released the first of a series of life simulation video games, The Sims. Microsoft XP was released on October 25, 2001. There were several expansion packs released for The Sims and several Service Packs released for Windows XP. My goal is to install the most current version of Windows XP on 32-bit hardware and install the DVD version of The Sims Complete Collection.

The motherboard used is a Microstar MS-7061 with an AMD Sempron 3000+ and 2GB of RAM. There were no IDE hard drives or CDROM drives available, so IDE to SATA adapters were used on SATA drives. The video card is an nVidia GeForce 6200 compliant with Microsoft DirectX 9.0c specification and OpenGL 2.0. This is adequate to run The Sims satisfactorily.

Installation began with an on-hand copy of Windows XP SP2, but it turned out that the game would install but not run on that, so an update to SP3 was needed. I did find an unofficial "SP4" and installed that without issue.

Security on this system is not much of a concern since there is no personal information on it and it is not connected to the Internet, only the LAN and there are only Linux and Mac devices on the LAN. There's no satisfactory way to remove or disable Internet Explorer on a Windows XP machine, so the machine is just isolated and IE (or any web browser for that matter) is not used at all.

There are some additional apps installed on the machine for convenience: CCleaner,Malwarebytes, Putty, BitVise SSH Server, WinAce, TigerVNC, Midnight Commander (Windows build download).

The 4-CD installation went without issue. The largest resolution the game runs at, by default, 1024x768 in 16-bit mode. There is a Wide Screen Patcher that modifies the Sims.exe file. If you can navigate a hex editor, here is how to do it. There is a widescreen fix available, but it requires a specific version of the No-CD Sims.exe. My display is 1920x1080.  

One of the biggest annoyances is the requirement that the original game CD be physically in the drive in order to play the game. A NO-CD "patch" can be obtained from GamecopyWorld.com or other sources. I'll post a link to the correct one below, or tell me about your success in the comments below. You can get the NOCD version for the standard 1024x768 resolution here, the NOCD version for a 1920x1080 resolution here and instructions on how to modify the .exe file for any resolution here.

When it was new, there were many fan-made additions and modification made for the game. These can be somewhat difficult to find, but some may be had at The Sims Zone. The legendary "nude patches" and skins are found here and here and here. All these come with installation instructions.

Are there cheats codes? Sure are! Press CTRL+SHIFT+C during game to display the command prompt. After successfully entering and activating one of the codes you can also do the following: Enter an exclamation point at the prompt to repeat the last cheat entered. Enter a semi-colon between codes to enter several codes at the same time. A list of the codes can be found here.  The cheat rosebud gets you 1000 Simoleons!

Could I have used a more modern version of Windows? Sure, if my hardware would have supported it! Here's a link to getting it to run using Windows10 with a widescreen fix. I've read that Windows Vista does not run The Sims very well, but Windows 7 and 8 do just fine.

Have fun!

UPDATE, September 2021

My recycled hardware for Windows 7 failed and would cause random crashes. I had a spare i7 /16GB motherboard handy, so I went with Windows10. The Sims with the above referenced No-CD executable works just fine on Windows10. However, I chose to use Windows10Debloater to remover all the useless crap that is not needed for a game machine including the data spyware that Microsoft installs. Click on it and run in Powershell.



Comments

Popular posts from this blog

DOS4GW.EXE Version 2.01a and Alternative DOS Extenders

DOS4GW.EXE The Tenberry DOS extender DOS4GW.EXE was used by many early DOS games. I still enjoy playing many of these games and DOS4GW.EXE is usable with DOSBox , so they can be played on Linux. However, the version of DOS4GW.EXE that was included with the game was whatever was current at the time. The most recent version that includes many bugfixes that possibly affected the games when used with DOSBox have been fixed in the latest version, 2.01a. It's not free at US$49, but you can downloaded it here . Simply substitute it for whatever version of DOS4GW.EXE your game provided and enjoy the bug-fixed goodness. Tenberry also makes a "high-performance" "pro" version of DOS4GW.EXE, but it costs $300. I think that they could sell quite a few of these to hobby users (since, you know, DOS is dead) for US$5. Open Souce to the Rescue There are better performing, free and Open Source alternatives available and worth a look. DPMI Explained Let's unders...

Return to Castle Wolfenstein for Modern Linux

Return to Castle Wolfenstein is a first-person shooter originally released on November 19, 2001. The game, like many other classic games, is available at GOG.com and costs only US$5.99. iortcw for Linux Don't bother with old and crusty Linux binaries offered by idsoft; they are problematic and it's painful to use them on a modern Linux. Fortunately for us, there are more modern GPL-licensed Linux binaries available for 32- and 64-bit systems as well as high resolution textures packages. The project at GitHub provides source code that can also be compiled for MS Windows using MinGW. iortcw for Windows and Mac You can download pre-compiled binaries for 32- and 64-bit Linux, MS Windows and Mac from here . Let's put our files in /usr/local/games/rtcw . As root, extract the downloaded .ZIP file for your architecture to  /usr/local/games/rtcw . All we are missing are the game data files. I purchased them from GOG.com. The game installer downloaded from GOG.com can be ...

Unpack those .EXE game files from GOG.com (Plus other un-packers)

I just came upon innoextract today. I have many of the wonderful games from GOG.com, some of which have native Linux Clients. Before now, I've had to use PlayOnLinux or Crossover to install these for use with WINE, then add the Linux client. InnoSetup as a way to create an installer to install the games on Windows.  Daniel Scharrer has created innoextract to allow the unpacking of those archives on a non-Windows platform. The website provides information on using innoextract , but this information from the page is very useful: GOG.com Installers GOG.com installers with a 2.x.x version number on the download page or in the filename use InnoSetup 5.5.0 and cannot be extracted by innoextract 1.2 and older. Older installers use InnoSetup 5.2.3 and usually have no version in the filename. Some GOG.com multi-part installers with version 2.1.x or higher use RAR archives (renamed to .bin) to store the game data. These files are not part of the InnoSetup installer and require...