Jump to content

AEN007

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Female
  • Interests
    TimeManagement

Recent Profile Visitors

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

  1. Greetings, Earthlings I don't know if/when "we" will ever see a/ny "mod/s"/enhancement/s to XOR NFL-Challenge (e.g., TrickPlays, FakeKicks ...) I recently came across Landry Strategy Football Deluxe and find this "title" to be a "cut above" XOR ... There are (currently) only teams for the 1992 and 1994 seasons; however, I'll be (first) working backwards to create teams for 1990, 1988, 1986, 1984 ... I'm also "test-driving" the MicroSports All-American CollegeFootball "title" ... These "titles" are rather dated; however, I find them (so far) to be "good enough" ... and CUSTOMIZABLE ~ which matters ... to some of "us" ... "out there"
  2. Greetings, Earthlings I don't know if/when "we" will ever see a/ny "mod/s"/enhancement/s to XOR NFL-Challenge (e.g., TrickPlays, FakeKicks ...) I recently came across Landry Strategy Football Deluxe and find this "title" to be a "cut above" XOR ... There are (currently) only teams for the 1992 and 1994 seasons; however, I'll be (first) working backwards to create teams for 1990, 1988, 1986, 1984 ... I'm also "test-driving" the MicroSports All-American CollegeFootball "title" ... These "titles" are rather dated; however, I find them (so far) to be "good enough" ... and CUSTOMIZABLE ~ which matters ... to some of "us" ... "out there"
  3. Greetings 😼 Yesterday I scripted & (seemingly) debugged a tweaked the above XOR-DOSbox (x64) login script: :START @echo off cls echo. echo Pick a decade for NFL Challenge to have as options: echo. echo Press 6 to Choose from the 1960's Teams echo Press 7 to Choose from the 1970's Teams echo Press 8 to Choose from the 1980's Teams echo Press 9 to Choose from the 1990's Teams echo Press 0 to Choose from the 2000's Teams echo Press 1 to Choose from the 2010's Teams echo Press G to Choose from the Greatest Teams echo Press X to Quit echo. choice /c:678901GX /N Please Choose: if errorlevel = 255 goto START if errorlevel = 8 goto QUIT if errorlevel = 7 goto Greats if errorlevel = 6 goto 10s if errorlevel = 5 goto 00s if errorlevel = 4 goto 90s if errorlevel = 3 goto 80s if errorlevel = 2 goto 70s if errorlevel = 1 goto 60s if errorlevel = 0 goto END :Greats cls echo. echo Choose an ALL-TIME GREATS team disk for NFL Challenge to load: echo. echo Press A to Choose from the All-Star Great Teams echo Press H to Choose from the Historical Greatest Teams echo Press X to Quit echo. choice /c:AHX /N Please Choose: if errorlevel = 255 goto Greats if errorlevel = 3 goto QUIT if errorlevel = 2 goto HIST if errorlevel = 1 goto ALLS if errorlevel = 0 goto END :ALLS mount a .\games\NFLChall\nfl\greatsA -t floppy goto RUN :HIST mount a .\games\NFLChall\nfl\greatsH -t floppy goto RUN :10s cls echo. echo Choose a 2010's team disk for NFL Challenge to load: echo. echo Press 0 to load the 2010 Team Disk to Drive A echo Press 1 to load the 2011 Team Disk to Drive A echo Press 2 to load the 2012 Team Disk to Drive A echo Press 3 to load the 2013 Team Disk to Drive A echo Press 4 to load the 2014 Team Disk to Drive A echo Press 5 to load the 2015 Team Disk to Drive A echo Press 6 to load the 2016 Team Disk to Drive A echo Press X to Quit echo. choice /c:0123456X /N Please Choose: if errorlevel = 255 goto 10s if errorlevel = 8 goto QUIT if errorlevel = 7 goto 2016 if errorlevel = 6 goto 2015 if errorlevel = 5 goto 2014 if errorlevel = 4 goto 2013 if errorlevel = 3 goto 2012 if errorlevel = 2 goto 2011 if errorlevel = 1 goto 2010 if errorlevel = 0 goto END :2010 mount a .\games\NFLChall\nfl\2010 -t floppy goto RUN :2011 mount a .\games\NFLChall\nfl\2011 -t floppy goto RUN :2012 mount a .\games\NFLChall\nfl\2012 -t floppy goto RUN :2013 mount a .\games\NFLChall\nfl\2013 -t floppy goto RUN :2014 mount a .\games\NFLChall\nfl\2014 -t floppy goto RUN :2015 mount a .\games\NFLChall\nfl\2015 -t floppy goto RUN :2016 mount a .\games\NFLChall\nfl\2016 -t floppy goto RUN :00s cls echo. echo Choose a 2000's team disk for NFL Challenge to load: echo. echo Press 1 to load the 2001 Team Disk to Drive A echo Press 2 to load the 2002 Team Disk to Drive A echo Press 3 to load the 2003 Team Disk to Drive A echo Press 4 to load the 2004 Team Disk to Drive A echo Press 5 to load the 2005 Team Disk to Drive A echo Press 6 to load the 2006 Team Disk to Drive A echo Press 7 to load the 2007 Team Disk to Drive A echo Press 9 to load the 2009 Team Disk to Drive A echo Press X to Quit echo. choice /c:12345679X /N Please Choose: if errorlevel = 255 goto 00s if errorlevel = 9 goto QUIT if errorlevel = 8 goto 2009 if errorlevel = 7 goto 2007 if errorlevel = 6 goto 2006 if errorlevel = 5 goto 2005 if errorlevel = 4 goto 2004 if errorlevel = 3 goto 2003 if errorlevel = 2 goto 2002 if errorlevel = 1 goto 2001 if errorlevel = 0 goto END :2001 mount a .\games\NFLChall\nfl\2001 -t floppy goto RUN :2002 mount a .\games\NFLChall\nfl\2002 -t floppy goto RUN :2003 mount a .\games\NFLChall\nfl\2003 -t floppy goto RUN :2004 mount a .\games\NFLChall\nfl\2004 -t floppy goto RUN :2005 mount a .\games\NFLChall\nfl\2005 -t floppy goto RUN :2006 mount a .\games\NFLChall\nfl\2006 -t floppy goto RUN :2007 mount a .\games\NFLChall\nfl\2007 -t floppy goto RUN :2009 mount a .\games\NFLChall\nfl\2009 -t floppy goto RUN :90s cls echo. echo Choose a 1990's team disk for NFL Challenge to load: echo. echo Press 0 to load the 1990 Team Disk to Drive A echo Press 1 to load the 1991 Team Disk to Drive A echo Press 5 to load the 1995 Team Disk to Drive A echo Press 6 to load the 1996 Team Disk to Drive A echo Press 7 to load the 1997 Team Disk to Drive A echo Press X to Quit echo. choice /c:01567X /N Please Choose: if errorlevel = 255 goto 90s if errorlevel = 6 goto QUIT if errorlevel = 5 goto 1997 if errorlevel = 4 goto 1996 if errorlevel = 3 goto 1995 if errorlevel = 2 goto 1991 if errorlevel = 1 goto 1990 if errorlevel = 0 goto END :1990 mount a .\games\NFLChall\nfl\1990 -t floppy goto RUN :1991 mount a .\games\NFLChall\nfl\1991 -t floppy goto RUN :1995 mount a .\games\NFLChall\nfl\1995 -t floppy goto RUN :1996 mount a .\games\NFLChall\nfl\1996 -t floppy goto RUN :1997 mount a .\games\NFLChall\nfl\1997 -t floppy goto RUN :80s cls echo. echo Choose a 1980's team disk for NFL Challenge to load: echo. echo Press 3 to load the 1983 Team Disk to Drive A echo Press 4 to load the 1984 Team Disk to Drive A echo Press 5 to load the 1985 Team Disk to Drive A echo Press 6 to load the 1986 Team Disk to Drive A echo Press 8 to load the 1988 Team Disk to Drive A echo Press 9 to load the 1989 Team Disk to Drive A echo Press X to Quit echo. choice /c:345689X /N Please Choose: if errorlevel = 255 goto 80s if errorlevel = 7 goto QUIT if errorlevel = 6 goto 1989 if errorlevel = 5 goto 1988 if errorlevel = 4 goto 1986 if errorlevel = 3 goto 1985 if errorlevel = 2 goto 1984 if errorlevel = 1 goto 1983 if errorlevel = 0 goto END :1983 mount a .\games\NFLChall\nfl\1983 -t floppy goto RUN :1984 mount a .\games\NFLChall\nfl\1984 -t floppy goto RUN :1985 mount a .\games\NFLChall\nfl\1985 -t floppy goto RUN :1986 mount a .\games\NFLChall\nfl\1986 -t floppy goto RUN :1988 mount a .\games\NFLChall\nfl\1988 -t floppy goto RUN :1989 mount a .\games\NFLChall\nfl\1989 -t floppy goto RUN :70s cls echo. echo Choose a 1970's team disk for NFL Challenge to load: echo. echo Press 1 to load the 1971 Team Disk to Drive A echo Press 6 to load the 1976 Team Disk to Drive A echo Press 8 to load the 1978 Team Disk to Drive A echo Press 9 to load the 1979 Team Disk to Drive A echo Press X to Quit echo. choice /c:1689X /N Please Choose: if errorlevel = 255 goto 70s if errorlevel = 6 goto QUIT if errorlevel = 4 goto 1979 if errorlevel = 3 goto 1978 if errorlevel = 2 goto 1976 if errorlevel = 1 goto 1971 if errorlevel = 0 goto END :1971 mount a .\games\NFLChall\nfl\1971 -t floppy goto RUN :1976 mount a .\games\NFLChall\nfl\1976 -t floppy goto RUN :1978 mount a .\games\NFLChall\nfl\1978 -t floppy goto RUN :1979 mount a .\games\NFLChall\nfl\1979 -t floppy goto RUN :60s cls echo. echo Choose a 1960's team disk for NFL Challenge to load: echo. echo Press 6 to load the 1966 Team Disk to Drive A echo Press 7 to load the 1967 Team Disk to Drive A echo Press 8 to load the 1968 Team Disk to Drive A echo Press 9 to load the 1969 Team Disk to Drive A echo Press X to Quit echo. choice /c:6789X /N Please Choose: if errorlevel = 255 goto 60s if errorlevel = 6 goto QUIT if errorlevel = 4 goto 1969 if errorlevel = 3 goto 1968 if errorlevel = 2 goto 1957 if errorlevel = 1 goto 1966 if errorlevel = 0 goto END :1966 mount a .\games\NFLChall\nfl\1966 -t floppy goto RUN :1967 mount a .\games\NFLChall\nfl\1967 -t floppy goto RUN :1968 mount a .\games\NFLChall\nfl\1968 -t floppy goto RUN :1969 mount a .\games\NFLChall\nfl\1969 -t floppy goto RUN :QUIT cls echo. choice /c: QUIT???: if errorlevel = 255 goto QUIT if errorlevel = 2 goto START if errorlevel = 1 goto END if errorlevel = 0 goto END :RUN cls @cd nfl @nfl goto END :END cls echo. echo BYE echo. The above incorporates ALL of the XOR-NFL¤Challenge[Add-Ons#2] TeamSets/Decades ... I followed certain TeamSet directory/folder (re-)naming protocols ...
  4. This evening I tried (for the first time) to run on a/my x64 (Win7) laptop XOR-NFL¤Challenge ... I was (of course) not able to run XOR-NFL¤C ... directly ... NOR by configuring DOSbox ... either ... Unable to open a HOWEVER, after (also) unsuccessfully trying to run XOR-NFL¤C in my/a browser ... on a couple different archive sites (which "experimentally" offer that option) I found/read the following: PRE-CONFIGURED XOR-NFL¤Challenge @ Old-Games MUCH to my disbelief/pleasure, the above Pre-Configured DOXbox/XOR-NFL¤Challenge actually runs directly on my Win7x64 laptop !!! I then proceeded to tweak the install to add the '85, '88, '90 & '91 team sets ... Looking forward to adding ... more NFL years/teams ... & NCAA years/teams ?!?!?!
×
×
  • Create New...