Search found 100 matches

by Bart
Fri Mar 29, 2024 6:35 pm
Forum: The Catwalk
Topic: Crosshairs
Replies: 2
Views: 3823

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: 16409

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: 17061

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: 15314

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: 15314

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: 15314

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: 5119

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.
by Bart
Wed Mar 20, 2024 9:23 pm
Forum: The Catwalk
Topic: How to disable 3D ?
Replies: 4
Views: 5119

Re: How to disable 3D ?

There is no such feature at the moment. Wouldn't be hard to add code to render out the layers, though. Can you write C++? Another way to do this would be to comment out the lines where the 3D renderer gets invoked to actually draw each frame. You'll find the code here and it should be pretty easy to...
by Bart
Fri Mar 15, 2024 11:33 pm
Forum: The Catwalk
Topic: How do you get FFB working in Le Mans again...?
Replies: 3
Views: 4626

Re: How do you get FFB working in Le Mans again...?

Find those two ROM files. Sounds like one or the other will work. Make sure it is the only ROM file listed under the drive board section in the XML file and then put it in your lemans24.zip. That's what the instructions seem to be saying. I *think* it's the second file since it is commented out and ...
by Bart
Mon Mar 11, 2024 4:55 am
Forum: The Catwalk
Topic: Mapping controller in Supermodel.ini makes no difference
Replies: 1
Views: 4299

Re: Mapping controller in Supermodel.ini makes no difference

Post your file here. It definitely works.