Ergebnis 1 bis 3 von 3

Thema: Nutzung des Unpackers

  1. #1
    CivBot
    Registriert seit
    25.03.06
    Ort
    Göttingen
    Beiträge
    40.439

    Nutzung des Unpackers

    Viele Dateien, die in RTW noch frei auslesbar waren, sind in M2TW in packs. Um diese Dateien auslesen und ggf. modifizieren zu können muss man zunächst auf eigene Gefahr den unpacker nutzen.

    Der unpacker befindet sich im Ordner \Mediaval II Total War\tools\unpacker. Vor der Nutzung des Unpackers ist es nötig die dlls msvcp71.dll und msvcr71.dll aus dem Hauptordner in den Ordner des unpackers zu kopieren. Das unpacken aller 36159 Dateien dauert viele Minuten, die man zum Lesen im Civforum nutzen kann.

    Nach Nutzung des unpackers müssen 2 Dateien gelöscht werden:
    data\descr_geography_new.txt
    data\descr_geography_new.db

    Wenn die verbleibenden neuen Dateien modifiziert werden hat dies zunächst keinen Effekt. Um dies zu ändern, muss man M2TW mit den neuen Dateien laden lassen. Das passiert beispielsweise durch Abänderung einer Verknüpfung auf dem Desktop. In der Zeile Ziel fügt man dazu am Ende " --io.file_first" hinzu.

    Zitat Zitat von readme.txt
    Medieval II: Total War Unpacker README

    Last Updated: 2006-11-14

    ______________________________________________________________________

    TABLE OF CONTENTS
    ______________________________________________________________________


    I. INTRODUCTION
    II. SYSTEM REQUIREMENTS
    III. BASICS OF USING THE UNPACKER
    IV. ADVANCED UNPACKING
    V. USING MODIFIED FILES
    VI. LEGAL INFORMATION

    ______________________________________________________________________

    I. INTRODUCTION
    ______________________________________________________________________


    WARNING: Usage of this program may damage your installation. SEGA accepts
    no liability for any data or financial loss which may result from using this program.

    Refer to this document before using the Unpacker or if you need help
    with using the Unpacker.


    ______________________________________________________________________

    II. SYSTEM REQUIREMENTS
    ______________________________________________________________________


    The MINIMUM SYSTEM REQUIREMENTS are as follows:

    - Licensed copy of Medieval II: Total War version 1.1

    - The system must meet the same system requirements as
    Medieval II: Total War

    - A minimum of 7 gigabytes of additional free hard drive space is
    required


    ______________________________________________________________________

    III. BASICS OF USING THE UNPACKER
    ______________________________________________________________________


    - The Unpacker should be placed in the 'tools\unpacker' folder of your
    Medieval II: Total War installation folder

    - To unpack all files and place them in your 'data' directory run
    the batch file 'unpack_all.bat'

    NOTE: To use this batch file the Unpacker and the batch file must
    be in the 'tools\unpacker' folder for Medieval II: Total War

    - To create a text file with a list of all files within the packs
    run the batch file 'list_contents.bat'. This will create a file
    'pack_contents.txt' in the 'tools\unpacker' folder;

    NOTE: To use this batch file the Unpacker and the batch file must
    be in the 'tools\unpacker' folder for Medieval II: Total War

    ______________________________________________________________________

    IV. ADVANCED UNPACKING
    ______________________________________________________________________


    - The Unpacker can be used manually from a commmand prompt. The
    Unpacker is called by typing:

    unpacker [options]

    Where [options] is one or more of the command line options
    described in the next section.

    - The following command line options are required:

    --source=[pack file(s)]

    Where [pack file(s)] is the path to one or more pack files.

    --destination=[file/folder]

    Where [file/folder] is the path to the folder to extract the pack
    contents or the file to write the list of pack file contents to.

    - The following command line options are optional:

    --filter=[filter]

    Where [filter] describes which files to extract from the packs.
    The default is *.* which will extract all files;

    NOTE: The & character cannot be used in the filter. If you use
    a ? instead it will extract the file. Alternatively wrap the
    filename in quotation marks.

    --verbosity=[verbosity]

    Where [verbosity] is either 0 (low) or 1 (high) for the amount
    of information that will be displayed on screen during unpacking.

    --mode=[mode]

    Where [mode] configures the Unpacker to either extract files. Set
    this to 0 to extract files from the packs, or set to 1 to list the
    contents of the packs.

    - Example command lines:

    This will extract all .txt files from the packs to the c:\packs folder
    unpacker --source=..\packs\*.pack --destination=c:\packs\ --filter=*.txt

    This will extract a list of all files in the packs to list.txt
    unpacker --source=..\packs\*.pack --destination=list.txt --mode=1

    ______________________________________________________________________

    V. USING MODIFIED FILES
    ______________________________________________________________________


    - To use the modified files create a batch file in your
    Medieval II: Total War folder

    - In the batch file add the following line

    medieval2.exe --io.file_first

    - NOTE: Due to a timestamp check, the following unpacked files will
    cause the game to crash and must be deleted before the game is
    launched:

    data\descr_geography_new.txt
    data\descr_geography_new.db

    - Save the batch file and then launch Medieval II: Total War using the
    newly created batch file.


    VI. LEGAL INFORMATION
    ______________________________________________________________________

    © 2006 The Creative Assembly Limited. Total War, Medieval II: Total
    War and the Total War logo are trade marks or registered trade marks
    of The Creative Assembly Limited in the United Kingdom and/or other
    countries. SEGA is registered in the U.S. Patent and Trademark Office.
    SEGA and the SEGA logo are either trade marks or registered trade marks
    of SEGA Corporation. All rights reserved.

    All other trademarks and trade names are the
    properties of their respective owners. All rights reserved.

    SEGA and The Creative Assembly do not support this product. Please do not
    contact SEGA or CA support to resolve issues which may arise from the
    use of this utility.
    Geändert von justanick (29. Mai 2018 um 02:00 Uhr)
    Zitat Zitat von d73070d0 Beitrag anzeigen
    Ach, das darfst Du nicht so eng sehen. Aus justanick kriegt man nur eine konkrete Antwort raus, wenn man Müll erzählt und dann zurechtgewiesen wird. Wenn Du also was von ihm willst, frag' nich, sondern stell' falsche Behauptungen in den Raum - die werden dann umgehend korrigiert. ;)

  2. #2
    Registrierter Benutzer Avatar von Cayenne
    Registriert seit
    08.11.16
    Beiträge
    237

    Ah, dankeschön. Diese readme.txt fehlt bei mir aus unerfindlichen Gründen. Habe sie mir gleich mal gebastelt und in den Unpackerordner geworfen. Jetzt fehlen mir nur noch die Sounddateien für Dänemark, Polen, Rußland und Ungarn. Aber ich schätze, das sind keine ASCII-Dateien.

    Achtung Spoiler:
    Neugier ist der Katze Tod.

  3. #3
    CivBot
    Registriert seit
    25.03.06
    Ort
    Göttingen
    Beiträge
    40.439
    http://www.twcenter.net/forums/showt...cking-the-Game

    Hier ist ein brauchbares Tutorial zum unpacker.

    Unter Windows 10 hat es für mich gereicht msvcp71.dll und msvcr71.dll in the Ordner des unpackers zu kopieren und dann mit einem Doppelklick auf unpack_all.bat den Prozess zu starten. Danach darf man dann erstmal einige Minuten warten.

    Ich beziehe mich auf eine Installation von DVD außerhalb des Programmordners, sodass keine besonderen Restriktionen greifen. Bei Versionen von Steam ist es wahrscheinlich zweckmäßig eine derartige Kopie außerhalb des Steamordners zu erstellen, sodass sauber entpackt und modifiziert werden kann. Es wäre schade, wenn Steam das alles ruiniert.
    Zitat Zitat von d73070d0 Beitrag anzeigen
    Ach, das darfst Du nicht so eng sehen. Aus justanick kriegt man nur eine konkrete Antwort raus, wenn man Müll erzählt und dann zurechtgewiesen wird. Wenn Du also was von ihm willst, frag' nich, sondern stell' falsche Behauptungen in den Raum - die werden dann umgehend korrigiert. ;)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •