Search found 93 matches

by Bart
Sun Apr 07, 2024 8:13 am
Forum: The Fitting Room
Topic: screenshot location on linux/pi5...
Replies: 3
Views: 1253

Re: screenshot location on linux/pi5...

What’s pushd? Can Supermodel live in a subdirectory of your home directory?
by Bart
Sun Apr 07, 2024 2:04 am
Forum: The Fitting Room
Topic: screenshot location on linux/pi5...
Replies: 3
Views: 1253

Re: screenshot location on linux/pi5...

It's supposed to go in a Screenshots subdirectory either in ~/.supermodel/ or wherever Supermodel is. And if this does not exist, it should create it. But I don't know how your directory structure is set up or permissioned. See here for the code. Logic seems a bit convoluted but someone submitted th...
by Bart
Fri Mar 29, 2024 6:35 pm
Forum: The Catwalk
Topic: Crosshairs
Replies: 2
Views: 566

Re: Crosshairs

Yes. There is a "Crosshairs" setting that takes an integer value from 0 to 3. For a definitive list of settings you can tweak in the config file (i.e., pretty much everything), look at the DefaultConfig() function in Main.cpp.
by Bart
Fri Mar 29, 2024 6:32 pm
Forum: The Catwalk
Topic: PowerPC clock speed now automatically set to board values
Replies: 20
Views: 6174

Re: PowerPC clock speed now automatically set to board values

Gjay wrote: Fri Mar 29, 2024 12:25 pm So is it certain now that Step 1.5 runs at 100 MHz?
Not 100% certain and I'd love confirmation. I don't have a Step 1.5 board. It would be good to know the values of the crystals on all board revisions.
by Bart
Fri Mar 29, 2024 6:01 pm
Forum: The Catwalk
Topic: It's posible to get and change roms textures?
Replies: 3
Views: 12932

Re: It's posible to get and change roms textures?

Not easily, no. You'd have to know where they are located in the game's ROMs. Some games store them in CROM and others in VROM. The right way to do this would be to add scripting support to Supermodel, like the Model 2 emulator has, and allow texture RAM loads to be intercepted. I guess I could add ...
by Bart
Sat Mar 23, 2024 4:41 pm
Forum: The Fitting Room
Topic: (updated title) Controller not detecting
Replies: 7
Views: 3031

Re: (updated title) Controller not detecting

Also note you should have your controller plugged in *before* you launch the emulator. I would assume that goes without saying but you never know...
by Bart
Sat Mar 23, 2024 4:40 pm
Forum: The Fitting Room
Topic: (updated title) Controller not detecting
Replies: 7
Views: 3031

Re: (updated title) Controller not detecting

This is weird. Isn't a PS4 controller just a DirectInput device? Try "supermodel -config-inputs" to configure it rather than hand-editing the config file. Follow the instructions very carefully. Make sure the blank Supermodel window is selected but follow the prompts in the command window....
by Bart
Fri Mar 22, 2024 9:01 pm
Forum: The Fitting Room
Topic: (updated title) Controller not detecting
Replies: 7
Views: 3031

Re: Ignore Connected Controllers

This doesn’t make sense to me. We need more details. What controller? What problem were you having? Paste your Supermodel.log as well as your Supermodel.ini here.
by Bart
Fri Mar 22, 2024 12:22 am
Forum: The Catwalk
Topic: How to disable 3D ?
Replies: 4
Views: 959

Re: How to disable 3D ?

That’s right! Just do that on GPU render line and compile. The instructions on the main page under “Help” should still work if followed precisely.