another yes for widescreen mode.
also when extras are show as pictures, the larger image (box covers for example) should auto-resize in scale to the smaller screenshot resolution.
at the moment the extras get cropped.
this is when custom sizes are used (not 320x200)
Welcome to the Gamebase 64 forums. An attempt to document ALL Commodore 64 gameware before it's too late!
GB v1.4 Feature requests
Moderator: Jimbo
- Gentlegamer
- New Member
- Location: United States of America
Post
When the project starts up again, I have a request.
May we have a Game Info field for "System" or "Console" . . ? I use a single Gamebase for all the consoles I'm emulating. There is no field for System, so I cheat and put the system's name in the Publisher field, and then create filters that sort the system using the Publisher field. It would be nice if it had its own real field so I could make use of the Publisher field as intended.
May we have a Game Info field for "System" or "Console" . . ? I use a single Gamebase for all the consoles I'm emulating. There is no field for System, so I cheat and put the system's name in the Publisher field, and then create filters that sort the system using the Publisher field. It would be nice if it had its own real field so I could make use of the Publisher field as intended.
- Underfly
- Keen Member
Post
Uploaded with ImageShack.us
Still waiting on been able to add keywords to games, for now I worked out an alternative with the filters also.
I just enter the console or system name in the Comment field at the bottom, then can list games from a certain console/system in the filters area.Gentlegamer wrote:When the project starts up again, I have a request.
May we have a Game Info field for "System" or "Console" . . ? I use a single Gamebase for all the consoles I'm emulating. There is no field for System, so I cheat and put the system's name in the Publisher field, and then create filters that sort the system using the Publisher field. It would be nice if it had its own real field so I could make use of the Publisher field as intended.
Uploaded with ImageShack.us
Still waiting on been able to add keywords to games, for now I worked out an alternative with the filters also.
- Hooded_Claw
- New Member
- Location: United Kingdom
Post
Would it be possible to be able to download meta data for the games from the many online gaming databases? I see this in many game browsers like 'Game Collector' and think its great. I'd like to see this added into the next Gamebase.
- .mad.
- Honoured Member
- Location: Lancashire
Post
some emu config files are not editable with the current gamebase commands.
gamebase could do with a Set_INI_ITEM
Set_INI_Item(1||Control||JoystickPort||2)
so we can have the following effect in the INI file: -
[Control]
JoystickPort 2 ( without = )
we can't select the [control] part of the config using Set_CFG_Item
---
some other config files have the same name duplicated.
disk - setting for 1st disk
disk - setting for 2nd disk
is there a way of detecting the order of the DISK line, so this command would work.
without overwiting the first disk setting with the second.
Set_CFG_Item(%emupath%\configfile||disk|| ||%emupath%\boot.dsk)
Set_CFG_Item(%emupath%\configfile||disk|| ||%emupath%\game.disk)
this would be a great help for emulators without command lines.
Come on Jimbo!, we need you.
gamebase could do with a Set_INI_ITEM
Set_INI_Item(1||Control||JoystickPort||2)
so we can have the following effect in the INI file: -
[Control]
JoystickPort 2 ( without = )
we can't select the [control] part of the config using Set_CFG_Item
---
some other config files have the same name duplicated.
disk - setting for 1st disk
disk - setting for 2nd disk
is there a way of detecting the order of the DISK line, so this command would work.
without overwiting the first disk setting with the second.
Set_CFG_Item(%emupath%\configfile||disk|| ||%emupath%\boot.dsk)
Set_CFG_Item(%emupath%\configfile||disk|| ||%emupath%\game.disk)
this would be a great help for emulators without command lines.
Come on Jimbo!, we need you.
- .mad.
- Honoured Member
- Location: Lancashire
Post
Calling Jimbo...
Please HELP!.
Is there an easy way to change the Extras window splitter,
to a vertical scroller bar.
Looking at the code in VB6.
It looks like the bar is called PicSplitter.
I could really do with this, as the next project has 168 extras.
Please HELP!.
Is there an easy way to change the Extras window splitter,
to a vertical scroller bar.
Looking at the code in VB6.
It looks like the bar is called PicSplitter.
I could really do with this, as the next project has 168 extras.
- .mad.
- Honoured Member
- Location: Lancashire
Post
Don't pay any attention to the ramblings of a .mad. man.
i didn't add enough extras, so i could not see the invisible scroll bar.
Thanks for looking at the code, maybe you got a feel for an update.
It's me who's missing something...Jimbo wrote:I've just tried it .mad. and it already has a scrollbar if the items don't fit... or am I missing something?
Don't pay any attention to the ramblings of a .mad. man.
i didn't add enough extras, so i could not see the invisible scroll bar.
Thanks for looking at the code, maybe you got a feel for an update.
- Underfly
- Keen Member
Post
I've given my gamebase.exe file a great enhancment, using the available source code of course for my personal perference, given mine a completely nicer skin/theme, full support for soft fonts now, better compatibilty with Windows 7 themes, and many features requested here I just did myself.
Only getting issues with video support and screenshot animation at the moment due to my lack of experience in VB6, but wondering if we can upload are own version of gamebase.exe here to people that just can't wait for a new version.
Also adding photos and more details in for the Coder/Programmer and Artist would be nice, and not just focusing on the musicians...
Only getting issues with video support and screenshot animation at the moment due to my lack of experience in VB6, but wondering if we can upload are own version of gamebase.exe here to people that just can't wait for a new version.
Also adding photos and more details in for the Coder/Programmer and Artist would be nice, and not just focusing on the musicians...
- .mad.
- Honoured Member
- Location: Lancashire
Post
Maybe you could help ironing out some of the more annoying bugs.
1) if you add a screenshot, then delete the file.
Gamebase will crash.
2) when adding a game from a folder, the first zip file is always automatically extracted.
This would be better if it waited for a mouse click or ENTER to be pressed over the file.
as having a folder of ISO's takes an age to add a new game.
as it always extracts the file you don't want first.
---
i did tweak my copy to have 32x32 icons in the tabs, but as far as my vb6 goes.
Please upload, i would love to try it out.Underfly wrote: wondering if we can upload are own version of gamebase.exe here to people that just can't wait for a new version.
Maybe you could help ironing out some of the more annoying bugs.
1) if you add a screenshot, then delete the file.
Gamebase will crash.
2) when adding a game from a folder, the first zip file is always automatically extracted.
This would be better if it waited for a mouse click or ENTER to be pressed over the file.
as having a folder of ISO's takes an age to add a new game.
as it always extracts the file you don't want first.
---
i did tweak my copy to have 32x32 icons in the tabs, but as far as my vb6 goes.
- millansoft
- Keen Member
Post
Please, maybe is fixable (dont have idea about how much complex is) the "Play Game button is disabled (grayed out) if your Windows 7/8 account isn't Administrator" is a bit anoying, anyway just asking not complaining
Return to “The GameBase Frontend”
Who is online
Users browsing this forum: No registered users and 1 guest