Jump to content

Titansbane

Premium Member
  • Posts

    6
  • Joined

  • Last visited

Nexus Mods Profile

About Titansbane

Profile Fields

  • Country
    United States
  • Currently Playing
    N/A
  • Favourite Game
    Killzone 2

Titansbane's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. This is definitely an issue that needs to be raise. I release a mod at the same time that person uploaded several of the same Dragon voice mod, and my mod went completely unnoticed, hurting the mod indefinitely. Having very few downloads can be a big loss of motivation to continue working on the mod that I spent two months developing. So hopefully a solution can eventually be found.
  2. Type player.getav wardpower and see if it is above 0. That can sometimes be the case especially if using vanilla wards.
  3. I have been looking for someone who is a level designer and can assist with this mod by PrivateEye and me. Unfortunately, an update was supposed to be released last year but has since then been delayed until further notice. I have been unable to work on the tedious part of this mod because of my declining health. The update is approximately 70% done, and only two Ayleid dungeon interior need completion. Credit will be given for the level design as well. Asking for: Level designer with CK experience Needs completion: 2 Ayleid dungeon with multiple cells 2 exterior space Contact: Here on the forums or at [email protected]
  4. Hi! PrivateEye and I are currently looking for a voice actor preferably someone who can do a decent Dunmer accent for three different characters for our mod. Scripts are still in the work and the mod is in the final stages of development. PM me or PrivateEye if interested. Thanks.
  5. Hello, I have been working on a quest mod for PrivateEye call Kagrenac's Tools and was looking for someone who could do voice acting for three characters for the mod, the name of each character are Mathis Valen a expert on Dwemer lore, Vonos Dreloth a scholar from the college of Winterhold, and finally Yassour Tansumiran a citizen of Raven Rock. Someone in particular who can do authentic male Dunmer voice would be nice. Message me if you're interested.
  6. Here you go! Scriptname SilenceEffectScript extends activemagiceffect Float property TargetMagicka auto Event OnEffectStart(Actor akTarget, Actor akCaster) TargetMagicka = akTarget.GetAV("Magicka") akTarget.ModAV("Magicka", -(TargetMagicka)) EndEvent Event OnEffectFinish(Actor akTarget, Actor akCaster) akTarget.ModAV("Magicka", TargetMagicka) EndEvent
×
×
  • Create New...