Results 1 to 1 of 1
  1. #1
    lostprophet
    lostprophet is offline
    Guest lostprophet's Avatar
    Join Date
    2012 Apr
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Red face Lord of the Rings: War in the North [.paq files]

    Hi everyone!
    So Lord of the Rings: War in the North uses .paq files, for which bacter on another forum wrote a neat QuickBMS extract script.

    Code:
    # Lord of the Rings: War in the North [.paq files]
    # QuickBMS script - created by The Bacter
    # work-in-progress version!
    IDString "pc\x00\x00"
    get UNK_40000000 long
    if UNK_40000000 != 0x40000000
      print "Error! Exiting. Current value: %UNK_40000000|h% Expected: 0x40000000"
      cleanexit
    endif
    get DATASIZE long
    get UNK_00000004 long
    if UNK_00000004 != 4
      print "Error! Exiting. Current value: %UNK_00000004|h% Expected: 0x4"
      cleanexit
    endif
    get DATASTART long
    getdstring DUMMY 112
    get NR_OF_FILES long
    set TTSIZE long DATASTART
    math TTSIZE -= 128
    log MEMORY_FILE 128 TTSIZE
    for i = 0 < NR_OF_FILES
      get FN_pos long
      get FN_len long
      get DIR_pos long
      get DIR_len long
      get DUMMY long
      get DUMMY long
      get File_REL_START long
      get File_Size long
      set THE_POS long DATASTART
      math THE_POS += File_REL_START
      goto  FN_pos MEMORY_FILE
      getdstring FN FN_len  MEMORY_FILE
      goto  DIR_pos MEMORY_FILE
      getdstring DIR DIR_len  MEMORY_FILE
      set FULLPATH string DIR
      string FULLPATH += "\"
      string FULLPATH += FN
      string FULLPATH += "."
      string FULLPATH += i
      log FULLPATH THE_POS File_Size
    next i
    It can unpack the archive, but the files within have some strange extensions (every file has a different extension consisting of numbers) and can't be directly edited (well, hex edit is a bit of a burden). I'm mainly interested in the texts of the game, since I'm trying to translate it to my native language.
    Can anyone shed some light on these, if they can be edited and/or repacked?

    Thank you in advance.

    Please register or login to download attachments.


Similar Threads

  1. [Tool] Lord of the Rings Online DAT Extractor
    By h4x0r in forum Game Files
    Replies: 2
    Last Post: 2012-08-02, 03:30 PM
  2. [Info] New Accessories Lv 80 - Rings
    By Proaikagamer in forum Aika Guides, Tutorials
    Replies: 8
    Last Post: 2012-05-23, 03:38 AM
  3. [Request] The Lord Of The Rings Online
    By CriticalError in forum Research Requests
    Replies: 0
    Last Post: 2012-02-19, 11:39 PM
  4. I need some help with .EFT files
    By wee in forum Game Files
    Replies: 1
    Last Post: 2010-11-29, 04:16 PM
  5. .npk files
    By Surubre in forum Game Files
    Replies: 15
    Last Post: 2010-11-29, 04:03 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •