(03-22-2013, 03:13 AM)JustAnotherPlayer Wrote: (03-21-2013, 06:21 PM)Erik The Born Wrote: Yeah I really liek this idea. Could someone who knows how to do this give a noob friendly tutorial for it?
Nope. You must do all the things above.
What? The script he gave in the spoiler doesnt work. So far I Think I have to do this. Tell me if im wrong in these steps. Make a mansion door. Place it in a map. Put 2 mansion_broken_static wich made some custom values? That part I could need help with. What value to change? And I placed 2 of those right behind the door. So now what? do I need to make a script and Place the script box on the door or what? Anyways it doesnt work. If you know the scripting could please post the script then. Or perhaps the script he posted does work fully? In that case I would like help to know wich value 4 I am suppose to change.
More Detailed of what I did.
1st. Going to to mansion door and copying mansion_broken.ent.
2nd. Renaming the copy to mansion_broken_static.ent.
Opening the mansion_broken_static with a text editor and changing the value 4 to - 1. The value is found is like this. I hope its the right value.
<Var Name="LifeLength" Value="-1" />
3rd. In my custom story I add a sledgehammer and a mansion door. The mansion door is locked so the player must use the sledgehammer in order to proceed
4th. I create 2 mansion_broken_static right behind the door. The 2 mansion_broken_static are overlapping right behind the door.
5th. I check StaticPhysic on both of the 2 mansion_broken_static.
6th. I save my level and make a hps file to my level.
7th. I copy the script from the spoiler this guy posted the script in.
8th. I save the hps file and start Amnesia.
9th. I choose to start my level and wtf. I pickup the sledgehammer and bash the door with it, and nothing happens!
What did I do wrong here?\forgot to do?