Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

I have been trying to get bliss to run in fullscreen on launch. No matter what command line I try it is always windowed. I read somewhere on here that it will open and run in full screen mode, but the command line that user was using is not working for me. The command line I'm using is - bliss.exe -fullscreen "[ROMPath]\[RomFile]" . Shouldn't that open the program in fullscreen or am I missing something? Bliss runs fine outside of game ex, but it is also windowed on start. <_<

Posted
I have been trying to get bliss to run in fullscreen on launch. No matter what command line I try it is always windowed. I read somewhere on here that it will open and run in full screen mode, but the command line that user was using is not working for me. The command line I'm using is - bliss.exe -fullscreen "[ROMPath]\[RomFile]" . Shouldn't that open the program in fullscreen or am I missing something? Bliss runs fine outside of game ex, but it is also windowed on start. <_<

This command line works for me. Are you using the latest version of Bliss? Post your config so we can see what else might be causing it not to run fullscreen.

bliss.exe -fullscreen "[ROMPATH]\[ROMFILE]"

Posted

I think I have it set properly, and yes, I'm using the latest version of bliss. Here is my current config:

[Emulator_5]

Enabled=True

STARTPAGENAME=[Console] Mattel Intellivision (Bliss)

TITLETEXT=Mattel Intellivision

StartPageLogo=[Console] Mattel Intellivision

ROMFilter=

RomPath=M:\Emulators\Intellivision - Bliss2.0.5\Roms

RomsInFolders=

SnapPath=c:\emulators\Mattel Intellivision\Snaps\

TitlePath=c:\emulators\Mattel Intellivision\Titles\

BoxPath=c:\emulators\Mattel Intellivision\Boxes\

CartPath=c:\emulators\Mattel Intellivision\Cartridges\

ManualPath=c:\emulators\Mattel Intellivision\Manuals\

ControlPanelPath=c:\emulators\Mattel Intellivision\Controls\

InstructionsPath=

WorkingPath=M:\Emulators\Intellivision - Bliss2.0.5

MapKeys=True

WaitBeforeKeys=750

SendKeys=%{enter}

ReplaceDash=False

ReplaceUnder=True

Capitals=False

RemoveBrackets=True

ShowDesktop=True

Debug=False

MAPFile=

AlsoLaunch=

Command=bliss.exe -fullscreen "[ROMPATH]\[ROMFILE]"

LaunchBefore=

LaunchAfter=

configFile=[Mapping Off] Exit (Process Close)

ExcludedFiles=

CustomBackground=

PlayMusic=False

DontShowInfo=

PlaySelectionMusic=False

SelectionMusicFolder=

PCGame=False

DATABASE=[Console] Mattel Intellivision

UseDbName=

GamesIn7Zips=False

PlayInScreenSaver=False

ShowMostPlayed=True

RandomMostPlayed=True

CDCheck=False

CDCheckFile=

CustomArtName1=

CustomArtPath1=

CustomArtName2=

CustomArtPath2=

CustomArtName3=

CustomArtPath3=

[GENERAL]

DumbyValue=

Posted

In your setup, %{ENTER} is being sent in the SendKeys setting. This is basically doing the same thing that the -fullscreen switch is doing. My guess is that you're telling it to run fullscreen by command-line and then turning it off with %{ENTER}. Remove the %{ENTER} from your setup and see if that helps.

Posted
In your setup, %{ENTER} is being sent in the SendKeys setting. This is basically doing the same thing that the -fullscreen switch is doing. My guess is that you're telling it to run fullscreen by command-line and then turning it off with %{ENTER}. Remove the %{ENTER} from your setup and see if that helps.

Well, Thank you Sir !

That did the trick, and all is well ;)

Guest
This topic is now closed to further replies.
×
×
  • Create New...