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


Dolphin, the GameCube and Wii emulator - Forums › Game Support › GameCube v
« Previous 1 2 3 4 5 ... 36 Next »

[GC] Tales of Symphonia
View New Posts | View Today's Posts

Pages (49): « Previous 1 2 3 4 5 ... 49 Next »
Jump to page 
Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[GC] Tales of Symphonia
12-01-2012, 08:27 PM (This post was last modified: 12-01-2012, 08:28 PM by rpglord.)
#21
rpglord Offline
Posting Freak
*****
Posts: 816
Threads: 14
Joined: Sep 2009
Maybe it has to do where you are standing, since game is still rendered when you enter the menu.
I still havent played this game, I just tried in first town and tried in world map outside first town. Same results ( 100 fps )
Could you try in those areas ?
Find
Reply
12-05-2012, 11:44 PM
#22
Manaplayer Offline
Member
***
Posts: 64
Threads: 9
Joined: Apr 2009
For me, there it is no change if i use hires textures or not. I only needed the full GPU clock. And i am using DX9 on 2048x1152 resolution on full native resolution. Maybe the CPU is too weak on someone's system.
Find
Reply
12-07-2012, 06:30 AM (This post was last modified: 12-07-2012, 06:32 AM by delroth.)
#23
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
I've been working on a different implementation of the Widescreen Hack for this game which fixes some of the issues the normal implementation has (models popping-in near the edge of the screen, speech bubbles not pointing to the right place, stretched 2D elements). Currently it's still in a rough state (transition issues, menu background is wrong, only works on NTSC, disc 2 not tested) but for people who want to try it out:

- Disable the Widescreen Hack
- Force the aspect ratio to 16:9
- "Enable Cheats" in the main config window
- Add this Gecko cheat to ToS config ini:

Code:
+$Widescreen support
04001800 3FAAAAAB
04001804 3FE38E39
04001808 C2D50000
0400180C 443AA000
04001810 42900000
04001814 43cc0000

04002000 C0001800
04002004 FC020040
04002008 40820008
0400200C C0401804
04002010 7C0802A6
04002014 480FC37C
040FE38C 4BF03C74

04002018 C0601808
0400201C C080180C
04002020 48000010
04002024 C0201810
04002028 C0401814
0400202C 48000004
04002030 ED041828
04002034 480FC42C
040FE45C 4BF03BBC

04018618 4BFE9A19
04023CA0 4BFDE391
0407D1A0 4BF84E85

Apart from the bugs, there are some things that are "correct" but could be improved: left/right-aligned stuff is currently centered a bit (could be fixed pretty easily outside of battle mode). I think having a "perfect" Widescreen Hack should be possible for this game Smile
Pierre "delroth" Bourdon - @delroth_ - Blog

<@neobrain> that looks sophisticated enough to not be a totally dumb thing to do
Website Find
Reply
12-07-2012, 07:19 AM
#24
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,309
Threads: 273
Joined: Dec 2010
Now do it for all the games :p
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
12-07-2012, 07:30 AM
#25
DefenderX Offline
The comedy never ends.
*******
Posts: 4,617
Threads: 186
Joined: Dec 2011
ExtremDude2 Wrote:Now do it for all the games Tongue

^^ This ( © by ED2 ) Big Grin
[Image: IEZtsj]
[Image: 8fhx2zum.gif]
Website Find
Reply
12-07-2012, 02:23 PM (This post was last modified: 12-07-2012, 02:50 PM by delroth.)
#26
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
Updated version, again only for NTSC ToS (GQSEAF):

Code:
+$Widescreen support
04001800 3FAAAAAB
04001804 3FE38E39
04001808 C2D50000
0400180C 443AA000
04001810 42900000
04001814 43cc0000
04001818 00000000
0400181C 44200000

04001900 8001861C
04001904 00002048
04001908 80023CA4
0400190C 00002048
04001910 8007D1A4
04001914 0000203C
04001918 8124A9B8
0400191C 00002048
04001920 800236D0
04001924 00002048
04001928 80C2A43C
0400192C 00002048
04001930 80C2B61C
04001934 00002048
04001938 8000FCE8
0400193C 00002084
04001940 80010370
04001944 00002090
04001948 00000000

04002000 C0001800
04002004 FC020040
04002008 40820004
0400200C C0401804
04002010 7C0802A6
04002014 480FC37C
040FE38C 4BF03C74

04002018 C0001818
0400201C FC030040
04002020 40820028
04002024 C000181C
04002028 FC040040
0400202C 4082001C
04002030 C0601808
04002034 C080180C
04002038 48000010
0400203C C0201810
04002040 C0401814
04002044 48000004
04002048 ED041828
0400204C 480FC414

04002050 3C800000
04002054 38841900
04002058 7CC802A6
0400205C 80A40000
04002060 2C050000
04002064 4182001C
04002068 80E40004
0400206C 38840008
04002070 7C053040
04002074 4082FFE8
04002078 7CE903A6
0400207C 4E800420
04002080 4BFFFF98
040FE45C 4BF03BF4

04002084 C0601818
04002088 C080180C
0400208C 4BFFFFBC

04002090 C0601808
04002094 C080181C
04002098 4BFFFFB0

Same instructions as before:

(12-07-2012, 06:30 AM)delroth Wrote: - Disable the Widescreen Hack
- Force the aspect ratio to 16:9
- "Enable Cheats" in the main config window
- Add this Gecko cheat to ToS config ini

I fixed a lot of bugs, some UI elements are unfortunately still stretched (world map UI elements + minimap, battle UI) but it is still very tolerable imho. I haven't tested disc 2 at all, it might or might not work, if it doesn't work it will require a bit of work to fix unfortunately.

If you notice any major issue with this widescreen hack, please report it here.

EDIT: A few screenshots: https://www.dropbox.com/sh/boy2sqgijk9xbhl/t1Wvu9wJKY
Screenshot 1: notice the full-screen video (4:3 has black-bars, no reason to have that in 16:9 so I removed it)
Screenshots 2,3: centered UI instead of stretched
Screenshots 4,5,6: notice that the enemy is always visible, even on the very edge of the screen (no more pop in issue)
Screenshots 7,8: battle screen, 2D elements are still stretched (but menus opened during battle are not)
Screenshots 9,10: main menu screen, centered too
Pierre "delroth" Bourdon - @delroth_ - Blog

<@neobrain> that looks sophisticated enough to not be a totally dumb thing to do
Website Find
Reply
12-07-2012, 11:54 PM
#27
kamui33
Unregistered
 
sorry newbie here Big Grin...see my signature for my specs
i got lag when battling,when 3 people voice come together its became lag for me how to solve this?i already used LLE recompiler...sorry for bad english... thanks before Big Grin
Reply
12-07-2012, 11:56 PM
#28
DefenderX Offline
The comedy never ends.
*******
Posts: 4,617
Threads: 186
Joined: Dec 2011
Your CPU is too slow for LLE. Use HLE.
[Image: IEZtsj]
[Image: 8fhx2zum.gif]
Website Find
Reply
12-08-2012, 12:04 AM
#29
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
But he'll get a crappy sound.
@Kamui33: try to use an AX-HLE build. Here http://dolphin-emu.org/download/branches/
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
12-08-2012, 12:31 AM
#30
kamui33
Unregistered
 
(12-08-2012, 12:04 AM)LordVador Wrote: But he'll get a crappy sound.
@Kamui33: try to use an AX-HLE build. Here http://dolphin-emu.org/download/branches/
thanks its works Big Grin love you <3.run perfect
Reply
« Next Oldest | Next Newest »
Pages (49): « Previous 1 2 3 4 5 ... 49 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