AndalayBay Posted September 10 Share Posted September 10 I've been trying to get the achievements but have only managed about half of them, so I finally gave into temptation and grabbed the code from Github. Here are all the achievements: Spoiler kTheWiseOne = new AchievementBase("The Wise One", "Installed the Construction Set Extender", IDB_ACHIEVEMENT_THEWISEONE, "F6B59632-FD01-4762-866C-25A91AB5157D"); kFearless = new AchievementBase("Fearless", "Set Oblivion.esm as the active file and hit the 'OK' button", IDB_ACHIEVEMENT_FEARLESS, "66DC462C-46E6-438D-8F3C-0DBFB1FD8889"); kAutomaton = new AchievementBase("Automaton", "Executed a Coda Script", IDB_ACHIEVEMENT_AUTOMATON, "2E76F5E4-EC16-43C9-8DD6-5EAA62A5AEEC"); kHeretic = new AchievementBase("Heretic", "Defiled the awesomeness of our Lord shadeMe", IDB_ACHIEVEMENT_HERECTIC, "7C70C6BB-5872-43DF-BD2C-1362081C2379"); kPowerUser = new AchievementPowerUser(AchievementPowerUser::kTool__MAX - 4); kAntiChrist = new AchievementBase("Anti-Christ", "Attempted to remove our Lord shadeMe from this plane of existence", IDB_ACHIEVEMENT_ANTICHRIST, "5ECDC14F-FE88-49AD-8F3D-BF761E95D527"); kLazyBum = new AchievementBase("Lazy Bum", "Launched the game from the main menu", IDB_ACHIEVEMENT_LAZYBUM, "49C3EE3D-B073-4473-8FAB-2C249CE77D2F"); kMadScientist = new AchievementBase("Mad Scientist", "Cloned one of the New Age Divines", IDB_ACHIEVEMENT_MADSCIENTIST, "71B4F945-3185-4D8F-96B8-7D0C0BF8C052"); kSoprano = new AchievementBase("Soprano", "Successfully generated a lip synch file", IDB_ACHIEVEMENT_SOPRANO, "61115B4A-0866-4420-886C-4BEE59DBEE70"); kWTF = new AchievementBase("WTF!", "Managed to trigger an assertion in the editor code", IDB_ACHIEVEMENT_WTF, "992F82BE-4DDD-40CA-AD96-153353FDDA35"); kFlyingBlind = new AchievementBase("Flying Blind", "Disabled editor warning message logging", IDB_ACHIEVEMENT_FLYINGBLIND, "51721B2C-DB4F-42C0-B4F4-38154F32DF92"); kPedantic = new AchievementBase("Pedantic", "Saved version information to a plugin's description", IDB_ACHIEVEMENT_PEDANTIC, "DB3F67DE-60F8-4CA9-928A-044AB83119B2"); kCardinalSin = new AchievementBase("Cardinal Sin", "Used the Added Topics list with the GREETING topic", IDB_ACHIEVEMENT_CARDINALSIN, "0D76A162-B749-4F20-9570-853AECEA003C"); kMagister = new AchievementBase("Magister", "Modified a magic effect", IDB_ACHIEVEMENT_MAGISTER, "B2E9FB5D-54FD-4759-B981-DA129B859CA2"); kCommandant = new AchievementIncremented("Commandant", "Registered a metric [censored] tonne of script commands", IDB_ACHIEVEMENT_COMMANDANT, "13C90CC7-D73A-4F2C-B6AF-982FDE29EC84", 2400); kCompartmentalizer = new AchievementBase("CompartmentalizeR", "Used an editor workspace other than the default", IDB_ACHIEVEMENT_COMPARTMENTALIZER, "5BD1463C-EC15-4C3C-A357-26F0F51E3E38"); kEruditeModder = new AchievementBase("Erudite Modder", "Remembered to read the ReadMe at least once", IDB_ACHIEVEMENT_ERUDITEMODDER, "56385249-C3D8-4D1C-A70E-EC9B05A4338F"); kBobTheBuilder = new AchievementBase("Bob The Builder", "Laid roads for a worldspace", IDB_ACHIEVEMENT_BOBTHEBUILDER, "10A0F510-062B-4E21-A517-B04CC28D68A7"); kLoquacious = new AchievementIncremented("Loquacious", "Created a LOT of dialog responses in a single CS session", IDB_ACHIEVEMENT_LOQUACIOUS, "0E0C034F-0E4E-4709-A07D-D79059846841", 100); kSaboteur = new AchievementBase("Saboteur", "Mon Dieu! Managed to crash the extended CS!", IDB_ACHIEVEMENT_SABOTEUR, "F2E645A0-2503-4FFC-87A0-E6462325EBB8"); kOldestTrickInTheBook = new AchievementBase("Oldest Trick In The Book", "\"Never Gonna Give You Up, Never Gonna Let You Down!\"", IDB_ACHIEVEMENT_OLDESTTRICK, "51602A18-037E-4FDC-88A8-B5F472D2026F"); kOver3000 = new AchievementBase("Over 3000!", "OMFGodrays! RAM usage of 3 gigs?! It's gonna blow!!", IDB_ACHIEVEMENT_OVER3000, "17C0EA7A-DB0C-46BA-A19F-232A73630AD5"); kFunnyGuy = new AchievementBase("Funny Guy Bob", "Tried to \"cancel\" a CTD! You've got a sense of humour...", IDB_ACHIEVEMENT_FUNNYGUY, "13275AC0-DA3B-4802-813A-4DB3E7C4168D"); kHappyBDayMoi = new AchievementHappypotamus("CSE", "I mean, who would have thought!", "3AA57BC5-7B1C-4C5B-B7F4-AC0A19EF1A2E", 2, 3, 2010); kChicken = new AchievementBase("Chicken", "Well, at least the Daleks will be grateful for that...", IDB_ACHIEVEMENT_CHICKEN, "D1A90233-3F6A-4F28-9B45-598070913B6A"); Now to figure out how to get more of those... Link to comment Share on other sites More sharing options...
Vorians Posted September 11 Share Posted September 11 I had loads of them once, years ago. Then they reset. Then they kept resetting so I was getting the same easiest achievements over and over. I just ignore them completely now and wish there was an option to disable them. Link to comment Share on other sites More sharing options...
AndalayBay Posted September 11 Author Share Posted September 11 Yeah I had a bunch and lost them all when shadeMe switched to using the registry to record them. The latest nightly lost them again, but fortunately they were still in the registry so when I downgraded again, I got them back. Do you know what you have to do to get Spoiler kMadScientist = new AchievementBase("Mad Scientist", "Cloned one of the New Age Divines", ? Link to comment Share on other sites More sharing options...
Vorians Posted September 12 Share Posted September 12 No idea, I don't there's any function in CS or E labelled as cloning, the closest would be duplicate. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now