Jump to content

dizietemblesssma

Premium Member
  • Posts

    784
  • Joined

  • Last visited

Nexus Mods Profile

About dizietemblesssma

Profile Fields

  • Country
    None

Recent Profile Visitors

9708 profile views

dizietemblesssma's Achievements

Mentor

Mentor (12/14)

1

Reputation

2

Community Answers

  1. Preview now seems to work for me:) diziet
  2. I'm using SkyUI with Dear Diary, is there a way to script opening the inventory with a filter already applied, rather than have to type in the filter in the box? diziet
  3. Yes, that is what I did first, but that didn't work, even after choosing engine_injector, it works with other mods just not this one I made for me. Does it matter if the zip file has a top level directory like this: or if it just looks like this: diziet
  4. I have made my own little mod to install creation kit and source on a profile; the folder layout is: as you can see there is a data folder and in that are the scripts and dialogue view folders, I zip this and install manually in Vortex, but even after choosing engine injector mod Vortex show the contents of the staging folder as: diziet
  5. The latest steam version comes with creations that are updated, I believe some of the updated versions will be version 1.71 where they used to be version 1.7, this is the version of the file made by the creation kit which has also been updated to now create that version of esp/esm. You might try the Backported Extended ESL Support - BEES-1_2 mod: https://www.nexusmods.com/skyrimspecialedition/mods/106441 and see if that helps. diziet
  6. I'm adding custom inis to the ini editor extension by Picksaurus, but they are not being saved, when I restart Vortex the list is just the standard bethesda game inis. I have edited the index.js file of the extension to add .bat and .toml files to the list of files that the extension sees, could this be the reason the custom inis aren't being saved? diziet
  7. The latest CK version according to the one I just downloaded with steam is 1.6.1130, the scripts included with that don't have it. I installed SSE 1.6.1170 just to look in the resource pack bsa and there isn't a pex for it either. diziet
  8. The patch notes for version 1.6.1170 mention a script 'calendarday' but I can't find it in the resource pack bsa, has anyone seen this script? I was wondering what it did. diziet
  9. I'm trying to make a patch for Helgen Reborn and Smart Harvest. SH uses the keyword LocTypeTown as one of the keywords it uses to control whether to loot or not. Helgen doesn't have the keyword attached to its location in the vanilla game. I could add it in a patch to that location but then Helgen would be subject to no looting rules at the beginning of the game when it is a ruin. I have worked out how to make a small quest that has the quest stage of HR where construction of houses begins as a condition, when the stage is reached I have successfully attached a keyword using PapyrusExtender to the Helgen location and then shutoff my quest. Unfortunately the keyword - while the console says it is there - select a ref and do "locationhaskeyword". The SH mod doesn't respond to that, unless I save, exit the game and restart. I thought this might be an SKSE thing since SH is an SKSE dll so I found myslef going down an enormous rabbit hole to set up an SKSE dev environment so I could take a look, and gave up very quickly:) It's not a big deal, this was just to be a patch for me, I'll save and restart when the time comes, but it would have been nice to have something I could publish:) diziet
  10. I've managed to get the condition you mention to fire. I'm trying to get my quest to notice that Helgen Reborn has started the construction phase and then add a keyword to the Helgen Location. I successfully got papyrusextender AddKeyWordToForm to do this (according to the console anyway). But the SKSE dll based mod that this is a helper patch for (Smart Harvest) only reacts to the new keyword if I save, exit and restart. Save and reload doesn't do it. I'm trying a locationalias in the quest with a keyword and filling that at the appropriate stage with the actual helgen location, but I can't make it work yet. I can't find a way to debug in my script whether the alias has a keyword, HasKeyword function doesn't sem to apply to a locationalias:( diziet edit: it seems that I got confused when reading about aliases with keywrods that were referencealiases, the keyword on the locationalias doesn't mean what I thought it meant. seems i can't use this way to add a keyword to a location.
  11. I want to make a patch for Helgen Reborn such that at a certain stage in the HR quest my patch script does something. However there is no source for HR and decompiling a quest fragment doesn't seem wise. Is there a way to have a quest of mine monitor/ be informed when another quest (in this the HR one) reaches a certain stage and would this be a hog in the background? I thought to use the conditions in the 'quest stages' tab of a new quest but although the HR quest is listed I can't find a way to reference its quest stage. diziet edit: ooh, I may have found it, I was looking at the conditions called GetQuest etc. but I just found one called 'GetStageDone' which looks promising. Still have the question about performance, since I would have to make my quest start enabled, right?
  12. Yes I'd realised that:) GiftMenu is only one way, even if I got to work. So will have to do without! diziet
  13. I want edit/create a script so that when a container is activated and the player and container's inventories are listed, the player's inventory will only show certain items, I've read the wiki page for addinventoryeventfilter but I don't find it very clear. I would like to identify the items to show by keywords attached to those items. Is this a thing and if so would some kind soul give me some pointers? diziet edit: I've got this far: Scriptname dz_fate_card_store_script extends ObjectReference FormList Property DBM_AllFateCards Auto Actor Property PlayerRef Auto Event OnActivate(ObjectReference akActionRef) self.BlockActivation(True) debug.trace("DBM_fatecardstore activated") AddInventoryEventFilter(DBM_AllFateCards) self.Activate(PlayerRef,True) EndEvent the block activation seems to work if I comment out the self.Activate(PlayerRef,True) line but the container menu is not filtered, the property is set edit2: after further reading it seems that the filter doesn't do what I thought it does, it doesn't affect what is shown in an inventory at all. neither can it prevent certain items from being added or removed; it only filters out items that _have_ been added or removed and blocks the OnItemAdded and OnItemRemoved events if the filter doesn't apply. ah well:)
  14. Vortex doesn't always enable the plugins properly in the 'Plugins' tab, at least for me. I often have to check there that the plugins for and enabled mod are actually enabled. diziet
  15. In this post: https://forums.nexusmods.com/topic/10031308-ways-to-refresh-menus-crafting-barter-inventory-etc-through-papyrus-without-closing-and-opening-again/ the author discusses ways of refreshing menus while in them. Is there a way to refresh the Giftmenu without leaving it. I've tried looking through the actionscripts for the giftmenu using JPEXS, but it's pretty much Klingon to me:) diziet
×
×
  • Create New...