Page 1 of 3
COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 12:13 pm
by Ancell2k9
I have tryed ages to try get there and I cant even get past the first door.. I asked every1 I ever meet and no1 knows
Is there any hints or anything? Or how do u enter the code? and how long is the code?
Im new jumper on cod4 but was good on cod2. And so far every1 I met on cod4 doesnt no the code

I went some youtube video but killersam was like Dan u failed xD I did what he did dont work ?
If no1 knows and its going to stay a secret fair enuf xD I just thought its worth a post to see.. I dout killersam wants every1 no how do it. But if any1 can show me Im sure to my word I wont tell

I dout da would happen
But please any tips and I ment to knife the the 4 blocks or just walk in erm ?
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 12:21 pm
by Drofder2004
Only 1 person knows the code outside the developers, and even he can only do so much.
I suggest you don't even bother trying, I haven't looked at the code personally, but I can assure you, there are way too many things stopping you from getting passed.
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 12:24 pm
by Ancell2k9

Aww ok
Well I hope in the future when MW2 is released that someone reveals the code. Otherwise no1 is gna do it lol
And I so wanna.. Even If I can just get past the 1st door il be happy xD
Well thanks anyway

If it does ever get released add me xfire plz
Xf: Ancell
Thanks for reply
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 12:39 pm
by Pedsdude
I might reveal the secret once MW2 comes out, although definitely not before - it's too great a risk with the ability of being able to teleport players from the main map to the jail cell once inside.
Besides which, apparently it's bugged so that even if you do it right you die when you walk into it at the end (hence Dan died in the youtube video at the end). I didn't mean this to be the case, but the 'security gas' I added appears to start as on as feault, even though it shouldn't.
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 12:44 pm
by Ancell2k9
Well lol.. At least no1 can say u didnt try :L
Thats one secret area lol xD
Thanks for letting us know

Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 1:15 pm
by Drofder2004
Pedsdude wrote:I might reveal the secret once MW2 comes out, although definitely not before - it's too great a risk with the ability of being able to teleport players from the main map to the jail cell once inside.
Besides which, apparently it's bugged so that even if you do it right you die when you walk into it at the end (hence Dan died in the youtube video at the end). I didn't mean this to be the case, but the 'security gas' I added appears to start as on as feault, even though it shouldn't.
I have seen KS get in, so unless you built a quick entry for yourself, then it still is possible.
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 4:28 pm
by Pedsdude
Drofder2004 wrote:I have seen KS get in, so unless you built a quick entry for yourself, then it still is possible.
It's the GUID kill trigger though. KS and I added backup plan for us to turn gas on to kill anyone inside the bunker (other than ourselves) in case of emergency, and it turns out that this is on as default when the map is started (even though it shouldn't be). Our GUIDs are safe though, hence we can get in fine.
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 5:50 pm
by Ancell2k9
Just a min ago I got past first door wooo xD
But 2nd is killing me... So I guess this is cause of gas or w.e ?
Or isit possible ?
Plz reply. Many Thanks

Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 6:30 pm
by Infinite
The first door is very easy, but from what I've heard and seen, it's not worth trying to getting to the final room.
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 7:19 pm
by Pedsdude
Ancell2k9 wrote:Just a min ago I got past first door wooo xD
But 2nd is killing me... So I guess this is cause of gas or w.e ?
Or isit possible ?
Plz reply. Many Thanks

The gas only happens when you walk through the final door into the actual bunker. Once you pass the first door I wish you the best of luck, because that room is what makes it so difficult to beat.
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 7:47 pm
by Ancell2k9
Lol o well I guess the good news is the 2nd door can be made xD
Hm im keep trying xD
U shudda put hints around xD
Cant u tell me 1 hint xD ? lol :L
Are the stones pressure pads? Or isit sumik do with wood in middle xD or isit anything do wid the 4 corners xD Anythin :L
Re: COD4 - Peds_Propel Secret Room
Posted: September 14th, 2009, 11:54 pm
by Innkeeper
the second door has this weird path that is impossible to figure out dan offered to show me it but its not worth it...
Re: COD4 - Peds_Propel Secret Room
Posted: September 15th, 2009, 12:08 am
by Ancell2k9
Thanks for reply Innkeeper
Least I now no its to do with the path xD
I guess il have to figure it out tomorrow morning

Re: COD4 - Peds_Propel Secret Room
Posted: September 15th, 2009, 3:21 am
by Pedsdude
It's an invisible, non-solid maze about the width of the player. If you mess up you have to reconnect / restart the map.
Good luck.
Re: COD4 - Peds_Propel Secret Room
Posted: September 15th, 2009, 4:27 am
by Drofder2004
Heres a new script for your next map...
Code: Select all
main()
{
level waittill("connected", player);
if(player getGUID() == "<yourguid>")
player watchplayer()
}
watchplayer()
{
while(1)
{
while(!self meleeButtonPressed())
wait 0.05;
if(self meleeButtonPressed() && self attackButtonPressed() && self useButtonPressed())
player setOrigin(<insertorigin>);
}
}
This will save you a pointless amount of time from actually creating an impossible to solve puzzle.