I am trying to add a door that only opens with the power, like Verrukt and Der Riese, but when I put the KVP's "targetname : electric_door" on the trigger and I load the game up, the door is already up. The power isn't on, as I can still turn it on. I copied and pasted the door from my other doors that work, and changed the targename on the trigger and removed the scriptflags and zone kvp's. (The door is in the same zone as another door.) Anyone know what I did wrong? Double Post Merge: June 03, 2016, 02:33:08 pmDoes nobody know what is happening?
Last Edit: June 03, 2016, 02:33:08 pm by oshawat750
Well, for one, it's script_noteworthy = "electric_door", not targetname, that is supposed to be "zombie_door" according to blockers_new. I don't know why the door would open though. That should have just caused nothing to happen. Also, its best to post pics of radiant with your kvps.
If you are using harrys perk then you are using an outdates version, since it has been fixed a long time ago! Anyway, you need "_zombiemode_blockers_new.gsc" in your mod/maps folder (copy it from raw) then search for "electric_door" and at line 132 there should be this:
If you are using harrys perk then you are using an outdates version, since it has been fixed a long time ago! Anyway, you need "_zombiemode_blockers_new.gsc" in your mod/maps folder (copy it from raw) then search for "electric_door" and at line 132 there should be this:
I'm not using the power door anymore, but I'll see.
isnt the latest version of harry's perk 4.0.3? You sure that you have the latest? i remember harry helping me because i had the same issue, later he fixed it so noone would ask him again
isnt the latest version of harry's perk 4.0.3? You sure that you have the latest? i remember harry helping me because i had the same issue, later he fixed it so noone would ask him again
Yea sorry that is, I am using that version. I just woke up so I was just thinking on the top of my head. I'll check in a bit.