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.

The Adventures of Valdo and Marie (PC) VALDO.MRC

Featured Replies

  • Author
  • Localization

Warthog1336, posted Thu Mar 02, 2023 3:07 pm (75641)


Bump?
  • Author
  • Localization

lvlrk, posted Mon Mar 06, 2023 2:42 pm (75716)


these files are from a really old computer game
VALDO.MRC looks like a WAV file
VALDO.PRF seems to be useless, just contains a table of integers

its hard to reverse engineer because there are only 2 files
attach more if you can

Code:
get EXTENSION extension
if EXTENSION == "PRF"
   # this file is literally just a bunch of numbers
   endian little

   get SIZE asize

   xmath COUNT "COUNT = SIZE / 4"

   for i = 0 < COUNT
      get HIGHEST long
   next i

   print "%HIGHEST%"
endif
if EXTENSION == "MRC"
   # unfinished cause wtf is this file
   # the header seems to indicate a WAV file
   # but its invalid
   # maybe because this game is from 1996
   # the WAV codec is really old in this file

   # there also is some data that looks like
   # filenames???

   # wtf is this file

   idstring "RIFF"
endif
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.