Jump to content

Kingbeast908

Members
  • Posts

    7
  • Joined

  • Last visited

Nexus Mods Profile

About Kingbeast908

Kingbeast908's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. I believe i heard that skyrim changed how the follower system works something to do with the Alias scripts i been looking at these things for hours i made it so all the code makes sense but nothing there must be something hidden.....
  2. Did you find anything yet i was looking into it again tried editing some scripts and adding it to characters but no luck... here's what i tried Function SetFollower(ObjectReference FollowerRef) actor FollowerActor = FollowerRef as Actor FollowerActor.RemoveFromFaction(pDismissedFollower) If FollowerActor.GetRelationshipRank(Game.GetPlayer()) < 3 && FollowerActor.GetRelationshipRank(Game.GetPlayer()) >= 0 FollowerActor.SetRelationshipRank(Game.GetPlayer(), 3) EndIf FollowerActor.SetPlayerTeammate() ;FollowerActor.SetAV("Morality", 0) pFollowerAlias.ForceRefTo(FollowerActor) pPlayerFollowerCount.SetValue(0) 'changed this from 1 to 0 tried adding this to multiple characters then seeing if they will follow but no luck... There is also something up with the pPlayerFollowerCount i have also seen it in the scripts like PlayerFollowerCount....
  3. So i am trying to replace Fos Ro Dah with Falcon Punch and i have all the files edited down and put in these folders (C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\sound\fx\voc\shout\test\push) but cant get it to work in game! If anyone can help me out i will mention you in the 2.0 update when i get this to work! All help will be greatly appreciated! Do they have to be the same length or something cus i really have no idea why it is not working they are WAV files and named the same things as original files. Thanks again ~King
  4. Oh yah i knew there was something like this in the game but still just thought it was a good idea and wanted to do it =/
  5. have u tried skyedit? No i have not could you enlighten me on this skyedit?
  6. So i want to make a mod that increase all weapons damage and stuff like that when you type something into the console commands or makes it so you can upgrade the weapons more can anyone help me with this? I am new to modding and would really like to make a mod and there are no videos that can help me that i have found =( Please help?
  7. I would really like to know how people going about making textures look so good. Can anyone help me out i would really love to make some of my own things.
×
×
  • Create New...