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.

Scary Girl Sounds .str

Featured Replies

  • Author
  • Localization

brendan19, posted Fri Dec 09, 2016 3:43 am (19374)


QuickBMS scripts written by Alpha23 should decode the .STR into .WAV :)

Scarygirl BMS Scripts
  • Author
  • Localization

makc_ar, posted Fri Dec 09, 2016 6:36 am (19378)


Thanks brendan19! Reimport?
  • Author
  • Localization

Savage, posted Sat Jan 28, 2017 12:58 pm (20470)


@makc_ar

The audios are RAW, BUT, every file have an unique ID (or fourcc) you need to know which one are, i mean, where start the audio and where are the "ID's"

Every ID are the first 24 bytes of the files, what we need to do is "split" the files or "tail-it"

Anyway i save your time and attach the extracted dats, then the question, HOW TO recover? and will the game works with this? (yes game game sounds with this changes)

Easy:
Imagine now you have the RAW ready to import, you already tried but the sounds are not working right? do this:

1-Unzip the attached file
2-You will see a lot of .dat
3-Just do
Code:
copy /b file.dat   file.raw output.raw


Example
Code:
copy /b FBA136CA723CFD41.dat    FBA136CA723CFD41.raw FBA136CA723CFD41.str

then delte the .dat and the .raw

You don't need a script to convert the STR to RAW, just a parameter --raw with oggenc (from vorbis tools)
http://www.rarewares.org/ogg-oggenc.php

Example:
Code:
oggenc --raw  FBA136CA723CFD41.raw 


To decode
http://www.rarewares.org/ogg-oggdec.php
Code:
oggdec --raw FBA136CA723CFD41.ogg FBA136CA723CFD41.str


Then apply the.dat as commented a few lines above
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.