News:

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

Main Menu

how tf does pgarage works?

Started by stanceboyCZ, July 16, 2025, 08:44:54 AM

Previous topic - Next topic

stanceboyCZ

I'm pretty good at PC and some file things, but i can't figure how to use pgarage. I have the game on E: drive, i tried it how it manual said. I'm pretty unpatient and have meltdown when i don't know something. And i'm not sure if there's any way to exceed the max cars limit or what's the purpose of pgarage. Can someone tell me how the hell is it supposed to work? Thanks alot.

HerrNove

#1
Maybe @Cas can help. Pinging him.

I have never tried the program and cannot give specific hints, but the idea is that Stunts only allows you to have a limited number of cars (32 I think), so if you want to use more of them you need to move the files in and out of the game's directory, making sure that you never use more than 32 of them at the same time. Pretty Garage allows you to do that in a GUI instead of managing the files manually.

There is a Wiki with links, but asking in this forum is usually the best way to get help.

https://wiki.stunts.hu/wiki/Pretty_Garage

P.S. Probably a silly question, but have you made sure to remove the `#` character before the line `stunts=E:\games\stunts` ?

Duplode

Welcome to the Forum, @stanceboyCZ ! @HerrNove is right about both the 32 cars limit and having to remove the # from the start of the stunts= line. You should also create a garage subdirectory in your Stunts folder (that's where your extra cars will go), remove the # from the first garage= line in the configuration file and change the path there to specify it, so that it'll look like this:

garage=Main Garage|E:\GAMES\STUNTS\garage

That should be enough to get Pretty Garage to work. (If not, let us know!)

stanceboyCZ

ï've thought that the hashtag symbol was supposed to be in there

dreadnaut

Quote from: stanceboyCZ on July 16, 2025, 07:52:44 PMï've thought that the hashtag symbol was supposed to be in there

Ouch, the hash means "This line is a comment, ignore it" !

stanceboyCZ

I was trying to write the directory where i have the game and it doesn't work. And how does secondary garage works?

alanrotoi

try:

cd games
cd stunts
md garage

Old DOS fashion always works.

HerrNove

You are using Linux-style separators (/) for a DOS path, which likely requires Microsoft-style separators (\). Also, "secondary" seems too long of a name, DOS only supports up to eight characters.

stanceboyCZ

#8
it says it cannot be written, maybe i am dumb

Duplode

Looking at the screenshots, I think I see the problem: you are running the DOS version of Pretty Garage (pgarage.com) on DOSBox, while the E: paths in the config file are the "real" Windows paths (rather than the paths in the emulated DOSBox filesystem). The easiest solution, then, should be using Windows version (pgarage.exe) directly from Windows instead. (The DOS version could be made to work, but you'd have to change the paths to how they appear within DOSBox.)

stanceboyCZ

but my pc is 32bit... and it's pretty slow, that's why i started playing retro games...

Matei

Quote from: HerrNove on July 16, 2025, 12:30:13 PMthe idea is that Stunts only allows you to have a limited number of cars (32 I think), so if you want to use more of them you need to move the files in and out of the game's directory,

Or you can have as many directories with Stunts as you want, btw.: STUNTS1, STUNTS2 etc. (I never used Pretty Garage).

Quote from: stanceboyCZbut my pc is 32bit... and it's pretty slow, that's why i started playing retro games...

And you use Wind0w$. Anyway, with that 32-bit CPU you can also play my games, including on Windows 98 (and maybe 95) - Skunks, Simcar (with a version that looks like Stunts) and maybe chess. In the games with cars you can have any number of cars, but somebody has to make them (the current ones are enough for me).

GNU/Linux recommendation for 32-bit CPU:

http://mirror.rosalab.ru/rosa/rosa2021.1/iso/ROSA.FRESH.12/lxqt/ (with some installation recommendations)

stanceboyCZ


Matei

https://matei.one/ - at the bottom of the page:

QuoteNo cookies®

Duplode

Quote from: stanceboyCZ on July 23, 2025, 04:47:33 PMbut my pc is 32bit...

Oh, I see -- the pgarage.exe in the download is 64-bit! Though we might try recompiling the program with FreeBasic for 32-bit Windows, right now getting the DOS version to work is indeed the quickest option for you. For that, replace E:\GAMES\STUNTS in those two paths with the path of your Stunts folder as it appears within DOSBox. The window size in the DOS version is limited by what is supported by the DOS system, but I guess the 800x600 default should be fine on DOSBox.