-
Posts
174 -
Joined
-
Last visited
Nexus Mods Profile
About KatsAwful
KatsAwful's Achievements
Collaborator (7/14)
0
Reputation
-
Skyrim to Oblivion tranlation request
KatsAwful replied to yukiothedevil's topic in Oblivion's Mod Ideas
Asset porting of Bethesda games is against Bethesda's terms and conditions- 2 replies
-
- tranlation
- port
-
(and 2 more)
Tagged with:
-
Water surface only partially visible
KatsAwful replied to BadgerThePirate's topic in Oblivion's Mod troubleshooting
Disable bWaterDisplacements in Oblivion.ini. ENB and OR are incompatible -
How To Replace Voice Lines?
KatsAwful replied to crayzin22's topic in Oblivion's Oblivion Construction Set and Modders
You don't need to repack the files at all, you just need loose files with matching directory and file name inside Oblivion\Data and it will be overwritten -
Getting inventory items with this method is hacky, slow, and behaves in horribly unreliable ways. It also does not provide proper references, it provides objects that behave sorta like references. You want to use a ForEach loop, which returns an inventory reference. See here: https://htmlpreview.github.io/?https://github.com/llde/xOBSE/blob/master/obse_command_doc.html#Inventory_Reference
-
NAZI Germany Faction and Uniforms
KatsAwful replied to TheBestShogun12's topic in Oblivion's Mod Ideas
Yeah no -
Deleting objects in CS?
KatsAwful replied to Silariel's topic in Oblivion's Oblivion Construction Set and Modders
If they are from another mod, disable and place them below the worldspace. Deleting references can cause crashes, this is what UDRs are -
It would require OBSE plugin development, and there's only a handful of Oblivion authors that actually make those. The majority of OBSE plugin authors are primarily Skyrim or Fallout NV authors just porting over stuff for Oblivion. The people that do primarily develop for Oblivion are extremely busy with their own mods, and having to undertake the level of scope needed to implement a multiplayer mod a la Skyrim Together would be as much time as it would take for OpenMW to be fully compatible with Oblivion (i.e. 5+ years) TES3MP is functionally feature complete, and will be merged into OpenMW once version 1.0 is released. This will eliminate the workload for a future Oblivion multiplayer experience, but don't expect anything for at least 5 years
-
It should be noted that while making your script not run all the time is ideal (after all Oblivion always evaluates all conditions while looking for an exit), Oblivion is absurdly fast at actually firing scripts. When I did research into this, for most use cases Oblivion could easily parse half a million lines of script per second before you get a performance hit from script. So unless you're doing something super fancy, or are using a performance heavy functions, you should be fine with not stressing about performance too much. Afterall, Maskar implements MOO entirely with scripts and no one complains about performance For me, I find splitting up my scripts into as many user functions as possible helps the most. It removes the need to multiply your script and can reduce the complexity of optimization
- 11 replies
-
- modding
- mod-making
-
(and 3 more)
Tagged with:
-
Maskar's oblivion overhaul cannot ever be above the bashed patch ever. Put it below
-
The only time you get CTDs with menu files is when you call a font that doesn't exist. Anything else causes the element to not appear. These fonts are set in you oblivion.ini file, and the wizard BAIN installers of DarnifiedUI include files for the "Ini Tweaks" tab in Wrye Bash. Either it wasn't set properly, or it's not the menus
-
Can I Install .omod Files with Wrye Bash?
KatsAwful replied to TLC77's topic in Oblivion's Discussion
If you don't have the resources to run ENB or OR, you don't have the resources to run these hacky shader modifiers. If you really want different colors, use ReShade which barely has a performance hit -
Ever increasing CTD on savegame load / area load
KatsAwful replied to emersonrp's topic in Oblivion's Mod troubleshooting
Ah, must be a different issue then