Next Generation Emulation banner

The Ideal Epsxe Frontend??

15901 Views 69 Replies 12 Participants Last post by  Hard core Rikki
i've searched day and night for the ultimate espsxe frontend..
all i found were all small frontends.. tiny applications with little information and offered very little outside of epsxe's own gui...

so i wanted to see i anyone was interested in developing a proper fullscreen full fledged frontend for epsxe.. i've drawn a composite (in mspaint lol) that shows what i think a great ps1 frontend would look like..

Among its features:

- Full Screen GUI Support
- User Defined Cover Art For Each Game
- User Defined Screenshots for Each Game
- User Defined Description for each game (synopsis, genre, developer, year released, country of origin)
- Configure Location of ISO (e.g. c:\isos\ghost in the shell\gits.bin)
- Navigate GUI with gamepad (DirectInput Support) (perfect for users of PS1 control adapters)
- Launch epsxe with parimeters you set in the configuration menu
- Built In ISO ripper ala PSXeven (http://batard.psxfanatics.com/)
- User Definable Interface (like a wallpaper)

The inspiration?

I (and many others) have a very large collection of original (NOT bootleg games) a lot them are rare or imports.. Some i dont want to be handled too much, like lunar, arc the lad, vandal hearts, rhapsody.. etc for fear of them getting scratched.

It would be much more convenient to rip all your games to ISO and run them from your computer connected to the tv (tv out) and then using the PS1 control to navigate the interface.. Sure beats sitting down and clickin around and playing on a monitor! Play the games the way they were meant to be played...

good idea or no? anyone up to the task?

my personal amateur concept art below:

See less See more
41 - 60 of 70 Posts
Samor said:
hmm... you mean he's admin and you're mod?
correct.

Anyway, did you people talk about that particular ban?
usually we do, but not for this one. either moomoomoo just thinks he's better than us or went into an outrage or both.
ok lets get back on topic, anyone have any more feature reccomendations for this frontend?
would anyone else like to take up the project?
hairybudda is back, you can PM him or something. maybe ask him for his MSN or something more personal so you donthave to rely on the board?
i'm not relying on the board to get in touch with him
i'm relying on the board to find a new developer.

i thought that was pretty obvious
If i can get the source of what hairybudda already has, Ill pick up and do some things with it. However, im not going to be able to have it fully working by myself (im hoping hairybudda and i can partner together)
Hmm, I seem to have upset a few people in this thread, so if you get the source and send it to me I'll help out. Consolation if you will.
i wrote him back a few weeks ago and he replied:

Killed it, reformatted my computer, and I'm still banned at
NGEmu = no project
Sorry dude


i'm not sure those mockups he made were even real...
alas its back to square one
A front end like that would be perfect for my HTPC setup!
SPK8000LG said:
A front end like that would be perfect for my HTPC setup!

agreed! thats actually what inspired this project for me at least. for people who have HTPCs or in the very least people who have an s-video out on their video card.
As far as configuration goes, are you wanting game specific settings? or will 1 set of settings for all games be ok.
Specific settings. I was thinking ant ePSXeCutor open sorce? if so wouldnt it not be easyer to start with that?
I don't believe ePSXeCutor is open source.
game specific settings seems to be the best option
I like setups like that . .. although with mame at least it can search for what the zip files are named and populate your game lists easily. Too bad I'm not really a programmer but I never mind working a lil to try and mimic the same idea. So I take my poor poor html skills . .lol and instead of vb, c++ or whatever I try to accomplish the same look with an html page >_<

http://users3.ev1.net/~amfest/bakaloader.jpg

Yes it's silly but hey it works for me. I just have the launch point to a shortcut file I setup with the command line options I want. Looks really ugly right now though :( but oh well. Wish I knew more about c++ or something but I've only done simple console stuff with c++ and have never messed with vb :(. I don't really mind having to open up and manually edit things. lol. But it'd be nice if someone would make an actual frontend that looked like it.
See less See more
haha thats pretty neat, the only problem is you cant use a gamepad to navigate a webpage :p

a program would probably be a lot easier to handle adding games and such. editing defaults seettings, setting game cover jpeg, setting screen shots jpeg... etc.

=P
Ive been tinkering getting something setup in Visual Basic 6 (i think moomoomoo may help also, ill let him decide). Right now, it doesnt do anything (and probebly wont be ready for an actual release for a while), but ive been doing a lot of GUI work to make sure everything looks good on different resolutions. There is also some customlazation things (sp), mainly just background color (no pics yet). I usually have a semi updated build at http://gameman733.serveftp.com/launcher.exe if you want to have a look around and make suggestions, just keep in mind that most stuff wont be working.
favian said:
haha thats pretty neat, the only problem is you cant use a gamepad to navigate a webpage :p

a program would probably be a lot easier to handle adding games and such. editing defaults seettings, setting game cover jpeg, setting screen shots jpeg... etc.

=P
Actually you can setup a controller to navigate your computer and such as having the analog become your mouse cursor and such. You can also setup joypad keys to change your config for different applications or games. Try out a lil program called joytokey. I suggest using the analog stick buttons since alot of games don't actualy use that. You could push in one stick button to change to a profile setting config then push any other button to get to different configs :p. And if I knew a lil more I could techinally make a form that writes to a file therefore I would be able to add games and such. About the only thing that wouldn't work would be the shortcut files ..but then I could just make them batch files instead and write to those also. Maybe I should start up flash again . .I believe it could do it . .I already have it installed though I believe anything you write to would have to be in a certain folder due to security risks.
See less See more
gameman733 said:
Ive been tinkering getting something setup in Visual Basic 6 (i think moomoomoo may help also, ill let him decide). Right now, it doesnt do anything (and probebly wont be ready for an actual release for a while), but ive been doing a lot of GUI work to make sure everything looks good on different resolutions. There is also some customlazation things (sp), mainly just background color (no pics yet). I usually have a semi updated build at http://gameman733.serveftp.com/launcher.exe if you want to have a look around and make suggestions, just keep in mind that most stuff wont be working.
it looks pretty neat so far. :p
amfest said:
Actually you can setup a controller to navigate your computer and such as having the analog become your mouse cursor and such. You can also setup joypad keys to change your config for different applications or games. Try out a lil program called joytokey. I suggest using the analog stick buttons since alot of games don't actualy use that. You could push in one stick button to change to a profile setting config then push any other button to get to different configs :p. And if I knew a lil more I could techinally make a form that writes to a file therefore I would be able to add games and such. About the only thing that wouldn't work would be the shortcut files ..but then I could just make them batch files instead and write to those also. Maybe I should start up flash again . .I believe it could do it . .I already have it installed though I believe anything you write to would have to be in a certain folder due to security risks.

yeah i know about joy2key.. the problem with joy2key for me.. is its good for navigating an interface.. but once you get into the actual emulator you'll run into problems with the emulator's joystick settings conflicting with joy2key. i've never really had any real success with it :(
41 - 60 of 70 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top