The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
Braid [NPUB30133] - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Commercial Games (https://www.emunewz.net/forum/forumdisplay.php?fid=193) +----- Forum: RPCS3 - Commercial Games - Playable (https://www.emunewz.net/forum/forumdisplay.php?fid=195) +----- Thread: Braid [NPUB30133] (/showthread.php?tid=158261) |
RE: Braid [NPUB30133] - jacky400 - 07-02-2014 it is now with texts in intro and in-game menu. RE: Braid [NPUB30133] - nevermind1711 - 08-27-2014 I tested it on i5 2500, nvidia gtx 770, windows 7 x64. Depth and color buffer on, 1280x720 and it crashes after the loading screen Here is the log: http://pastebin.com/0nsnpgaS RE: Braid [NPUB30133] - pnkie666 - 08-27-2014 (08-27-2014, 10:53 AM)nevermind1711 Wrote: I tested it on i5 2500, nvidia gtx 770, windows 7 x64. Depth and color buffer on, 1280x720 and it crashes after the loading screen it's strange because i launch this game without problem, look here: RE: Braid [NPUB30133] - nevermind1711 - 08-27-2014 (08-27-2014, 01:23 PM)pnkie666 Wrote:(08-27-2014, 10:53 AM)nevermind1711 Wrote: I tested it on i5 2500, nvidia gtx 770, windows 7 x64. Depth and color buffer on, 1280x720 and it crashes after the loading screen Do you use any special setting? Have you noticed any difference in the log or can you post it here? RE: Braid [NPUB30133] - Pachus - 10-23-2014 Hello everybody, here's my first post. The game stoped working for me in Nekotekina's Spurs commit (more or less I think), now It runs, but the game textures are bugged as hell: I wonder if I'm the only one, check it out. See u. Log: Quote:https://mega.co.nz/#!4cBmiRZJ!xyONtdO-6F_4BONfxNdhdRGqzciK8A-g4dc7p0lvC6o RE: Braid [NPUB30133] - nevermind1711 - 10-23-2014 same here well, at least it doesn't crash anymore for me RE: Braid [NPUB30133] - DaHandy - 12-16-2014 (10-23-2014, 12:30 AM)Pachus Wrote: Hello everybody, here's my first post. The game stoped working for me in Nekotekina's Spurs commit (more or less I think), now It runs, but the game textures are bugged as hell: Hello rpcs3 community! I have been browsing through the rpcs3 code on GitHub and to me it seems that for example CELL_GCM_NV4097_SET_VERTEX_TEXTURE_ADDRESS is already an implemented function (in RSXTexture methodRegisters, with a different name though: NV4097_SET_TEXTURE_ADDRESS). Why does RSXThread still throw a TODO message into the log if that is the case? Sorry if I am just being stupid here... Edit: I just realized that for example SetVertexTextureAddress (0x00040908) and SetTextureAddress (0x00041A08) are two different functions. However NV4097_SET_TEXTURE_ADDRESS in RSXTexture methodRegisters seems to behave just like SetVertexTextureAddress in RSXFIFOCommands (http://www.psdevwiki.com/ps3/RSXFIFOCommands#SetVertexTextureAddress) except with a different address. Is there a mistake in the code or am I making wrong interpretations? If both functions behave in the same way, it should be very easy to also implement the corresponding vertex functions such as NV4097_SET_VERTEX_TEXTURE_ADDRESS based on the already existing code. Here is also my log: http://tny.cz/8fb35a73 RE: Braid [NPUB30133] - DaHandy - 12-17-2014 (12-17-2014, 05:16 AM)AlexAltea Wrote: @DaHandy: Right, as you said NV4097_SET_VERTEX_TEXTURE_ADDRESS (0x908) and NV4097_SET_VERTEX_TEXTURE_ADDRESS (0x1A08) are different RSX methods. Just FYI, RSX methods work like this: Thanks for your answer Alex! I'm hopefully going to look more into that during the Christmas holidays as I get bored. I guess no one except Sony knows how the RSX really operates? Its just going to be a lot of guessing along with reversing the real PS3 console. PS: Related to this, I just noticed that jacky400 commited some kind of a vertex texture implementation 2 hours ago, today. RE: Braid [NPUB30133] - vlj - 10-18-2015 It almost works with dx12. It looks like the geometry is wrong, but the texture are inplace. RE: Braid [NPUB30133] - vlj - 10-25-2015 The game use primitive restart, that's why there was some rendering issue. Doing some dirty hack I almost got the game sort-of working. |