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.

Dungeon Lords Steam Edition .DAT, .PAK etc files

Featured Replies

  • Author
  • Localization

swuforce, posted Mon Dec 28, 2015 10:19 pm (10592)


I have a tool for the old game NPCDATA.PAK only.
You can try. You need Quickbms in the folder.

Here script for export import QUESTTEXT.PAK and TALKPAK.00x
export
Code:
log MEMORY_FILE 0 0
get name filename
string name = .txt
get files long
for i = 1 to files
get id long
get offset long
get size long
savepos off
goto offset
getdstring str size
if size > 0
math size -= 1
endif
putdstring str size MEMORY_FILE
put 0x0a0d short MEMORY_FILE
goto off
next i
get size asize MEMORY_FILE
log name 0 size MEMORY_FILE

import
Code:
log MEMORY_FILE 0 0
log MEMORY_FILE2 0 0
get name basename
open fdse name 1
get files long 1
put files long MEMORY_FILE
xmath offset "files*12 4"
for i = 1 to files
getct str string 0x0d
get a byte
strlen size str
math size = 1
putdstring str size MEMORY_FILE2
get id long 1
put id long MEMORY_FILE
get d longlong 1
put offset long MEMORY_FILE
put size long MEMORY_FILE
math offset = size
next i
get size asize MEMORY_FILE2
append
log MEMORY_FILE 0 size MEMORY_FILE2
append
get size asize MEMORY_FILE
string name p= "NEW_%s" name
log name 0 size MEMORY_FILE

dungeonlordsmmxii_npcdata.7z

  • Author
  • Localization

makc_ar, posted Wed Dec 30, 2015 1:24 am (10609)


Thanks a lot swuforce. How about this files?
  • Author
  • Localization

Divan-Emperor, posted Fri Mar 31, 2017 5:00 pm (21873)


?????? ????????, ? ? ????? ????? ?? ???? ??? ?? Dungeon Lords?
  • Author
  • Localization

Godran65, posted Tue Jul 26, 2022 9:40 am (72750)


Hi, I would like to make an Italian translation of this game.
With the attached scripts I was able to export and import the files:

D6STRING.DAT; mname.dat; pname.dat; QUESTTEXT.PAK.

I am unable to extract:

D6ITEM.DAT; D6MONS.DAT; NPCDATA.PAK

i tried to download dungeonlordsmmxii_npcdata.7z to export npcdata.pak but my antivirus reports a troyan.
it's probably a false positive.
i deactivated the antivirus and launched the .bat but it generates an error.
attached i put the three files above.
can someone help me?
thanks.
Godran65
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.