Jump to content

Blacksteur83

Members
  • Posts

    17
  • Joined

  • Last visited

Nexus Mods Profile

About Blacksteur83

Blacksteur83's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. I tried using the Map Data but didn't find wich one would make the camera get on the right positiom. I will work on it alone i think i will be able to find out. If i do i will post another reply so other users can manage to clear this problem Thank you for the advice agerweb.
  2. Hello, First I am sorry if there is already an answer to this question on the forum and if you could send me the link to it I would be greatfull ^^. I tried to create a world map for my custom world space by following this tutorial. The map is working (what I mean is that there is my worldspace in 3d) but the map is not centered. And I can't go under the limit.
  3. Is there any website that list all this kind of arguments else then the wiki, i never find anything on it. Thanks for the code, it will be usefull.
  4. I tried to spam the button and of course it went bad. But i think it is not a really big issue because when you press just once after, the problem is fixed. Also i don't know how you can disable activation. As you can tell i am new to scripting.
  5. Thank you. And do you know how i can add the same script multiple times on a button ? Because every time i try and add the script, it disappear from the list so i can't put it twice or more.
  6. Hello, I am currently creating a simple Script with a button and some lights. And i was wondering what was the command or function to use if i want to put a delay between the lights activation. I tried using wait or sleep but the script would not compile. And i don't know if i should create a function or use on already existing Scriptname LightDelay extends ObjectReference ObjectReference Property Light01 Auto ObjectReference Property Light02 Auto ObjectReference Property Light03 Auto ObjectReference Property Light04 Auto Event OnActivate(ObjectReference akActionRef) If(Light01.IsDisabled()) Light01.enable() Wait 1 second Light02.enable() Wait 1 second Light03.enable() Wait 1 second Light04.enable() Wait 1 second Else Light01.disable() Light02.disable() Light03.disable() Light04.disable() EndIf EndEvent Also is there a way to add the same script multiple times to the same buttons ? Thanks you for the time.
  7. I also found something else with the KlaxonLightPackIn If you already loaded your mod on Fallout and went in the cell with the klaxon light and you save. If you add other KlaxonLighPackIn you will have to delete the save and reload from a save without the mod launched. If you don't do this, sometimes the lights won't turn on.
  8. EVERYTHING IS WORKING So i tried to verify all files with steam for fallout 4 and Bethesda.net for the creation kit and now i can create some scripts. So the Base.zip file come from Bethesda.net launcher with the creation kit so if anyone get the same problem. Also, now the lights is working perfectly fine with sound and everything. Thank you so much for your help. If I finish my mod, i will credit you for all the help. thank you.
  9. Whenever i try to open (double click on the render window) the KlaxonLight wich have the Scripts, i get the error : "ANIMATION:NiCOntrollerSequence::StoreTarges'Stage2'failed to find target with the following identifiers:m_pcAVObjectNameOrderedRenderingNodem_pcCtlrTypeNiTransformControllerm_pcPropertyType(null)" I tried creating a new file and testing in a simple cell and it worked with the sound and the animation. Also i don't have any Scripts folder inside my Fallout4\Data folder Should i try to reinstall the CrationKit or something like this ?
  10. Thank you for the answer i found the pack in and your descriptions of the script is exactly what i needed but i've got two more problems. The first one is, as i told you i never done script, and when i edit value for the StartOn propertie it just changes from <<Default:False>> to False and i never see True but for the AutoOff and AutoOffTime properties it works fine. Also, whenever i try to create a new script i get an error wich is : "the parent script doesn't exist, please choose one that does" I found this post And so I verified if there was a problem but everything is how it should be. And i can't fine any information anywhere. Do you know where this come from ? Thank you again.
×
×
  • Create New...