-
Posts
9272 -
Joined
-
Last visited
-
Days Won
1
IsharaMeradin last won the day on January 31
IsharaMeradin had the most liked content!
Nexus Mods Profile
About IsharaMeradin
Profile Fields
-
Country
United States
-
Currently Playing
TES games
Recent Profile Visitors
IsharaMeradin's Achievements
-
How to avoid zombie scripts and how to remove them safely ?
IsharaMeradin replied to LatinGames's topic in Skyrim's Skyrim SE
As far as I know, there is no "safe" way to remove information from a save file. -
You don't want to use the Creation Kit. That is fine. Make mods how you want. I don't really care. I explained the cause of the problem described. It would be up to the xEdit team or someone who understands the scripting language used by xEdit to either modify or create a new script that does what you want. But there is nothing stopping you from sorting the masters yourself in xEdit on the offending plugin before running the cleaning process for that plugin.
-
To create a patch file in the Creation Kit all ESP plugins need to be flagged as an ESM. This process changes their load order position. If the author does not adjust the relative order between the masters, they will be in the wrong order when the parent ESPs are not flagged as ESM files. There is a sort masters option in xEdit that authors should use after restoring the correct flag status to their parent masters. This option sorts the masters to the current load order. It is perfectly fine for an end user to utilize the option for their specific load order set up. There will always be some mods that want their masters in a different order from others, even if the masters are actual ESM files or ESM flagged ESP files.
-
[SE] Create Zip file for MOD
IsharaMeradin replied to fusronson's topic in Skyrim's Creation Kit and Modders
Once you have created your plugin and BSA file, all you need to do is use a program like 7z and create an archive containing those two files. Then that 7z file can be uploaded for sharing with other players. If you are asking how one creates the BSA file, here are instructions for one option utilizing a program included with the Creation Kit. -
Base game folder (where the game's EXE file resides) gets the following from the SKSE 7z archive: skse64_1_6_1170.dll skse64_loader.exe Data folder and its contents The only content of the SKSE archive that does not need to be copied over for the average user are the readme and what's new text files as well as the SRC folder.
-
FYI - Vortex has LOOT built into it. You do not need to run the standalone LOOT application when using Vortex.
-
Have you verified that you downloaded and installed the correct version of SKSE for the version of the game that you are using? It can be confusing as there are five separate files. If you have not purposefully downgraded to a version of Skyrim Special Edition prior to the release of the Anniversary Edition, then you will want to use the current Anniversary Edition build of SKSE (top entry).
-
Are you starting the game via the SKSE64_loader.exe file? If not, that is your problem. SKSE needs to be started and then it will start the game for you.
-
Once you add the ESM flag to an ESP, that ESP will be moved up to the ESM plugin space. So, any text files associated with plugin order will be modified. Make backups if you wish ahead of time. Once the ESM flag is removed from an ESP, the ESP will be moved back down to the ESP plugin space. However, it may not go back to the position it was in before. As long as no new plugins were added, you could restore the text files associated with plugin order. Otherwise, move the parent ESP back to where it needs to be within WB's plugin list and let WB update the text files accordingly. While you can go into the game and check how some of your changes behave while the parent ESP has the ESM flag, you'll want to do a proper test to ensure that everything works correctly when the parent ESP has had the ESM flag removed.
-
Don't know how to use it properly, but best guess would be that it has something to do with returning how many words have been unlocked on the specified shout. Taking a stab in the dark based on the miniscule information available on the discussion page for GetCurrentShoutVariation. -1 = fail 0 = processed but found nothing for some reason 1 = 1 word shout ** 2 = 2 word shout ** 3 = 3 word shout ** ** Note that these are pure speculation. Feel free to test it out and share the results
-
If you are testing on an existing game and the DA08 quest has already been started, your changes to the stage fragment will not be recognized. Going the route, you are going will require a brand-new game every time you want to test. Why? DA08 is set to be start game enabled. It is active from the beginning and waits for certain triggers in order to advance and "start" from the player's perspective. I would recommend using the story manager to trigger your quest on location change. Use a condition that DA08 be completed prior to allowing your quest to be started.
-
Creation Kit not Loading an .esm, (MMA)
IsharaMeradin replied to MikeCobalt's topic in Skyrim's Creation Kit and Modders
The CK cannot see the plugin despite MO2 showing the plugin? Are you launching the CK through MO2? If not, that is why it cannot see the plugin. MO2 only shares its "virtual" folder structure with programs ran through MO2. -
@ItsAlways710 The only time OnItemAdded does not trigger when an item is added is when that item is not found within the defined items for the inventory filter. I was referring to something that I did within one of my own mods. The process would work with other mods provided the other mods registered for the events I created and adjust their inventory filters as the events were received. Otherwise, it is something specific to my own mod. Given the improbability of getting every mod author to cooperate to add in the necessary stuff, what you want cannot be achieved by Papyrus alone. Sorry, I cannot be of much help in this regard.
-
To hide the quiver when equipped, the quiver mesh needs to be moved inside the player body. While not impossible it would need to be done for every quiver including mod added ones. And given that each quiver is of a different shape, it will be necessary to fiddle with the exact positioning so that the quiver does not stick out of the player body in various positions. To alleviate some of those issues the quiver node within the correct mesh file can be deleted provided the central arrow (typically labeled with a 0 in the node name) remains in place. If the quiver is completely removed along with the central arrow, the player will draw a bow without a visible arrow. My Aesthetic Bolt Quivers mod for LE does this for the bolt quivers while providing a quiver that fits against the body better without popping away whenever the player performs certain animations including stealth. However, there is no SE equivalent that I am aware of. ****************** That said, looking at the mod you linked and having used the belt fastened quiver mod before on LE, I see no reason why you cannot use the correct skeleton along with the linked body mod. There is no information, that I could see, stating that the skeleton is incompatible.