decipher my avatar and WIN BIG!

Ratty Sr.

Ratty, except old
Moderator
Orderite
attention everyone! here's your chance to take part in a fierce competition and win incredible reward - Fallout 1 save AFTER end of the game. yep, you can now keep playing and see consequences of your actions even though the game is officialy over! alternately, you can win a full version of several abandonware games - Leisure Suit Larry, Defender of the Crown, Pirates, Sam 'n Max, KGB: the Conspiracy and last but not the least, Elite!
here's what you must do. you must decipher the two rows of code on my avatar picture (those green numbers) AND explain their meaning (historical, political, cultural, religious etc.) first one who has the right answer gets a reward of his choosing!
let the game begin!
:D :P
 
Just letting you know that Leisure suit Larry is not abbandonware, so is sam and max. They are not yet to be freely distributed.
And we do suggest buying games instead of hacking games. You can still buy the LSL suite bundled.
 
abandonware - software which is older than five years and is no longer supported by the developer. both LSL and Sam 'n Max fall under that category.
the developer still holds the copyright (they hold it for 95 years after the game has been released), but they're not expecting to make any more money with games that old.
so there's really no reason to cause so much panic about abandonware. there are hundreds of abandonware sites out there, and many of them are several years old. if abandonware is really THAT illegal, if these sites represents such a terrible and dangerous threat to law, order, Constitution and Mom's apple pie :roll: , then why doesn't anyone shut them down? the answer is simple: they don't care! so why should we?

P.S. maybe there still is a bundle containing LSL sitting, covered in dust and spiderwebs, on some forgotten shelf in a video game store somewhere, but chances are no-one will ever find it. Internet is the best way to exchange old and abandoned games and without it, it would be virtually impossible to find them anywhere. Period.
 
Strangely enough you are partially right, although EA still doesn`t accept that Wasteland is abandonware they stoped harrassing the sites that give it to d/l. Last year they were actually still selling the game, you know, so they were tougher on that regard. Sam n´Max will see a sequel soon, and together with the fact there´s a TV series now LucasArts will hunt you down if you warez it.
LSL still isn`t abandonware too, since the company still refuses to give it away.
 
ok, nevermind that. the competition is still on: can you explain the meaning of numbers on my avatar picture? :wink:
 
there are 10 digits per row on your avatr. I don't know how to translate 10bit binaries into decimals
 
I do recall that Sam & Max was a cartoon long before the game, and what a cartoon it was.

Also, you can buy the LucasArts games in the LucasArts Archives, the adventure games can be found in Vol I and III.

To play them in a window and with advanced graphics filters, you can check out the SCUMM VM.
 
i noticed some people have problems with the binary numbers in my avatar. let me help you:

1) the number in the second line, partially concealed by the Rat, is 10001.0001

2) the algorhytm of conversion from binary to decimal numbers is the following:

-above each binary digit, starting backwards, you must write the highest decimal number that could be displayed in a register in which that digit is the largest (assuming the first bit in the register is reserved for signum). not quite clear? ok, let's say you're converting the third digit, looking from backwards. the highest decimal value that can be displayed in register with n digits is 2^(n-1). in this case, n=3, so the highest value would be 2^(3-1) = 4. so, you must write 4 above the third digit. above the fourth digit, you must write 8, above the first you write 1, etc.

-if the digit contains 1, you must add the number written above to the final decimal number. if it contains 0, you mustn't add anything. here's a demonstration: let's convert number 1001101 to decimal.

64 32 16 8 4 2 1
1 - 0 - 0-1-1-0-1

digit 1 is below numbers 64, 8, 4 and 1, below other numbers is digit 0. that's why we must only add up numbers 64, 8, 4 and 1. so the final number would be 64 + 8 + 4 + 1 = 77. therefore, number 1001101, when converted into decimal system, is 77! simple as that!

converting the fractioned binaries is a bit more tricky. here's how you can do it. let's say you have a binary number 11.0101. every binary number can be displayed with binary exponent, where base is 2 instead of 10, as is with decimal numbers. for example, number 10.11 can be displayed as 0.1011 * 2^2, or as 1011 * 2^(-2), etc. back to our example - 11.0101 = 110101 * 2^(-4)
now you must convert 110101 into decimal, using the algorhytm explained above. 110101 = 53. now you have: 11.0101 = 110101 * 2^(-4) = 53 * 2^(-4) = 53 * 0.0625 = 3.3125 voila! conversion successful!

NOTE: converting the number 10001.0001 (you know, the one in my avatar) is a little tricky. you see, the 0001 part repeats infinitely! that's why if you convert this number, you won't get an accurate result - you will get a decimal number with four decimal digits. you must aproximate these 4 decimal digits with the first one. for example, if your result was 0.3475, the correct number would be 0.3. if it was 1.1893, the correct number would be 1.2, etc.

don't get discouraged by these "obstacles". keep trying, and good luck! :)
 
Ok, here it is, kind of

1010011010 = 666, number of the beast

10001.0001 = 279 * 2^-4 = 17.0625 = 17.1 or 17, I think....I have no idea what it means...Your age? The rat has 1+7 = 8 "points" (so to speak)?

Can't figure it out, man
 
good work, Kharn. 17.1 is correct. but 17.10 is better... and it has something to do with the Rat's head. or rather, with what's behind it...
 
Back
Top