Search found 98 matches

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

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

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

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

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

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

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

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

Re: Mapping controller in Supermodel.ini makes no difference

Post your file here. It definitely works.
by Bart
Mon Mar 11, 2024 4:49 am
Forum: The Catwalk
Topic: SEGA Model 3 UWP emulator ported to Xbox series X/S
Replies: 5
Views: 5195

Re: SEGA Model 3 UWP emulator ported to Xbox series X/S

Awesome. Wanted to make sure GPL was being abided by. ;)

What are some other cool forks? We should perhaps link to them in the official Supermodel README.md! What do you guys think?
by Bart
Sun Mar 10, 2024 6:54 am
Forum: The Catwalk
Topic: SEGA Model 3 UWP emulator ported to Xbox series X/S
Replies: 5
Views: 5195

Re: SEGA Model 3 UWP emulator ported to Xbox series X/S

Awesome. Where is the source code?