8bit Autopsy: Elite

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Ever wondered how the 3d game for the BBC Mirco Elite managed to fit 8 whole galaxies of 256 planets, and numerous ship designed into on 32k of RAM. Well its time to take Acornsoft's Elite apart and see what makes it tick.
    Mark Moxon's website is www.bbcelite.com/
    Ian Bell's website is www.iancgbell.clara.net/elite/
    0:00 - Intro
    2:15 - Screen mode
    3:58 - Procedurally generated universe
    5:05 - Planet names
    6:00 - Text tokens
    7:50 - 3d Graphics
    8:56 - Small angle approximation
    10:22 - Main loop
    11:45 - Loop counter
    12:33 - Ship drawing
    13:16 - Drawing on screen & the screen co-ordinates system
    14:05 - Zero page
    14:40 - Acorn Electron version
    15:40 - Conclusion
    16:12 - Thanks
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 116

  • @Error6503
    @Error6503 2 ปีที่แล้ว +62

    I remember seeing the pre-release adverts for Elite and thought it was just an adventure game with static images because that was all the machines of the day could do. Four of us clubbed together to buy it and gathered around my BBC to play for the first time. To say we were floored would be an understatement; the number of times someone uttered "no f*cking way !" was countless as we spent all night launching, docking, fighting and exploring the galaxies. It still amazes me all they managed to pack into what could only be 20k of memory; the null process on Windows, which by definition does nothing, is 16k.

    • @kaitlyn__L
      @kaitlyn__L 2 ปีที่แล้ว +5

      Of course, that’s because AT&T have the copyright on an empty null command (from UNIX). So every subsequent implementation has to find some other much more verbose way of implementing null.

    • @UNSCPILOT
      @UNSCPILOT 2 ปีที่แล้ว

      I can only imagin how cool that was at the time, the closest I can relate to was my first experiences with VR, it's mindblowing what kind of excitement and potential opens up before you when you start it for the first time and dig in

  • @swinterstein
    @swinterstein 2 ปีที่แล้ว +26

    I'd love to get a math lecture on Elite! Pure genius..

    • @erascarecrow2541
      @erascarecrow2541 ปีที่แล้ว +1

      Ditto.
      Makes me wonder, the PS1 had a math unit which only allowed 256 angles (1 byte, one of the reasons the ps1 had wonky graphics); doing similarly; If you stored 2 byte fixed point (512 bytes, or 256bytes if only 128 angles) the multiplication and truncation would greatly be faster, but again errors add up over time. Integer 16bit math would be faster than using the BASIC BCD math, at least if you don't have to be printing the coordinates.

  • @aidanodonnell2490
    @aidanodonnell2490 2 ปีที่แล้ว +13

    I really liked your description of how the text was also compressed to save memory. It's simply an extraordinary achievement for Braben and Bell to have done so many clever things under the bonnet and still ended up with not just a marginally playable game but a complete knockout.

    • @erascarecrow2541
      @erascarecrow2541 ปีที่แล้ว +1

      Very interesting, i'd bet the most common sets of characters and needed ones made the character pairs, though i'd half expect triplets as well.
      To save on some bytes, the recursive data could have a subset of text (upper or lower) where it automatically includes the quotes to start/end, saving a few more bytes but taking a few bytes extra in the decoding step. Though if there's a length byte for the compressed block, doubt any of it would exceed 16 bytes, so 4 bits can include other data, like converting to all uppercase, quote or double quote, include dollar sign after potential quote.

  • @draggonhedd
    @draggonhedd 2 ปีที่แล้ว +10

    Playing Elite Dangerous (the newest installation of the series), its hilarious and awesome how much of it was pulled directly from the original games, including the shape of some of the ships.

    • @jclosed2516
      @jclosed2516 2 ปีที่แล้ว +3

      I played the original Elite on the BBC computer, and later the improved version on the Acorn Archimedes. But - While Elite Dangerous has many aspects from the original games, I never played it because I don't like the on-line aspect of that game.
      However - In 1999 I stumbled upon a demo of game that was placed on a magazine disk. It was called X-Beyond The Frontier. And while it was not a direct successor of Elite, it has so many aspects that where similar that, for me, it felled like a spiritual successor of Elite. And I still play the latest version of that game now 20+ years later. The latest "incarnation" is called X4:Foundations, and it's a single player sandbox game that still gives me that same feeling I had with Elite on the BBC computer so many years ago...

    • @draggonhedd
      @draggonhedd 2 ปีที่แล้ว +3

      @@jclosed2516 elite dangerous can be played offline to no detriment. you just run a private session and it's just single player adventure

    • @tilmanahr
      @tilmanahr 2 ปีที่แล้ว +1

      @@jclosed2516 My personal favourite take on classic Elite is Oolite. An open-source attempt at taking the mechanics of the original Elite and combining it with somewhat modern 3D-graphics, originally.
      It has since evolved a fair bit beyond that, with a plethora of community-made extensions that add anything from shinier visuals to new ships, stations, factions, missions, subplots, and so on.
      One of the very few games I actually play occasionally, these days. I even invested a bit of money into a somewhat decent flightstick-style joystick when I got back into it a bit more during the pandemic…

    • @ChrisM541
      @ChrisM541 2 ปีที่แล้ว +1

      @@jclosed2516 I too played the original Elite on the BBC micro all those years ago, and later on the C64 and then Amiga. Today, I play Elite Dangerous, and in offline mode always - you simply select it on the main screen (you miss nothing in this mode). Honestly, it's a fantastic game with fantastic playing aids/resources available on various websites. It's, by far, the closest realisation of Braben's vision, and of course, Elite Dangerous is also Braben's creation! I would strongly recommend you pick ED up and play it (don't get the Elite Odyssey variant - that off-putting fps element is only there to pander to the 'young uns').

  • @Aerojet01
    @Aerojet01 2 ปีที่แล้ว +14

    Thanks for making this video. It was very informative. I remember seeing Elite for the first time as a kid and being blown away by the vector graphics of the planets and spacecrafts, and the fact you could trade with space stations. At the time, I only had an Atari Junior 2600, so I only saw it in someone's house. Later, I ended up with a Commodore 64. David Braben and Ian Bell, you could call them early pioneers of modern 3D gaming.

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +1

      I too was blown away as a kid the first time I saw elite. I had no idea my humble electron was capable of such things.

  • @cubeflinger
    @cubeflinger 2 ปีที่แล้ว +12

    come on youtube, get this man some more subs. another cracking vid

    • @upthebuffer1921
      @upthebuffer1921 2 ปีที่แล้ว +3

      I have answered the call of the algorithm and subbed. Please accept this gift of engagement in return.

  • @wimwiddershins
    @wimwiddershins 2 ปีที่แล้ว +28

    An amazingly complex game in a tiny amount of RAM.

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +13

      It makes modern computing look rather wasteful in comparison.

    • @MostlyPennyCat
      @MostlyPennyCat 2 ปีที่แล้ว +3

      @@RetroBytesUK
      Been fiddling with an FPGA, considering how one could make a modern retro machine.
      So, fast and large, but still low level and fun to do. No extra dedicated hardware.
      Been making my own 6502 compatible a it's so well known

    • @MePeterNicholls
      @MePeterNicholls 2 ปีที่แล้ว +1

      Programmed entirely in machine code too 😮 (edit: I probably mean assembly)

    • @MePeterNicholls
      @MePeterNicholls 2 ปีที่แล้ว +1

      (Actually that might be assembly. But I dunno)

    • @KeinNiemand
      @KeinNiemand ปีที่แล้ว

      @@RetroBytesUK well modern computing is so wasteful since it saves a lot of development time which is a lot more expensive then adding more ram.

  • @tinman7551
    @tinman7551 2 ปีที่แล้ว +10

    The first real mind blowing open world game. It’s an incredible achievement, I’m delighted to watch your video 🥰😍

  • @sulrich70
    @sulrich70 2 ปีที่แล้ว +5

    Absolutely mind blowing for it’s time, obsessed with it as a young fella.

  • @poorman-trending
    @poorman-trending 2 ปีที่แล้ว +2

    More videos in this series please.

  • @TheErador
    @TheErador 2 ปีที่แล้ว +13

    Super interesting learning how ppl did so much with so little!

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +3

      It really is very impressive what the two of them could pull off.

  • @zensibleone2295
    @zensibleone2295 2 ปีที่แล้ว +17

    Great video, I remember reading in Retro Gamer a lot of tricks they used to continually scrape a few extra bytes off of the program.
    I was late to the party with elite, only playing on the Amiga a few months before Frontier came out. The sense of scale and freedom these games gave was crazy. I remember sitting at Sirroco station with time sped up just to watch the planet-rise.

    • @numberg8238
      @numberg8238 2 ปีที่แล้ว

      The Sirocco station wind noise on the Amiga was also awesome. Did the same thing many times

  • @That_Handle
    @That_Handle 2 ปีที่แล้ว +3

    Please, more of these ~"so much done with so little" episodes!!! This topic coverage is fire!
    ... This video brought back some childhood memories of a crash-course day and over-night reading of both my pocket-PC's manual and ~BASIC programming books that found me feverishly curious, among other tasks, in creating and utilizing 2D and 3D numeric and string arrays to go along with my contemporaneous learning of matrix math. The hours of exercising within the constrained environment and memory capacity of my Tandy/Casio pocket-computer were some satisfying learning experiences so much so that I even waited to upgrade to the 8k or 16k options .... Chose to retain the challenges to myself even when I had PCs with plenty more memory and processing because it pushed growth via creative utilization of the smaller space of the pocket-PC not to forget lessons in simplification, efficient utilization, finding similar estimation-correction calculation methods and when to use them in order to speed up through routines to compensate for its slower processing and LCD display culminating into skills on ~other platforms.
    So much enjoyed the level of the breakdown here on the amazingly creative, lean programming used in Elite! 👏👏

  • @Cesar-ot1xk
    @Cesar-ot1xk 2 ปีที่แล้ว +8

    Good video man,an incredible game,years advanced to its time

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว

      I was blown away by Elite as a kid.

  • @thisnthat3530
    @thisnthat3530 2 ปีที่แล้ว +8

    After playing Elite on the BBC model B, I was really disappointed with the other ports, including the Amiga one. The BBC version was the only one to actually have rotating planets.

    • @koenlefever
      @koenlefever 2 ปีที่แล้ว +3

      I bet you have not tried the Archimedes version then.

    • @thisnthat3530
      @thisnthat3530 2 ปีที่แล้ว +1

      @@koenlefever Correct, I have not.

  • @WhatHoSnorkers
    @WhatHoSnorkers 2 ปีที่แล้ว +15

    Great stuff! They did such a good job writing it... and you did a great job explaining it!

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +3

      That's nice of you to say. It really is a rather well put together bit of code.

    • @WhatHoSnorkers
      @WhatHoSnorkers 2 ปีที่แล้ว +1

      @@RetroBytesUK The truth doesn't ALWAYS hurt :)

    • @naysmith5272
      @naysmith5272 2 ปีที่แล้ว +2

      yes, a great explanation

  • @AlastairMontgomery
    @AlastairMontgomery 2 ปีที่แล้ว +6

    Remembered being so excited to get this for my Acorn Electron, played it constantly after unwrapping it on Xmas day.

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +2

      I spent so much time playing Elite on my electron, and I know I spent more hours playing it than any other single game I've played.

    • @foxxy46213
      @foxxy46213 2 ปีที่แล้ว +2

      missed this on my electron back then was a bit out of my league...I was 8 an Arcadians or predetor was my faves

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +1

      @@foxxy46213 Arcadians was a really great game, I used to over playing that too.

    • @foxxy46213
      @foxxy46213 2 ปีที่แล้ว

      @@RetroBytesUK it was very addictive for sure...deffo my goto game as a kid...I even copied the tape a few times so I had backups of backups in case of the dreaded tape munch of death

  • @Trenchbroom
    @Trenchbroom 2 ปีที่แล้ว +7

    Yank here, got a pirated copy of Elite for my C64 in 1986 and I thought it was an amazing enigma--so complex and interesting that I had to pursue it further, which meant I needed the instructions. Instead of buying a real copy of the game for $25 I bought a book entitled "How to be elite at Elite" for $12, written by some U.K. gamer who had won a tournament as the fastest person to reach Elite status (supposedly). Using his tips I was able to figure out all of the complex systems, key presses, etc. and thoroughly enjoy the game.
    Thanks for the great video giving a breakdown of the code, very interesting stuff. Just watching how fast it was on the BBC computer makes the young kid in me quite jealous (C64 and it's paltry 1Mhz 6502 strikes again).

  • @stamasd8500
    @stamasd8500 2 ปีที่แล้ว +2

    I played a lot of Elite on my ZX Spectrum. And I mean a lot. Made it to Elite status, no cheats no POKEs. :) In fact I still play it, on my ZX Uno (FPGA recreation of the ZX).

  • @delmonti
    @delmonti 2 ปีที่แล้ว +3

    I got the disc version (BBC) the same day I got my cumana disk drive for my Beeb. It was at this point I realised what a wonderful world the future would be.

  • @Fuuntag
    @Fuuntag 2 ปีที่แล้ว

    Great work! Thanks for taking the time to produce this video.

  • @anthonykoller4459
    @anthonykoller4459 2 ปีที่แล้ว +2

    My emails are larger than this game, yet they managed to create an entire galaxy with so much less memory than what we use today. But the games of today don’t have the same magic of games from yesterday

  • @RetroJack
    @RetroJack 2 ปีที่แล้ว +1

    Another trick they used is that all ships, etc. were symmetrical, meaning they only had to draw half a ship, then mirror it!

  • @EVPaddy
    @EVPaddy 2 ปีที่แล้ว +2

    Elite was the first and afaik only original game I had on the C64. My mother gave it to me for chirstmas. And I thought.. Why? Buy a game? But I played it for hundreds, maybe thousands of hours and loved it. Just recently I got back to Elite Dangerous on the XBox and I love it in VR on the PC but I don't really want to begin all over again… but I go for a little dogfight there from time to time.

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว

      If you're going to buy one game that is the game to buy.

    • @EVPaddy
      @EVPaddy 2 ปีที่แล้ว

      @@RetroBytesUK Oh yes. I guess they invented the grinding. :) I never made it to Elite. Went to the Amiga before that happened and there I didn't really play it. On Elite Dangerous I recently hit Trader Elite but there's still quite some way to go for Combat, which is the only one that really counts :) BTW I started playing on the XBox once it was available as a beta, but I stopped for some years until recently. Now I'm back to being addicted haha

  • @cdrain68
    @cdrain68 2 ปีที่แล้ว +1

    I have a couple of copies of Elite and did attempt to disassemble the code and I was amazed at how much they managed to cram into such a small amount of memory. The only other game that came to impressing me was Exile, though it was a nightmare to play with all the keys and the security thing is a pain too.

  • @goodtimeswerehad
    @goodtimeswerehad 2 ปีที่แล้ว +2

    Subscribed, sir. Great videos :)

  • @KipIngram
    @KipIngram 3 หลายเดือนก่อน

    I absolutely love these old schemes for efficiently using RAM. Viewers might be interested in a little Forth project called SectorForth. The thing fits on one 512-byte disk sector, and they manage to squeeze an entire Forth interpreter/compiler into that. Not the full normal system you'd work with, but the "engine" - with it you could load the remainder from source after the thing was running. There are some really nifty compression techniques used in there to make it all fit.
    And by the way - I haven't heard you mention Forth once so far, and I've watched a bunch of your videos. You ought to do a video on Chuck Moore and the history of Forth. It's got all the elements you normally have - business history, a colorful "pioneer" that started it all, etc. etc.

  • @PondersRetroGoodness
    @PondersRetroGoodness 2 ปีที่แล้ว +5

    Later we had Incredimail which could turn a 256byte email into a 24MB whopper!

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +2

      I'd forget completely about incredimail.

    • @PondersRetroGoodness
      @PondersRetroGoodness 2 ปีที่แล้ว

      Sorry to remind you but it was a traumatising time 😂

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว

      @@PondersRetroGoodness :-)

    • @scality4309
      @scality4309 2 ปีที่แล้ว

      Explain please.

    • @PondersRetroGoodness
      @PondersRetroGoodness 2 ปีที่แล้ว

      Email is primarily text. Incredimail turned every text into a bloated image laden html file.

  • @jimcameron6803
    @jimcameron6803 2 ปีที่แล้ว +1

    Rumour has it that the developers did have to change the seed for the pseudo-random number generator upon discovering that one of the procedurally generated galaxies had a planet in it named "Arse".

  • @andrewcollie
    @andrewcollie 2 ปีที่แล้ว +1

    That was a really good video! I got an Acorn Electron and a copy of Elite while I was in the last year of my Computer Studies course at Polytechnic. At the time, it didn't seem strange to have to squeeze so much in to the available (limited) memory - my first professional job was working on a Data General S140 Eclispse running MIIS (a MUMPS-like language) where we had only 2K for the programme and 2K for its run-time data. I went on to use Digital Standard MUMPS and Intersystems MUMPS on PDP-11 and VAX systems and their performance and integral database were years ahead of the competition (and anything on the market now).

  • @jammin023
    @jammin023 ปีที่แล้ว

    Re the Electron version: They had already had to cut the game down for the BBC cassette version compared to the disk version, because the tape version had to be all loaded at once whereas the disk version could load more data during launch, hyperspace, and docking. So the tape version had substantially fewer ship types, lacked mining and military lasers, had a simplified docking computer that basically just immediately docked rather than computer-flying the ship, and various other cutbacks. The Electron version (which was tape only) was cut down a bit further from that to fit that machine's limitations, but most of the cuts had already been made for the BBC tape version and the main extra difference was, as you said, the whole Thargoids/Thargons/WitchSpace thing and the lack of colour HUD (which I never noticed because I only had a green-screen monitor anyway...)

  • @firedogbme5659
    @firedogbme5659 2 ปีที่แล้ว +1

    It's fascinating to see how much functionality can be had in just a tiny (by today's standards) bit of memory. Coding something life this really required thinking outside of the box of you'll excuse the pun.

  • @Colin_Ames
    @Colin_Ames 2 ปีที่แล้ว +3

    Excellent video. My word of the day is de-wonk!

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +2

      De-wonk just needs to be used much more widely :-)

  • @TMaxElectronics
    @TMaxElectronics 2 ปีที่แล้ว +1

    how the f does this video have so few views? Deserves a lot more :D

  • @devcybiko
    @devcybiko 2 ปีที่แล้ว +2

    Kids today. They don't know. ;). 32k was A Lot of memory. Programmers today dont really worry about memory or cpu restrictions. And Maths? Nobody wants to do simple arithmetic let alone the geometry necessary to draw lines and 3d objects. Great video. Thanks for that tear down!

    • @lordlucan529
      @lordlucan529 2 ปีที่แล้ว +1

      Certainly was for those of us that started on a ZX81 😀

  • @petermitchell6348
    @petermitchell6348 2 ปีที่แล้ว +1

    "Right on Commander"!

  • @GuyChapman
    @GuyChapman 2 ปีที่แล้ว +1

    I was at school with Ian Bell.

  • @ChrisM541
    @ChrisM541 2 ปีที่แล้ว +1

    Excellent video. Elite was written in the 'golden age' of home computing, with lots of folk catching the programming bug, leading to all those famous 'bedroom' programmers. Everything was new. Your eyes would widen and innovation light bulbs would go off once you wrote your first assembly language program - the speed difference when compared to the built-in Basic interpreter was astounding. Documentation and examples, of course, was a big problem (remember - no internet), however, you literally used those unused brain cells to problem solve through every issue, and in doing so, became incredibly inventive. Machine code instruction 'cycle counting' and out-of-the-box programming was crucial if you wanted your game to push boundaries. I remember these days very fondly. I'm a bit concerned with the way things are going today, primarily as a result of the internet. That crucial requirement to 'think for yourself' is being seriously eroded.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 2 ปีที่แล้ว

      Internet allows bedroom programming aka "work from home" . People who are good at cycle counting have jobs at Intel, AMD, Arm, and IBM . Or they code the JVM, kernels or other runtimes. It is like back in the day if your demo really pushed the boundaries and win a competition. Maybe I was born too late. I used to write assembly for 6502 only for half a year and then switched to assembly for 386. Golden age for me stops in 1985 when the 68k made home computers the same as the PCs at work (complex (especially the OS), high level language compilers are just fast enough ). You still can get an assembler for free ( as a kid ) and test your talent. I don't get how acorn casted its talent back in the day. I fear that most of those great products on home computers were actually designed by university drop outs who had been lucky to met knowledgeable people in person, but hate corporate IT. Most bedroom coders went to college before we got products from them. Home computers already were distributed in such amounts that we as a societey were able to recruit a lot of talent. I still wonder how people found talent in the past. You had to be rich to be on the cutting edge (you have your own bedroom and your parents buy you an expensive toy). Only a few teachers recognize talent.

  • @GouldFishOnGames
    @GouldFishOnGames 2 ปีที่แล้ว +2

    Guessing you've watched it, but if you haven't David Braben did a GDC Classic Game Postmortem talk on ELITE, there should be videos on TH-cam or the GDC website.

  • @ximowilson
    @ximowilson 2 ปีที่แล้ว +1

    Love your videos, I've been binge watching for a while now.
    What is the name of that wonderful oldies song in the background? I can't get it out of my head.

  • @blenderbuch
    @blenderbuch 2 ปีที่แล้ว +2

    Played it days on the C64. Good info. But the constant stock video underlay was hart to stand.

  • @Dexter101x
    @Dexter101x 2 ปีที่แล้ว +1

    Elite sounds awfully familiar to today's STFC

  • @skylineuk1485
    @skylineuk1485 2 ปีที่แล้ว

    It was an amazing game and fun too!

  • @jimherbert007
    @jimherbert007 2 ปีที่แล้ว +1

    I watch the whole video then here Mark Moxon’s name 🤣. Mark and I used to work together and what a top bloke he is

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว

      That's fantastic, I've seen him at the abug virtual events comes across as a really nice person.

    • @jimherbert007
      @jimherbert007 2 ปีที่แล้ว

      @@RetroBytesUK totally is, and brilliant at his job. He worked for my ecommerce agency for a few years on and off and I think he was pretty pleased to find out I went Spectrum -> Beeb -> Archimedes before my “real” IT career and therefore read Acorn User 🤣

  • @markusjuenemann
    @markusjuenemann 2 ปีที่แล้ว +2

    Watched two thirds of the video and stopped because my brain hurts...

  • @notbugs
    @notbugs 2 ปีที่แล้ว +1

    I would love to see an episode about the game Movie which i used to play on my Sinclair ZX Spectrum 48k.

  • @jamesstaggs4160
    @jamesstaggs4160 2 ปีที่แล้ว +1

    Time is money, but I will donate what little time I can.

  • @TheEvertw
    @TheEvertw ปีที่แล้ว

    Fascinating, the hoops early developers had to jump through in order to make something really cool.
    Now imagine the problems when someone with that mindset works in a modern development team.
    Times have changed...

  • @smackmud
    @smackmud 2 ปีที่แล้ว +2

    Awesome video, but overlaying the gameplay screen with images of computers and keyboards was distracting and made my eyes hurt. I wanted to see clear video of the gameplay!

  • @kenmalm6859
    @kenmalm6859 2 ปีที่แล้ว +1

    Oh, this is delicious. Got my nerd on.

  • @tulsatrash
    @tulsatrash 2 ปีที่แล้ว +1

    Woo!

  • @scality4309
    @scality4309 2 ปีที่แล้ว +1

    There is a music video that uses frames from the game. Which music video is it.

  • @awetisimgaming7473
    @awetisimgaming7473 ปีที่แล้ว

    I know it's not the same, but I do like Elite Dangerous, and Everspace 2, and I'm not sure if it's the same Elite, but you do get to do all that stuff you mentioned basically in the new games, so at least the spirit of the game lives on with those who can't be bothered to get a real BBC

  • @rectify2003
    @rectify2003 2 ปีที่แล้ว +1

    I still have Elite on m PC, and with some editing can get 20 million credits
    I was a Fugitive for trading illegal goods
    Trying to dock was the most annoying frustrating part of the game

  • @KipIngram
    @KipIngram 3 หลายเดือนก่อน

    I'd like the math lecture.

  • @DumbledoreMcCracken
    @DumbledoreMcCracken 2 ปีที่แล้ว +1

    Wow

  • @ertuncdelikaya8237
    @ertuncdelikaya8237 2 ปีที่แล้ว +1

    Have you tried the NES version of Elite? I wonder if it's as good as the original version.

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว +3

      I've only seen footage of it, never played it. From the footage I've it certainly looks ok, no idea what its like to play, there are a lot of controls in elite, and a rather limited joypad on the NES. I don't know if that messes with it playability or not.

    • @ertuncdelikaya8237
      @ertuncdelikaya8237 2 ปีที่แล้ว +1

      @@RetroBytesUK Oh, I see. Thanks for your reply.

    • @oldguy9051
      @oldguy9051 2 ปีที่แล้ว +1

      There's a very recent technical video by Sharopolis on the NES port and it seems very decent.

  • @ProfessorDeezNutz
    @ProfessorDeezNutz 2 ปีที่แล้ว +2

    You need to do voicework because you have a very unique voice.

  • @asgerms
    @asgerms 2 ปีที่แล้ว +1

    I miss my military laser.

  • @rectify2003
    @rectify2003 2 ปีที่แล้ว +1

    Braben and Bell got greedy that’s why the project end

  • @PaulaBean
    @PaulaBean 6 หลายเดือนก่อน

    I'd say, cut the music volume in half, and choose some easier and slower music than that 30's banjo+trumpet+singer song. It works counterproductive! Why not use some slow, quiet, ambient space soundscape for a space game like Elite?

  • @HazyJ28
    @HazyJ28 ปีที่แล้ว

    No doubt ELITE influenced Alessandro Ghignola, the creator of "NOCTIS" for DOS.

  • @davesharp7315
    @davesharp7315 ปีที่แล้ว

    Great game, preferred the Sequel (Frontier) though...

  • @dylanarcher827
    @dylanarcher827 2 ปีที่แล้ว +1

    Really impressive vid, deep knowledge of the game. I played it ( got to Deadly ) on my Beeb in the '80's till , and enjoy playing the combat training missions of Elite Dangerous on my G2 / Hotas.

  • @bobmcbob4399
    @bobmcbob4399 2 ปีที่แล้ว +1

    Enjoyed BBC Elite back in the day. Tried Elite Dangerous and - nah, not as good.

    • @RetroBytesUK
      @RetroBytesUK  2 ปีที่แล้ว

      I struggled to get into elite dangerous too. I really loved the original, and I think I spent more hours play Fronteer on my Amgia than any other game. Some how though I struggled to get into Elite Dangerous then stopped trying.

    • @scality4309
      @scality4309 2 ปีที่แล้ว

      Yeah. Did a refund also.

  • @saultube44
    @saultube44 2 ปีที่แล้ว

    ATI Radeon RX 0001 XT🍼😁👍

  • @matthewday7565
    @matthewday7565 ปีที่แล้ว

    The only thing close to the coding wizardry of Elite is .KKrieger

  • @KanalFrump
    @KanalFrump 2 ปีที่แล้ว +1

    wish you'd cut down on the pointless stock clips.

  • @Badcrow7713
    @Badcrow7713 2 ปีที่แล้ว +1

    Wtf 3 images partially transparent on top of each other? Can't see any of them, stop doing that

  • @Dexter101x
    @Dexter101x 2 ปีที่แล้ว +1

    Only if you could spell "Columns" properly 🤣🤣🤣🤣