NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GameZone v
1 2 3 4 5 6 Next »
GameZone 2.9 wishlist

 
  • 0 Vote(s) - 0 Average
GameZone 2.9 wishlist
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#11
2008-10-08, 08:39 AM
Dava,

If you add your main directory for the mame roms and say call it roms, then ass another rompath which points to you folder with all your light gun games and call it say lightgun. When you go into mame you should see two folders one called roms the other called lightgun. does that not help?

Cheers
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#12
2008-10-09, 03:36 AM
Quote:I assume you mean the menybuttons which dont wrap unfortunately I rely on wizuiutilities for the menubutton creation and last time I chaecked Wiz had not included wraparound in his DLL :-(
Attached is a WizUiHelper.DLL that provides an AutoWrap property to the WizUiButtonList. I have not released this version yet, but it should be fully compatible with prior versions. At the point you create the buttonlist, simply set AutoWrap=true;
Dava
Offline

Member

Posts: 172
Threads: 20
Joined: Oct 2006
#13
2008-10-09, 05:22 AM
idkpmiller Wrote:Dava,

... then ass another rompath which points to you folder...

Cheers

I have never assed a rompath before, but that sounds exactly what I was looking for, I will try it. Thanks.Big Grin
[SIZE="1"][COLOR="Navy"]___________________________________________________________________________________________
Main HTPC:GBPVR 1.4.7, XP, Gigabyte 780G, X2 4450e, 2GB, HD3200(not) , MSI Nvidia 8600GTS
,2 x WinTV PVR-USB2, Videomate S350.
Clients: P4 2.8GHz-1GB RAM-XPpro, ATI 9550, MVP.[/COLOR][/SIZE]
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#14
2008-10-09, 05:39 AM
damn my eyesight, I'm partially blind which is why you will see I disappear for a while when my sight is really bad and then return when I can see enough to produce code that may work.

But to be honest "ass" and rompaths seems to work well to me. perhaps with a prefix of "Pain in the" Big Grin
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#15
2008-10-09, 05:41 AM
JavaWiz Wrote:Attached is a WizUiHelper.DLL that provides an AutoWrap property to the WizUiButtonList. I have not released this version yet, but it should be fully compatible with prior versions. At the point you create the buttonlist, simply set AutoWrap=true;

JW, you are the man!
I will implement this in GZ 2.9 as I must admit its been a pet peev of my own, amazing how the simple things in life can become so important Big Grin
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
Dava
Offline

Member

Posts: 172
Threads: 20
Joined: Oct 2006
#16
2008-10-13, 08:39 AM
This worked a treat, I made a supposition that each emu had to have just 1 path but this functionality is great.
[SIZE="1"][COLOR="Navy"]___________________________________________________________________________________________
Main HTPC:GBPVR 1.4.7, XP, Gigabyte 780G, X2 4450e, 2GB, HD3200(not) , MSI Nvidia 8600GTS
,2 x WinTV PVR-USB2, Videomate S350.
Clients: P4 2.8GHz-1GB RAM-XPpro, ATI 9550, MVP.[/COLOR][/SIZE]
5l4k3r
Offline

Junior Member

Posts: 45
Threads: 2
Joined: Dec 2007
#17
2009-01-02, 01:53 PM
idkpmiller Wrote:I am looking for any suggestions for GameZone 2.9

I was going to virtualise the whole thing and allow multiple instances of GameZone with user set names to be run, however this has hit a dead end in that I cannot determine the name of the dll file that is being run from within the dll itself, normally you can but not it would seem as a plugin.

So far I know of:

1. SMS like key support needs fixing
2. Dosbox may need some work
3. Images for files shown in the filelist - will be done as part of v3.0
4. Menubutton order up down selection fix required. - Done
5. Main menu wraparound - Done
6. Xtraemulators support using the display nane of the selected file (used in Final Burn Alpha) - Done




And thats all.

If that is it it would seem that I should just look at doing a minor version uppdate as its only bug fixes no additional features.

Give me your ideas and I will see what I can do.

Cheers

It would be nice if when you back out of a rom directory, it would remember which system you were on. Kind of like what was discussed in http://forums.nextpvr.com/showthread.php?t=39648 .

Also would be nice (if possible) to back out only one screen when hitting the Esc. button. An example would be backing out from the roms screen to system screen with one press of Esc, then from system screen out of the plugin with another press, instead of all the way out of the plugin from the roms screen.

Thanks much!
Be Different... Just Like EVERYONE Else!
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#18
2009-01-02, 11:43 PM
Currently GameZone doesn't handle the ESC key so hence why you see what you do; which is that GBPVR is actually acting on the ESC key rather than GameZone. Therefore the feature you are after is to implemnt the "back" action by using the ESC key, does that sound correct?

Cheers
.
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
5l4k3r
Offline

Junior Member

Posts: 45
Threads: 2
Joined: Dec 2007
#19
2009-01-03, 12:29 AM
idkpmiller Wrote:Currently GameZone doesn't handle the ESC key so hence why you see what you do; which is that GBPVR is actually acting on the ESC key rather than GameZone. Therefore the feature you are after is to implemnt the "back" action by using the ESC key, does that sound correct?

Cheers
.

Yes, that sounds exactly like what I'm after. Smile
Be Different... Just Like EVERYONE Else!
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#20
2009-01-03, 05:21 AM
Let me know how this works for you, report back any issues as I have only don very basic testing.

Cheers
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Nes Roms won't show up in gamezone Red46 1 112,094 2010-01-21, 12:29 AM
Last Post: Red46
  GameZone Not Opening ViperDragon 18 20,906 2009-08-15, 10:43 AM
Last Post: whurlston
  Missing GameZone Menu JasonMaggini 1 9,920 2009-06-02, 04:22 AM
Last Post: idkpmiller
  Gamezone .xml for Mayhem3 5l4k3r 2 10,939 2009-01-14, 09:31 PM
Last Post: 5l4k3r
  GameZone 2.9.5 idkpmiller 10 17,589 2009-01-10, 01:10 AM
Last Post: 5l4k3r
  Gamezone goes back to main menu grangeomatic 3 10,802 2009-01-03, 11:27 PM
Last Post: idkpmiller
  GameZone 2.9.2 released on wiki idkpmiller 3 11,251 2008-12-04, 04:59 AM
Last Post: ViperDragon
  GameZone 2.9.1 released on wiki idkpmiller 2 5,348 2008-11-08, 11:04 PM
Last Post: idkpmiller
  Gamezone 2.8 install Start to Finish divinehammer 21 13,747 2008-11-04, 08:21 PM
Last Post: johnsonx42
  Gamezone 2.9 idkpmiller 4 5,813 2008-11-03, 08:26 AM
Last Post: idkpmiller

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode