Jump to content

TheEpicWaffleFTW

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by TheEpicWaffleFTW

  1.  

    Hi

     

    This simple script is not working and I don't know why

     

     

    Scriptname QuestDemise extends ObjectReference

     

    Event OnActivate(ObjectReference akActionRef)

    Debug.MessageBox("blah, blah blah")

     

    endEvent

     

    Help?

    Just tested as written it and it works perfectly.

     

    1. Did it compile without any warnings? Check in C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts or where ever your skyrim installation is and make sure the QuestDemise.psc is

    in the source folder & QuestDemise.pex is in the scripts folder.

    2. Are you sure you put it on an activator?

     

    There is no reason it should not work if you followed the tutorial you posted.

     

     

    Huh, for some reason it didn't work when I used a different statue, but now it works with the Nocturnal one :D

  2. Hi

     

    This simple script is not working and I don't know why

     

    Scriptname QuestDemise extends ObjectReference
    Event OnActivate(ObjectReference akActionRef)
    Debug.MessageBox("blah, blah blah")
    endEvent
    Help?
    I used this video for tutorial :
  3. So I made this knife in Skyrim and the model worked fine but the textures were not showing. I have googled this problem but there are not answers and I have also disabled d3d9.dll but it didn't work.
    I have the textures and meshes in right folders and set the right paths on Nifskope but when I open the model data of my weapon the textures are purple and when I open the weapon in Creation Kit it comes up with these errors:

    TEXTURES: Texture missing texture textures\weapons\dagger\knife.dds

    TEXTURES: Texture missing texture textures\weapons\dagger\knife_n.dds

    TEXTURES: Texture missing texture textures\weapons\dagger\knife_m.dds

    TEXTURES: BASE meshes\weapons\Dagger\ Knife.nif : DaedricDagger:0 is missing a diffuse map

    TEXTURES: BASE meshes\weapons\Dagger\ Knife.nif : DaedricDagger:0 is missing a normal map

    plz help? :sad:

  4. Check that the names are correct, all of those files need to be there with those exact names inside their respective folders in \data\meshes and \data\textures.

    The names inside meshes are knife and 1stpersonknife and in textures they are knife.dds knife_m.dds knife_n.dds

  5. Update: Nevermind I fixed it myself

     

    So I made this knife in Skyrim and the model worked fine but the textures were not showing. I have googled this problem but there are not answers and I have also disabled d3d9.dll but it didn't work.
    I have the textures and meshes in right folders and set the right paths on Nifskope but when I open the model data of my weapon the textures are purple and when I open the weapon in Creation Kit it comes up with these errors:

     

    TEXTURES: Texture missing texture textures\weapons\dagger\knife.dds

    TEXTURES: Texture missing texture textures\weapons\dagger\knife_n.dds

    TEXTURES: Texture missing texture textures\weapons\dagger\knife_m.dds

    TEXTURES: BASE meshes\weapons\Dagger\ Knife.nif : DaedricDagger:0 is missing a diffuse map

    TEXTURES: BASE meshes\weapons\Dagger\ Knife.nif : DaedricDagger:0 is missing a normal map

     

    plz help? :sad:

  6. So I made this knife in Skyrim and the model worked fine but the textures were not showing. I have googled this problem but there are not answers and I have also disabled d3d9.dll but it didn't work.
    I have the textures and meshes in right folders and set the right paths on Nifskope but when I open the model data of my weapon the textures are purple and when I click the edit the model file name it comes up with this error:

  7. Hi, I just started to play Skyrim again and I wanted imminently to mod it so I started with CBBE.

    But it is not working, I'm trying to install it with Nexus Mod Manager.

    I have installed SKSE, and my Skyrim is installed to

    C:\Program Files (x86)\Steam\SteamApps\skyrim but I have tried to reinstall it to C:\Steam\SteamApps\common\skyrim but It doesn't work.

     

    I have Skyrim Legendary Edition with Unoffical Skyrim, Dawnguard, Heartfire and Dragonborn patches.

    My Skyrim is 1.9.32.0 and SKSE is latest patch

×
×
  • Create New...