Jump to content

AlexScorpion

Premium Member
  • Posts

    47
  • Joined

  • Last visited

Nexus Mods Profile

About AlexScorpion

Profile Fields

  • Country
    None
  • Currently Playing
    Fiscal Law and Economics
  • Favourite Game
    Excel & Word

Recent Profile Visitors

202484 profile views

AlexScorpion's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. You have to link your textures to your material files and also link your material files to your nif files https://youtu.be/A5FdC68yklE?t=261 when you have renamed/deleted your texture file you broke the link and now the matrial cannot find it so the mesh appears pink ingame.
  2. Hi all, So basically long story short, i have two pieces of hair that use two different cloth havok files. I can equip them at the same time simply adding second as an extra part, but the problem is that game is limited to one havok file per equipped object, so the havok files in extra objects are neglected by the engine. This can be solved by simply equipping a clothing item with the needed havok file. Now i am trying to make this an auto process. I Have set up quest script and created the needed properties but i relly need help with scripting. Basically i need to implement this https://falloutck.uesp.net/wiki/HasExtraPart_-_HeadPart into my script. When certain type of hair is worn to add and equip a clothing item and remove when not needed. I have started out with this but i surely have no idea on how to set up the script correctly: Scriptname AlexLaraHairScript extends Quest HeadPart Property LaraHairProperty Auto Const Armor Property AlexLaraPhyProperty Auto Const Function AlexLaraEquipHair() Actor PlayerREF = Game.GetPlayer() If (PlayerREF.GetItemCount(AlexLaraPhyProperty as Form) > 1) It should go something like: detect if hair is worn and if there is no additional clothing piece add one and equip otherwise uequip and remove Game.GetPlayer().AddItem(AlexLaraPhyProperty, 1, true) Game.GetPlayer().EquipItem(AlexLaraPhyProperty) Debug.MessageBox("i run") EndFunction Any help appreciated.
  3. I always get this issue when my pivot is not centered to the mesh and the X-form has not been reset, transform and scale too
  4. Toss a coin to your Witcher.
  5. In response to post #65051886. #65055226 is also a reply to the same post. I wasn't talking about Moscow per se, just another location with another setting. I think that would be quite interesting.
  6. So why a Fallout Miami and not a Fallout Moscow or Fallout Warshaw or some other place outside US, a change would be nice.
  7. I can't send you a message( I dunno why..), So I'd like to get your permission to upload my retex of the Official Pipboy Readius.
  8. Ey you still doing crazy things? You need to give me your steam or something your activity here is dwindling like mine lol
  9. Dood you have way to many profile views...
    1. AlexScorpion

      AlexScorpion

      hmmm .. well you're pretty often here :d :p
    2. ecksile
  10. thanks :)
    1. Bowsong

      Bowsong

      You're so welcome! Your awesome Oblivion mods really made that game more enjoyable! :D
  11. stopped by to say Thanks again for the beautiful snake bow!
  12. Nothing as big as a new house lol, but I've slowly been making progress on the GDD for my game. I've got some imho good sounding systems in place but need a trustworthy coder to help me test them out...
  13. Thanks :) and Happy holydays
  14. Thanks :) and Happy holydays
×
×
  • Create New...