PS1/2 Emulator WiiStation - Another Fork of WiiSXRX released

  • Thread starter Thread starter xjsxjs197
  • Start date Start date
  • Views Views 692,585
  • Replies Replies 3,261
  • Likes Likes 70
Hello @Jokippo
I noticed that in this version, the sound of driver 2 music is missing sound channels and popping.
previous versions are perfect.
Any solution?

View attachment 389004


I discovered the sound problem in driver 2, my savestate was from very old versions, and this bug the game
 
okay okay I seem new to wiiflow hahahaha. I did not realize that you can do through the "arguments" line in the new plugin to select the games that should be launched automatically with the interlazed option activated: tobal 2, ergheiz, tekken 3... logically we must create another plugin and in that line include this: arguments={device}:/{path}|{name}|Interlaced = 1
When launching the game, the game automatically comes out with the interlaced option activated. and the other games run automatically without the interlaced option activated.
Now... could you close each game and return to wiiflow by pressing two buttons at the same time, for example start and select (I use a ps2 controller with a gamecube adapter)? Could you put a new line in settingsRX2022.cfg so that each one can choose with which combination of buttons they exit each game automatically without having to enter the menu?
Another route could be the ability to save per game configurations (named like the game) and auto load them at the game launch. This way it could work with or without wiiflow
 
@Jokippo

(Also pinging @niuus cause he possibly wanted a permanent fix for this big bug that plagued all WiiSX/-R/-RX/WiiStation)

I finally made a permanent fix for the bug that the Dithering setting doesn't get saved when modified, even if you clicked in "Save settings" several times.

I have robustened the code for handling the Dithering setting saving/loading, so it now should work as it should be.

Hope this gets taken care. See ya!
https://github.com/Jokippo/WiiSXRX_2022240p/pull/3

Screenshot_20230823-194102_Chrome.jpg
 
Last edited by SaulFabre,
Good morning,

First of all, thank you for this emulator,
I really take to plead to replay on the wii my games of yesteryear (Descent, Moto Racer, ...)

Do you think it is possible to add video processing improvements:
- Texture filtering (Bilinear, ...)
- Increased resolution
- ...

Thank you
 
Another route could be the ability to save per game configurations (named like the game) and auto load them at the game launch. This way it could work with or without wiiflow
This feature (which I asked long ago) would be more than nice: if you can set global settings and per-game settings (if they're diffrent from global - like USB Loader GX), then you can froget which game wants which settings - all that 240p stuff, controllers, 16:9/4:3 mode (yes, some games supports 16:9) etc.

Just - select game and play, all other things would be done automatically by emulator...
 
My Dithering setting saving fix was merged officially:
https://github.com/Jokippo/WiiSXRX_2022240p/commit/4015b22ddeef11f5cd490f1a52c2acae6e5a37de (on Jokippo's mod repo)
https://github.com/xjsxjs197/WiiSXRX_2022/commit/31a847bf5070c9c5c0c9922d0c338569ba93bdb8 (on xjsxjs197's repo)

Now, when a new WiiStation version is released after this commit, you're able to save the Dithering setting correctly, and the emulator will load your last saved Dithering setting the next time the emu starts.
This means: if you select Dithering as "Always" and you save the settings, next time the emulator will load your saved settings for Dithering and will choose "Always" because you saved the Dithering setting as "Always".

Cool, no? :)

Oh, and you can also edit the settingsRX2022.cfg file manually for change the dithering, too.
The valid values for Dithering setting (Dithering = ) are:
  • 0 = no dithering (None)
  • 1 = default setting (Default); by default, WiiStation doesn't enable dithering (performance reasons)
  • 2 = always use dithering (Always)
So, for enable Dithering, you'll need to change the setting Dithering to 2 (Dithering = 2)

1692883820362.png


- Increased resolution
The emulator since forever had rendered the games in the highest resolution possible by the Wii console (640x480 i think...)

- Texture filtering (Bilinear, ...)
@Jokippo already added those filters to WiiStation in his mod (bilinear, trap, deflicker filters).

okay okay I seem new to wiiflow hahahaha. I did not realize that you can do through the "arguments" line in the new plugin to select the games that should be launched automatically with the interlazed option activated: tobal 2, ergheiz, tekken 3... logically we must create another plugin and in that line include this: arguments={device}:/{path}|{name}|Interlaced = 1
When launching the game, the game automatically comes out with the interlaced option activated. and the other games run automatically without the interlaced option activated.
@0arsoluto

Now not just Interlaced mode, haha. Since i fixed Dithering setting saving, you can also use the argument Dithering = 2 for force enabling Dithering, for some PS1 games. (Silent Hill, I'm looking at you!)

An example of arguments for boot a PS1 game on WiiFlow but with Dithering forced-enabled:
arguments={device}:/{path}|{name}|Dithering = 2
We also must make a new plugin with these arguments for games which require Dithering for work correctly? Lol.
(btw, we still need to wait for a new release of WiiStation that include my new fix)
 
Last edited by SaulFabre,
The emulator since forever had rendered the games in the highest resolution possible by the Wii console (640x480 i think...)

@Jokippo already added those filters to WiiStation in his mod (bilinear, trap, deflicker filters).
Wiistation uses a software renderer so it only renders at the native psx resolution. The bilinear filter is over the whole frame buffer so polygon textures are not filtered separately.
 
Added some GunCon support, and fixed audio bug in FF8 battle transition.

https://github.com/Jokippo/WiiSXRX_2022240p/releases/tag/v2.4-240pV12

When the GunCon option is selected, any wiimote set to one of the 2 psx slots will function as a GunCon. Keep in mind that games often require the GunCon to be in slot 1, and that you will have to configure the right buttons on the wiimote.

There is no Konami Justifier support yet.
 
Last edited by Jokippo,
Added some GunCon support, and fixed audio bug in FF8 battle transition.

https://github.com/Jokippo/WiiSXRX_2022240p/releases/tag/v2.4-240pV12

When the GunCon option is selected, any wiimote set to one of the 2 psx slots will function as a GunCon. Keep in mind that games often require the GunCon to be in slot 1, and that you will have to configure the right buttons on the wiimote.

There is no Konami Justifier support yet.
@Jokippo

Thank you so much for this great update and addition!

Just tested Time Crisis and Resident Evil Survivor with Lightgun (GunCon) input and it's working just fine! (Even when it needs a little more adjustment but it's very playable.)

Let's cross the fingers for also getting Konami Justifier emulation to be added in the future to WiiStation :)
Post automatically merged:

@Jokippo a small issue to report with Lightgun support.

When i use "Force 16:9" screen mode, the emulated lightgun input of the game doesn't follow correctly the lightgun cursor.
On 4:3 or 16:9 screen modes the emulated input follows correctly the lightgun cursor.
Any clues in this?
 
Last edited by SaulFabre,
When i use "Force 16:9" screen mode, the emulated lightgun input of the game doesn't follow correctly the lightgun cursor.
On 4:3 or 16:9 screen modes the emulated input follows correctly the lightgun cursor.
Any clues in this?
Yeah I will need to fix that. Thanks for testing.
 
Yeah I will need to fix that. Thanks for testing.
I'll wait :)
Many thanks again for Lightgun support, you're amazing :)

Btw, i'm also trying to merge xjsxjs197's new changes to your mod here: https://github.com/Jokippo/WiiSXRX_2022240p/pull/4

Also, if you don't mind, can i ask you another suggestion for WiiStation: would you accept the challenge for adding proper emulation of the PS1 Multitap to WiiStation? This thing allowed for a max of 4 players to be played in the PS1, and some various games make use of it. And when i say "proper", i also mean that we would also want an option for disable it, or connect virtual multitap to Port 1 (Crash Team Racing), or Port 2 (S.C.A.R.S., etc.)

Thanks a lot for this :)
 
Added some GunCon support, and fixed audio bug in FF8 battle transition.

https://github.com/Jokippo/WiiSXRX_2022240p/releases/tag/v2.4-240pV12

When the GunCon option is selected, any wiimote set to one of the 2 psx slots will function as a GunCon. Keep in mind that games often require the GunCon to be in slot 1, and that you will have to configure the right buttons on the wiimote.

There is no Konami Justifier support yet.

This is incredible news! Thank you very, very much. Been waiting so much for this to happen. And it works like a charm (tested Time Crisis and Judge Dredd so far). Wow!
 
Can anyone point me to the best configuration? now there are too many options and I'm not sure what they do, and what is the best game format to use?
 

Attachments

  • 20230828_175308.jpg
    20230828_175308.jpg
    772.3 KB · Views: 67
Last edited by zigoraty,
  • Like
Reactions: SaulFabre
Added some GunCon support, and fixed audio bug in FF8 battle transition.


When the GunCon option is selected, any wiimote set to one of the 2 psx slots will function as a GunCon. Keep in mind that games often require the GunCon to be in slot 1, and that you will have to configure the right buttons on the wiimote.

There is no Konami Justifier support yet.
Thank You so much for doing this for us. I'm gonna get right on testing this.

What about the playstation mouse? is that a possibility?
There were over a hundred playstation games that utilized the mouse, while only around thirty that used the light gun.
 
Guncon is working great so far, but the cursor is a little off. The cursor seems to be a little bit lower of where youre actually shooting. Tested multiple games.
 
Guncon is working great so far, but the cursor is a little off. The cursor seems to be a little bit lower of where youre actually shooting. Tested multiple games.
You are right, after calibrating using the ingame calibration screen, the target lines up, but by default the target was off by 25 pixels. This is fixed in the next version, as well as the 16:9 problem.
 
Can anyone point me to the best configuration? now there are too many options and I'm not sure what they do, and what is the best game format to use?
By default, i recommend enabling the "Interlaced" option, disable "Dithering" (set it to "None"), and turning off the "Show FPS" option.
If the games you play goes slow, then you can try enabling "Frame Skip".
You can click in the "Screen Mode" option (the 4:3 one) for switch between 4:3, 16:9 (only menu) and Force 16:9 (on menu and game).

The best game format you can use are BIN/CUEs, but you can also use ISOs.
Post automatically merged:

What about the playstation mouse? is that a possibility?
There were over a hundred playstation games that utilized the mouse, while only around thirty that used the light gun.
@Jokippo Same question but for the PlayStation multitap.
Like the Mouse, the Multitap is used on over a hundred games for the PS1 (Crash Team Racing, Captain Commando, S.C.A.R.S., Bomberman Party Edition, etc.)
 
Last edited by SaulFabre,
By default, i recommend enabling the "Interlaced" option, disable "Dithering" (set it to "None"), and turning off the "Show FPS" option.
If the games you play goes slow, then you can try enabling "Frame Skip".
You can click in the "Screen Mode" option (the 4:3 one) for switch between 4:3, 16:9 (only menu) and Force 16:9 (on menu and game).
In the "select CPU core" option, between Interpreter and Dynarec, should I always use Dynarec ?

Also could you explain to me the option deflicker and trap filter?
 

Site & Scene News

Popular threads in this forum