Search found 125 matches

by Bart
Thu Sep 05, 2024 12:28 am
Forum: The Dark Room
Topic: OKAY FAIL
Replies: 4
Views: 2307

Re: OKAY FAIL

I think an enum would be good. Something like:

Code: Select all

enum Result
{
  OKAY,
  FAILED
};
by Bart
Wed Sep 04, 2024 9:06 pm
Forum: The Fitting Room
Topic: Compiled on UBUNTU 24.04.1 LTS... Stretch not work.. help please.
Replies: 2
Views: 3117

Re: Compiled on UBUNTU 24.04.1 LTS... Stretch not work.. help please.

Low resolutions work for me on Ubuntu 24.04. But then when I exit, I lose the monitor. I have a dual monitor setup and Supermodel will start full screen on the primary monitor but when I exit, only the second monitor works and the task bar transfers to it. I have to re-enable to monitor explicitly i...
by Bart
Wed Sep 04, 2024 6:45 pm
Forum: The Dark Room
Topic: OKAY FAIL
Replies: 4
Views: 2307

Re: OKAY FAIL

I customarily use 0 as success (i.e., no condition) and non-zero as an error code (or just true for bool), similar to the POSIX convention, for functions that otherwise have no return type. I've seen both conventions in code bases. The reason I prefer this convention to this day over the increasingl...
by Bart
Thu Aug 22, 2024 4:47 pm
Forum: The Fitting Room
Topic: Star Wars Trilogy Crosshair Issue
Replies: 2
Views: 4790

Re: Star Wars Trilogy Crosshair Issue

The XBox controller's axes may not be very stable. I would use a mouse instead and remove the controller from the configuration for Star Wars in Supermodel.ini.
by Bart
Wed Aug 21, 2024 11:02 pm
Forum: The Catwalk
Topic: Model 3 official emulation on Yakuza games!
Replies: 27
Views: 65597

Re: Model 3 official emulation on Yakuza games!

Lol -- I know for a fact that Model 2 emulation is thanks to ElSemi.
by Bart
Fri Aug 16, 2024 10:45 pm
Forum: The Fitting Room
Topic: Custom Music
Replies: 12
Views: 8932

Re: Custom Music

I didn't want the comment blocks there but there is no way to do nested comments in XML, which is really annoying. Maybe I should have made this an INI file...
by Bart
Fri Aug 16, 2024 7:43 am
Forum: The Fitting Room
Topic: Custom Music
Replies: 12
Views: 8932

Re: Custom Music

They need to be in the same working directory as Supermodel. I use the command line, so it's the same folder as Supermodel.exe for me. Did you make sure to remove the comment blocks, too? Paste your music XML and your Supermodel.log files here.
by Bart
Sun Aug 11, 2024 3:21 am
Forum: The Fitting Room
Topic: Custom Music
Replies: 12
Views: 8932

Re: Custom Music

Oops, the file was packaged wrong. A new one should appear within a few hours that actually contains the new Music.xml file.
by Bart
Sun Aug 11, 2024 12:32 am
Forum: The Fitting Room
Topic: Custom Music
Replies: 12
Views: 8932

Re: Custom Music

It's already released and you just need to follow the instructions in Music.xml and edit accordingly.
by Bart
Fri Aug 09, 2024 11:06 pm
Forum: The Dark Room
Topic: Long term dev plan
Replies: 7
Views: 12710

Re: Long term dev plan

Some additional dev priorities that I'd like to get to: - Better racing controls for both analog sticks and digital pads. I have some ideas, just need to find time to start playing around. - Spruce up documentation and web page. - Add analytics. Given that the user base is much larger than I realize...