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

[problem]item_proto


golab1991

Rekomendowane odpowiedzi

Opublikowano

Próbuję już wielu pakerów i wyskakują mi co chwile błędy podczas pakowania item_proto_dumpl.

1. Gdy używam pakera takiej treści w pliku (Pakowanie.xml)

 

<!--
	"Buildfile" is the name of the root tag.

	GENERAL INFORMATION
		"D:\Games\METIN2" 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="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.
	-->
	<!--
		//
		// 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" />
</Buildfile> 

 

 

otrzymuję taki błąd...





itemprotoerr1.png





2. gdy używam pakera od Kamera otrzymuję taki błąd:

itemprotoerr2.png






Gdzieś robię błąd podczas pakowania czy jak to jest zrobione?;d

//Sygnatura niezgodna z regulaminem

TheJeron78

Opublikowano

heh ;d ok czyli musze ogarnąć "śmietnik" na kompie ;d

Ps. Odczytuj wiadomości pw lub odpisz na gg ;d

//Sygnatura niezgodna z regulaminem

TheJeron78

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...