News:

Herr Otto Partz says you're all nothing but pipsqueaks!

Main Menu

Post reply

Other options
Verification:
Please leave this box empty:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the title of the ZCT275 track, from ZakStunts season 2024?:
Shortcuts: ALT+S post or ALT+P preview

Topic summary

Posted by Matei
 - January 14, 2025, 07:33:09 PM
https://www.dosbox-staging.org/releases/release-notes/0.82.0/

https://www.dosbox-staging.org/releases/linux/

QuoteFrom the x86 family of processors, a processor with SSSE3 (Supplemental Streaming SIMD Extensions 3) is required.

That's great. I can't use it. Let's see the source code.

https://github.com/dosbox-staging/dosbox-staging

BUILD.md:

QuoteMeson >= 0.56, or Visual Study Community Edition 2022

https://mesonbuild.com/Getting-meson.html

QuoteMeson is implemented in Python 3, and requires 3.7 or newer.

Ok, I give up...
Posted by Duplode
 - January 14, 2025, 02:45:32 AM
Quote from: Mortimer Macmire on January 13, 2025, 12:35:48 PMdosbox for Mac

A tangent: our Stunts tools are unfortunately lacking when it comes to macOS coverage, as the toolmakers among us typically don't have a Mac available for testing or building binaries. CarEdit and several of Cas' tools have DOS builds at least, so they can be ran on DOSBox as a fallback.

And now, something optional: since you're remaking your DOSBox setup, consider switching to DOSBox Staging, which offers a number of nice quality-of-life improvements over vanilla DOSBox (for instance: correct aspect ratio by default; tasteful CRT filters; integrated MT-32 emulation; improved controller support).
Posted by Cas
 - January 13, 2025, 06:19:16 PM
Hi!  You can write an "autoexec.bat" at the end of your dosbox.conf file. In Linux, it's located at /home/user/.dosbox... I guess it'll be the same for Mac. At the end of the file, there's the [autoexec] block and you can add commands to be run upon start.

EDIT: Looks like this had already been answered :P
Posted by Mortimer Macmire
 - January 13, 2025, 04:47:43 PM
Thanks for the answer Erik! And also thanks for the parameter hint, I'll definitely keep that in mind when start to set DosBox up further.
Posted by Erik Barros
 - January 13, 2025, 03:51:52 PM
Here is the reference page for dosbox configuration.

https://www.dosbox.com/wiki/dosbox.conf

As an immediate suggestion, generally in the default configuration Stunts is a little slow. Increasing the cycles parameter to a fixed value above 10000 should fix the problem.

Configuring the scale and type of rendering is a matter of taste. Our wiki page may also be useful to help with adjustments.

https://wiki.stunts.hu/wiki/DOSBox
Posted by Erik Barros
 - January 13, 2025, 03:44:08 PM
Hello there!

This is the normal behavior of the default dosbox configuration. To automate this process you need to add the lines you use to mount the unit to the dosbox.conf configuration file. I checked the dosbox wiki to get a clue as to where the file will be in the finder.
You cannot view this attachment.
At the end of the file, there is [autoexec]. Just include the lines as in the example below.

mount c c:/games
c:
cd stunts


The example above uses the Windows folder structure, you need to adjust it. You can choose whether when you open dosbox you start stunts, or go to a specific folder.
Posted by Mortimer Macmire
 - January 13, 2025, 12:35:48 PM
Hi guys,

Quick question. Since my dos Emulator (Boxer, made especially for MacOS) hasn't been updated since 2016 it is now showing more and more problems after every Mac update.

So I tried to install dosbox for Mac, which in itself works flawlessly. But there's one small problem. Every time I stop the program and restart it, it "forgets" the directory I mounted as the c:drive. So, every time I start up dosbox I need to Mount the C:drive again. Is this normal? In itself not a big problem, but it would be a lot more convenient if I found I way to let it remember the Mount.

Since Boxer was nothing more than copying a folder of the dos game into the program, Dosbox is totally new for me. So this might be a Noob question but thanks in advance!