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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
1 2 3 4 5 ... 1197 Next »

[UNOFFICIAL] [Howto] Using gameini settings per game
View New Posts | View Today's Posts

Pages (38): « Previous 1 2 3 4 5 6 ... 38 Next »
Jump to page 
Thread Rating:
  • 16 Vote(s) - 4.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[UNOFFICIAL] [Howto] Using gameini settings per game
11-06-2013, 07:06 AM
#31
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
(11-06-2013, 06:27 AM)xystus Wrote:
(11-05-2013, 07:37 PM)JMC47 Wrote: I had a crash on F-Zero GX that I couldn't pin down for a long time. Your post may allow me to figure out what was happening. Many thanks xystus.

Edit: YES THAT IS THE CAUSE OF THE CRASH! Thank you so much for bringing this up. Will add it to the ini!
Smile Alright glad I could help!

But.. how come the result of vsync on through ini VS vsync on through graphics settings is different? Or is it just me?
Could you copy paste the ini setting here? I get the feeling that it is probably not working based on your description.
Find
Reply
11-06-2013, 06:16 PM (This post was last modified: 11-06-2013, 06:17 PM by xystus.)
#32
xystus Offline
Member
***
Posts: 196
Threads: 10
Joined: Jul 2013
(11-06-2013, 07:06 AM)Link_to_the_past Wrote:
(11-06-2013, 06:27 AM)xystus Wrote:
(11-05-2013, 07:37 PM)JMC47 Wrote: I had a crash on F-Zero GX that I couldn't pin down for a long time. Your post may allow me to figure out what was happening. Many thanks xystus.

Edit: YES THAT IS THE CAUSE OF THE CRASH! Thank you so much for bringing this up. Will add it to the ini!
Smile Alright glad I could help!

But.. how come the result of vsync on through ini VS vsync on through graphics settings is different? Or is it just me?
Could you copy paste the ini setting here? I get the feeling that it is probably not working based on your description.

This is the ini when the game doesn't crash, but I DO get hickups (not in framerate = steady 60fps, but the image stutters). Notice that Vsync is enabled in the ini:

__________________________________

# GFZE01 - F-ZERO GX (US Version)

[Core]
# Values set here will override the main dolphin settings.
EnableFPRF = True
TLBHack = 1
[DSP]
Backend = OpenAL
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs Synchronize GPU thread for stability.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

[Video_Settings]
OMPDecoder = False
VSync = True
EFBScale = 0
EnablePixelLighting = False

[Video_Hacks]
DlistCachingEnable = False
_________________________________

When I disable Vsync in the ini, but enable it in the graphics section of Dolphin, the stuttering is gone - but the game crashes after a about minute.
CPU: Intel 3570k with Corsair H60 watercooler @4.1ghz
GPU: Nvidia Asus GTX780 @1140/6600
PSU: Corsair 750W
RAM: Corsair 8gig DDR3-1600
MOBO: Asrock Z68m ITX
HDD: 500gb SSD EVO
CASE: Lian-Li PC-Q08 mini-ITX case
OS: Windows 7 x64

I use a fully configured emulator frontend (Maximus Arcade) to play every console & arcade game instantly
Find
Reply
11-06-2013, 08:14 PM (This post was last modified: 11-06-2013, 10:31 PM by Link_to_the_past.)
#33
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
Sorry, it seems it was a mistake from my side and vsync didn't work, try:
[Video_Hardware]
VSync = True

The first post is corrected.

EDIT: Btw you shouldn't edit the default ini but the local. You will lose your changes by upgrading dolphin unless you copy paste them manually now.
Find
Reply
11-07-2013, 04:37 AM (This post was last modified: 11-07-2013, 07:20 AM by xystus.)
#34
xystus Offline
Member
***
Posts: 196
Threads: 10
Joined: Jul 2013
(11-06-2013, 08:14 PM)Link_to_the_past Wrote: Sorry, it seems it was a mistake from my side and vsync didn't work, try:
[Video_Hardware]
VSync = True

The first post is corrected.

EDIT: Btw you shouldn't edit the default ini but the local. You will lose your changes by upgrading dolphin unless you copy paste them manually now.

Thanks, will check the new setting right away. I know about the local ini files, but thanks for the heads up Smile

EDIT: Yeah it works now! The override appears onscreen when starting a game - that didn't happen before (should've raised an eyebrow then, but it didn't haha Tongue).

ps. @ JMC47 : Really hope you're able to fix the "F-Zero GX with V-sync" crash-issue..!
CPU: Intel 3570k with Corsair H60 watercooler @4.1ghz
GPU: Nvidia Asus GTX780 @1140/6600
PSU: Corsair 750W
RAM: Corsair 8gig DDR3-1600
MOBO: Asrock Z68m ITX
HDD: 500gb SSD EVO
CASE: Lian-Li PC-Q08 mini-ITX case
OS: Windows 7 x64

I use a fully configured emulator frontend (Maximus Arcade) to play every console & arcade game instantly
Find
Reply
11-09-2013, 06:34 AM (This post was last modified: 11-09-2013, 06:37 AM by xystus.)
#35
xystus Offline
Member
***
Posts: 196
Threads: 10
Joined: Jul 2013
I think the framelimiting options through ini don't work exactly how they should - or maybe I just don't understand how to use them correctly:

When I put this in my ini:
[Core]
FrameLimit = 0x00000013

or

[Core]
UseFPS = True
FrameLimit = 0x00000013

the game should be locked @60 right?

Because the framerate is all over the place between 70-90 - not locked at all.

I use Dolphin-x64_4.0-291. Am I missing something?
CPU: Intel 3570k with Corsair H60 watercooler @4.1ghz
GPU: Nvidia Asus GTX780 @1140/6600
PSU: Corsair 750W
RAM: Corsair 8gig DDR3-1600
MOBO: Asrock Z68m ITX
HDD: 500gb SSD EVO
CASE: Lian-Li PC-Q08 mini-ITX case
OS: Windows 7 x64

I use a fully configured emulator frontend (Maximus Arcade) to play every console & arcade game instantly
Find
Reply
11-09-2013, 06:52 AM
#36
delroth Offline
Making the world a better place through reverse engineered DSP firmwares
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,354
Threads: 63
Joined: Aug 2011
By the way kostamarino, why isn't this a guide on the wiki instead? Would make updates much easier and we could promote it as an official guide on the Dolphin website.
Pierre "delroth" Bourdon - @delroth_ - Blog

<@neobrain> that looks sophisticated enough to not be a totally dumb thing to do
Website Find
Reply
11-09-2013, 09:17 AM
#37
Link_to_the_past Offline
Link on steroids really
*******
Posts: 1,767
Threads: 17
Joined: Feb 2010
(11-09-2013, 06:52 AM)delroth Wrote: By the way kostamarino, why isn't this a guide on the wiki instead? Would make updates much easier and we could promote it as an official guide on the Dolphin website.
I don't handle the wiki so i asked from other guys to put it there or as a guide, i don't know why it isn't. Can i put it there myself if i create an account?
Find
Reply
11-09-2013, 09:28 AM
#38
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
You can create the page already on the wiki and then link any of the Wiki admins and/or the site admins to the page so they can put the link in the Guide section on the website.
Find
Reply
11-09-2013, 09:55 AM (This post was last modified: 11-09-2013, 10:11 AM by MayImilae.)
#39
MayImilae Offline
Chronically Distracted
**********
Administrators
Posts: 4,614
Threads: 120
Joined: Mar 2011
It isn't on the wiki yet because I want to change the formatting. The way it is right now does not translate to the wiki at all. I tried it a few weeks ago and it was a huge mess and I had other things to worry about so procrastination hit. I'll redouble my work on that and get back with you.
[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
11-09-2013, 04:06 PM
#40
delroth Offline
Making the world a better place through reverse engineered DSP firmwares
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,354
Threads: 63
Joined: Aug 2011
And of course the wiki is a community effort, so there is no reason why you couldn't create the guide yourself.
Pierre "delroth" Bourdon - @delroth_ - Blog

<@neobrain> that looks sophisticated enough to not be a totally dumb thing to do
Website Find
Reply
« Next Oldest | Next Newest »
Pages (38): « Previous 1 2 3 4 5 6 ... 38 Next »
Jump to page 


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


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode