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

Plik Root


Mr Szatan

Rekomendowane odpowiedzi

Opublikowano
<!--

"Buildfile" is the name of the root tag.

 

GENERAL INFORMATION

"E:\DXX\" 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.0">

<!--

The action types "extract" and "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="E:\DXX\pack\root" outputPath="Source" extractAll="something" />

<Action type="extract" archivePath="E:\DXX\pack\root" outputPath="Source" extractAll="doSo" createXML="something" xmlPath="myRootPack.xml" />

<Action type="extract" archivePath="E:\DXX\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)

"seed" The individual file seed

(NOTICE: Metin2 needs this seed to accept the file.)

If the seed starts with "0x" it will be interpreted as a hexadecimal number (base 16).

-->

<File archivedPath="936item_proto" type="2" seed="3469640875">936item_proto_SRC</File>

</Action>

</Buildfile>

Daj-

Opublikowano

teraz to co chcesz spakowac sproboj wrzucic do c:\documents and settings\nazwa usera\root\

skopiuj plik rootpackgen.xml i zamien folder do spakowania (jesli jest inny) na root (sourcepatch bodajrze)

Opublikowano

Bo trzeba pakowac plikiem RootPack co ma w tresci

<Buildfile version="1.1">
<!--

	I'm using this file to generate a fully working root.eix/root.epk (version 6.10.09)


	If you want to pack the root.epk/.eix you need to do the following steps:
		1. Extract root.epk (Maybe using RootExtract.xml)
		2. Create the folder "Source"
		3. Move the extracted files into this folder.
		4. Execute this xml file.
		5. Move the created "root.epk" and "root.eix" into your metin2 directory -> pack subdirectory.
-->
<Action type="create" output="root">
	<File archivedPath="936item_proto" type="2"><![CDATA[source\936item_proto]]></File>
	<File archivedPath="936mob_proto" type="2"><![CDATA[source\936mob_proto]]></File>
	<File archivedPath="936skilldesc.txt" type="2"><![CDATA[source\936skilldesc.txt]]></File>
	<File archivedPath="936skilltable.txt" type="2"><![CDATA[source\936skilltable.txt]]></File>
	<File archivedPath="atlasinfo.txt" type="2"><![CDATA[source\atlasinfo.txt]]></File>
	<File archivedPath="atlasinfo.txt~" type="2"><![CDATA[source\atlasinfo.txt~]]></File>
	<File archivedPath="grpblk.txt" type="2"><![CDATA[source\grpblk.txt]]></File>
	<File archivedPath="npclist.txt" type="2"><![CDATA[source\npclist.txt]]></File>
	<File archivedPath="npclist.txt~" type="2"><![CDATA[source\npclist.txt~]]></File>
	<File archivedPath="colorinfo.py" type="2"><![CDATA[source\colorinfo.py]]></File>
	<File archivedPath="consolemodule.py" type="2"><![CDATA[source\consolemodule.py]]></File>
	<File archivedPath="constinfo.py" type="2"><![CDATA[source\constinfo.py]]></File>
	<File archivedPath="debuginfo.py" type="2"><![CDATA[source\debuginfo.py]]></File>
	<File archivedPath="emotion.py" type="2"><![CDATA[source\emotion.py]]></File>
	<File archivedPath="exception.py" type="2"><![CDATA[source\exception.py]]></File>
	<File archivedPath="game.py" type="2"><![CDATA[source\game.py]]></File>
	<File archivedPath="interfacemodule.py" type="2"><![CDATA[source\interfacemodule.py]]></File>
	<File archivedPath="introcreate.py" type="2"><![CDATA[source\introcreate.py]]></File>
	<File archivedPath="introempire.py" type="2"><![CDATA[source\introempire.py]]></File>
	<File archivedPath="introloading.py" type="2"><![CDATA[source\introloading.py]]></File>
	<File archivedPath="intrologin.py" type="2"><![CDATA[source\intrologin.py]]></File>
	<File archivedPath="introselect.py" type="2"><![CDATA[source\introselect.py]]></File>
	<File archivedPath="locale.py" type="2"><![CDATA[source\locale.py]]></File>
	<File archivedPath="mousemodule.py" type="2"><![CDATA[source\mousemodule.py]]></File>
	<File archivedPath="musicinfo.py" type="2"><![CDATA[source\musicinfo.py]]></File>
	<File archivedPath="networkmodule.py" type="2"><![CDATA[source\networkmodule.py]]></File>
	<File archivedPath="playersettingmodule.py" type="2"><![CDATA[source\playersettingmodule.py]]></File>
	<File archivedPath="prototype.py" type="2"><![CDATA[source\prototype.py]]></File>
	<File archivedPath="servercommandparser.py" type="2"><![CDATA[source\servercommandparser.py]]></File>
	<File archivedPath="serverinfo.py" type="2"><![CDATA[source\serverinfo.py]]></File>
	<File archivedPath="stringcommander.py" type="2"><![CDATA[source\stringcommander.py]]></File>
	<File archivedPath="system.py" type="2"><![CDATA[source\system.py]]></File>
	<File archivedPath="test_affect.py" type="2"><![CDATA[source\test_affect.py]]></File>
	<File archivedPath="ui.py" type="2"><![CDATA[source\ui.py]]></File>
	<File archivedPath="uiaffectshower.py" type="2"><![CDATA[source\uiaffectshower.py]]></File>
	<File archivedPath="uiattachmetin.py" type="2"><![CDATA[source\uiattachmetin.py]]></File>
	<File archivedPath="uiauction.py" type="2"><![CDATA[source\uiauction.py]]></File>
	<File archivedPath="uicandidate.py" type="2"><![CDATA[source\uicandidate.py]]></File>
	<File archivedPath="uicharacter.py" type="2"><![CDATA[source\uicharacter.py]]></File>
	<File archivedPath="uichat.py" type="2"><![CDATA[source\uichat.py]]></File>
	<File archivedPath="uicommon.py" type="2"><![CDATA[source\uicommon.py]]></File>
	<File archivedPath="uicube.py" type="2"><![CDATA[source\uicube.py]]></File>
	<File archivedPath="uiequipmentdialog.py" type="2"><![CDATA[source\uiequipmentdialog.py]]></File>
	<File archivedPath="uiex.py" type="2"><![CDATA[source\uiex.py]]></File>
	<File archivedPath="uiexchange.py" type="2"><![CDATA[source\uiexchange.py]]></File>
	<File archivedPath="uigamebutton.py" type="2"><![CDATA[source\uigamebutton.py]]></File>
	<File archivedPath="uigameoption.py" type="2"><![CDATA[source\uigameoption.py]]></File>
	<File archivedPath="uiguild.py" type="2"><![CDATA[source\uiguild.py]]></File>
	<File archivedPath="uihelp.py" type="2"><![CDATA[source\uihelp.py]]></File>
	<File archivedPath="uiinventory.py" type="2"><![CDATA[source\uiinventory.py]]></File>
	<File archivedPath="uimapnameshower.py" type="2"><![CDATA[source\uimapnameshower.py]]></File>
	<File archivedPath="uimessenger.py" type="2"><![CDATA[source\uimessenger.py]]></File>
	<File archivedPath="uiminimap.py" type="2"><![CDATA[source\uiminimap.py]]></File>
	<File archivedPath="uioption.py" type="2"><![CDATA[source\uioption.py]]></File>
	<File archivedPath="uiparty.py" type="2"><![CDATA[source\uiparty.py]]></File>
	<File archivedPath="uiphasecurtain.py" type="2"><![CDATA[source\uiphasecurtain.py]]></File>
	<File archivedPath="uipickmoney.py" type="2"><![CDATA[source\uipickmoney.py]]></File>
	<File archivedPath="uiplayergauge.py" type="2"><![CDATA[source\uiplayergauge.py]]></File>
	<File archivedPath="uipointreset.py" type="2"><![CDATA[source\uipointreset.py]]></File>
	<File archivedPath="uiprivateshopbuilder.py" type="2"><![CDATA[source\uiprivateshopbuilder.py]]></File>
	<File archivedPath="uiquest.py" type="2"><![CDATA[source\uiquest.py]]></File>
	<File archivedPath="uirefine.py" type="2"><![CDATA[source\uirefine.py]]></File>
	<File archivedPath="uirestart.py" type="2"><![CDATA[source\uirestart.py]]></File>
	<File archivedPath="uisafebox.py" type="2"><![CDATA[source\uisafebox.py]]></File>
	<File archivedPath="uiscriptlocale.py" type="2"><![CDATA[source\uiscriptlocale.py]]></File>
	<File archivedPath="uiselectitem.py" type="2"><![CDATA[source\uiselectitem.py]]></File>
	<File archivedPath="uiselectmusic.py" type="2"><![CDATA[source\uiselectmusic.py]]></File>
	<File archivedPath="uishop.py" type="2"><![CDATA[source\uishop.py]]></File>
	<File archivedPath="uisystem.py" type="2"><![CDATA[source\uisystem.py]]></File>
	<File archivedPath="uisystemoption.py" type="2"><![CDATA[source\uisystemoption.py]]></File>
	<File archivedPath="uitarget.py" type="2"><![CDATA[source\uitarget.py]]></File>
	<File archivedPath="uitaskbar.py" type="2"><![CDATA[source\uitaskbar.py]]></File>
	<File archivedPath="uitip.py" type="2"><![CDATA[source\uitip.py]]></File>
	<File archivedPath="uitooltip.py" type="2"><![CDATA[source\uitooltip.py]]></File>
	<File archivedPath="uiuploadmark.py" type="2"><![CDATA[source\uiuploadmark.py]]></File>
	<File archivedPath="uiweb.py" type="2"><![CDATA[source\uiweb.py]]></File>
	<File archivedPath="uiwhisper.py" type="2"><![CDATA[source\uiwhisper.py]]></File>
	<File archivedPath="assassin_m.msm" type="2"><![CDATA[source\assassin_m.msm]]></File>
	<File archivedPath="assassin_w.msm" type="2"><![CDATA[source\assassin_w.msm]]></File>
	<File archivedPath="shaman_m.msm" type="2"><![CDATA[source\shaman_m.msm]]></File>
	<File archivedPath="shaman_w.msm" type="2"><![CDATA[source\shaman_w.msm]]></File>
	<File archivedPath="sura_m.msm" type="2"><![CDATA[source\sura_m.msm]]></File>
	<File archivedPath="sura_w.msm" type="2"><![CDATA[source\sura_w.msm]]></File>
	<File archivedPath="warrior_m.msm" type="2"><![CDATA[source\warrior_m.msm]]></File>
	<File archivedPath="warrior_w.msm" type="2"><![CDATA[source\warrior_w.msm]]></File>
</Action>
</Buildfile>

Szukam grafików, questerów Metin2, koderów www, skrypterów, programistów visual c++, c++.
Techników od bazy danych, systemów linuksowych( głównie FreeBSD).

[email protected] - > Pisać - > Rozpatrzę propozycje :)

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...