Closed kAMENkitA closed 9 months ago
I think this is a great idea, I'll put this in here after our next update.
Thank You Chris for your Consideration, and for kind words :)
as addition to my above comment, zum Beispiel, some UWP games like Forza titles need to have some background services enabled, 'precise' network settings regarding IPV6 connection (Teredo server settings) etc. I am familiar with fact that is all aboout Windows (Microsoft) (un)appropriate settings, but it affects 2many players (games)...
Thank You Chris for your Consideration, and for kind words :)
as addition to my above comment, zum Beispiel, some UWP games like Forza titles need to have some background services enabled, 'precise' network settings regarding IPV6 connection (Teredo server settings) etc. I am familiar with fact that is all aboout Windows (Microsoft) (un)appropriate settings, but it affects 2many players (games)...
I don't know if I'd call them (un) appropriate. They are what allows the game to securely login to xbl and have crossplay. Something has to handle that and instead of every game building the Xbox service stack it's best to have it there. It handles everything from the wireless protocol for controller to gamepass.
My disable Nagles Algorithm suggestion could be rolled into a gaming performance enhancements section.
I agree with You [d0x360], its about my wrong 'wording'. During writing It was on my mind how some of these settings are not set in a best way to maximize your gaming experience.
[d0x360], you could put some reference for Nagle’s algorithm, in order to speed of creating script (i hope)
Maybe I could put here just a few examples, from my library I built for a years... (i hope all are still relevant )
"Windows implements a network throttling mechanism, the idea behind such throttling is that processing of network packets can be a resource-intensive task. It is beneficial to turn off such throttling for achieving maximum throughput.
To implement this tweak, run regedit and modify the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile. Under SystemProfile, create a DWORD value and name it to “NetworkThrottlingIndex” then set its Hexadecimal value to ffffffff for gaming and max throughput: ffffffff completely disables throttling. System Gaming Responsiveness
Multimedia streaming and some games that uses “Multimedia Class Scheduler” service (MMCSS) can only utilize up to 80% of the CPU. The “Multimedia Class Scheduler” service (MMCSS) ensures prioritized access to CPU resources, without denying CPU resources to lower-priority background applications.
To implement this tweak, run regedit and modify the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile. From there, create a new DWORD and name it to “SystemResponsiveness” set its hexadecimal value to 00000000 for pure gaming/streaming.
In the same Registry hive as the above tweak, you can also change the priority of Games. To implement this tweak, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games and change the following registry values:
“GPU Priority” change its values to 8 for gaming.
“Priority” set to 6 for gaming."
Source: http://www.back2gaming.com/guides/how-to-tweak-windows-10-for-gaming/
Installation of Process Lasso. "It's the most amazing piece of software you can have on any PC. Change your application priority(the app you want performance in) to "High" and it'll do everything automatically..."
Fixing Teredo Is Unable To Qualify for example: Run the Windows Command Prompt or PowerShell as Administrator and run the following commands:
netsh int teredo set state disable
netsh int teredo set state type=default
netsh int teredo set state enterpriseclient
...
Go to Control Panel/Internet Properties/Advanced:
Win+i/Time & Language/Language/Add language and choose English Philippines. You can delete old language, after...
Process scheduling "" “Quantum” is the amount of time the Windows process scheduler allocates to a thread. You may choose between short or long quantum. Furthermore, you can choose to boost the foreground quanta by double or triple, meaning the currently highlighted program gets two or three times longer quantum. For gaming, it makes most sense to use long quantum and three times foreground boost, since we want to maximize CPU time the game gets. The higher the boost, the less the game will be interrupted by background programs. When not gaming, the drawback to using longer quantum is that apparent responsiveness when using multiple programs may be reduced. In general, the longer the duration of quanta, the more we minimize [context switching]. Context switching is computationally expensive and should be minimized to reduce jitter from background processes/threads when gaming.
The table below lists the possible configurations you can tell the scheduler to use. You may select short or long quantum, fixed or variable; and if you select variable, how much boost (2x or 3x) to give the foreground program. What quantum you decide depends on your use case. The default quantum is dec. 38 for non-server Windows editions, while for server it is dec. 24. This can be checked in Advanced System Settings → Performance → Advanced. My personal recommendation is dec. 22.
To change the quantum, open regedit and go to: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl\Win32PrioritySeparation]
From the table, add together the decimal values you want and enter that as a decimal to the Win32PrioritySeparation key. You cannot use the third column unless you use variable quantum. If you are using fixed quantum, ignore the third column Changes to Win32PrioritySeparation apply instantly; no restart required Examples: Short, 3x = 32+4+2 = dec. 38 Long, 3x = 16+4+2 = dec. 22 Short, fixed = 32+8 = dec. 40 Possible values, in decimal: 20 = Long, variable, no foreground boost (12:12) 21 = Long, variable, 2x foreground boost (24:12) 22 = Long, variable, 3x foreground boost (36:12) 24 = Long, fixed (36:36) 36 = Short, variable, no foreground boost (6:6) 37 = Short, variable, 2x foreground boost (12:6) 38 = Short, variable, 3x foreground boost (18:6) 40 = Short, fixed (18:18) ""
Source: https://docs.google.com/document/d/1c2-lUJq74wuYK1WrA_bIvgb89dUN0sj8-hO3vqmrau4/edit
etc. etc.
It would be great to add different tweaks for games, like:
Disable Fullscreen Optimizations Raw Mouse Input and Fix Optimizing Network Disable Nagle's Algorithm
The code is available in a tool forked from this script: Windows10GamingFocus by DaddyMadu
Nice I'll check it out. Thanks
On Sun, Dec 4, 2022, 10:39 PM Lawrence @.***> wrote:
It would be great to add different tweaks for games, like:
Disable Fullscreen Optimizations Raw Mouse Input and Fix Optimizing Network Disable Nagle's Algorithm
The code is available in a tool forked from this script: Windows10GamingFocus by DaddyMadu https://github.com/DaddyMadu/Windows10GamingFocus/blob/master/win10debloatandgamingtweaks.ps1
— Reply to this email directly, view it on GitHub https://github.com/ChrisTitusTech/winutil/issues/167#issuecomment-1336702297, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GMAHF357YJGAWZCOPDWLVPYZANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.***>
it would be very good if there is a section of tweaks that can be made according to all games, not specific to each game. and we can add the empty background services in the task manager to the tweaks file as high and low in real time for games.
to give an example IFEO
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe\PerfOptions] "CpuPriorityClass"=dword:00000003 ; High
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\fontdrvhost.exe\PerfOptions] "CpuPriorityClass"=dword:00000005 "IoPriority"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\lsass.exe\PerfOptions] "CpuPriorityClass"=dword:00000005 "IoPriority"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\RuntimeBroker.exe\PerfOptions] "CpuPriorityClass"=dword:00000005 "IoPriority"=dword:00000001
and more
the best way might be something more like single player gaming and multiplayer gaming then the 2 have a couple options in common.
Ive recently done some testing using jumbo packets with and without nagle's algorithm enabled. with it disabled in modern mp games (anything from the last 6ish years) I noticed an improvement in matchmaking speed, less latency and even the ability to somehow survive when someone lag switches or uses whatever they are doing on something like warzone 2 dmz mode & battlerotale to timeout every player on the server.
it's happened to me 4 times which isn't a huge sample size but it inevitably ended with just me and this 1 other player on the server, they likely thought they had the map to themselves because as I was stalking them with my thermal scope (rifle) they were running around without a care because it also disabled ai spawning. I waited until they grabbed a hard to get item then sniped them as the exfil chopped was landing grabbed their stuff and left.
sorry got a little ahead of myself there but point is there are tweaks for mp that wouldn't benefit SP but generally not the other way around.
So perhaps a section on the page that just says mp tweaks?
On Wed, Mar 22, 2023, 5:05 AM ata @.***> wrote:
it would be very good if there is a section of tweaks that can be made according to all games, not specific to each game.
— Reply to this email directly, view it on GitHub https://github.com/ChrisTitusTech/winutil/issues/167#issuecomment-1479153936, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GIJEPHDWG65U45OQCLW5K6GHANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.***>
en iyi yol, daha çok tek oyunculu oyun ve çok oyunculu oyun gibi bir şey olabilir, o zaman 2'sinin birkaç ortak seçeneği vardır. Yakın zamanda, nagle'ın açıklamalarını etkinken ve etkin olmadan jumbo paketlerini kullanarak bazı sözcükleri yaptım. modern mp oyunlarda devre dışı bırakıldığında (son 6 yılda herhangi bir şey) çöpçatanlık hızında bir gelişme, daha az gecikme ve hatta biri geciktiğinde veya warzone 2 dmz modu gibi bir şeyde ne yapıyorsa onu kullandığı şekilde bir hayatta kalma süresi fark verdi. sunucudaki her oyuncuyu zaman aşımına uğratmak için savaş rotası. 4 kez grup geldi, bu çok büyük bir örnek boyutu değil ama yöneten olarak sadece ben ve sunucudaki diğer 1 oyuncu ile sona erdi,Muhtemelen haritanın kendilerine ait olduğunu düşünüyorlar çünkü ben onları termal dürbünümle (tüfeğim) takip ederken onlar da umursamadan koşuşturuyorlardı çünkü bu aynı zamanda yapay zeka yumurtlamasını da engelliyordu. Alması zor bir öğeyi kapana kadar bekledim, sonra kıyıdan çıkarılmış iniş yaparken onları keskin nişancılık yaparak eşyalarını alıp gittiler. Üzgünüm, orada kendimi biraz aştım ama önemli olan şu ki, mp için SP'ye fayda sağlaman ama genellikle tersi olmayan ince ayarlar var. Yani belki de sayfasında sadece mp tweaks yazan bir bölüm var mı? … On Wed, Mar 22, 2023, 5:05 AM ata @.> wrote: it would be very good if there is a section of tweaks that can be made according to all games, not specific to each game. — Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GIJEPHDWG65U45OQCLW5K6GHANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.>
I have tweaks for the backend workers in the details section of the windows task manager that I use, I would appreciate if you could take a look. and I left a link at the bottom so you can download it and check it out. I haven't uploaded all my tweaks on github yet I'm still looking for the best one for each game if you have it I can ask you for it
https://dosya.co/2s69syrhcv1a/IFEO.rar.html
and I want you to take a look here, there might be ideal settings for games and there might be something to add into your tweaks. https://github.com/rahilpathan/Win10Boost
en iyi yol, daha çok tek oyunculu oyun ve çok oyunculu oyun gibi bir şey olabilir, o zaman 2'sinin birkaç ortak seçeneği vardır. Yakın zamanda, nagle'ın açıklamalarını etkinken ve etkin olmadan jumbo paketlerini kullanarak bazı sözcükleri yaptım. modern mp oyunlarda devre dışı bırakıldığında (son 6 yılda herhangi bir şey) çöpçatanlık hızında bir gelişme, daha az gecikme ve hatta biri geciktiğinde veya warzone 2 dmz modu gibi bir şeyde ne yapıyorsa onu kullandığı şekilde bir hayatta kalma süresi fark verdi. sunucudaki her oyuncuyu zaman aşımına uğratmak için savaş rotası. 4 kez grup geldi, bu çok büyük bir örnek boyutu değil ama yöneten olarak sadece ben ve sunucudaki diğer 1 oyuncu ile sona erdi,Muhtemelen haritanın kendilerine ait olduğunu düşünüyorlar çünkü ben onları termal dürbünümle (tüfeğim) takip ederken onlar da umursamadan koşuşturuyorlardı çünkü bu aynı zamanda yapay zeka yumurtlamasını da engelliyordu. Alması zor bir öğeyi kapana kadar bekledim, sonra kıyıdan çıkarılmış iniş yaparken onları keskin nişancılık yaparak eşyalarını alıp gittiler. Üzgünüm, orada kendimi biraz aştım ama önemli olan şu ki, mp için SP'ye fayda sağlaman ama genellikle tersi olmayan ince ayarlar var. Yani belki de sayfasında sadece mp tweaks yazan bir bölüm var mı? … On Wed, Mar 22, 2023, 5:05 AM ata @.**> wrote: it would be very good if there is a section of tweaks that can be made according to all games, not specific to each game. — Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GIJEPHDWG65U45OQCLW5K6GHANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.**>
I have tweaks for the backend workers in the details section of the windows task manager that I use, I would appreciate if you could take a look. and I left a link at the bottom so you can download it and check it out. I haven't uploaded all my tweaks on github yet I'm still looking for the best one for each game if you have it I can ask you for it
https://dosya.co/2s69syrhcv1a/IFEO.rar.html
and I want you to take a look here, there might be ideal settings for games and there might be something to add into your tweaks. https://github.com/rahilpathan/Win10Boost
personally I like the idea of setting the launcher and any services for said launchers to low priority...
Im going to do that tonight and also change their affinity to my "weakest" cores. I use the app called Hydra Pro by 1usmus to force games to run on my "best" cores. I put best and worst in quotes but I don't think his app is wrong considering I ran the 12 hour diagnostics that checked on 4 separate occasions over the last year and it's always gotten the same set of best and worst cores.
Also gonna check out that Git repo you posted. Now if only there was a way to force ue4 & 5 games to precompile shaders lol. I think it's gonna take a genuine boycott of a few big games. even if people just cancelled pre-orders and held off on buying the game for a full 7 days after launch it would send a msg because PC ports have gotten absolutely terrible.
en iyi yol, daha çok tek oyunculu oyun ve çok oyunculu oyun gibi bir şey olabilir, o zaman 2'sinin birkaç ortak seçeneği vardır. Yakın zamanda, nagle'ın açıklamalarını etkinken ve etkin olmadan jumbo paketlerini kullanarak bazı sözcükleri yaptım. modern mp oyunlarda devre dışı bırakıldığında (son 6 yılda herhangi bir şey) çöpçatanlık hızında bir gelişme, daha az gecikme ve hatta biri geciktiğinde veya warzone 2 dmz modu gibi bir şeyde ne yapıyorsa onu kullandığı şekilde bir hayatta kalma süresi fark verdi. sunucudaki her oyuncuyu zaman aşımına uğratmak için savaş rotası. 4 kez grup geldi, bu çok büyük bir örnek boyutu değil ama yöneten olarak sadece ben ve sunucudaki diğer 1 oyuncu ile sona erdi,Muhtemelen haritanın kendilerine ait olduğunu düşünüyorlar çünkü ben onları termal dürbünümle (tüfeğim) takip ederken onlar da umursamadan koşuşturuyorlardı çünkü bu aynı zamanda yapay zeka yumurtlamasını da engelliyordu. Alması zor bir öğeyi kapana kadar bekledim, sonra kıyıdan çıkarılmış iniş yaparken onları keskin nişancılık yaparak eşyalarını alıp gittiler. Üzgünüm, orada kendimi biraz aştım ama önemli olan şu ki, mp için SP'ye fayda sağlaman ama genellikle tersi olmayan ince ayarlar var. Yani belki de sayfasında sadece mp tweaks yazan bir bölüm var mı? … On Wed, Mar 22, 2023, 5:05 AM ata @.**> wrote: it would be very good if there is a section of tweaks that can be made according to all games, not specific to each game. — Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GIJEPHDWG65U45OQCLW5K6GHANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.**>
I have tweaks for the backend workers in the details section of the windows task manager that I use, I would appreciate if you could take a look. and I left a link at the bottom so you can download it and check it out. I haven't uploaded all my tweaks on github yet I'm still looking for the best one for each game if you have it I can ask you for it https://dosya.co/2s69syrhcv1a/IFEO.rar.html and I want you to take a look here, there might be ideal settings for games and there might be something to add into your tweaks. https://github.com/rahilpathan/Win10Boost
personally I like the idea of setting the launcher and any services for said launchers to low priority...
Im going to do that tonight and also change their affinity to my "weakest" cores. I use the app called Hydra Pro by 1usmus to force games to run on my "best" cores. I put best and worst in quotes but I don't think his app is wrong considering I ran the 12 hour diagnostics that checked on 4 separate occasions over the last year and it's always gotten the same set of best and worst cores.
Also gonna check out that Git repo you posted. Now if only there was a way to force ue4 & 5 games to precompile shaders lol. I think it's gonna take a genuine boycott of a few big games. even if people just cancelled pre-orders and held off on buying the game for a full 7 days after launch it would send a msg because PC ports have gotten absolutely terrible.
I also thank you for your feedback, my friend, if you have any tweaks you can share with me, I can get them from you if you want to give them to me. for games and I would appreciate it if you share your results with me after trying the contents of the IFEO file I sent you and the git repository.
..thank you People for keeping the Topic Alive..
and bcedit, hpet high sensitivity event timer is very good to turn off the timer, as an add-on, if we use either timertool Intelligent standby list clear (ISLC), there may be more beautiful things, but my idea is that we may be experiencing a decrease in fps because (ISLC) uses a click more ram, as far as I tested, but I still use it, it seemed better than timertool, of course, this is a matter of preference, and I will share the fine settings related to altada (bcedit), I will be glad if you take a look. and NvidiaProfileInspector can also be a nice add-on if we set it optimally
bcdedit /set disabledynamictick yes bcdedit /set useplatformtick yes bcdedit /timeout 5 bcdedit /set nx OptIn bcdedit /set bootux disabled bcdedit /set tscsyncpolicy Enhanced bcdedit /set quietboot yes bcdedit /set {globalsettings} custom:16000067 true bcdedit /set {globalsettings} custom:16000069 true bcdedit /set {globalsettings} custom:16000068 true bcdedit /set {current} description "deNch"
..thank you People for keeping the Topic Alive..
I think if we put together the most ideal tweaks for the games we have, I think we can come up with very nice things because even I use the toolbox that chris has made and I think it can be very good to do it with one click instead of opening it manually one by one. and thank you for bringing this up
Another good tweak is clearing the Windows temp folder, and also clearing Standby Cache every 4 min.
I'd also toss in clearing the Windows Shader Cache but I need to do some testing on that one. The same goes for clearing the nVidia shader cache but that requires a reboot I believe... unless permissions on the folder were changed.
AMD probably has a shader cache folder as well, I should have done a search to find out lol. I just know my gaming experience improved after I started the above on a regular basis. I know games recompile shaders after a driver/game update but it still helps.
Oh and moving the swap file off the drive Windows is installed on AND the drive the game is installed on...plus preferably a SATA3 SSD.
I also would love to blanket white list every nVidia profile to enable resizable bar under 1 condition and that is th ❤️e game is running on dx12 or Vulkan.
I do this manually with nvprofileinspector on every game I install and so far the results have been fantastic. I think out of 100 games I've come across 1 that caused it to crash on launch.
AMD enables it for everything by default & uses a blacklist which is fantastic but nVidia runs it on a rarely updated white list and that list has so few games when it probably really should have hundreds.
Out of all the tweaks rebar is the only one I might say should be left out since it has the potential to crash games even if unlikely...
Lastly is there any kind of tweak that would allow a surge to kill any RGB in the... kidding kidding lol. I'm not a RGB fan whatsoever. It does allow you to more easily see the build but it's gone too far! haha
On Sat, Mar 25, 2023, 12:24 PM ata @.***> wrote:
..thank you People for keeping the Topic Alive..
I think if we put together the most ideal tweaks for the games we have, I think we can come up with very nice things because even I use the toolbox that chris has made and I think it can be very good to do it with one click instead of opening it manually one by one. and thank you for bringing this up
— Reply to this email directly, view it on GitHub https://github.com/ChrisTitusTech/winutil/issues/167#issuecomment-1483862621, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GM7YMKH6YZMPSYPJ7DW54L3ZANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.***>
Another good tweak is clearing the Windows temp folder, and also clearing Standby Cache every 4 min. I'd also toss in clearing the Windows Shader Cache but I need to do some testing on that one. The same goes for clearing the nVidia shader cache but that requires a reboot I believe... unless permissions on the folder were changed. AMD probably has a shader cache folder as well, I should have done a search to find out lol. I just know my gaming experience improved after I started the above on a regular basis. I know games recompile shaders after a driver/game update but it still helps. Oh and moving the swap file off the drive Windows is installed on AND the drive the game is installed on...plus preferably a SATA3 SSD. I also would love to blanket white list every nVidia profile to enable resizable bar under 1 condition and that is th ❤️e game is running on dx12 or Vulkan. I do this manually with nvprofileinspector on every game I install and so far the results have been fantastic. I think out of 100 games I've come across 1 that caused it to crash on launch. AMD enables it for everything by default & uses a blacklist which is fantastic but nVidia runs it on a rarely updated white list and that list has so few games when it probably really should have hundreds. Out of all the tweaks rebar is the only one I might say should be left out since it has the potential to crash games even if unlikely... Lastly is there any kind of tweak that would allow a surge to kill any RGB in the... kidding kidding lol. I'm not a RGB fan whatsoever. It does allow you to more easily see the build but it's gone too far! haha … On Sat, Mar 25, 2023, 12:24 PM ata @.> wrote: ..thank you People for keeping the Topic Alive.. I think if we put together the most ideal tweaks for the games we have, I think we can come up with very nice things because even I use the toolbox that chris has made and I think it can be very good to do it with one click instead of opening it manually one by one. and thank you for bringing this up — Reply to this email directly, view it on GitHub <#167 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLH3GM7YMKH6YZMPSYPJ7DW54L3ZANCNFSM6AAAAAAQP7MBXE . You are receiving this because you commented.Message ID: @.>
Thanks for getting back to me, it's been a long time but what are your views now, is everything ok and how are your latencymon values, have you ever tested them?
Nvidia inspector (a few things we need to turn off GlobalDriverProfile)
https://github.com/amitxv https://github.com/rahilpathan/Win10Boost
I can suggest you can check out this friend's files for the game
https://github.com/SystemX-Files/windows10-latency-optimization All the ideal settings for gaming are available here, if you have a chance to take a look and add them I would appreciate it
Win10Boost messed up my computer and i tried to restore and it wouldn't let me
Closed due to inactivity
Please, never touch "NetworkThrottlingIndex", it causes huge audio crackling while downloading anything or surfing web and constantly refreshing web pages, especially on AMD cpu's
Dear Chris and all of you helping him on this project,
Could be possible to include in Tweaks section somethings like Gaming Tweaks in order to make life easier for those who play games, especially UWP games, that should be focused on MS services which should be enabled automatically (eg. IP helper, Peer to Peer networking, XBox networking...), then corrected Teredo tunneling settings, Network improvement settings for OnLine gaming (I mean, mostly today everything is online)...maybe appropriate NVidia settings for NVControl panel in terms of best Performance OR Quality gaming... and similar things...
I am neither Tech nor Programming professionalist, I collected from you and from internet sources some "experienced" tweaks over a past, so I could not help much, but i feel many people would need something like that...
Kind Regards, Croatia