02-07-2020, 05:25 PM
02-08-2020, 12:34 PM
Thanks! Now we can finally view all the animations from Parappa the Rapper games.
02-09-2020, 09:32 AM
Some unknown issues from psxprev i discovered:
1. Croc models don't have any UV Mappings
2. We get an error when scanning for TMD
3. Some textures on the vram pages won't show up on the model again (Nevermind. the models vram page is wrong and you can easily change it.)
4. PaRappa the Rapper & Um Jammer Lammy games at the end of an VDF animation is missing. (I don't know if thats normal.)
I don't know if these issues will be fixed in time, but it's worth a shot.
1. Croc models don't have any UV Mappings
2. We get an error when scanning for TMD
3. Some textures on the vram pages won't show up on the model again (Nevermind. the models vram page is wrong and you can easily change it.)
4. PaRappa the Rapper & Um Jammer Lammy games at the end of an VDF animation is missing. (I don't know if thats normal.)
I don't know if these issues will be fixed in time, but it's worth a shot.
02-10-2020, 09:36 AM
PSXPrev 0.9.6
Added Neversoft PSX files support (missing normals and textures at the moment)
Added auto limbs attachment feature to Neversoft PSX files
https://github.com/rickomax/psxprev/rele...sxprev.zip
Added Neversoft PSX files support (missing normals and textures at the moment)
Added auto limbs attachment feature to Neversoft PSX files
https://github.com/rickomax/psxprev/rele...sxprev.zip
02-10-2020, 09:53 AM
You're on fire, man!!
Keep up the amazing work!!
Keep up the amazing work!!
02-10-2020, 03:34 PM
Do you think you can add N-Space game support? because the data in Rugrats: Search for Reptar uses .BIN Files.
02-11-2020, 05:23 AM
Does this work with pepsiman? I can't seem to get it working
Code:
Scan begin 02/11/2020 07:22:10
DiscUtils.InvalidFileSystemException: Volume is not ISO-9660
in DiscUtils.Iso9660.VfsCDReader..ctor(Stream data, Iso9660Variant[] variantPriorities, Boolean hideVersions)
in DiscUtils.Iso9660.VfsCDReader..ctor(Stream data, Boolean joliet, Boolean hideVersions)
in DiscUtils.Iso9660.CDReader..ctor(Stream data, Boolean joliet)
in PSXPrev.Program.ScanFiles() in C:\Repos\psxprev\Program.cs:línea 364
in PSXPrev.Program.DoScan(String path, String filter, Boolean checkTmd, Boolean checkVdf, Boolean checkTim, Boolean checkPmd, Boolean checkTod, Boolean checkHmdModels, Boolean log, Boolean noVerbose, Boolean debug, Boolean checkCrocModels, Boolean checkPsx) in C:\Repos\psxprev\Program.cs:line 195
02-11-2020, 11:28 AM
(02-11-2020, 05:23 AM)Santikun Wrote: [ -> ]Does this work with pepsiman? I can't seem to get it working
Code:Scan begin 02/11/2020 07:22:10
DiscUtils.InvalidFileSystemException: Volume is not ISO-9660
in DiscUtils.Iso9660.VfsCDReader..ctor(Stream data, Iso9660Variant[] variantPriorities, Boolean hideVersions)
in DiscUtils.Iso9660.VfsCDReader..ctor(Stream data, Boolean joliet, Boolean hideVersions)
in DiscUtils.Iso9660.CDReader..ctor(Stream data, Boolean joliet)
in PSXPrev.Program.ScanFiles() in C:\Repos\psxprev\Program.cs:línea 364
in PSXPrev.Program.DoScan(String path, String filter, Boolean checkTmd, Boolean checkVdf, Boolean checkTim, Boolean checkPmd, Boolean checkTod, Boolean checkHmdModels, Boolean log, Boolean noVerbose, Boolean debug, Boolean checkCrocModels, Boolean checkPsx) in C:\Repos\psxprev\Program.cs:line 195
Your iso is not a ISO-9660.
Try to find the image in the Bin format and us WinBin2Iso to convert it.
02-11-2020, 12:49 PM
Okay, I found a working .bin, but it gives me empty models and mostly corrupt textures
https://i.imgur.com/x9OR7Am.png
https://i.imgur.com/x9OR7Am.png
02-11-2020, 01:23 PM
PSXPrev 0.9.7
https://github.com/rickomax/psxprev/rele...sxprev.zip
Added TMD metadata loading
Added MIME-TMD loading
Fixed VDF/HMD-MIME-VDF playback
Fixed HMD primitive IDs
Added animation type parameter (Common, vertex-diff, normal-diff, per-axis, roll-pitch-yaw and matrix)
Added grid option
https://github.com/rickomax/psxprev/rele...sxprev.zip
Added TMD metadata loading
Added MIME-TMD loading
Fixed VDF/HMD-MIME-VDF playback
Fixed HMD primitive IDs
Added animation type parameter (Common, vertex-diff, normal-diff, per-axis, roll-pitch-yaw and matrix)
Added grid option
02-12-2020, 01:21 AM
New version fixed the invisible models, but they're quite corrupt
https://i.imgur.com/CcV8uXH.png
https://i.imgur.com/CcV8uXH.png
02-12-2020, 07:59 AM
https://github.com/rickomax/psxprev/rele...sxprev.zip
Added "Ignore TMD Version" flag
Fixed parser for older .PSX formats
Added "Ignore TMD Version" flag
Fixed parser for older .PSX formats
02-12-2020, 09:02 AM
(02-12-2020, 01:21 AM)Santikun Wrote: [ -> ]New version fixed the invisible models, but they're quite corruptThat seems to look like the PlayStation Logo.
https://i.imgur.com/CcV8uXH.png
02-13-2020, 01:11 AM
(02-12-2020, 09:02 AM)Cavan Ashton Wrote: [ -> ]Yeah, it does, but as you can see it's quite messed up(02-12-2020, 01:21 AM)Santikun Wrote: [ -> ]New version fixed the invisible models, but they're quite corruptThat seems to look like the PlayStation Logo.
https://i.imgur.com/CcV8uXH.png
02-13-2020, 08:16 AM
https://github.com/rickomax/psxprev/rele...sxprev.zip
Added light options
Added background and ambient color options
Added mask color
Fixed HMD vertex animation parsing
Added light options
Added background and ambient color options
Added mask color
Fixed HMD vertex animation parsing