Jump to content

gadgetmind

Member
  • Content Count

    57
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

1 Follower

About gadgetmind

  • Rank
    Lance Corporal

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I just watched a Youtube video of species1571 playing CC:GM with this mod and it looks *stunning*. Congratulations to everyone who's kept working on this game to make it what it should have always been.
  2. It's interesting that a few threads hereabouts have mentioned Battlezone. A few of the Bohemia guys have said that Carrier Command was partly responsible for getting them into games development, whereas for the Realtime guys it was Battlezone. We played the original arcade game in Leeds university's union bar and I could play on a single 10p for hours. I loved nearly everything about the game, and as a result, the first game we ever released was "Tank Duel" back in 1984, and it was a pretty blatant copy of Battlezone. It sold well, but I was disappointed; did you notice I said "nearly everything"? I wanted to drive off to those mountains!
  3. gadgetmind

    A port too far.

    I demand that CCGM be ported to the Nintendo Wii! And none of this kowtowing to the keyboard-obsessed PC crowd! I want to be able to do everything with my Wiimote (just one, obviously) *and* I want proper Mii support so I can populate my mantas with those cute little guys and gals.
  4. gadgetmind

    A port too far.

    Yes, I'm involved, but not heavily involved: probably as involved as you guys are now but starting many months earlier. Personally, I do think some aspects of the controls need to be better, but this has been improving version by version. I'm sure that well-considered and specific suggestions will be taken onboard, whereas saying that it's all the fault of the consoles isn't really too helpful. Games have pretty much always had to be multi-platform, so developers have always had to work around different architectures, different levels of performance, different amounts of storage, and different input methods. This does cause headaches, and it is the job of the developer to try and give users on each platform a great gaming experience. Remember, the BIS guys are also fans of CC and they want the game to be great!
  5. Hey, I was 25, I never even expected to live this long!
  6. Well, coming back to this code after nearly 25 years, I'm having to try and work it out! YOYOY didn't we add just a few more comments ...
  7. gadgetmind

    Original Carrier Command

    Way back then, networking PCs was difficult, and modems were rare, slow and expensive. Just as we were finishing the ST version, we did see Midi Maze, but I'm not sure we considered adding anything like that to Carrier Command.
  8. The enemy carrier tactics were rather different between 68k and x86 versions of the original, with the latter being far more advanced. I'm sure that BIS can (given time and tweaks) deliver AI for the enemy carrier that's far in advance of the original, particularly for "carrier to carrier" battles. Whether the original source will help or hinder I'm not too sure, but it is now to hand.
  9. It sounds to me like they have perfectly captured the learning curve of CC 1988. :D
  10. gadgetmind

    Original Carrier Command

    To be honest, it never even occurred to us! I wrote both the ST and the Amiga disk routines, and we even went on to licence them to a few people. The ST used a fairly standard layout, but I did skew the sectors to let us load a whole track in just over one revolution. The Amiga didn't use sectors: we put all the odd bits (with clock bits interleaved) in the first half of the track, and then the even+clock in the rest. We did this because we could then use the blitter to both split and combine the data and to insert/remove the clock bits. Of course, I then had to visit the disk duplicator to work out how to write the parsing code for their fancy disk making machine! Yes, way back in my youth. I signed the Carrier Command contract the day before my 24th birthday and I'm now over twice as old! Hey, I wonder if there will be another remake when I'm 72!
  11. gadgetmind

    Original Carrier Command

    Out of interest, which version of Carrier Command were you playing? I guess I need to take that feedback on the chin, though some detail doesn't match my recollection and I'd have to do a fair bit of source code reading to see how things worked - or at least how they were supposed to work! Getting the final gameplay balance right isn't easy, and we were certainly short of both time and resource to do this. Our only test resource was ourselves, and towards the end, a couple of Rainbird people, but they weren't 100% on the CC project by any means. This is why I'm so pleased that Bohemia have been prepared to put the work into this area for the remake, and some might even have spotting modest slippage to the shipping date from time to time ...
  12. gadgetmind

    Original Carrier Command

    It would be trivial to add this to the 68k versions, but I'd also have to rebuild the assembler from source (yup, we wrote that too!) and get into ST/Amiga emulators.
  13. gadgetmind

    Original Carrier Command

    The cheat modes were quite different between the x86 and 68k versions. The 68k used keypad keys but the x86 has an additional options screen in addition to some different cheat keys. From what I can tell, the 68k versions didn't have the "zoom to enemy" feature, but TBH you're best looking at it on the PC anyway as the tactics were just so much better.
  14. gadgetmind

    Original Carrier Command

    We were trying to play as fair as we could, but the enemy carrier strategy/tactics and face-to-face battles were the last thing we did in the 68k versions, and it didn't get as much polish and testing as we wanted. The PC and Mac versions (the latter with code back-ported from x86 to 68k) did benefit from this, and lots more fixes, tweaks, and additions. I'll try and find time to dig down into the 68k code and see what I see. BTW, if you want to see what the enemy carrier is up to, if you turn on cheat mode, you can see the enemy carrier on the map and (from memory) zoom to it by holding mouse-right as you click on the centre-on-carrier button.
  15. gadgetmind

    Original Carrier Command

    Yup, I found the water depth code for the player and you're probably right that the enemy doesn't have this. Wow, does memory fade, or what! I'm working through the PC code and haven't been deep into the 68000 code as it really wasn't anything like as advanced regards strategy and tactics.
×