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.

Game:Wizard101 Need:A recompiler for kiwads (.wad)

Featured Replies

  • Author
  • Localization

CGP WHite, posted Mon Apr 18, 2016 1:24 am (12660)


I'd like to say I hope I used the right word of recompiler. If not sorry

I'm requesting for a program capable of turning folders into the kiwad's so we can have larger or smaller textures of the games current size.

Below I will have the OpenBMS script for kiwads. Also if you need anything else Im going to try checking this daily for the next month or two.

# Wizard101 / Pirate101 (script 0.1.3)
# script for QuickBMS http://quickbms.aluigi.org

here is the script sorry I don't know how to use spoilers here
idstring KIWAD
get VER long
get FILES long
if VER >= 2
get DUMMY byte
endif
for i = 0 < FILES
get OFFSET long
get SIZE long
get ZSIZE long
get ZIP byte
get CRC long
get NAMESZ long
getdstring NAME NAMESZ

savepos TMP
goto OFFSET
get DUMMY long
if DUMMY == 0
# skip the empty files
print "unexistent file: %NAME%"
else
if ZIP == 0
log NAME OFFSET SIZE
else
clog NAME OFFSET ZSIZE SIZE
endif
endif
goto TMP
next i
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.