Register for your free account! | Forgot your password?

You last visited: Today at 20:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HowTo] Understand Iteminfo.x4

Discussion on [HowTo] Understand Iteminfo.x4 within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 23
[HowTo] Understand Iteminfo.x4

Hello guys today I will try to explain how to understand iteminfo.x4
(i Said Try )
Firstly I haven't Nothing knowledge on coding or C++
but i think with my brain
So it's a guide for beginner to understand how to mod their files/
my english is not perfect so i invite you to correct me .

<INTRODUCTION>
So to begin what's Iteminfo.X4?

-It's a file which is encrypted on Resources of your S4 folder
that file can modify several parameters like weapons,skills,clothes.
Warning : You cant modify money of game (pens) or AP cash or your level !
Because its server sided (i cant explain that to you with my own words i'm sorry).

What i can do with this file?

-You can get a weapon instead another weapon.
for example if you want the famous "Vital Shock" which is not implanted
to original game, you can replace this weapon by another like
one implanted (Semi rifle,Bat,Counter sword,Etc...)

How i can do this ?

-Firstly find how to run the resources tools and export iteminfo.x4
I advise you Pixli's resource tool which is help me a lot.
But i dont explain how does it's works try Search function

Ok I have My ItemInfo.x4 let's start?

-Yes but before you need a software which read the famous X4 format.
I advise Notepad++,You can dowload it at


</INTRODUCTION>



<First_Part_Clothes>
So when you have this software, create a backup (a copy of original)
of Iteminfo.x4,and open file with notepad ++ .

You See several lines with stranger words like

Code:
<?xml version="1.0" encoding="utf-8" ?>
<iteminfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="new_iteminfo.xsd" string_table="language/xml/iteminfo_string_table.xml">
	<!--복장-->
	<category id="1">
		<!-- 머리 -->
		<sub_category id="0">
			<item number="32" NAME="기모노 여 헤어" SEX="woman">
				<base>
					<base_info name_key="N1000032" require_level="0" require_master="0" />
				</base>
				<client>
					<icon image="" />
					<attrib comment_key="T1000032" />
					<feature comment_key="" />
					<shopicon image="" />
				</client>
				<attach>
					<to_node scene_file="36_female_hair.scn" parent_node="Bip01 Head" animation_part="0" />
				</attach>
				<costume>
					<wearing sex="woman" />
				</costume>
			</item>
But what's it mean ? it's the main goal of this tutorial
try to understand what it's mean!

So,
Code:
<item number="32" NAME="기모노 여 헤어" SEX="woman">
Item number = The number describe name of item on the client,for example
it's Cowboy Hat (it's an example) so it's implanted to game.
some Items are Coded but not implanted (you cant see in shop)
you cant "active" their items but you can replace an item instead implanted item we see that after
Name= Its the Korean name of item (if you can traduct that you can find what it's mean in EU).
SEX= it's the gender of item if it's woman it's mean this item only equip by a female character (ALL it's unisex).

After;
Code:
<base>
					<base_info name_key="N1000032" require_level="0" require_master="0" />
				</base>
This line explain The restrictions of this item;for example
what level you must be to wear this item.
require_master= It's level master (for clothes master)
require_level=Base level required to wear that item.

Next Line:
Code:
<client>
					<icon image="18_male_hair.tga" />
					<attrib comment_key="TIP6" />
					<feature comment_key="F_TEXT6" />
					<shopicon image="" />
				</client>
All there are between <client> and </client>
Its on client for example
<icon image="XXXXXX.tga"/> explain when you equip the item
you see an image (icon) of this item
so its determined what you see (icon equip,icon shop etc..)

After:
Code:
attach>
					<to_node scene_file="18_male_hair.scn" parent_node="Bip01 Head" animation_part="0" />
				</attach>
It's informations about your item (animation etc...)
So if your replace this by an another <attach> item
you can replace item (for example i replace the code of Captain Guard hat
by power ranger Hat, it give me Power ranger hat but whit name and icon of captain guard hat )

Code:
<costume>
					<wearing sex="man" />
				</costume>
<wearing sex="XXX" /> the sex character can be equip item.
<costume> explains this item it's a clothes (head,pants,etc...)

<item></item> The start of item code and the end of this item

So this part of guide was only for Clothes
for the next we See Weapons
and to finish Skills
Enjoy this first part


</First_Part_Clothes>

I hope this guide help you thanks me if it helped you
Happy New YeaR !
.FlowLess. is offline  
Thanks
19 Users
Old 01/03/2010, 13:58   #2
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 23
<Second_Part_Weapons>

Under Construction
.FlowLess. is offline  
Thanks
2 Users
Old 01/03/2010, 13:59   #3
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 23
<Third_Part_Skills>

Under Construction!
.FlowLess. is offline  
Thanks
1 User
Old 01/03/2010, 14:16   #4
 
illideri's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 160
Received Thanks: 461
-.- ??

#Reported

and don't use doble post use edit button -.-
illideri is offline  
Thanks
3 Users
Old 01/03/2010, 14:26   #5
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 23
Quote:
-.- [Sammelthread] Ressource hacks ??

#Reported

and don't use doble post use edit button -.-
Here is in english not in German -_-
And In Sammelthread User only talk about Game_tempos
I talk About iteminfo.x4 and how to understand it
it's a tuts for newbies
And if a use Doble post it's for Seperate differents parts of guides
not for post -_-'
.FlowLess. is offline  
Old 01/03/2010, 14:31   #6
 
illideri's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 160
Received Thanks: 461
Quote:
Originally Posted by .FlowLess. View Post
In Sammelthread User only talk about Game_tempos
I talk About iteminfo.x4
this is wrong sammelthread talk about iteminfo too -.-

Quote:
Originally Posted by MrSm!th
Wall/Block Hack, Waffen Hack
this is whit iteminfo ^^
illideri is offline  
Thanks
1 User
Old 01/03/2010, 14:54   #7

 
FichteFoll's Avatar
 
elite*gold: 237
Join Date: Sep 2008
Posts: 4,476
Received Thanks: 4,587
I thnik your "How To" is a bit too detailed. You don't need to explain every line here, people who want to use this, must be intelligent enough to see for what these lines stand for. But ok...

Also it ist not necessary to have these posts for space for other parts. You can post them into one post too.

And its ok, that you do an english version. MrSm!th is too lazy to do it himselft xD
FichteFoll is offline  
Thanks
3 Users
Old 01/03/2010, 16:04   #8
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 23
Thanks yes it's very detailled but i think people like me prefer understand all lines instead Leech for hack and said anywhere I'm hacker ! ^_^
Sorry For the space post, next time i will be care.

Quote:
this is wrong sammelthread talk about iteminfo too -.-
It's for understanding Iteminfo.X4 not a tuts for Mod

I'm sorry but if you want leech or distribute your "works" it's not the right thread
I write [HowTo] not [Release]
have a nice day.
.FlowLess. is offline  
Old 01/03/2010, 23:26   #9
 
elite*gold: 0
Join Date: Feb 2008
Posts: 209
Received Thanks: 96
please!!!! i don't know where is my file Iteminfo.X4, can someone use the exactly directory cuz in _resources i only see files with numbers and letters mixeds! HELP ME PLEASE!!!
zecagold is offline  
Old 01/03/2010, 23:41   #10
 
elite*gold: 0
Join Date: Jun 2009
Posts: 66
Received Thanks: 27
Nice Triple Post ;D
Marcolla is offline  
Old 01/03/2010, 23:44   #11
 
elite*gold: 0
Join Date: Feb 2008
Posts: 209
Received Thanks: 96
please!!!! i don't know where is my file Iteminfo.X4, can someone use the exactly directory cuz in _resources i only see files with numbers and letters mixeds! HELP ME PLEASE!!!

please!!!! i don't know where is my file Iteminfo.X4, can someone use the exactly directory cuz in _resources i only see files with numbers and letters mixeds! HELP ME PLEASE!!!!!!

i don't know where is my file Iteminfo.X4, can someone use the exactly directory cuz in _resources i only see files with numbers and letters mixeds!
zecagold is offline  
Thanks
1 User
Old 01/04/2010, 01:01   #12
 
elite*gold: 0
Join Date: Jun 2009
Posts: 66
Received Thanks: 27
"zecagold" - Stop the Spam. Use the Edit Function
#reported
Marcolla is offline  
Thanks
1 User
Old 01/04/2010, 01:02   #13
 
elite*gold: 0
Join Date: Jul 2009
Posts: 22
Received Thanks: 0
Hm, how do we know what is what?

For example, what is "18_male_hair"?
qwertzyio is offline  
Old 01/04/2010, 01:24   #14
 
elite*gold: 0
Join Date: Jan 2010
Posts: 8
Received Thanks: 0
Yeah um. When ever i download iteminfo it says windows cannot open/download the file. Will notepad help me download it?
BloodStopper37 is offline  
Old 01/04/2010, 13:22   #15
 
elite*gold: 0
Join Date: Aug 2009
Posts: 46
Received Thanks: 3
Quote:
Originally Posted by illideri View Post
-.- ??

#Reported

and don't use doble post use edit button -.-
Thinks you should remove the link in your signature since your file is not there to download and or upload it again alot of ppl wanting it but you removed the link yet you still advertise in your signature in giant FONT
kanaketsu is offline  
Reply


Similar Threads Similar Threads
Iteminfo.x4
01/03/2010 - S4 League Hacks, Bots, Cheats & Exploits - 6 Replies
Hat jemand die originale Iteminfo? Kein bock mehr zu hacken. Auch kein bock neu zu installieren (dauert ewig bei mir)
iteminfo.x4
01/03/2010 - S4 League - 1 Replies
kann mir pls jemand die orginale iteminfo.x4 datei reinposten ich hab das resource tool benutzt und irgendwie ist dabei die damage der waffen verlorengegangen, pls kann es jemand hier posten brauch das orginale Mfg
iteminfo
12/22/2009 - S4 League - 6 Replies
könnte wer die eine funktionierende iteminfo hochladen nur falls das geht was verändert wurde ist egal hauptsache sie funzt noch weil ich meine versaut habe wäre cool MfG Sasabi



All times are GMT +2. The time now is 20:02.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.