If you don't know the history of Elite, watch this.

General discussion for players of Oolite.

Moderators: winston, another_commander

Post Reply
User avatar
Oathbreaker
Dangerous
Dangerous
Posts: 85
Joined: Sun Jul 10, 2011 4:37 am
Location: San Diego, CA
Contact:

If you don't know the history of Elite, watch this.

Post by Oathbreaker »

http://video.google.com/videoplay?docid ... 3567435786#

Somewhat dramatized with two young actors, but at least the interviews show you what our two heroes look like these days.

The fairly authentic-looking footage of the early test models was esp. nice, plus the slightly hokey-looking use of Peter Snow (the narrator) in front of a green-screen. Heh.

Found at http://wiki.alioth.net/index.php/Elite_on_TV so most Oolitists will no doubt have seen it already, if not you should.
User avatar
kgs
Above Average
Above Average
Posts: 23
Joined: Wed Jun 08, 2011 8:48 pm

Re: If you don't know the history of Elite, watch this.

Post by kgs »

Thanks for posting that. I don't think I would have found it on my own.

The part about the Fibonacci Sequence was interesting, I never knew that they used it in the game's code. I had no idea how they managed fitting all the planets and stuff in there.
User avatar
Rxke
Retired Assassin
Retired Assassin
Posts: 1759
Joined: Thu Aug 12, 2004 4:54 pm
Location: Belgium

Re: If you don't know the history of Elite, watch this.

Post by Rxke »

Spending two hours to reduce the code by 3 bytes was considered time well spent
User avatar
CommonSenseOTB
---- E L I T E ----
---- E L I T E ----
Posts: 1397
Joined: Wed May 04, 2011 10:42 am
Location: Saskatchewan, Canada

Re: If you don't know the history of Elite, watch this.

Post by CommonSenseOTB »

Rxke wrote:
Spending two hours to reduce the code by 3 bytes was considered time well spent
When I'm trying to make script functions run within the allotted time I can understand how difficult it must have truly been for them. I've spent days on such things.
Take an idea from one person and twist or modify it in a different way as a return suggestion so another person can see a part of it that can apply to the oxp they are working on.


CommonSense 'Outside-the-Box' Design Studios Ltd.
WIKI+OXPs
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8515
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Re: If you don't know the history of Elite, watch this.

Post by DaddyHoggy »

According to Firefox, my avatar on this forum takes up 16.54KiB of space - that would have left B&B 2->4KiB to write the game in...
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
CommonSenseOTB
---- E L I T E ----
---- E L I T E ----
Posts: 1397
Joined: Wed May 04, 2011 10:42 am
Location: Saskatchewan, Canada

Re: If you don't know the history of Elite, watch this.

Post by CommonSenseOTB »

DaddyHoggy wrote:
According to Firefox, my avatar on this forum takes up 16.54KiB of space - that would have left B&B 2->4KiB to write the game in...
Daddy"Hoggy" indeed! :lol:
Take an idea from one person and twist or modify it in a different way as a return suggestion so another person can see a part of it that can apply to the oxp they are working on.


CommonSense 'Outside-the-Box' Design Studios Ltd.
WIKI+OXPs
User avatar
Griff
Oolite 2 Art Director
Oolite 2 Art Director
Posts: 2479
Joined: Fri Jul 14, 2006 12:29 pm
Location: Probably hugging his Air Fryer

Re: If you don't know the history of Elite, watch this.

Post by Griff »

DaddyHoggy wrote:
According to Firefox, my avatar on this forum takes up 16.54KiB of space - that would have left B&B 2->4KiB to write the game in...
Well you know what to do, stare at it for 2 hours and see if you can save a few bytes
User avatar
Killer Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 2272
Joined: Tue Jan 02, 2007 12:38 pm

Re: If you don't know the history of Elite, watch this.

Post by Killer Wolf »

aye, trim your feathers back and get a wakazashi instead of a katana and you'll save a few bytes.
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Re: If you don't know the history of Elite, watch this.

Post by JensAyton »

Griff wrote:
Well you know what to do, stare at it for 2 hours and see if you can save a few bytes
There’s an app for that.

Code: Select all

$ time optipng -o 7 daddyhoggy.png 
OptiPNG 0.6.4: Advanced PNG optimizer.
Copyright (C) 2001-2010 Cosmin Truta.

** Processing: daddyhoggy.png
128x108 pixels, 4x8 bits/pixel, RGB+alpha
Input IDAT size = 16751 bytes
Input file size = 16940 bytes

Trying:
  zc = 9  zm = 9  zs = 0  f = 0		IDAT size = 15159
  zc = 9  zm = 8  zs = 0  f = 0		IDAT size = 15159
  zc = 9  zm = 9  zs = 0  f = 1		IDAT size = 14645
  zc = 9  zm = 8  zs = 0  f = 1		IDAT size = 14645
  zc = 9  zm = 9  zs = 0  f = 2		IDAT size = 14630
  zc = 9  zm = 8  zs = 0  f = 2		IDAT size = 14630
  zc = 9  zm = 9  zs = 0  f = 4		IDAT size = 14131
  zc = 9  zm = 8  zs = 0  f = 4		IDAT size = 14131
  zc = 9  zm = 9  zs = 0  f = 5		IDAT size = 13956
  zc = 9  zm = 8  zs = 0  f = 5		IDAT size = 13956
                               
Selecting parameters:
  zc = 9  zm = 8  zs = 0  f = 5		IDAT size = 13956

Output IDAT size = 13956 bytes (2795 bytes decrease)
Output file size = 14121 bytes (2819 bytes = 16.64% decrease)


real    0m1.155s
user    0m1.135s
sys     0m0.006s
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8515
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Re: If you don't know the history of Elite, watch this.

Post by DaddyHoggy »

Ahruman wrote:
Griff wrote:
Well you know what to do, stare at it for 2 hours and see if you can save a few bytes
There’s an app for that.

Code: Select all

$ time optipng -o 7 daddyhoggy.png 
OptiPNG 0.6.4: Advanced PNG optimizer.
Copyright (C) 2001-2010 Cosmin Truta.

** Processing: daddyhoggy.png
128x108 pixels, 4x8 bits/pixel, RGB+alpha
Input IDAT size = 16751 bytes
Input file size = 16940 bytes

Trying:
  zc = 9  zm = 9  zs = 0  f = 0		IDAT size = 15159
  zc = 9  zm = 8  zs = 0  f = 0		IDAT size = 15159
  zc = 9  zm = 9  zs = 0  f = 1		IDAT size = 14645
  zc = 9  zm = 8  zs = 0  f = 1		IDAT size = 14645
  zc = 9  zm = 9  zs = 0  f = 2		IDAT size = 14630
  zc = 9  zm = 8  zs = 0  f = 2		IDAT size = 14630
  zc = 9  zm = 9  zs = 0  f = 4		IDAT size = 14131
  zc = 9  zm = 8  zs = 0  f = 4		IDAT size = 14131
  zc = 9  zm = 9  zs = 0  f = 5		IDAT size = 13956
  zc = 9  zm = 8  zs = 0  f = 5		IDAT size = 13956
                               
Selecting parameters:
  zc = 9  zm = 8  zs = 0  f = 5		IDAT size = 13956

Output IDAT size = 13956 bytes (2795 bytes decrease)
Output file size = 14121 bytes (2819 bytes = 16.64% decrease)


real    0m1.155s
user    0m1.135s
sys     0m0.006s
Speechless...

and it only took Ahruman 0.006s to save a few bytes - he's that good! :roll: :lol: 8)
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
Matti
Dangerous
Dangerous
Posts: 103
Joined: Tue Jun 14, 2011 3:28 pm

Re: If you don't know the history of Elite, watch this.

Post by Matti »

Few errors in there. Most obvious is claim that Elite is the first game with saving feature and gameplay time of several days and even weeks. Already in 1970's were made games that could be played for days and saving games to (floppy) disk wasn't unusual in 80's even before Elite. Already in 70's student named Walter Bright made, and sold, computer wargame Empire, which could be played for several days. But on the otherhand, wargames are niche which have always been unknown for mass media (possible exception: Warhammer miniature wargames)
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8515
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Re: If you don't know the history of Elite, watch this.

Post by DaddyHoggy »

Matti wrote:
Few errors in there. Most obvious is claim that Elite is the first game with saving feature and gameplay time of several days and even weeks. Already in 1970's were made games that could be played for days and saving games to (floppy) disk wasn't unusual in 80's even before Elite. Already in 70's student named Walter Bright made, and sold, computer wargame Empire, which could be played for several days. But on the otherhand, wargames are niche which have always been unknown for mass media (possible exception: Warhammer miniature wargames)
Except I don't know anybody in the 1970s who had a HOME computer (I did have an Atari 2600 in 1979 and I had a friend who's dad had a some huge ex-work IBM thing in his spare bedroom) - but by the early-mid/1980s I didn't know any of my peers who didn't have a computer (I got my first C64 in 1982).
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
Alex
---- E L I T E ----
---- E L I T E ----
Posts: 770
Joined: Mon Oct 06, 2008 10:49 pm
Location: Oz. The land of some gold but mostly rust

Re: If you don't know the history of Elite, watch this.

Post by Alex »

Never seen that doco before. Thanks.
LOOK OUT!!!
OOPS..
"Press Space" Commander
If you do not see "Press Space" more often than you want.. Your not trying!
Post Reply