Jump to content

Tweak1971

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Tweak1971

  1. Thank you so much, unpacking all the scripts and source took like 3 minutes but it worked. JOY! Have a fantastic day!
  2. Thats the output, its not much help to me really, maybe someone else can tell.. the script itself imo seems sound. I da know (and the TESV_Papyrus_Flags.flg thing, cant solve that either but i have 2 other compilers and get the same error anyways "Unknown User Flag Hidden" but i didnt use hidden tag anywhere.. sigh)
  3. First off your english is nearly flawless, no need to apologize. Secondly I am hoping you are somewhat experienced in mod writing as what you ask is exceptionally complex. The action would probably need to start in a dialog option as the default action is to "DO" whatever you aim at, wait here, kill that, sit on that ect. The only real advice I have is to check the Nexus for a Decompiler, Pex i think or maybe its Dex, that will create a source code for you so you can read it, but generally if a mod writer doesnt include the source its because they dont want you peaking. Either way I wish you luck. Sounds like a decent mod.
  4. I'd adore having a friend that knows anything about modding, i have a bunch of simplistic mods imo up on Nexus but nothing overly complex, scripting is a major obstacle for me but most other aspects i have down pat and have for many years since Morrowind days. Feel free to add me on Steam, same name TweakOPedia, just mention you like modding and we goochie. Tweak
  5. As far as leaving puddles and ashes I have a mod on Nexus called "Tweaks Ashes Ashes Just Fall Down" that will fix that issue. The spell casting is a little different, if they dont have the magicka then they simply wont cast cloak spells, make sure they have the mana required or are a high enough level that they do. Wall spells are tricky in my experience, they seem to never cast it because of pathing perceptions imo, could be wrong. Hope the small insight helps a pinch, all i got.
  6. Im having a heck of a time trying to compile a tiny scrap of a script, keeps coming back with an error about line 1 and sometimes about lines 1 thru 6 (mostly seems to be just line 1), please tell me what the heck im doing wrong. The script is ment to be be attached to a summoned NPC, a fox in this case and when you press [E] or (A) as the case maybe and activate a remote chest instead. A simple storage summoning as it were. Any help or a rewrite would be deeply appreciated. Scriptname TweaksRemoteActivateScript extends ObjectReference ObjectReference Property RemoteActivateREF Auto Event OnActivate(ObjectReference akActionRef) RemoteActivateREF.Activate(akActionRef) EndEvent Tweak
×
×
  • Create New...