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 Evil Within (*.bimage) HELP

Featured Replies

  • Author
  • Localization

Sajjad_Rahim, posted Mon Nov 14, 2016 8:34 am (18809)


Hi
first i knew there is thread about game and .bimage textures

but i tried everything (script,GIMP, And edit by hex, etc...)

and result damage textures and i cant convert to DDS

HERE SOME SAMPLES FILES

https://mega.nz/#!yNElAARC!eKsH4SchDiGK ... 4qdSItoCdw


And also i tried MerlinSVK script and still no result :evil:
  • Author
  • Localization

shadow_lonely, posted Mon Nov 14, 2016 12:17 pm (18811)


Try this:

Quote:
# iD Tech 5 engine
# BIMAGE to DDS converter
# by MerlinSVK Oct 2014
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

set MEMORY_FILE binary "\x44\x44\x53\x20\x7C\x00\x00\x00\x07\x10\x08\x00\xAA\xAA\xAA\xAA\xBB\xBB\xBB\xBB\xCC\xCC\xCC\xCC\x00\x00\x00\x00\x01\x00\x00\x00\x4D\x45\x52\x4C\x49\x4E\x3A\x29\x01\x00\x03\x00\x59\x43\x47\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x00\x00\x04\x00\x00\x00\x44\x58\x54\x35\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
get NAME basename
string NAME = ".dds"

get FSIZE asize
goto 0x10
endian big
get WIDTH long
get HEIGHT long
endian little
goto 0x42
savepos START

math DATASIZE = FSIZE
math DATASIZE -= 0x42

putVarChr MEMORY_FILE 0XC HEIGHT long
putVarChr MEMORY_FILE 0x10 WIDTH long
putVarChr MEMORY_FILE 0x14 DATASIZE long

append
log MEMORY_FILE START DATASIZE
append

get DDSSIZE asize MEMORY_FILE
log NAME 0 DDSSIZE MEMORY_FILE


Quote:
# idTech 5 Engine
# DDS to BIMAGE converter
# by MerlinSVK Oct 2014
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

set MEMORY_FILE binary "\x53\xD8\x4F\x64\x09\x4D\x49\x42\x00\x00\x00\x00\x00\x00\x00\x00\xAA\xAA\xAA\xAA\xBB\xBB\xBB\xBB\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x0B\x00\x00\x00\x05\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\xAA\xAA\xAA\xAA\xBB\xBB\xBB\xBB\xCC\xCC\xCC\xCC"

get NAME basename
string NAME = ".bimage_NEW"

goto 0xC
get HEIGHT long
get WIDTH long
get DDSSIZE long

append
log MEMORY_FILE 0x80 DDSSIZE
append

reverselong HEIGHT
reverselong WIDTH
reverselong DDSSIZE

putVarChr MEMORY_FILE 0x10 WIDTH long
putVarChr MEMORY_FILE 0x14 HEIGHT long
putVarChr MEMORY_FILE 0x36 WIDTH long
putVarChr MEMORY_FILE 0x3A HEIGHT long
putVarChr MEMORY_FILE 0x3E DDSSIZE long

get BIMGSIZE asize MEMORY_FILE
log NAME 0 BIMGSIZE MEMORY_FILE
  • Author
  • Localization

Sajjad_Rahim, posted Mon Nov 14, 2016 12:50 pm (18814)


thanks works fine!
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.