View Single Post
Jerrythabest

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Jun 2, 2007, 02:36 AM
Jerrythabest is offline
Reply With Quote
Oop yes ur right ;p normally I spell it correctly.. I were just still a little bit sleepy I think ;p

This is how I check the event's parameters. I make a list of all used combinations of bits (using the knowledge I got from Neo's post) and then try to pick out the parameters... For the water pump this was rather easy as there was always a battery holder somewhere near that matched the first six bits and there were always two water events near that matched their first six bits with the second or third six bits of the pump... and it happened the one which matched the second six bits was always the water event whose Filled parameter was 1 ;p it's just a huge puzzle, but not impossible.

Code:
Occurances of Umbrella (the Rain event has bits 0101):
124862 124 124 124 12
001000 001 010 101 11
101100 111 001 001 11
101100 111 011 000 00
100110 111 110 100 00
010110 011 111 000 00

GlobID
Code:
Occurances of Stompers in Rain:
124862 124 124 124 1248
110000 100 001 100 1010
101000 110 001 011 1111
100100 110 010 010 0101
101100 100 001 101 1111
100010 000 011 111 1111
100010 000 010 101 1111
100010 010 011 111 1111
010010 000 001 010 1100

GlobID
Code:
Occurances of 043 in Binnen:
124862 124 124 124 12
011111 100 010 001 01
010100 110 111 111 10
110100 101 101 011 00
101100 101 001 001 01
101100 101 110 001 01
011000 001 110 011 00
011100 101 101 010 10
010010 100 001 001 01
011010 110 101 110 00
001101 000 110 111 10
001101 100 110 111 10
110000 001 010 110 00
001010 110 011 101 00

GlobID
__________________