PaRappa the Rapper & UmJammer Lammy (*.INT)
-
- Posts: 76
- Joined: Thu Oct 16, 2014 3:05 am
PaRappa the Rapper & UmJammer Lammy (*.INT)
These games both use the same format. I can actually get stuff using a tool called PSX multi rip, but it's not everything in the archive. It's a completely different format from PaRappa 2.
https://dl.dropboxusercontent.com/u/665 ... OMPO02.INT - From PaRappa.
https://dl.dropboxusercontent.com/u/665 ... P11SNG.INT - From UmJammer Lammy.
https://dl.dropboxusercontent.com/u/665 ... OMPO02.INT - From PaRappa.
https://dl.dropboxusercontent.com/u/665 ... P11SNG.INT - From UmJammer Lammy.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 76
- Joined: Thu Oct 16, 2014 3:05 am
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
It only seems to extract the .TIM files, but there's also TMD, TOD and VDF (moreso interested in the last two, as they're the ones I couldn't get before) ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
Multiple file tables.
Fixed
Fixed
-
- Posts: 76
- Joined: Thu Oct 16, 2014 3:05 am
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
Okay, seems to work fine now. Thanks.
-
- Posts: 13
- Joined: Mon Jan 19, 2015 12:29 am
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
Is there any way to modify the script to be able to reimport the files back into the INT archives?
I tried to use QuickBMS with the -r parameter but no matter what I do it always says "0 files reimported"
The script doesn't use memory_files so maybe it is possible with some modification.
EDIT: Nevermind. I got it to work.
I tried to use QuickBMS with the -r parameter but no matter what I do it always says "0 files reimported"
The script doesn't use memory_files so maybe it is possible with some modification.
EDIT: Nevermind. I got it to work.
Last edited by oddMLan on Sat Apr 11, 2015 4:41 am, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
The reimport mode works perfectly with that script so probably you missed a step.
The rule is doing the same operations you did for the extraction so:
This is a command-line example because it's more easy to show the "differences" on a forum, with the GUI it's the same.
The rule is doing the same operations you did for the extraction so:
Code: Select all
quickbms nanaon_old.bms COMPO02.INT output_folder
*edit the files*
quickbms -w -r nanaon_old.bms COMPO02.INT output_folder
This is a command-line example because it's more easy to show the "differences" on a forum, with the GUI it's the same.
-
- Posts: 13
- Joined: Mon Jan 19, 2015 12:29 am
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
Oh, I figured what I was doing wrong.
I put the modified textures in a separated folder, where I should have preserved the original folder structure.
The script works just fine as-is to reimport the textures. Proof:
Too bad that modifying the original .bin/cue ROM makes the game lose the background music for some reason (sound effects still preserved) but that's an entirely different (albeit unrelated) issue.
I put the modified textures in a separated folder, where I should have preserved the original folder structure.
The script works just fine as-is to reimport the textures. Proof:
Too bad that modifying the original .bin/cue ROM makes the game lose the background music for some reason (sound effects still preserved) but that's an entirely different (albeit unrelated) issue.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
Maybe there is a sort of "protection" in the executable that blocks the music (which is the core of this game I guess) if the crc of the modified archive differs than the expected one... just guessing, don't know if it's true.
-
- Posts: 1
- Joined: Mon Oct 12, 2020 11:05 pm
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
I keep getting this error any ideas?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
I don't know what file is TMD, this topic is about the INT archives.
-
- Posts: 1
- Joined: Tue Apr 12, 2022 3:24 pm
Re: PaRappa the Rapper & UmJammer Lammy (*.INT)
hey, modders found a bug in your bms script and it seems no one has asked you if you could release a bug fix? i don't know the complete specifics, but they say it doesn't account for .int files that aren't aligned to a 32-bit boundary, and in these example files most F_*.TIM files are the ones that fail to extract properly, but work fine with a C implementation written by cuckydev which doesn't support repacking .int files.
.int examples: https://zulc22.space/uploads/sharex/CMP7CMP.INT https://zulc22.space/uploads/sharex/CMP7COP.INT
intextract.c: https://zulc22.space/uploads/sharex/intextract.c
.int examples: https://zulc22.space/uploads/sharex/CMP7CMP.INT https://zulc22.space/uploads/sharex/CMP7COP.INT
intextract.c: https://zulc22.space/uploads/sharex/intextract.c