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.
Zero Tolerance for Disrespect

[PC] Neon Genesis Evangelion - Eva and Her Funny Friends: Stripping Complementary Plan! (.PAC)

Featured Replies

  • Supporter

Here's BMS script for your files:

# Neon Genesis Evangelion - Eva and Her Funny Friends: Stripping Complementary Plan! (PC) PAC extractor script by BloodRaynare
# For use with QuickBMS

idstring "\x83\x47\x83\x94\x83\x40\x96\x83\x90\x9D\x83\x66\x81\x5B\x83\x5E"
get unknownValue long
get entries long
get dataAllSize long
getdstring zero 36
xmath entriesBeforeLast "entries - 1"

for i = 0 < entries
	get offset long
	putarray 0 i offset
next i

for i = 0 < entries
	getarray offset 0 i
	math i + 1
	if i == entries
		getarray relOffset 0 0
		math offset + relOffset
		xmath size "(dataAllSize + relOffset) - offset"
	else
		getarray nextOffset 0 i
		if i == entriesBeforeLast
			getarray relOffset 0 0
			math nextOffset + relOffset
		endif
		xmath size "nextOffset - offset"
	endif
	string name p "%04d." i
	log name offset size
next


Files in DATA.PAC are compressed with LZSS however it was a bit custom (decompressing it with regular lzss0 will causing the file to come out broken).
Here's the WIP script if someone want to take a crack on it
 

# Neon Genesis Evangelion - Eva and Her Funny Friends: Stripping Complementary Plan! (PC) WIP decompressor script by BloodRaynare
# For use with QuickBMS

comtype lzss "12 4 2 2 0"
get compSize long
get size long
savepos offset
get name basename
string name p "%s." name
clog name offset compSize size

 

Edited by BloodRaynare

Create an account or sign in to comment

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.