• 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.

GunZ server + GunZ client v.1.4.2 or 1.4.7

Newbie Spellweaver
Joined
Feb 7, 2010
Messages
24
Reaction score
2
please, im in need for the old files to create a home easy client of gunz. i need links. i've searched many, mostly been deleted because of megaupload.
 
Newbie Spellweaver
Joined
Feb 7, 2010
Messages
24
Reaction score
2
gunz files that didnt need channel rule.... im getting comfused because of this :( Untitled - GunZ server + GunZ client v.1.4.2 or 1.4.7 - RaGEZONE Forums


there is no maps when i try to enter any kind of game. i fixed the channelrule and channel.xml but there is no change /: i thought older version could be usefull since it doesnt need these stuff..... the old version is the first version that came out to creat gunz. i think like 1.4.2 of 2006 or somethin
 
Upvote 0
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
I'm assuming you're using 08 Repack then, you need to identify which map to appear in which channel edit your channelrule.xml

Example:
<CHANNELRULE id="1" name="TheMaker">
<GAMETYPE id="0" /> <!-- GAMETYPE_DEATHMATCH_SOLO -->
<GAMETYPE id="1" /> <!-- GAMETYPE_DEATHMATCH_TEAM -->
<GAMETYPE id="9" /> <!-- GAMETYPE_DEATHMATCH_TEAM2 -->
<GAMETYPE id="12" /> <!-- CTF -->
<GAMETYPE id="2" /> <!-- GAMETYPE_GLADIATOR_SOLO -->
<GAMETYPE id="3" /> <!-- GAMETYPE_GLADIATOR_TEAM -->
<GAMETYPE id="10" /> <!-- GAMETYPE_DUEL -->
<GAMETYPE id="4" /> <!-- GAMETYPE_ASSASSINATE -->
<GAMETYPE id="5" /> <!-- GAMETYPE_TRAINING -->

<MAP name="RelayMap" />
<MAP name="Prison II" />
<MAP name=TheMaker" />
</CHANNELRULE>
TheMaker map is now available in "TheMaker" channel, simple.

also, do not forget to edit the channelrule.xml in MatchServer as well.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 7, 2010
Messages
24
Reaction score
2
so is this right then ?


ChannelRule
<?xml version="1.0" ?>
<XML id="channelrule">

<CHANNELRULE id="0" name="Channel">
<GAMETYPE id="0" />
<GAMETYPE id="1" />
<GAMETYPE id="9" />
<GAMETYPE id="2" />
<GAMETYPE id="3" />
<GAMETYPE id="4" />
<GAMETYPE id="5" />
<GAMETYPE id="10"/>
<GAMETYPE id="7" />

<MAP name="mansion" />
<MAP name="Assasin_Combat" />
<MAP name="BathRoom" />
<MAP name="Battle Arena" />
<MAP name="BlockTower" />
<MAP name="Castle" />
<MAP name="Catacomb" />
<MAP name="Chaos" />
<MAP name="CyberSports" />
<MAP name="Duel" />
<MAP name="Dungeon II" />
<MAP name="Dungeon" />
<MAP name="Escape" />
<MAP name="Factory" />
<MAP name="FarBridge" />
<MAP name="Floating_Castle" />
<MAP name="Floodbase" />
<MAP name="FreefallDuel" />
<MAP name="Front" />
<MAP name="Garden" />
<MAP name="GlassCage" />
<MAP name="GreenHillZone" />
<MAP name="Hall" />
<MAP name="HalloweenTown" />
<MAP name="PortalToHell" />
<MAP name="Precision" />
<MAP name="prison II" />
<MAP name="prison" />
<MAP name="Quiet_Night" />
<MAP name="RubixCube" />
<MAP name="Ruin" />
<MAP name="Shipment" />
<MAP name="Shower Room" />
<MAP name="siege" />
</CHANNELRULE>
</XML>

Channel:
<?xml version="1.0" encoding="UTF-8" ?>
<XML id="channel">
<DEFAULTCHANNELNAME name="Channel"/>
<DEFAULTRULENAME name="Channel"/>
<CHANNEL name="Free Channel" maxplayers="100" rule="Channel"/>
<CHANNEL name="GunZ Channel" maxplayers="100" rule="Channel" levelmin='20'/>
<CHANNEL name="Pro Channel" maxplayers="500" rule="Channel" levelmin='99'/>

</XML>
 
Upvote 0
Back
Top