• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 45 46 47 48 49 ... 117 Next »

Development Thread
 Testers Wanted - Global User Directory
View New Posts | View Today's Posts

Pages (7): « Previous 1 ... 3 4 5 6 7 Next »
Jump to page 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Green Notice (Development Thread) Testers Wanted - Global User Directory
09-17-2013, 02:22 AM
#41
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
(09-17-2013, 01:38 AM)delroth Wrote: That's already done - MaJoR provides .reg files that can be double-clicked to add the key into the registry.

Then I don't see how anyone could complain about anything :/
Website Find
Reply
09-17-2013, 03:13 AM
#42
nintendo_nerd Offline
Fox Admirer
****
Posts: 327
Threads: 26
Joined: Aug 2009
(09-17-2013, 02:22 AM)Shonumi Wrote:
(09-17-2013, 01:38 AM)delroth Wrote: That's already done - MaJoR provides .reg files that can be double-clicked to add the key into the registry.

Then I don't see how anyone could complain about anything :/
Exactly. All the work is done for the end-user. I've been testing it thoroughly and haven't had a single problem with the system. Dodgy
Custom Desktop -
CPU: Intel Core i5 3570 3.4 GHz to 3.8 GHz (Turbo Boost)
GPU: MSI nVidia GTX 660 2 GB GDDR5
RAM: 8192MB DDR3 SDRAM PC2 10600 1333MHz
OS: Windows 7 Professional 64-bit
HDD: 1 TB Western Digital 7200RPM HDD

Find
Reply
09-17-2013, 08:21 AM
#43
RachelB Offline
Developer
*******
Moderators
Posts: 1,003
Threads: 1
Joined: Dec 2011
(09-17-2013, 12:59 AM)nintendo_nerd Wrote:
(09-17-2013, 12:53 AM)Special Wrote: Can't say I really like this change, I'm fine that this is an option for people who want it, but I prefer the old way and do not like the fact that now I need to make a mess of the registry to get the old way back again.

Instead of involving the registry at all can it be handled with an ini file from within the Dolphin directory? Also having any kind of option that requires registry tweaking for the masses to use is probably not the best solution, a GUI way from within Dolphin would be a better, more dummy proof way.
The thing with the registry is that it's perfectly safe to do if you know exactly what you're doing; in this case, it's hardly a hassle and perfectly convenient keeping it global like this. To implement a GUI feature like this would be too time-consuming for the team, and since 4.0 is pretty much ready for release, it just isn't feasible. Please reread the OP, I respect their reasoning for doing this and making a new entry for the registry is hardly a detriment, the only reason registry modding is bad is if you don't know what you're trying to change and why; in this case, it's very straightforward. I don't mind these changes at all. Something like this was long overdue.
It would not be time consuming at all to add a gui option. We don't really want to do so though. And even if we did, we couldn't right now anyway. We cannot change any more text before 4.0, to allow translators time to translate everything.
Find
Reply
09-17-2013, 10:22 AM
#44
nintendo_nerd Offline
Fox Admirer
****
Posts: 327
Threads: 26
Joined: Aug 2009
(09-17-2013, 08:21 AM)RachelB Wrote:
(09-17-2013, 12:59 AM)nintendo_nerd Wrote:
(09-17-2013, 12:53 AM)Special Wrote: Can't say I really like this change, I'm fine that this is an option for people who want it, but I prefer the old way and do not like the fact that now I need to make a mess of the registry to get the old way back again.

Instead of involving the registry at all can it be handled with an ini file from within the Dolphin directory? Also having any kind of option that requires registry tweaking for the masses to use is probably not the best solution, a GUI way from within Dolphin would be a better, more dummy proof way.
The thing with the registry is that it's perfectly safe to do if you know exactly what you're doing; in this case, it's hardly a hassle and perfectly convenient keeping it global like this. To implement a GUI feature like this would be too time-consuming for the team, and since 4.0 is pretty much ready for release, it just isn't feasible. Please reread the OP, I respect their reasoning for doing this and making a new entry for the registry is hardly a detriment, the only reason registry modding is bad is if you don't know what you're trying to change and why; in this case, it's very straightforward. I don't mind these changes at all. Something like this was long overdue.
It would not be time consuming at all to add a gui option. We don't really want to do so though. And even if we did, we couldn't right now anyway. We cannot change any more text before 4.0, to allow translators time to translate everything.
Well, can't argue with that Big Grin I look forward to Dolphin 4.0, keep up the hard work! And again, the GUD is working great Cool
Custom Desktop -
CPU: Intel Core i5 3570 3.4 GHz to 3.8 GHz (Turbo Boost)
GPU: MSI nVidia GTX 660 2 GB GDDR5
RAM: 8192MB DDR3 SDRAM PC2 10600 1333MHz
OS: Windows 7 Professional 64-bit
HDD: 1 TB Western Digital 7200RPM HDD

Find
Reply
09-17-2013, 10:26 AM
#45
Special Offline
Junior Member
**
Posts: 9
Threads: 0
Joined: Dec 2012
After looking at some of the recent changes, 3.5-2388 in which if you add a "portable" text file to the directory it will make Dolphin truly portable again, if it works how I think it will (the old behavior basically without needing to add a registry setting) then I have no qualms over this. Correct me if I'm wrong.
Find
Reply
09-17-2013, 11:31 AM (This post was last modified: 09-17-2013, 11:31 AM by MayImilae.)
#46
MayImilae Offline
Chronically Distracted
**********
Administrators
Posts: 4,619
Threads: 120
Joined: Mar 2011
That's wrong. Dolphin looks to the registry first. If it doesn't see a registry key it uses the default global user directory path, if it sees LocalUserConfig it uses the directory the build is in, and if it sees UserConfigPath it uses the path indicated there.

Looking at the contents of a local file to determine what to do? That's the old method exactly. I used this to make a "global user directory" for a year before this change. While people could make a global user directory with it they usually didn't, and this lead to infrequent updates to reduce the hassle of moving saves and settings. That's what this is for. It is now much easier to update, so hopefully people will do it more often.
[Image: RPvlSEt.png]
AMD Threadripper Pro 5975WX PBO+200 | Asrock WRX80 Creator | NVIDIA GeForce RTX 4090 FE | 64GB DDR4-3600 Octo-Channel | Windows 11 22H2 | (details)
MacBook Pro 14in | M1 Max (32 GPU Cores) | 64GB LPDDR5 6400 | macOS 12
Find
Reply
09-17-2013, 12:33 PM
#47
RachelB Offline
Developer
*******
Moderators
Posts: 1,003
Threads: 1
Joined: Dec 2011
major: http://code.google.com/p/dolphin-emu/source/detail?r=037199c326a031df77c3684f1d6b496592baf5b5#
Find
Reply
09-17-2013, 12:35 PM (This post was last modified: 09-17-2013, 12:36 PM by MayImilae.)
#48
MayImilae Offline
Chronically Distracted
**********
Administrators
Posts: 4,619
Threads: 120
Joined: Mar 2011
Oh... whoops. So that's what he meant. I'll make sure I add it to the guide.
[Image: RPvlSEt.png]
AMD Threadripper Pro 5975WX PBO+200 | Asrock WRX80 Creator | NVIDIA GeForce RTX 4090 FE | 64GB DDR4-3600 Octo-Channel | Windows 11 22H2 | (details)
MacBook Pro 14in | M1 Max (32 GPU Cores) | 64GB LPDDR5 6400 | macOS 12
Find
Reply
09-18-2013, 02:02 AM
#49
nintendo_nerd Offline
Fox Admirer
****
Posts: 327
Threads: 26
Joined: Aug 2009
I would like to report that game configs are no longer being saved. I'm trying to disable the following in specific games.

[Video_Settings]
UseXFB = True
UseRealXFB = True

In Gamecube games, but they simply are not saving in the game.ini, in fact, there is no game.ini is there? Whenever I edit a game config text file, Dolphin tells me it doesn't exist and asks to make one for the game I'm editing, so I make one, but it doesn't take effect. Is this due to how the global user directory is being handled? Is this a bug?
Custom Desktop -
CPU: Intel Core i5 3570 3.4 GHz to 3.8 GHz (Turbo Boost)
GPU: MSI nVidia GTX 660 2 GB GDDR5
RAM: 8192MB DDR3 SDRAM PC2 10600 1333MHz
OS: Windows 7 Professional 64-bit
HDD: 1 TB Western Digital 7200RPM HDD

Find
Reply
09-18-2013, 05:15 AM
#50
haddockd Offline
Dolphin Addict
*****
Posts: 838
Threads: 31
Joined: Jun 2011
I thought that was just fixed by RachelB. Are you using the latest revision to date?
i5-8600K @ 4.5 GHz
GeForce GTX 1080 SC2
ASRock Z370 Taichi LGA 1151
CORSAIR Vengeance LPX 16GB 2400 DDR4
SAMSUNG 970 EVO M.2 500GB PCIe SSD
Indigo Xtreme TIM
Phanteks Pro ES614P Black Steel Case
EVGA SuperNOVA 750W PSU
Windows 10 64-bit
Find
Reply
« Next Oldest | Next Newest »
Pages (7): « Previous 1 ... 3 4 5 6 7 Next »
Jump to page 


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


Users browsing this thread:



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode