GithubHelp home page GithubHelp logo

xandark / softporn-modern-port Goto Github PK

View Code? Open in Web Editor NEW

This project forked from historicalsource/softporn

6.0 6.0 1.0 94 KB

Modern port of Softporn Adventure (1981) by Charles Benton

Pascal 51.96% Assembly 4.70% BASIC 43.34%
console-game game text-adventure text-adventure-game text-adventures

softporn-modern-port's People

Contributors

drguildo avatar xandark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

polluks

softporn-modern-port's Issues

add original and correct logic

the original version use "tv on" instead of "watch tv". but it's useless! if you distract him with the porn channel he takes 2000 anyway. and after you screw her he ignores you anyway

in this version it's "patched" to what someone thought made more sense: go up again without paying, IF you had the rubber and screwed her before, otherwise you lose two grand again

the sensible logic would be the tv trick always works and skip the entire pimp routine

all three versions would be

softporn-4.inc.pas

        else if (your_place=b_backrm) and (direction=up) and
{$IFDEF ORIGINAL_VERSION}
// the TV trick is ignored. famous bug that should be preserved
               (hooker_fucked<>true) then
{$ELSE}
                (TV_channel<>6) then
{$ENDIF}
          begin

         if not is_carried(_control_unit) then
           write_message('To watch TV, I need the remote control unit!!')
{$IFDEF ORIGINAL_VERSION}
// no check
{$ELSEIF PATCHED_VERSION}
         else if not hooker_fucked then            write_message('The Pimp says I can''t watch TV')
{$ELSEIF CORRECT_VERSION}
// there should be no check here. makes no sense
{$ENDIF}
         else
           watch_TV( TV_channel );
        end;

the original version

https://allowe.com/download/softporn.zip

https://gamefaqs.gamespot.com/pc/564423-softporn-adventure/faqs/36697

Original program written on the Apple ][ computer by Chuck Benton       ║
║                            Shareware Version 2.4                             ║
║    Re-written, translated, modified and debugged in Microsoft Quick-C V2.5   ║
║          By Gary Thompson AKA "The Psycho"  Email:[email protected]          ║
║        Softporn WEB PAGE: http://www.bridge.net/~psycho/softporn.html        ║
║                             The Psycho Strikes!                              ║
║                   Beta testing by CARDIS, ARIEL, & KOJAK

the new version that seems identical to this one

http://ifarchive.org/if-archive/games/zcode/softporn.zip

SOFTPORN ADVENTURE
An Interactive Classic
By Chuck Benton
Reconstructed in Pascal by Paul Schlyter
Reconstructed in Inform by Patrick Kellum
Release 0 / Serial number 971018 / Inform
v6.14 Library 6/7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.