• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[TUT][1.5]Fix all GunZ Runnable Errors

Status
Not open for further replies.
Joined
Apr 13, 2012
Messages
536
Reaction score
32
Code:
<?xml version="1.0" encoding="UTF-8"?>
<XML>
	<LOCALE>
 		<COUNTRY>BRZ</COUNTRY>
		<LANGUAGE>BRZ</LANGUAGE>	
		<MAXPLAYERS>10</MAXPLAYERS>
	</LOCALE>
</XML>
iam building in BRZ_Release_Publish

how can i disable the file list??
 
Junior Spellweaver
Joined
Apr 28, 2012
Messages
114
Reaction score
22
First of all build in KOR.


Code:
<?xml version="1.0" encoding="UTF-8"?>
<XML>
	<LOCALE>
 		<COUNTRY>KOR</COUNTRY>
		<LANGUAGE>KOR</LANGUAGE>	
		<MAXPLAYERS>16</MAXPLAYERS>
	</LOCALE>
</XML>
 
Status
Not open for further replies.
Back
Top