Jump to content
⚠ Known Issue: Media on User Profiles ×

Pyrathas

Premium Member
  • Posts

    23
  • Joined

  • Last visited

Nexus Mods Profile

About Pyrathas

Profile Fields

  • Country
    United States
  • Currently Playing
    Skyrim SE
  • Favourite Game
    TES, Skyrim, Oblivion, Morrowind,Dragon Age, Mass Effect, Halo, RPGs

Pyrathas's Achievements

Explorer

Explorer (4/14)

0

Reputation

  1. ModPicker:56C96B54
  2. Ok so I edited the Landscape in ck and I can't find a fix for this. Anyone know how to get rid of grass and rocks from the previous design? I searched the forums couldn't find it. sorry if a repeat. Edit I cant load image but basically the rocks and grass float in midair
  3. So maybe put the shackles and set restraint on shackles and one per on levers?
  4. So it should be akActionRef?Doesn't matter if you call the variable akActionRef, akActivatingRef, or TheGuyWhoYankedTheLever. The problem is that the variable contains the object reference of the actor that activated the activator. To break it down, your script is basically saying this: If the player character is the same thing as this lever then do this stuff otherwise do nothing.The result is, your script does nothing. If the script is on the lever(s), try comparing to self instead. i.e. If self == lever ;do stuff EndIfBut wouldnât the script mess up on the NPC since on sir it restrained them? I tried placing it on the shackles and contemplating putting it on an x marker to link ref them
  5. I guess what Im asking is where am I going wrong. It compiles but in my test cell it doesn't work the NPC attacks, and the traps don't kill or release
  6. ack I thought I added it. I'm trying to make a quest where the NPC (akactor) stays on the shackle and the Player has to choose which switch (lever) releases him and which switch kills him (badlever), If he dies the objective failed if he lives the objective succeeds. I have more than one hostage and I am trying to use all of them with one switch. But first I want to get the one working, and second I do not know how to reference every NPC in game that activates it. When released they have a package where they "escape" the lair. But I do not know how to do activate an AI package on a script. I've searched the CK wiki for it. I also want to try and make it where the levers are used to release or torture prisoners in the game (I am making it where you can resurrect NPCs you killed to torture but I haven't started that yet) after the quest is complete. That would be easy. just remove the Kill scripts).
  7. Found its my mod. I can load everything else
  8. SO Im trying to load my mod in the Creation Kit and it freezes upon Initializing. Now I checked my .ini, I can load multiple masters. I took it off the MO and into my data folder and it runs, but it just won't do MO help?
  9. I'm making a player home mod for Evil characters: Thrallmire Keep. The mod starts as a kill Necromancers quest, get Reward, go back, Accept the BYOH quest or refuse the power (fail). There are Prisoners in the Dungeon and a Boss. The Free prisoners are optional but here is the Kicker: Many switches only one frees them the others kill them (failed optional quest) Spawning Undead to swarm your only means of escape (evil laughter). Yes Later on a feature is given where if you killed a unique NPC, you have the option of having their remains brought to the crypt, and you resurrect them as thralls. So you are a Vampire? Great food source. Do you want guards and Servants? Here you go! Now assign them a task. Death is a Release, not a Punishment. Any help with references for coding would be great as I am just learning to code and finally got the Main Mod Questline to work (Aside from the scenes) and the BYOH script to work. I'm trying to set up a scene where you see the Boss reanimate a dead corpse, then he summons undead that is lying on the ground to attack, in one scene, I got the Undead spawn to go on toggle, and the last scene is where the Former Master of the Keep, a Ghost named Micar the Corruptor asks you to rebuild the Keep in exchange for his secrets and the Power of the Keep (BYOH Questline). I can't seem to mirror the Valthume Opening scene... So right now Im trying to make a mod where an NPC when equipping Shackles is restrained and ignores Faction enemies (Player) and when a player flips a switch the NPC is free. Here is what I got so far: I think I fixed it. But I can't compile in CK and yes checked scripts
  10. First: Yes I varified the Scripts.rar file was unpacked. Yes I tried to reinstall However: When I try to Compile my scripts, CK crashes. When I try to load them after editing in Notepad++ CK cannot find them. Anyone know how to fix this?
×
×
  • Create New...