Jump to content

AlexScorpion

Premium Member
  • Posts

    47
  • Joined

  • Last visited

Everything posted by AlexScorpion

  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. thanks :)
    1. Bowsong

      Bowsong

      You're so welcome! Your awesome Oblivion mods really made that game more enjoyable! :D
  8. Thanks :) and Happy holydays
  9. Thanks :) and Happy holydays
  10. Thanks, same to you. Got a new house. Been working on it for the last two months.

    What's up with you ?

  11. Thanks, same to you. Got a new house. Been working on it for the last two months.

    What's up with you ?

  12. thanx ... nice to hear that
  13. eckile sorry mate .. but with the uni i got limited free time to earn some money ... no offence but i really don't have the time for such "risky" projects ...

    tried it before :

    1.http://epochsaga.com/

    2.http://www.facebook.com/KoukouStudios

    good luck with the project

  14. mod or a commercial game ?
  15. nope .. not planning to import that old poo lol.. and have just cleaned my inbox
  16. yep ... that's my real picture ... lol...

    so ... we're practically family then ... lol

  17. sure run all you want :P
  18. fine ... fine and you ?
  19. thank you .. same to you :)
×
×
  • Create New...