Me & My Katamari
|
02-28-2015, 11:05 AM
(This post was last modified: 02-28-2015 11:06 AM by Dopefish69.)
Post: #46
|
|||
|
|||
RE: Me & My Katamari
(02-19-2015 12:05 AM)dmfr56 Wrote: Hi, I'm new, and I need help. Each time I try loading a level it crashes. what should I try doing? Try disabling I/O on thread, multithread and fast memory to see if that helps, have not ran into crashes using that config. Graphical corruption now shows only as katamari gets bigger as the picture indicates. |
|||
02-28-2015, 04:41 PM
Post: #47
|
|||
|
|||
RE: Me & My Katamari
Can you try using the GE debugger while it has the wrong graphics?
https://github.com/hrydgard/ppsspp/wiki/...E-debugger -[Unknown] |
|||
03-01-2015, 03:43 AM
Post: #48
|
|||
|
|||
RE: Me & My Katamari
(02-28-2015 04:41 PM)[Unknown] Wrote: Can you try using the GE debugger while it has the wrong graphics? Gotcha, found it, images attached below. |
|||
03-01-2015, 05:42 AM
Post: #49
|
|||
|
|||
RE: Me & My Katamari
Oh, 0x4288000. That should be a swizzled framebuffer.
If you click Step Draw a bunch, is it ever drawing to 0x0088000? This will show under the larger preview, e.g. "Color: 0x0088000 (960x544) fmt 1". If it is drawing there, the game is trying to copy that to the background (possibly altering it using a palette.) We should be detecting this, I thought... It would help to see the contents of the Texture tab when it's drawing (when it has the red bars exactly like you have it - I only need to see it for one of the bars) and also what the fmt is (after Color: etc.) when it's drawing to 0x0088000 (if it ever does.) If it is using a framebuffer/CLUT here, it may be slow. Make sure you have "block transfer" checked, and "disable slower effects" unchecked, and that you're using "buffered rendering". -[Unknown] |
|||
03-01-2015, 07:50 AM
Post: #50
|
|||
|
|||
RE: Me & My Katamari
It only goes as far as "Color: 0x00044000 (960x544) fmt 1" attached a few screens of the same element in 0x00044000
Also yes, using simulate block transfer checked, disable slower effects unchecked and using buffered rendering. |
|||
08-03-2015, 11:59 AM
(This post was last modified: 08-03-2015 12:07 PM by Rtourez.)
Post: #51
|
|||
|
|||
katamary draw distance | |||
08-03-2015, 03:41 PM
Post: #52
|
|||
|
|||
RE: Me & My Katamari
Merged.
♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing ♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing ♦ PSP-3004 | 6.60 PRO-C2 |
|||
08-03-2015, 05:20 PM
(This post was last modified: 08-03-2015 05:27 PM by Rtourez.)
Post: #53
|
|||
|
|||
RE: Me & My Katamari
additional info:
noticed it on windows 64 bit. the glitch appears like a wall in front of the player from which objects emerge, rather than shortened draw distance, and not very noticable on first couple levels. All settings like hardware transform, buffering modes etc make no difference also, i think many people may assume that its just psp's draw distance, so id like to repeat that it is not the case, you can see everything on psp thank you! |
|||
09-10-2015, 04:19 AM
Post: #54
|
|||
|
|||
RE: Me & My Katamari
Stuck at the naming your Island part.
Also game crashes after the tutorial, unless I use savestate at the point and load, then the game will continue but I then I get stuck at the naming the island part after pressing start. Any solutions? I'm using Samsung S5 with the latest version of ppsspp 1.0.1.0 |
|||
12-21-2015, 04:18 AM
Post: #55
|
|||
|
|||
RE: Me & My Katamari
Graphical issue with draw distance still present in latest revision 1.1.1
And game hang up after naming the island unless a savestate is used still present as well |
|||
05-08-2016, 05:23 PM
(This post was last modified: 05-21-2016 08:02 AM by LunaMoo.)
Post: #56
|
|||
|
|||
RE: Me & My Katamari
Just dropping a temporary cwcheat workaround for that glitchy effect which obfuscates most of the view, sometimes even whole screen in some stages:
Code: _S ULES-00339 This might cause some unplanned side effects as I was kind of lazy doing it, but finished the whole game fine with it, so well hopefully works for others as well.;3 ================= Ended up killing the loop as well: Code: _C0 Rename island pass Edit: Renaming fixed along with photo mode in v1.2.2-521-g50584fe. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
05-18-2016, 09:41 AM
(This post was last modified: 05-18-2016 09:42 AM by Rageous.)
Post: #57
|
|||
|
|||
RE: Me & My Katamari
(05-08-2016 05:23 PM)LunaMoo Wrote: Just dropping a temporary cwcheat workaround for that glitchy effect which obfuscates most of the view, sometimes even whole screen in some stages: Just a reminder that this cheat only works for European Version... But seriously though, I really want this graphical bug fixed too. |
|||
05-19-2016, 04:14 AM
Post: #58
|
|||
|
|||
RE: Me & My Katamari
^ Yeah I done it for game version I have, through it might still be worth trying on non eu versions since games that don't get updated often reuse same executable or at least most of the code unchanged between regions pretty often even when text or other content differs.
If it really doesn't work, then it's still very easy to port those hackish workarounds to another region. Need any machine which can run windows version of ppsspp(wine might be enough) just open ppsspp disassembly(ctrl+D / debug menu->disassembly) and in top left corner - "Go to" - input box type in: Code: 08804000 Having done that press ctrl+F(or ctrl+S ~ does same thing) to open a search box and input: Code: 106001B2 Code: 5440FFE4 Hopefully the game code is roughtly the same and those simple instructions will result in valid addresses which will allow me to port the code once I see them:3. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
05-20-2016, 07:54 AM
Post: #59
|
|||
|
|||
RE: Me & My Katamari
(05-19-2016 04:14 AM)LunaMoo Wrote: ^ Yeah I done it for game version I have, through it might still be worth trying on non eu versions since games that don't get updated often reuse same executable or at least most of the code unchanged between regions pretty often even when text or other content differs. I have ULUS10094: Me & My Katamari (US version I think) and I got these addresses--> 0888CE80 and 088DD41C Is that what you needed? |
|||
05-20-2016, 08:08 AM
(This post was last modified: 05-21-2016 08:00 AM by LunaMoo.)
Post: #60
|
|||
|
|||
RE: Me & My Katamari
Well it's very close to EU address, so game wasn't really all that different - hopefully that works for you:
Code: _S ULUS-10094 Also recommend using latest version from buildbot and updating from time to time since one more bug to this game was just fixed literally hours ago and possibly some others will follow. Edit: Removed one of the cheats since another two issues with this game got fixed, from v1.2.2-521-g50584fe only problem left should be the glitchy effect during gameplay, it seems to be the gradient over the horizon, disabling it with cheat doesn't show a difference since camera almost never shows it when not manually pointing it up. http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders! http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats, https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds. |
|||
« Next Oldest | Next Newest »
|