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.

Evoland 2 (*.pak)

Featured Replies

  • Author
  • Localization

Allen, posted Tue Sep 01, 2015 9:48 am (7081)


Code:
#script for quickbms
# By Allen
#2015-9-1 Evoland 2 .pak

idstring "PAK\0"
get DataOffset long
get fileSize long
get dummy short
get numFolder long
for i = 0 < numFolder
    set folderName string ""
    CallFunction unpack 0 folderName
next i

StartFunction unpack folderName
    get namelen byte
    getdstring name namelen   
    get type byte
    if type == 0
        get offset long
        get size long
        get dummy long
        math offset = Dataoffset
        set fname string FolderName
        string fname = /
        string fname = name
        log fname offset size
    elif type == 1
        string folderName = /
        string folderName = name       
        get numEntry long
        for j = 0 < numEntry
            set folderName2 string folderName
            CallFunction unpack 0 folderName2
        next j
    endif
EndFunction
  • Author
  • Localization

happyend, posted Tue Sep 01, 2015 10:01 am (7082)


great script,thx Allen
  • Author
  • Localization

lllccc, posted Mon Sep 07, 2015 12:29 pm (7262)


are you able to make a reimporter? i just want to be able to text edit ingame ^_^
  • Author
  • Localization

aluigi, posted Mon Sep 07, 2015 5:33 pm (7272)


The script is valid for reimporting in case that feature is enough for your tests.
  • Author
  • Localization

fixx1983, posted Tue Sep 08, 2015 2:18 pm (7306)


Sadly with reimport it doesn't work.

After editing XML and reimporting it, the game doesn't start anymore :(

EDIT:
Nevermind, it works
Image

Thanks aluigi!

lllccc wrote:
this is why i ask (shows 0 packed)
https://gyazo.com/905a7be7b674f01400aa0fa1bbaaef6c


Usually is better don't use paths with spaces between.
  • Author
  • Localization

aluigi, posted Tue Sep 08, 2015 5:10 pm (7310)


:D
  • Author
  • Localization

saltymanX, posted Wed Sep 16, 2015 8:48 pm (7516)


how i reimport the things i got this but .. how can i repimporter like a new res.PAK im lost it .. Thanks allen u script work fine to extract them .. now .. idk how to repacked all the things :c
  • Author
  • Localization

WollieWoltaz, posted Sun Dec 16, 2018 9:28 pm (41451)


Could someone re-upload the bms script as it's no longer available for download?
  • Author
  • Localization

Titanhunters, posted Mon Dec 17, 2018 2:55 am (41457)


Im having a issue with the reimport. I get the ''- openinput file F:\steam\steamapps\common\Northgard\res.pak

''- error in src\file.c line 463: fdnum_open()
''Error: permission denied

''Press enter or close the window to quit''

What did I do wrong? Im following the steps (step by step) Orpheusdeluxe that he made in a video on YT, ''How to mod Northgard singleplayer''

Im totally new to this..
  • Author
  • Localization

aluigi, posted Sat Jan 05, 2019 10:31 am (41958)


That error is possible if the file is located in the original location, for example "c:\Program Files (x86)\GAME" since you can't write in it.
Move it in a temporary folder or change the permission of the game folder.
  • Author
  • Localization

sasakimika, posted Fri Apr 10, 2020 10:19 am (55730)


I want make font file of evoland 2. But game get some error: char is missing attribute code
What should i do?
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.