..:: PCSX2 Forums ::..

Full Version: Games Launch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Firstly I apologize for my poor english. (I’m french)

So I'm using ICE (http://scottrice.github.io/Ice/) to run my games through steam.

Is it possible to launch the game with steam but a full launch (with the ps2 intro) I don't wan't a quick launch when i'm launching my game through steam.

Why? Because during a quick launch some of my games are in english by default and when a "complete launching" (with the ps2 intro) my games are in french by default.


So is it possible to configure how my game will be launch? by default a full launch.


Thanks for your reply :-)
By full launch, do you mean the full boot function ? If yes, I don't think there is any way to override the language settings rather than using full boot.
Yes I want to configure a full boot by default. It's not possible to configure that? I have to launch manually a full boot by myself?
You have to find the command line arguments of pcsx2 in your steam account. Add '--fullboot' without the '.

Using the example configuration from the ICE webpage:
Code:
[PCSX2]
location=C:\Emulators\PCSX2\pcsx2.exe
command=%l %r
needs to be adjusted to:
Code:
[PCSX2]
location=C:\Emulators\PCSX2\pcsx2.exe
command=%l %r --fullboot

or something like that...
thanks it works fine!