Search results

  1. EricOakford

    SCI SCI01 Template 1.1

    This is a new template that uses the SCI01 engine. The engine is essentially a hybrid of SCI0 and SCI1. It retains the EGA graphics and parser of SCI0, but now uses SCI1's sound resources and improved memory manager. The Feature class was completely redone, introducing doVerb: code and the verb...
  2. EricOakford

    SCI SCI0 Template Redux 2.0

    This is a complete rewrite of the template which comes with both SCI Studio and SCI Companion. When Companion was released, several bug fixes were made so that it would compile under both Studio and Companion. Version 1.1a A few more bug fixes that have been addressed. Version 2.0 Now...
  3. EricOakford

    "Put bag in bottle"

    In Leisure Suit Larry 2, an oversight in the game's vocab makes it so that mere "put bag in bottle" doesn't work... supposedly. From the Leisure Suit Larry Collection's readme: Is there any truth to this? Let's find out. The most common version of the game (the one included in collections) is...
  4. EricOakford

    Portal is set up

    Now when you go to the root directory, you'll find all the threads in the news forum. Check back every now and then for adventure game-related news!
  5. EricOakford

    Flagged: A History of SCI Game Flags

    KQ4 and LSL2, the first-ever SCI games, did not have many of the luxuries that later games did. For starters, there were no special procedures to handle event flags. All events were flagged using global variables directly. This way is obviously inefficient and a waste of heap space. To address...
  6. EricOakford

    The Virgin Suicide

    We all know how, in the original Leisure Suit Larry, the title character would commit suicide if he didn't lose his virginity by sunrise. I even uploaded a video of this on YouTube. But what causes this? When does it happen? Does sleeping with the prostitute prevent it? And can this happen in...
  7. EricOakford

    New board!

    I'm planning to move the various resources over from SCIProgramming to the new board. I've been taking account of things that I could bring over... Arcade Doesn't work at all. Probably don't need it anyway. Shop Uses SMFShop. I can replace this with trophies, which are standard in...
Back
Top