Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Mob_Proto


K2Exar

Rekomendowane odpowiedzi

Opublikowano

Witam!

Mam pewien problem...

Chciałem edytować mob_proto ale nie mogę go rozpakować.

Proszę o pomoc w rozpakowaniu i spakowaniu...

 

 

zrobiłem taki plik do rozpakowania.

<!--

"Buildfile" is the name of the root tag.

 

GENERAL INFORMATION

"D:\Gry\Metin2008" is my Metin2 installation directory.

You need to channge this path if you want to use this script.

(You also need to remove unnecessary actions.)

-->

<Buildfile version="1.1">

 

<!--

//

// Archive Creation Examples

//

-->

 

<!--

If the action type is "create" you need to specify these attributes:

 

Attribute Name Description

"output" The path of the output archive (without any extension, like ".epk" or ".eix")

-->

<Action type="create" output="MyArchive">

<!--

If the action type is "create" you need to specify

one or more files to add to the archive.

 

Every file to add has an own "File"-Tag.

This tags needs to have the following attributes:

 

Attribute Name Description

"archivedPath" The absolute path of the file in the archive

"type" The type how to store the file in the archive.

(0 = not compressed & not encrypted

1 = compressed & not encrypted

2 = compressed & encrypted)

-->

<File archivedPath="mob_proto" type="2">mob_proto</File>

</Action>

 

<!--

//

// mob_proto Extraction Example

//

-->

 

<!--

If the action type is "mob_proto_extract" you need to specific

the following attributes:

 

Attribute Name Description

"path" The path of the mob_proto file.

"output" Filename of the output XML file.

-->

<!--

//

// mob_proto Creation Example

//

-->

<Action type="mob_proto_extract" path="mob_proto" output="mob_proto_dump.xml" />

<!--

If the action type is "mob_proto_create" you need to specific

the following attributes:

 

Attribute Name Description

"path" The path of the mob_proto file.

"output" Filename of the output XML file.

-->

</Buildfile>

xxx

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...