Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Chulip (PS2) .PAK files

Featured Replies

  • Author
  • Localization

mecha_yodzilla, posted Tue Jan 05, 2021 3:18 am (61472)


I've been experimenting with messing with game files, and I can't seem to find a way to extract .PAK files in the game Chulip. Every method I've seen online hasn't worked out, so I thought someone here might have some idea. I've attached an example .pak file.
Thanks!
  • Author
  • Localization

BloodRaynare, posted Tue Jan 05, 2021 3:47 am (61473)


Here's a BMS script to extract your samples:

Code:
## Chulip (PS2) PAK extractor
## Script for QuickBMS: http://aluigi.altervista.org/quickbms.htm

for i = 0
   get OFFSET long
   if OFFSET == 0
      break
   endif
   putarray 0 i OFFSET long
next i
math FILES = i

sortarray 0

for i = 0 < FILES
   getarray OFFSET 0 i
   math i 1
   if i == FILES
      get PAK_SIZE asize
      xmath SIZE "PAK_SIZE - OFFSET"
   else
      getarray NEXT_OFFSET 0 i
      xmath SIZE "NEXT_OFFSET - OFFSET"
   endif
   get FNAME basename
   string NAME p "%s_i." FNAME i
   log NAME OFFSET SIZE
next


Not sure if this method is correct but at least it extract the files so there's that.
And also no proper filenames since there's no strings indicates it in the PAK files.
  • Author
  • Localization

mecha_yodzilla, posted Tue Jan 05, 2021 7:32 am (61476)


Thank you so much!
  • Author
  • Localization

AmiibanTNMRN, posted Tue Jul 06, 2021 4:52 pm (65068)


mecha_yodzilla wrote:
Thank you so much!

I have been trying to get files from this exact same game, could you link me your extracted model files?
(Also how do I kiss the train person who's buried in the playground near you?)
EDIT: Got the extracted files for myself but they are in a weird format (.dat) Did you ever work out how to open these?
  • Author
  • Localization

mecha_yodzilla, posted Tue Jul 06, 2021 9:22 pm (65070)


AmiibanTNMRN wrote:
mecha_yodzilla wrote:
Thank you so much!

I have been trying to get files from this exact same game, could you link me your extracted model files?
(Also how do I kiss the train person who's buried in the playground near you?)
EDIT: Got the extracted files for myself but they are in a weird format (.dat) Did you ever work out how to open these?

Certainly! most of the progress i've made is contained here: https://github.com/aReallyBadDoctor/chulip
I found that there are actually models in most of the files, not just the .pak ones.
unfortunately i haven't yet been able to match images with their models, but the models all have their UVs defined, so if you can match the texture to the model, it shouldn't be too much trouble to match them up

as for the train guy, you'll need to sneak up and stop on the station he's at. he'll start to follow you, and you'll have to lead him to the Shin-Osaka station, then to the Kyoto station, then the Nagoya station, then Shin-Yokohama, then Toyko. You can read the station names by interacting with the drawings on the ground

hope this helps!
  • Author
  • Localization

AmiibanTNMRN, posted Thu Jul 08, 2021 6:49 am (65098)


mecha_yodzilla wrote:
AmiibanTNMRN wrote:
mecha_yodzilla wrote:
Thank you so much!

I have been trying to get files from this exact same game, could you link me your extracted model files?
(Also how do I kiss the train person who's buried in the playground near you?)
EDIT: Got the extracted files for myself but they are in a weird format (.dat) Did you ever work out how to open these?

Certainly! most of the progress i've made is contained here: https://github.com/aReallyBadDoctor/chulip
I found that there are actually models in most of the files, not just the .pak ones.
unfortunately i haven't yet been able to match images with their models, but the models all have their UVs defined, so if you can match the texture to the model, it shouldn't be too much trouble to match them up

as for the train guy, you'll need to sneak up and stop on the station he's at. he'll start to follow you, and you'll have to lead him to the Shin-Osaka station, then to the Kyoto station, then the Nagoya station, then Shin-Yokohama, then Toyko. You can read the station names by interacting with the drawings on the ground

hope this helps!

Thanks! With these rips people could actually do stuff with the chulip models, and chulip could get a page on The Models Resource!
  • Author
  • Localization

vrripper, posted Tue Nov 30, 2021 10:23 pm (67774)


Has anyone discovered where the animation is stored or indexed? :idea:
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.