Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Veinwolf

Allies
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Veinwolf

  1.  

    Also, make sure you have the script activation correct.

     

    This, how, an event to start if i good understand..umm on cell load will be ok?

     

    EDIT: Wait give me a debugging error.

     

    EDIT2: figure out, it's:

     

    Utility.wait(....)
    
  2. Where does 'ornamentalHelmet' armor piece come from? Is it usable?

    It's a custom helmet, playable of course

     

    About the wait, maybe I should integrate the same event of the mannequin about the time start up on cell load:

     

    
    	
    	;Trace("DARYL - " + self + " Waiting a bit because it's the only way to get code to run in OnCellLoad it seems")
    	wait(0.25)
    	
    

    But I don't know how actually integrate on my script and that's commented as far as i know.

    I'll try with a vanilla helmet just like Brett saying, just to be sure.

  3. Well thank you both but no.. I've also noticed that even if I revert the property on the npc in the world space the property are cancelled after the closure of the edit window, in other words 0 at property value, I think that there's something wrong...

  4. Uhm still don't work or I didn't understand well the functions on papyrus:
     

    Scriptname equipaggiaarmatura extends ObjectReference  
    {Primo test da 0}
    
    Actor Property Lydia  Auto  
    
    Armor Property ornamentalhelmet1  Auto  
    
    
    Event OnEquipped(Actor akActor)
    	if akActor == Lydia
    		Game.GetPlayer().EquipItem(ornamentalhelmet1)
                    Lydia.AddItem(ornamentalhelmet1)
    		Lydia.EquipItem(ornamentalhelmet1, true)
    	endif
    EndEvent
    

     

  5. Uhm trying to figure out what's wrong with my attempt:
     

    Scriptname equipaggiaarmatura extends ObjectReference  
    {Primo test da 0}
    
    Actor Property Lydia  Auto  
    
    Armor Property ornamentalhelmet1  Auto  
    
    
    Event OnEquipped(Actor akActor)
    	if akActor == Lydia
    		Game.GetPlayer().EquipItem(ornamentalhelmet1)
    		Lydia.EquipItem(ornamentalhelmet1, true)
    	endif
    EndEvent
    

    That's just an experiment, nothing more, but at last I expected that could work since it's simple, but not;
    As you can see if i wear a certain armor part the npc ref will do the same, but no.

     

  6. Oh I'm sorry, now I understand, sorry about my lack of english, btw if you find some grammar error please feel free to report so I can improve at last.
    I think that the english phonetic will destroy me sometimes lol

    Btw, here's my little panther Dodi, he decide not me, if he want to be pamper he let me know, if not same with some bites, but still my little "adviser":

     

    Z27xRf8.jpg 

    • Upvote 1
  7. You right about the light pollution! It's something that you can't realise if you never see at naked eyes the milky galactic way through the night sky;
    Last summer I was in the middle of the Eolie islands for research, that was fantastic, the milky galactic way in the sky and a fluorescent alga phenomen which produced sparks along the keel, sometimes the sea give me this kind of shows, it's rare, but worth it.

     

    P.S. if you're meaning about profundity, my work go from c to e, depends on which Mediterranean area I'm working on and which species :blink:

  8. That's a beautiful view you have there. :)

     

    Ok, now I am motion (sea) sick... lol

    Will see? lol

    Actually that is my misfortune, becouse when the sea isn't in a good condiction (more then 3 meters of height waves, strong wind etc..) I'll have to go instead others that suffer from seasickness, this take me a lot of free time, well it's paid ok, but I can't buy the time lost with money :unsure:

    vometia indeed, the sea can give you some beautiful moment sometimes :)

  9. I would almost kill for still having all that green around, and being able to outside in just a sweater...... I am so not a fan of winter.....

     

    Think about, i spend from 60 to 100 hours in the sea in a week for all the months, 60 miles from the coast, the result is this:

    1233238_3545740699811_803550960_o.jpg

    Everyone say "oh it's beautiful to stay there in complete solitude, bla bla bla etc.." i think not, winter, spring, autumn or summer will never change the boringness rhythm of a sea waves :coffee:

    Joking of course :thumbup:

×
×
  • Create New...