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

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted
  Brian Hoffman said:
can yoube more descriptive of what it does... The only thing gameex has a hard time loading are programs that arent command line friendy like launchers.

It allows you to point to one or more files, execute them in sequence, wait for windows or programs to start, and detect when they end, or kill them when pressing escape.

An example: I want to run a certain windows game (Red Alert 2, for example) on my machine. I have imaged the cd's, so now I have the disc images on my PC. Inside Unirun I create a profile, which does the following:

- unload any images

- load the ra2 image

- check if the ra2 image has loaded

- launch the ra2.exe file

- wait until ra2. exe has ended

Nothing you couldn't do with a batch file, this is just easier, and looking for files or processes that started is a bit hard from a command prompt :-)

I could also use it for running a certain game in a certain emulator (this part is not totally fleshed out yet, as Unirun itself doesn't accept command line parameters yet, but that's a breeze to add). You could, for example, set up Unirun like this:

- start an emulator with specific parameters in a specific format (as you know some emulators need additional spaces, quote characters, etc.)

- pass the name of the rom file

- check for either emulator start or the existence of a specific window

- switch to that specific window

- check the emulator, or kill the emulator if the esc key is pressed

There's still a little work to do, but in the end it will look something like:

Unirun RA2

Unirun Meka %p1

Unirun Meka "Alex Kid"

... and similar things.

It's simple, stupid, and probably very easy to turn into a 'real' frontend (though never as nice as Gamex, and I have no intention to do so) but it sometimes comes in handy.

Of course, it's a work in progress, but the remainder isn't much.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...