h27kim Posted August 30, 2024 Share Posted August 30, 2024 Curious if there is a good way to look for old mods that are no longer findable anywhere (thinking specifically about Chakaru's mods, but not necessarily those only). One unfrotunate thing about people who found Oblivion late (thanks to it becoming available as a GOG or Amazon gaming giveaway) is that many of the best mods can't be found anywhere nowadays, with the download sites going away and so forth. Link to comment Share on other sites More sharing options...
AndalayBay Posted August 31, 2024 Share Posted August 31, 2024 One thing I've found is that searching for the mod author's name sometimes works. There are a few independent sites out there that might have copies of the author's mods or might provide a way to contact them. Link to comment Share on other sites More sharing options...
Cl3v3rP0tat0 Posted September 20, 2024 Share Posted September 20, 2024 (edited) Is there a mod that will allow a custom race player character to be recognized as one of the default races for purposes of dialog and greetings? It seems like in all the long years of Oblivion modding that someone would do mod to tackle this - something at the start of a new game or something when playing a Custom Race? I saw there's a SetAlias/GetIs OBSE function but I need a more end user type solution or barring that an edit I can do to the Custom Race esp. OK... Following an old thread topic from another forum: Quote 1. Create a quest, e.g. MYQUEST. 2. Create a script, put this into it: scn MYSCRIPT Begin GameMode SetRaceAlias [CustomRace ID] [Vanilla Race] Stopquest MYQUEST End I have the Custom Race ID from the editor and the Imperial Race ID...but not sure how to get this "script" into the game... SetRaceAlias [RACE:01000ED1][RACE:00000907] Edited September 20, 2024 by Cl3v3rP0tat0 added more info Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted September 21, 2024 Share Posted September 21, 2024 The form ID's like 01000ED1 depend of the load order for your info. Link to comment Share on other sites More sharing options...
RomanR Posted September 23, 2024 Share Posted September 23, 2024 (edited) @Cl3v3rP0tat0: Race alias will not survive restart of Oblivion for example, so presented script is insufficient to do a job you want. However for player only it shouldn't be much more complicated to make it. And as it's clearly a quest script, you just define a quest and attach that script to it. To enhance script to work as you desire, I would consider these steps: 1. Detect the restart of Oblivion. Using GetGameRestarted function will do it. 2. Detect if player's is already one of vanilla races using GetIsRace function. 3. If not, fill up reference variable using GetRace function and use it in SetRaceAlias command. Edit: OK, I didi it. If you're still interested: https://www.nexusmods.com/oblivion/mods/54466 Edited September 24, 2024 by RomanR To add a link for my mod. Link to comment Share on other sites More sharing options...
Cl3v3rP0tat0 Posted September 26, 2024 Share Posted September 26, 2024 On 9/23/2024 at 3:48 PM, RomanR said: Edit: OK, I didi it. If you're still interested: https://www.nexusmods.com/oblivion/mods/54466 Thank you - and frankly I think everyone whoever uses a custom race will thank you for having an option. Link to comment Share on other sites More sharing options...
TRedR Posted October 31, 2024 Share Posted October 31, 2024 When i was a kid I had this female shrouded armor replacer mod. The mod added this sort of miniskirt to the outfit (the legs were still covered up with the default leather leggings and didn't show any skin) and added a bit of cleavage, but it really wasn't anything too skimpy. The rest of the look was pretty vanilla and it didn't change much. I'm also very sure It didn't require any body replacer mods like HGEC or anything like that. I already scoured the nexus and didn't find anything. I'm sorry i don't have any images of it, It was a very long time ago (around 2010-2015-ish) Link to comment Share on other sites More sharing options...
Machsc Posted November 20, 2024 Share Posted November 20, 2024 I have been reinstalling my mod list from two years ago. Some updates. But I have a mystery mod that is showing me a timer. After 15 mins of playing the game there is a pop up that tells me I've been playing for 15 mins. Then another at 30 min then another at 45 mins... and that's the furtherest I got before CTD or quitting to install more mods. It's very early in my mod list install probably in my list of bug fixes/engine fixes/anti-crash mods... or it's Maskar's overhaul and I set something off in the ini file when I edited it. I even tried to reinstalling the mod list fresh I can't find the cause it's very annoying . Does anyone have any idea about what mod this might be and how to turn it off? Probably the biggest difference from last time I had this mod list installed is years ago the list was installed Mannually with assistance from Oblivion Mod Manager, with Omod files for characters (Robert's males and HGEC female)... this time in addition to looking up the latest bug fixes, I am using Oblivion Character Overhaul with block head and Seemless, and its being installed with MO2. Can anyone think of a dependency or new bug fix causing my timer issue? Link to comment Share on other sites More sharing options...
RomanR Posted November 21, 2024 Share Posted November 21, 2024 (edited) @Machsc: It looks like some alarm clock. Could it be Auto-Save and Time or Time Manager? Mainly a first one displays same message according to its description page. Edited November 21, 2024 by RomanR typos Link to comment Share on other sites More sharing options...
LenaWolfBravil Posted November 21, 2024 Share Posted November 21, 2024 31 minutes ago, RomanR said: @Machsc: It looks like some alarm clock. Could it be Auto-Save and Time or Time Manager? Mainly a first one displays same message according to its description page. I was also thinking about the Time Manager. That's the one I use and I remember disabling those reminders back when I installed it. It should be in the settings, if memory serves. Link to comment Share on other sites More sharing options...
Recommended Posts