RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. ms-dos
    Log in to post
    • All categories
    • ectoE

      Web file server for game manuals (scummvm, dosbox, ...)

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development manuals ms-dos scripting scummvm web server
      6
      2 Votes
      6 Posts
      1k Views
      FollyF

      @ecto said in Web file server for game manuals (scummvm, dosbox, ...):

      Yes that's right! :D So far, when I select a pdf manual, it will be downloaded to the pad/phone for reading while I play. This way I can chack for copy protections and/or clues while I play a game on the Retropie.

      At first I was thinking that you could read the manual before you were going to play. but this is indeed better.

      Have you read my thread on translation ?
      https://retropie.org.uk/forum/topic/28461/translate-games-on-the-fly
      While thinkering with this I also discovered this :
      https://retropie.org.uk/forum/topic/28345/old-computer-appreciation-thread/420

      Perhaps an idea for you to tinker with.
      In theory you could match the sum of a screenshot, with extra information. and output it back in speech or as an overlay in the game.

    • I

      give me links to stuff with dos

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming ms-dos
      2
      -2 Votes
      2 Posts
      259 Views
      quicksilverQ

      https://retropie.org.uk/forum/topic/2/forum-rules

      See rule number 1

    • H

      [SOLVED] Duplicate PC/DOSBOX Entries in Emulationstation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support duplicate dos-box pcgames ms-dos extension
      3
      0 Votes
      3 Posts
      650 Views
      H

      Those are two good ideas. The .sh is just for the script that starts dos box, but yeah, using .conf would provide for more configurability for each game... I'll have to do that when I have time to do that for 230+ games, lol.

    • B

      Bioforge - MS-DOS

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ms-dos bioforge pc games
      36
      0 Votes
      36 Posts
      5k Views
      G

      If you want a pretty funny play through of Bioforge, Giant Bomb have you covered:

      Backflips 'n BioForge - Part 01

      There’s three parts, and then a great interview with one of the creators:
      https://www.giantbomb.com/shows/the-bioforge-interview/2970-17104/free-podcast

      I never played this as a kid, but I can respect everyone’s love for it. :)

    • D

      Project for Abandonware Games, the Abandon Pi

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes scummvm ms-dos
      2
      -1 Votes
      2 Posts
      1k Views
      mituM

      Abandonware doesn't mean free or free of copyright claims / giving you the right to sell it.

      The site in question even makes the legality of it quite clear, when defining abandonware (SITE /definition/).

      Abandonware France a fait le choix de se spécialiser dans les vieux jeux PC et Mac et en français lorsque cela est possible.

      Cette pratique est illégale et n'est que tolérée actuellement.

      Translation:

      Abandonware France has chosen to specialize in old PC and Mac games and in French whenever possible.

      This practice is illegal and is only tolerated now.

      So, you'd be selling software for which you have no rights to, illegally IMHO.

      As for using RetroPie - see https://retropie.org.uk/about/legal/.
      For any software you wish to include (emulators), check if they have a non-commercial clause (even if they're open source), some of the emulators included in RetroPie have this clause in their license.

      EDIT: I've removed, per the forum rules, the link to the site.

    • BiZzAr721B

      [Guide]Adding MS-DOS games using eXoDOS and sduensin's import-eXoDOS script

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming exodos ms-dos msdos pc games dosbox
      22
      1 Votes
      22 Posts
      11k Views
      V

      I need to get this done, have the massive download, just need time to work on it...

    • T

      How to Install Games MS-DOS on retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ms-dos how to install
      2
      0 Votes
      2 Posts
      4k Views
      BriganeB

      This is a good place to start

      https://github.com/RetroPie/RetroPie-Setup/wiki/PC

    • S

      Scraping MS-DOS games

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ms-dos dosbox scraper
      50
      0 Votes
      50 Posts
      9k Views
      quicksilverQ

      @gordonfreemanjr Batman Returns (1992).conf worked for me on skyscraper with screenscraper set as the source. On the second link you posted you can see there is a "filename" tab, if you click on it you can see other filename aliases.

    • L

      Unable to start DOSBOX, getting error with Runcommand and/or permissions

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dosbox ms-dos permissions runcommand
      6
      0 Votes
      6 Posts
      3k Views
      L

      You can mark this SOLVED! I remembered I was following another site's suggestion on creating ".SH" files to automatically launch games in DOSBox without having to manually type the commands. Along the way, I had modified the es_systems.cfg file to give it an entry so it would show as an emulator because it wasn't coming up after installing DOSBox.

      It turns out, there's more than one es_systems.cfg file. The one I posted above was in the ETC path. I found another one under /opt/retropie/configs/all/emulationstation/

      When I opened it up, I guess I had somehow split the line:

      <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pc %ROM%</command>

      into this:

      <command>/opt/retropie/supplementary/ runcommand/runcommand.sh 0 _SYS_ pc %ROM% </command>

      Once I backspaced each separation so it was on one line, it worked! Well, the "+Start DOSBox" entry works, but the ".SH" scripts I made do not launch the games properly, so that will be my next mission. Thanks for your help BuZz.