Jump to content

Elathia

Account closed
  • Posts

    95
  • Joined

  • Last visited

Reputation

0 Neutral

Nexus Mods Profile

Profile Fields

  • Country
    None
  1. I guess playing Witcher 3 has made you forget many things about Skyrim's initial woes.
  2. Skyrim had the exact same problem. True but the difference is that many of those who are complaining most likely are those who played Skyrim after it was mostly already updated and patched and with many mods available that made the game much more playable and stable. For those people this is a new and frustrating experience. But still it gets tiresome listening to the constant complaining. Yeah I haven't thought it about that way. Skyrim 1.3 was a hugggge mess(I think it has a day 1 patch..). I think it was only after 1.6 that things started getting normalize.
  3. Try this code block instead(it's the "skyrim way" which is still valid for Fallout scripting in most areas). No need for equip events, unless you're wanting to recieve animation events from a specific weapon. Then states would be needed, because UnEquipped still might fire before OnEquipped. Event OnInit() RegisterForAnimationEvent((GetReference() as Actor), WeaponFireAnimation) EndEvent Event OnAnimationEvent(ObjectReference akSender, String asEventName) Actor kSubject = GetReference() as Actor if !(kSubject.isInPowerArmor()) ; Should exit if player is in power armor if akSender == kSubject && asEventName == WeaponFireAnimation ; if the expression on the left is false, function exits. kSubject.DamageValue(ValueType, ValueCost) endif endif EndEvent As you're wanting this to run all the time, no need to unregister for it either, though you can to be on the safe side.
  4. I would instead make a quest, no stages, etc, make the player an alias, and change the extension of that script to ReferenceAlias.
  5. They are used to it. Skyrim was just as bad with that 'update every week' thing(mainly because of the navmesh bug).
  6. The only friend I have is my lover.
  7. That's not even coding. If you dive in Papyrus, you are for all intents and purposes, a coder -- and you will be tempted to keep doing it all the time.
  8. Just a friendly reminder, if you keep on adding things, you'll never get done. Alexander himself told you something similar.
  9. I tried to read all of that, but I was already convinced a 1/3 of the way through. If you are truly sincere then so be it, at least I will stick by you.
  10. Let me just say that this whole pay situation doesn't make it right for mod authors to rip off other mod authors.
  11. Yes there is but no access to my PC to provide in ddepth details. Look on YouTube for making a viking sword. A bit in his uvmapping he uses a tool that let's you make your own seams. Thisis assuming it hasnt been stripped out of your version.
  12. You owe them the money you're getting selling your mod while using thier assests. And stop with the internet tough guy attitude it doesn't work anymore.
  13. Petitions DO NOT WORK. If you want a loud voice in this then have it by not buying aanything from steam.
×
×
  • Create New...