Jump to content

anb2004

Members
  • Posts

    221
  • Joined

  • Last visited

Nexus Mods Profile

About anb2004

Profile Fields

  • Country
    None
  • Currently Playing
    Skyrim

Recent Profile Visitors

7048 profile views

anb2004's Achievements

Community Regular

Community Regular (8/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I am making custom portable alchemy & enchanting workbench. All done and ready, the only thing left is how to trigger the alchemy & enchanting menu since the objects are not exactly act as furniture but as misc item so it can be drop and taken. Plan is to get them open like opening show race menu that i did on activating a custom object. Event OnActivate(ObjectReference akActionRef) game.ShowRaceMenu() EndEvent But i can't seem to find specific parameter for alchemy and enchanting menu (or perhaps there isn't one idk) ? The unfinished script for my portable workstation Scriptname _Anb_PortablwWorkstation extends ObjectReference Message Property TehMsg Auto Int Property Button Auto Idle property IdleSitCrossLeggedEnter auto Idle property IdleChairExitStart auto Event OnLoad() BlockActivation(True) EndEvent Event OnActivate(ObjectReference akActionRef) Debug.sendAnimationEvent(game.getplayer(), "IdleSitCrossLeggedEnter") Utility.Wait(3.0) bool InMenu = true While InMenu Button = TehMsg.Show() if Button == 0 ; Take the workstation Activate(Game.GetPlayer(), True) Debug.sendAnimationEvent(game.getplayer(), "IdleChairExitStart") Utility.Wait(3.0) InMenu = False Elseif Button == 1 ; Alchemy menu ;.................. Elseif Button == 2 ; Enchanting menu ;.................. Elseif Button == 3 ; Stand up Debug.sendAnimationEvent(game.getplayer(), "IdleChairExitStart") InMenu = False Endif EndWhile EndEvent Any help will be appreciated. Thanks
  2. Afaik, back with FO3 i remember there is a function (from geck or FOSE) that can manipulate certain node/nitrishape/nitristrip within the nif file whether changing its translation or to disable/enable it. Is there a function like that with Skyrim ? Thanks
  3. It worked ! thank you, thank you... But somehow it won't recognize the utility.wait anymore which is weird, both door activated at the same time. Do i need another wait function to work with auto state script? really need to delay that second door on opening state for few seconds to avoid clipping. Edit : Just realized the RealFurn.Disable()/enable() didn't work either...
  4. Basically opening/closing a door will lead another door to open/close. I'm using a modified script which is originally intended for light script. So after i activate the first door for the first time, the second door should animate as well but somehow it won't, i had to activate it again and since there are two door, i need to make them properly in sync/same state or they will clipping on each. Anyone got a clue to fix that. Thanks
  5. Because it can end with odd/weird result, same thing like skinned meshes (armor, clothing). If you just wanted to make it horizontal, the best way is to set it horizontally with CK, besides editing the nif will affect all farmhouseanimdoor in game unless you set it as standalone. You still can change it's translation/rotation from the nif by editing the XYZ keys on NiControllerSequence manually for both open and close than adjusting the door meshes but it's tricky process.
  6. This was bugging me for a long time but i just choose to ignored it but now i really want to know if this is really a bug or i do it wrong because it just breaking the immersion here. I've made a standalone sitcrosslegged animation (minor adjustment for player 3rd person camera go lower as player sitting) that can be played after activating a furniture. The sitting idle runs just fine but the entering & exiting animations somehow always being skipped, it's like player instantly going down sitting(entering) and instantly get up(exiting). I've followed every step as Fore described in FNIS documentation for furniture anim, and how to set it all up with CK. FNIS parameter for furniture animations Than apply for specific conditions like haskeyword, isenteringinteractionquick, getsitting yada yada yada on each idle, i even try replicate how vanilla idles did and still they just won't work aghh..not because of my animations though that's for sure, overwriting vanilla sitcrosslegged, animation played smoothly, so i'm lost here. attached the files below if anyone would want to take a look (run FNIS, ingame open up console and type coc testcell and activate the rug). any help will be appreciated. https://filebin.net/dmohu55i66vejn38
  7. Yeah, realize RemoveAllItems is a bad idea, tested with new player with few items in inventory is ggreat but with items more than 50+ is like having a system freeze. That's the thing, i want to avoid using formlist if possible because it kind of "limited", it also the reason i set up a trigger on activate to take all player items into a container than another trigger to sort all the items inside it (same as Jaggarfeld did). Planning to release a player home with auto sorting function. My main goal for the auto sorting is by having a single activator (like leaf rest did) that can check all player items for every each akbaseitem and base keyword than take all items and stored them into each assigned container without using formlist and leave equipped items untouch (so any added/modded items can work as well and of course they were set with appropriate keyword). Believe i've tested any auto sorting mod and i found 2 type of mechanism : - Auto sort by dropping the item into a container (base on keyword : Jaggarsfeld) - Auto sort by activate something (base on formlist : Leaf Rest ) I know it's like i'm asking for more, more and more especially with my limited coding skill but's it worth a try. Anyway thanks for sharing your codes, i'll see if i can tweak it as i want it. Thanks
  8. Hi Basically a very first stage for auto sorting stuff, putting all player items into specific container that already has auto sorting script after activate something. The only addition that would be great is, how to make worn/equipped armor & weapon is not affected by it, so player just don't go...well u know the situation is. Anyone care to show how to code that ? Novice scripter here, any help will be appreciated
  9. Wow, wonder how your brain works to come up with that complicated code. Your coding is unlike any other code i've ever seen though, quite difficult to understand for beginner like me but i'll get there eventually. Thank you, owe you big time :wink:
  10. It works :wink: Though the door will start to self close if an actor is within the distance as it was set by distance slider instead blocking the door to self close, but no biggie i'll see if i can get it reverse. Didn't expect for someone to write the code all over for me so thank you. Still working with my own code above to get it working, just for once i can do something right by my own from learning someone else code. Anyway this might a little out of topic, interested with the change texture cycle script from modders resource by Darkfox127, tested and it work, unfortunately Darkfox127 didn't really describe how exactly for setting up a quest to update the global everytime we start the game because texture will revert back to the original. Darkfox127 Script Remember doing something similar with my hunter armor texture swap that i tried to get it working back in the day. Any hint what should i do to accomplish that ? Thanks
  11. testiger2 Thank you. Still trying to "absorb" everything you said into my head, gonna take a while but at least you've give me something to start it. Thanks again.
  12. Don't know if i get the title right but here it goes First attempt for making my first MCM config, thought i'll give it try with a simple config for the auto close door for my player house. The mcm script is chaotic i know, call me dumb or stupid but that's what i could come up with after hours rummaging any mods that i have and learn from it. Do managed to get the door auto close on & off though (yay :wallbash:). So figured i could do more with those 2 setting for delay and actors distance but there are the part that kind of put me back to square one. Question : 1. How can i / is it possible to get each delay & distance float value from the quest script into the door script. How do you transform float into global or vice versa? 2. How to make those 2 delay & distance settings grey out with auto door checkbox uncheck upon first time loading ? just don't know how to connect AutoDoor bool and AutoCloseDoor Global. 3. Delay & disatance Slider are working well but both value are set to 1 instead default value that i assigned at first time loading. Wonder why ? Any help will be appreciated but please bear with me, my IQ isn't exactly higher than my toe with scripting.
  13. Really looking for a mod that can disable item info on UI (inside red box). Though can remove the "[E] Take" prompt also nice. Thanks
  14. I'll just leave it here so anyone can find it if the thread got lost. Static mannequin Script improvement originally made by Sjogga Dragon Claw Holder that i apply into static mannequin and custom armor. Assuming you can do some modelling or working out with existed/vanilla meshes. Improvement & variation scripts provided by JustChill & SurfSideNaturals kudos to them. Just so anyone interest to do the same thing.
×
×
  • Create New...