screen:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Und die anderen Monster, haben die auch Namen?..Quote:
Screen:
[Only registered and activated users can see links. Click Here To Register...]
du hast schiss die m2.exe zu entpacken:facepalm:Quote:
schon getestet?
Virusfrei? Habe angst diese m2.exe zu entpacken :D
^ Screen.
///EDiT: Nicht zufällig aus Metin2 UG? aaaaaaa.....
<!-- "Buildfile" is the name of the root tag. GENERAL INFORMATION "D:\Games\METIN2" is my Metin2 installation directory. You need to change this path if you want to use this script. (You also need to remove unnecessary actions.) --> <Buildfile version="1.1"> <!-- The action types "extract", "create", "item_proto_extract", "item_proto_create", "mob_proto_extract" and "mob_proto_create" are currently valid. There are also action-type-dependent attributes: If Action-Type is "extract" Attribute Name Description "outputPath" The path (relative or absolute) of the target directory where all files should be saved to. "archivePath" The path (relative or absolute) of the input archive (without any extension, like ".epk" or ".eix") Optional Attributes "extractAll" If this attribute is specified (value is ignored) every file in the archive is extracted. "createXML" If this attribute is specified (value is ignored) a xml file will be created. "xmlPath" (INFO: Needed if "createXML" is set.) The output filename of the XML file. --> <Action type="extract" archivePath="C:\Games\METIN2\pack\root" outputPath="Source" extractAll="something" /> <Action type="extract" archivePath="C:\Games\METIN2\pack\root" outputPath="Source" extractAll="doSo" createXML="something" xmlPath="myRootPack.xml" /> <Action type="extract" archivePath="C:\Games\METIN2\pack\ETC" outputPath="ETCSource"> <!-- If the action type is "extract", the "File" tag contains the path (in the archive) of the file to extract. The "File" tag has no attributes. --> <File><![CDATA[d:/ymir work/ui/936_guild.dds]]></File> <File><![CDATA[d:/ymir work/ui/936_introempire.dds]]></File> <File><![CDATA[d:/ymir work/environment/t2.msenv]]></File> <File><![CDATA[d:/ymir work/ui/skill/warrior/gyeoksan_01.sub]]></File> </Action> <!-- // // 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="item_proto" type="2">item_proto</File> </Action> <!-- // // item_proto Extraction Example // --> <!-- If the action type is "item_proto_extract" you need to specific the following attributes: Attribute Name Description "path" The path of the item_proto file. "output" Filename of the output XML file. --> <Action type="item_proto_extract" path="item_proto" output="item_proto_dump.xml" /> <!-- // // item_proto Creation Example // --> <!-- If the action type is "item_proto_create" you need to specific the following attributes: Attribute Name Description "path" The path of the item_proto file. "output" Filename of the output XML file. --> <Action type="item_proto_create" path="item_proto_dump.xml" output="item_proto_new" /> <!-- // // 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. --> <Action type="mob_proto_extract" path="mob_proto" output="mob_proto_dump.xml" /> <!-- // // mob_proto Creation Example // --> <!-- 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. --> <Action type="mob_proto_create" path="mob_proto_dump.xml" output="mob_proto_new" /> </Buildfile>