English Amiga Board


Go Back   English Amiga Board > Other Projects > project.MAGE

 
 
Thread Tools
Old 25 August 2018, 16:26   #1121
Viceroy
Registered User
 
Join Date: Jul 2006
Location: Sunderland
Posts: 946
Great thanks ;-)
Viceroy is offline  
Old 26 August 2018, 14:50   #1122
OsabaKoldo
Basic english level
 
OsabaKoldo's Avatar
 
Join Date: Apr 2018
Location: Spain
Age: 58
Posts: 19
Great DamienD!!!

Quote:
Originally Posted by zodiac View Post
Hi Damien,

Thanks for this wonderful collection!! Are you aware of anyway I can update config files to specify full screen on a second monitor?

WinUAE is getting close to being a total front end solution, thanks Toni!
You can create a new Host file with your personal graphics settings. The DamienD´s configuration files
are fullscreen so in your case only must change the monitor. Try this:

- Create a text file called "Second monitor.uae" and copypaste these lines:

config_description=
config_hardware=false
config_host=true
gfx_display=2

- Copy the file to \WinUAE\Configurations\Host folder.
- Open WinUAE and follow mi screencapture settings.

Done. When you doble click a game, the second monitor and all the DamienD´s settings will be used.
You can add more lines to the file to personalize your graphic settings (no scanlines, use filters, etc.)
This method works for me, i hope works for you.

Click image for larger version

Name:	Second monitor.png
Views:	262
Size:	37.3 KB
ID:	59541
OsabaKoldo is offline  
Old 26 August 2018, 15:01   #1123
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Thanks for posting this OsabaKoldo

...I totally forgot about the option to create a new / customised file under \WinUAE\Configurations\Host
DamienD is offline  
Old 26 August 2018, 18:45   #1124
zodiac
Registered User
 
Join Date: Aug 2018
Location: USA
Posts: 167
OsabaKoldo,

Wow, thanks so much for this! I had figured out to change all the config files via the gfx_display, but that brought another issue where I couldn't update conmfig files that didn't already have an existing setting.

I like to utilize full screen and then scale the image 2.5x. Toni mentioned this in another thread so I tried it and it worked beautifully.

Your solution will help me add those settings to a single config. Thanks so much!
zodiac is offline  
Old 26 August 2018, 18:52   #1125
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by zodiac View Post
Wow, thanks so much for this! I had figured out to change all the config files via the gfx_display, but that brought another issue where I couldn't update conmfig files that didn't already have an existing setting.
For inserting / deleting lines you need to use UltraEdit

Unlike NotePad++, you can grab a few lines of text and then replace the block of text

...so as an example, if you wanted to add "scanlines" to this config:

Code:
gfx_display=0
gfx_framerate=1
gfx_width=720
gfx_height=568
gfx_width_windowed=720
gfx_height_windowed=568
gfx_width_fullscreen=720
gfx_height_fullscreen=576
gfx_refreshrate=0
gfx_vsync=false
gfx_lores=false
gfx_linemode=double
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso=false
gfx_center_horizontal=none
gfx_center_vertical=smart
gfx_colour_mode=32bit
gfx_blacker_than_black=false
gfx_api=direct3d
gfx_filter_horiz_offsetf=-250.000000
gfx_filter_autoscale=none
...you would then add the extra line in like this and replace the block of text:

Code:
gfx_display=0
gfx_framerate=1
gfx_width=720
gfx_height=568
gfx_width_windowed=720
gfx_height_windowed=568
gfx_width_fullscreen=720
gfx_height_fullscreen=576
gfx_refreshrate=0
gfx_vsync=false
gfx_lores=false
gfx_linemode=double
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso=false
gfx_center_horizontal=none
gfx_center_vertical=smart
gfx_colour_mode=32bit
gfx_blacker_than_black=false
gfx_api=direct3d
gfx_filter_horiz_offsetf=-250.000000
gfx_filter_scanlines=50
gfx_filter_autoscale=none
Anyway, you're sorted now so
DamienD is offline  
Old 26 August 2018, 23:21   #1126
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
Or do what I've done. Have a 2nd copy of every config file. 1st set of configs with scanlines. And 2nd set of configs without scanlines and without led lights.
ransom1122 is offline  
Old 30 August 2018, 23:55   #1127
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
...time for a small update

In regards to the game Deep Core, for years I've been using the trained / verified .ADFs (after reading various threads plus it's also what my friend Belgarath uses in GameBase Amiga).

...but after the recent discussions that occurred in this thread Deep Core issues, I tested myself and couldn't get it to work reliably without numerous intermittent, crashes

Anyway, there is now an "unofficial" . IPF set available and from investigating further I couldn't get this to crash

Ok, so there's no trainer but just use the inbuilt cheats which I've put in the <gamedir> and can easily be accessed by right-clicking in title bar of the "Boxart" panel and selecting "Open Game Folder":



So, please do the following:
  • Delete the directory "C:\WinUAE\Games\Deep Core".
  • Download / extract the attached into "C:\WinUAE".

Last edited by DamienD; 01 September 2018 at 14:40.
DamienD is offline  
Old 01 September 2018, 01:20   #1128
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Hmmm, seems that I might have to reverse the decision above related to the files used for Deep Core; given this post.

...too tired now; will test further tomorrow.

Stay tuned
DamienD is offline  
Old 01 September 2018, 14:39   #1129
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Yup, following on from my latest testing / posts in this thread: Deep Core issues

...time to go back to the trained .ADFs as they are fine.

Sorry about that guys

So, please do the following:
  • Delete the directory "C:\WinUAE\Games\Deep Core".
  • Download / extract the attached into "C:\WinUAE".

Last edited by DamienD; 26 September 2018 at 23:05.
DamienD is offline  
Old 05 September 2018, 23:30   #1130
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Following on from my post in the Super Pumpkin Bros preview soon available thread this evening...

For those of you who want to try / add this into my collection, just do the following:
  • Download / extract the attached into "C:\WinUAE".

Last edited by DamienD; 26 September 2018 at 23:05.
DamienD is offline  
Old 06 September 2018, 00:06   #1131
Leandro Jardim
Registered User
 
Leandro Jardim's Avatar
 
Join Date: Nov 2009
Location: Legoland
Age: 45
Posts: 1,461
Thank you DamienD!
Leandro Jardim is offline  
Old 06 September 2018, 13:59   #1132
jabybau
Registered User
 
jabybau's Avatar
 
Join Date: Oct 2017
Location: Italy
Posts: 130
tks mate!!!!
jabybau is offline  
Old 07 September 2018, 00:10   #1133
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Just as a side note and FYI really...

When running everything from my laptop using the internal HDD, WinUAE / my collection (currently 2501 configurations / titles / sshots) starts in about 6 seconds

My good friend DH doesn't have much space left on his computer, so I said I'd extract everything to a USB stick, use the .INI file and courier over to him

Purchased a 32GB USB stick today, copied everything across and tested, but every time it took around 3 minutes 45 seconds to start

Anyway, after playing around I ended up having to tick "Cache Configuration files" from under "Paths"...

Now from the USB stick, WinUAE / my collection also starts in 6 seconds
DamienD is offline  
Old 07 September 2018, 09:00   #1134
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
Quote:
Originally Posted by DamienD View Post
Anyway, after playing around I ended up having to tick "Cache Configuration files" from under "Paths"...

Now from the USB stick, WinUAE / my collection also starts in 6 seconds
I tried this on my pc and it has worked miracles launch time was about 3 minutes and now it is exactly 6 seconds as well.
ransom1122 is offline  
Old 07 September 2018, 11:27   #1135
Dunny
Registered User
 
Dunny's Avatar
 
Join Date: Aug 2006
Location: Scunthorpe/United Kingdom
Posts: 1,976
DamienD: Might be worth asking Toni if he would change the way that WinUAE manages configs. A fix might possibly be a button that enumerates configurations and stores their filenames in a settings file. On startup, WinUAE will load from that file and display the configs in the list as usual. If the user adds configurations then click the button to update the list.

Certainly something needs to be done; I have a 128GB USB stick here that takes upwards of ten minutes to start up.

The other option would be some kind sould writing a custom front-end for WinUAE which runs WinUAE when launching a game as a separate application.
Dunny is online now  
Old 07 September 2018, 11:40   #1136
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Hi Dunny,

When running from internal HDD then you don't need to tick "Cache Configuration files" and it will start in 6 seconds; but yes, this is needed when running from a USB stick so that WinUAE doesn't have to check paths / boxart upon startup.

I hear what your saying though in regards to a button for updating configuration cache as if you add / change anything then it doesn't update; you need to delete the "configuration.cache" file and run again to pickup any additions / changes.
DamienD is offline  
Old 07 September 2018, 12:39   #1137
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,812
Cache makes a big difference for me on internal hdd though.
ransom1122 is offline  
Old 07 September 2018, 12:45   #1138
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
For me it makes no difference on internal HDD

...but your computer is very old i.e. Windows Vista era.

Also, as mentioned, if any additions / changes occur then you need to delete the "configuration.cache" file and start WinUAE again to pick them up.
DamienD is offline  
Old 07 September 2018, 12:54   #1139
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
It surely makes difference (even if PC is very fast. Even if SSD. If hundreds of config files) because each config file needs to be read and parsed at startup if configuration.cache does not exist. It is even more slower if boxart search is enabled because each possibly boxart path needs to be checked.

Easiest method to force cache rebuild is to save any config file.
Toni Wilen is offline  
Old 07 September 2018, 13:13   #1140
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by Toni Wilen View Post
It surely makes difference (even if PC is very fast. Even if SSD. If hundreds of config files) because each config file needs to be read and parsed at startup if configuration.cache does not exist. It is even more slower if boxart search is enabled because each possibly boxart path needs to be checked.
Yes you would think so, didn't seem to last night but will test again tonight.

Anyway, I still won't use it. I'm ok with 6 seconds; which I think is very fast indeed considering there are 2501 configurations / titles / sshots to scan through
DamienD is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Unofficial" Update Packs - DamienD's WinUAE Collection DamienD project.MAGE 154 02 May 2023 20:44
"reInstallDDWC.cmd" for DamienD's WinUAE Collection malko project.MAGE 49 09 April 2021 23:34
DamienD's WinUAE Collection - [720x576] Old vs New Scanlines DamienD support.Other 50 21 October 2018 00:52
[DamienD] WinUAE v3.2.2 - Games "DAT File" DamienD request.Old Rare Games 29 10 February 2016 00:02

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:31.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.22862 seconds with 16 queries