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.

Jupiter Hell .nvc files

Featured Replies

  • Author
  • Localization

The_Reaper_CooL, posted Fri Aug 06, 2021 7:03 am (65551)


Hello there!

Jupiter Hell is a great roguelike DooM kind of game, which is awesome. I'd like to translate it, but the files are in .nvc format. Don't know how to extract from them and then repack, if someone could take a look at the file I'd appreciate it.
  • Author
  • Localization

akintos, posted Fri Aug 06, 2021 1:24 pm (65561)


You can use offzip to extract files. The files are zlib compressed, file names are fnv1a_64 hashed.
  • Author
  • Localization

h3x3r, posted Fri Aug 06, 2021 8:19 pm (65563)


Code:
//------------------------------------------------
//--- 010 Editor v11.0.1 Binary Template
//
//      File:
//   Authors:
//   Version:
//   Purpose:
//  Category:
// File Mask:
//  ID Bytes:
//   History:
//------------------------------------------------
local int i;

int Magic;
int Flag0;
int FileCount;

struct {

for(i=0;i
struct {
    uint64 HashName;
    uint Offset;
    uint DecSize;
    uint ComSize;
    uint Flag1;
    } File;
} Files;


And BMS
Code:
comType zlib
get MAGIC long
get DUMMY long
get FILES long

for i = 0 < FILES

get HASH longlong
get OFFSET long
get SIZE long
get ZSIZE long
get COMFLAG long
string NAME p "%u.dat" HASH
clog NAME OFFSET ZSIZE SIZE

next i

Reimport2 should work too.
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.