Jump to content

MasterAub

Supporter
  • Posts

    199
  • Joined

  • Last visited

Posts posted by MasterAub

  1. Thanks

    I understand what you are saying however

    I did name the property the same as the actual record sound (so I think) but the CK does not auto fill it

    In the CK I found a sound in Sound Descriptor named: MagMysticismSoulTrapCaptureSD

    But when press auto the CK tels me: "0 property autofilled"

    Am I picking the wrong id for the sound? or the wrong sound? I am perplex

  2. Ok my script does not work it compiles but it does not do the job. I am missing something

    The script goes on a type of custom workbench. And to be clear I would like the workbench to play the sound upon being activated by the player.

    Scriptname aaaMWHPlaySoundScript extends ObjectReference  
    {play this sound when activating the Soulfiller}
    	ObjectReference Property  MySoulgemFillerRef Auto
    Sound property MAGMysticismSoulTrapCaptureSD auto
    	Event OnActivate(ObjectReference akActionRef)
        MAGMysticismSoulTrapCaptureSD.Play(Self)
        Debug.Trace("Activated by " + akActionRef)
    EndEvent

    Property Name: MagMysticismSoulTrapCaptureSD

    Type: Sound

    Value: Default

     

    Property Name: MySoulgemFillerRef

    Type: ObjectReference 

    Value: MySoulgemFillerRe(Id #)

    Somebody help and explain to me what I do wrong

  3. Here is the script

    And the message I got is the following: PlaySound is not a function or does not exist

    Scriptname aaaMWHPlaySoundScript extends ObjectReference  
    {play this sound when activating the Soulfiller}
    
    ObjectReference Property  MySoulgemFillerRef Auto
    Sound property MAGMysticismSoulTrapCaptureSD auto
    
    Event OnActivate(ObjectReference akActionRef)
    	Debug.Trace("Activated by " + akActionRef)
    	PlaySound (MAGMysticismSoulTrapCaptureSD)
    EndEvent
    	

    What do I do wrong? Please help

     

  4. Thank you mate I am looking at your mod right now...Will let you know. Thanks again. 

    Edit 1

    Ok I have 2 questions (if I may) :

    Why can't I open your script in the creation kit? The CK does not allow me to "edit source" the "ChargeGrandScript" or any other of your script for that matter.

    If I want to have a look at your script directly from the script folder and open it with Notepad or Notepad++ I get unreadable gibberish stuff why is that ?

    Sorry I haven't even start to try to understand your script and I am already stucked.

  5. Hi everyone

    I would like to built a machine that change empty soulgems to filled soulgems. The idea is as follow:

    The player will cast a spell at a given container where you have placed an empty soulgem beforehand . Upon casting on to the container the player will retrieve an identical soulgem but filled with the corresponding soul. 

    Can someone help on this concept?

    Thanks for your help

  6. Hi everyone

    I would like to built a machine that change empty soulgems to filled soulgems. The idea is as follow:

    The player will cast a spell at a given container where you have placed an empty soulgem beforehand . Upon casting on to the container the player will retrieve an identical soulgem but filled with the corresponding soul. 

    Can someone help on this concept?

    Thanks for your help

  7. Hi everyone,

    I started a new playthrough and wanted to add my own Player Home in the land of Beyond Skyrim Bruma. But my CK does not like it at all and I am encountering some problems: basically my file does not save properly. Maybe you can help me out.

    Here is how I do:

    1. I tweaked my .ini file to allow multiple esm
    2. Open the Creation Kit and ticked on the requested master files: the 2 files from Beyond Skyrim Bruma (BS Assets.esm, BS Heartland.esm not BS_DLC_Patch.esp) and the other master files: Skyrim.esm, Update.esm, Dawnguard.esm, Hearthfires.esm and Dragonborn.esm)
    3. I duplicate an interior cell, rename etc...and start moding my interior ("importing" custom assests etc). Everything is just fine.
    4. I save and name my file then quit to come back later on.
    5. Upon reopening my file, obviously ticking it as active, and ticking the other master files the Creation Kit opens just fine, my custom interior can still be found on the list of interiors, however nothing I placed is around (no table, no chair no nothing apart from the navmeshes.
    I don't get it what am I doing wrong? I restarted a fresh same thing happens. Do I miss something? Are there some Beyond Skyrim Bruma specifics I am missing?
    Once again sorry to bother but if you have any clue of what I do wrong and are willing to share your experience please do. I am running out of idea.

    In advance thank you guys and gals for your help.

     

    PS: already posted a topic on this but I was not specific enough ence the re-post on how to mod Beyond Skyrim Bruma

  8. Hi everyone,

     

    I started a new playthrough and wanted to add my own Player Home in the land of Beyond Skyrim Bruma. But my CK does not like it at all and I am encountering some problems: basically my file does not save properly. Maybe you can help me out.

     

    Here is how I do:

     

    1. I tweaked my .ini file to allow multiple esm
    2. Open the Creation Kit and ticked on the requested master files: the 2 files from Beyond Skyrim Bruma (BS Assets.esm, BS Heartland.esm not BS_DLC_Patch.esp) and the other master files: Skyrim.esm, Update.esm, Dawnguard.esm, Hearthfires.esm and Dragonborn.esm)
    3. I duplicate an interior cell, rename etc...and start moding my interior ("importing" custom assests etc). Everything is just fine.
    4. I save and name my file then quit to come back later on.
    5. Upon reopening my file, obviously ticking it as active, and ticking the other master files the Creation Kit opens just fine, my custom interior can still be found on the list of interiors, however nothing I placed is around (no table, no chair no nothing apart from the navmeshes.

    I don't get it what am I doing wrong? I restarted a fresh same thing happens. Do I miss something? Are there some Beyond Skyrim Bruma specifics I am missing?

    Once again sorry to bother but if you have any clue of what I do wrong and are willing to share your experience please do. I am running out of idea.

     

    In advance thank you guys and gals for your help.

  9. I do not have Beyond Bruma but theoretically what you need to do is find out what masters the mod relies on. You can find these by hovering over the mod on the right pane of mod organiser 2, for example, among other ways.

     

    Then simply tick all of the Beyond Brumas masters AND Beyond Bruma. Do not set anything as the active file. Load it all up. Make some edits. The CK will ask you to save a file. This will be your house mod file. Effectively a patch for Beyond Bruma. Next time you load up the CK load up Brumas masters, and Bruma (now a master for your house mod file) Then tick your new file as the active file.

    Thanks mate. Indeed I finally found the files to tick. You also need to tweak your ini file to allow multiple esm.

     

    Thanks again

  10. Hi everyone

     

    I am doing a Playthrough with Skyrim Beyond Bruma installed. And I see no Player Home within this superb mod.

    I would like to mod my own Player Home within that new World Space. I've already mod Player House in the Vanilla World Space so here my question is very specific:

    When I open the creation kit what file do I need to tick in order to get started or is there some specific steps I need to follow before being able to add my own Player House within Skyrim Beyond Bruma mod?

     

    Thanks for your help

  11. I added a topic and a quest to a NPC with 2 conditions one is that the npc must be Gilen Norvalo and two is that the quest MS23 (Order of the Virtuous Blood) must be at least 110. The topic (called A love story to end) is part of a quest of mine (call it aaaQuest01) and attached to the GREETING of this NPC

    So the conditions in the topic section go as follow:

     

    Target Function Name Function info Comp Value

    No GetIsID NPC: 'GilenNorvalo' == 1

    No GetStage Quest: 'MS23' >= 110

     

    Problem is the topic does not show up in game

     

    What do I do wrong ?

  12. Hi everyone,

     

    I need your help again. I made myself a companion horse. The interaction menu (dismiss, wait, trade, follow) appears on activate.

    I would like to have it appear on the press of a given key ( let say the "I" key)

    How do I go about to make this interaction menu appear when I press a given key? Any help is welcome. Thanks

     

    here is the script I use:

    Scriptname AAHorseScript extends ObjectReference
    
    DialogueFollowerScript Property DialogueFollower Auto
    GlobalVariable Property PlayerAnimalCount Auto
    Message Property DAFollowingMessage Auto
    ;Actor property dog auto
    
    auto state Waiting
    event onActivate(objectReference AkActivator)
    	;if player does not have an animal, make this animal player's animal
    	If PlayerAnimalCount.GetValueInt() == 0
    		(DialogueFollower as DialogueFollowerScript).SetAnimal(self)
    		DAFollowingMessage.show()
    	ENDIF
    endEvent
    endState
    
    state done
    endstate
    

    In advance thanks for your help

     

  13. Thank you I am going to try that. Thinking the problem through last night it might also be because of the normal map. Will try both and let the forum know...

     

    EDIT 1

    Ok the problem is the glow map: once I took away the glow map I could see the creature in the CK (see image below)

    https://imgur.com/6rFUeD2

    However I now have another problem: once the light is off the creature is still "glowing" or lightend (see image below)

    https://imgur.com/oMkIByW

     

    I guess I need either to redo the normal map or to redo the glow map. Any advise is welcome

     

    Thanks in advance

×
×
  • Create New...