Recent Discussions
Maxis prepackaged cc
Have any of you managed to successfully download the prepackaged cc that Maxis gave us to this new Legacy edition? I'm talking about the McDonalds kiosk and the Pepsi machine. Anytime I try to open the prepackage files it tells me the game is installed incorrectly. Any work around?Jaletu3 days agoNew Ace6Views0likes0CommentsThe Sims Legacy (Steam version) won't launch
The game won't launch at all. When I try to run it, the Sims icon briefly flashes in the taskbar for a millisecond and then disappears. Steam acts like it's launching the game, but then the Play button just resets. I’ve already tried the suggested fixes from the official EA forum including updating my drivers, but nothing works. I’ve also seen other users mention that the issue might be related to the latest NVIDIA drivers. Please investigate and release a fix.Begmeritz5 days agoSeasoned Newcomer30Views1like0CommentsThe Sims™ Legacy Collection is NOT Launching
The Sims™ Legacy Collection on Steam was working (launching>running) fine about a month ago, but now the game is not launching, despite trying several solutions that I found online. The game logo briefly appears in my taskbar and then disappears. The game doesn't run, and the Steam button just switches back to "Play." OS Name: Microsoft Windows 11 Pro Version: 10.0.26100 Build 26100 Please fix and propose any solutions. Thank you.Croxyproxy131 days agoRising Newcomer92Views0likes0CommentsThe Sims™ Legacy Collection is NOT Launching
The Sims™ Legacy Collection on Steam was working (launching>running) fine about a month ago, but now the game is not launching, despite trying several solutions that I found online. The game logo briefly appears in my taskbar and then disappears. The game doesn't run, and the Steam button just switches back to "Play." OS Name: Microsoft Windows 11 Pro Version: 10.0.26100 Build 26100 Please fix and propose any solutions. Thank you.Begmeritz2 months agoSeasoned Newcomer76Views0likes0Comments- w8a151w9n2i92 months agoNewcomer37Views0likes0Comments
Brand New PC... Game Won't Start
Hey, everyone. I've attached the specs of my new PC here. Any ideas on how to get the game to start? I just get a black screen and sometimes some sound. It messes my PC up so much that the task manager even crashes. The EA Error Reporter app just freezes when I try to submit a report. Insanely frustrating!KatieGez2 months agoSeasoned Newcomer88Views0likes0CommentsZ-Sprites clipping through walls (in cases they don't in Complete Collection)
While some Maxis/EA objects do clip in Complete Collection (the Livin' Large doors come to mind) many objects which do not clip in Complete Collection do clip in Legacy edition. "The Elegant Chef Buffet Table" from house party is a pretty bad offender. As do the backs of "The Oval Glass Wall Sconce". In fact, quite a few wall lamps have backs that clip when the front of the lamp is facing North West.Leo_Gruen3 months agoRising Traveler47Views1like0CommentsOdd spawn point when Sim comes home from work or school (Sims 1 Legacy)
I noticed a minor bug, nothing game breaking, but when my Sim comes home from work or a kid comes home from school, they don't automatically spawn. I have to click their faces in the family and then they spawn by the mailbox rather than by the vehicle they exited. Happy to create a screen recording. Cheers, [Purchased via Steam]fb248e0250e656154 months agoRising Newcomer25Views0likes0CommentsStuttering after patch #6
As the title suggests. Stuttering all the time even with minimal sims in the lot. Cursor flashes when moving it through any interactable object before even starting to select interactions. My machine confortably passes min specs. Tried multiple solutions to no avail, including running as admin, changing graphics card to integrated, different resolutions, windowed mode. Gforce GTX1050, i5 2.50ghz, 16GB RAM. Fine before patch #6 on Steam.Seixete4 months agoRising Newcomer41Views0likes0CommentsSims 1 Legacy - Can't run in background
I'm glad they have resolved the issue where the game pauses instead of minimizing when switching to another window. However, I would like to have the option to keep the game running seamlessly on any of my three screens without pausing. This way, I can multitask and continue working or doing other things while my Sim goes about their activities, whether that's working or sleeping.0nomatopeya5 months agoSeasoned Novice22Views0likes0CommentsUnblock the RU language code (0D / 13) (-lRussian) in The Sims Legacy
There is already a language code for Russian language and it was in-game since the version 1.0 of the Sims. Even more, it seems to be working in pre-release version of The Sims 1 (Edith) but it was disabled later when the text got translated to other languages (except Russian). There is no official translation to Russian, OK, but dear devs can you finally unblock our language code which was intended to be enabled so we could finally make a quality translation mod by ourselves. Right now if you edit the game files with IFF Pencil or other tool and save the string in Russian localization space (using HEX code 0D or 13) and then start the game with the Russian language attribute (like having RUSSIAN in SIMS_OTHERLANGUAGE in Registry or adding "-lRussian" at the shortcut) it just ignores it and run the game in standard USEnglish locale. The problem is that both USEnglish and UKEnglish use 12H clock system which is absolutely makes no sense in Russian language and is hard to get away with it, so when you making a translation just by replacing the English text, this thing just spoils the thing. As alternative I saw the attempts to place the translated text in the Spanish or French locales (which use standard 24H clock) - but that results the Frensh or Spanish text in any additional objects/content when you put it to your downloads folder. This annoys so much. All the game files seems to fully support the possibility of Russian localization support: there is a Russian localization space in all .iff files, there is a mention of Russian in UIGraphics/Res_Languages.h: const Sint32 kRes_LanguageDefault = 0; const Sint32 kRes_LanguageUSEnglish = 1; const Sint32 kRes_LanguageUKEnglish = 2; ... const Sint32 kRes_LanguageFinnish = 11; const Sint32 kRes_LanguageHebrew = 12; const Sint32 kRes_LanguageRussian = 13; const Sint32 kRes_LanguagePortuguese = 14; const Sint32 kRes_LanguageJapanese = 15; ... There is even a separate Russian font folder in UIGraphics.far archive (trough these fonts dosen't support Russian letters actually, but it's not a problem we'll mod them). I've run several tests and right now I'm absolutely 100% sure that the language has been disabled right in Sims.exe: I just put Sims.exe from Sims Edith edition in Sims Legacy folder with modified UIText.iff having Russian strings for splashing messages in Russian localization space (0D or 13). It worked, trough game expectedly crashed soon after the launch, but the strings were in Russian from RU space (not the US one). Can you please just enable this language code again and make the life easier for such a big Russian speaking game community? Just enable the Russian / 0D lang code, we'll handle the perfect translation by our hands! It takes nothing from you, it's literally 1-word code change! Please EA, at the 25th anniversary of the game, can you finally bring us that possibility to have separate Russian line working? If anybody will ever create more objects for The Sims 1 they could finally place Russian translation in Russian line and English in English. I think this is a simple edit manupilation by just adding line 'Russian' next to 'Finnish' and before 'Portuguese' in the game code for Sims.exe so the game can finally load the text from 0D/13 locale. P.S. 'Hebrew' lang code was disabled the same way, maybe you'll have to enable it as well so Russian loc space could work fine, but I'm not sure about it123Views0likes0CommentsPhoto Album Text/Captions Still Not Saving
The February 27, 2025 patch notes provide a list of "fixed issues" and among them is "text/caption added to a snapshot would not be saved." However, I am still finding that every single time I load the game--both before and after yesterday's patch and the February 27 patch--I invariably lose the text/captions on dozens of photos. This problem persists across multiple families/households/etc. Last night, I had a photo album with 38 photos, all of which included captions. This morning, only 5 of them still include captions. The rest are blank. This is an extremely frustrating, recurring problem. I hope that this is something the team can try to prioritize fixing immediately.brianmew5 months agoNewcomer17Views0likes0CommentsVery Toxic Players on Steam
The message board seriously needs a community manager. The lack of representatives from EA or ghosting is really fueling the fire. Please send someone there to fix it. It is generating extremely negative reviews which reflect badly on this game.psychomaze5 months agoNew Novice53Views2likes0Comments- icemanxman85 months agoNew Vanguard37Views1like0Comments
Aqua-Fluium Shower-Tub
Hello, First of all, the game is constantly being developed and I would like to thank you very much for this. My problem is the "bathtub cleaning" problem that has been going on for a long time. The shower-integrated bathtub called "Aqua-Fluium Shower-Tub" gets dirty. But when it is wanted to be cleaned, it cannot be cleaned. For example, when it is dirty, it does not look dirty, when any character cleans it, it looks dirty, then the character continues cleaning after a short break, and although it looks clean, it always remains dirty with the "clean" command. In other words, the process works in reverse. I guess the problem is also in other bathtub models.. This deep-rooted problem has existed since The Sims Complete Collection. I do not know if it will be fixed in this version, but I wanted to report it anyway. With my love..huseyin_erbay5 months agoSeasoned Novice23Views0likes0CommentsOld town chess table placement
So when I start the game I have to go into the lot in old town and just move the two chairs and chess table to the left more cause if you visit there. A sim will sit in the chair backwards facing the stairs and when they get up they get stuck behind the stairs. Picture for referenceErometal965 months agoNew Adventurer17Views0likes0Comments