You are Unregistered, please register to gain Full access.
    


RaGEZONE sponsored advertisment:

 
 
LinkBack (19) Thread Tools
Old 10-05-2008   #176 (permalink)
Extreme Coder - Delphi
 
bounty-hunter's Avatar
 
Rank: Alpha Member
Join Date: Sep 2007
Location: GunZone Mansion
Posts: 1,591
Thanked 5 Times in 3 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

@SluggerMyers u dont have to do that u can do it later, its only for the updating launcher -__- you can just code one in C#
__________________
bounty-hunter is offline   Reply With Quote
Old 10-05-2008   #177 (permalink)
RaGEZONER
 
Rank: Hobbit
Join Date: Aug 2008
Posts: 77
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

ohh, okay. thanks man.
SluggerMyers is offline   Reply With Quote
Old 10-05-2008   #178 (permalink)
GunZ Quitter
 
CrashPoint's Avatar
 
Rank: Member +
Join Date: Sep 2008
Location: VietNam
Posts: 729
Thanked 20 Times in 7 Posts

Exclamation Re: BR/Jan/June Server And Client SETUP Guide!

Agent config:

Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>MatchServer1</NAME>
	<MAXCLIENT>50</MAXCLIENT>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
	<ADDRESS ip="58.187.128.151" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>
Server.ini:

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123456"

[SERVER]
MAXUSER=50
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP="58.187.128.151"
KEEPERIP="58.187.128.151"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

[FILTER]
USE="0" 
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Locator.ini:

Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="123456"

[NETWORK]
IP="58.187.128.151"
PORT="8900"

[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"
And wat a get :|



Any help?
__________________

CrashPoint is offline   Reply With Quote
Old 10-05-2008   #179 (permalink)
RaGEZONER
 
Rank: Hobbit
Join Date: Aug 2008
Posts: 77
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Okay, I did everything that I was told to do, but when I load the game up, the servers aren't showing for some reason. Anyone have a clue why?
SluggerMyers is offline   Reply With Quote
Old 10-05-2008   #180 (permalink)
RaGEZONER
 
Rank: Hobbit
Join Date: Aug 2008
Posts: 77
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

ahh crap double post
SluggerMyers is offline   Reply With Quote
Old 10-05-2008   #181 (permalink)
Reborn-Gamerz Owner
 
HigherGamers's Avatar
 
Rank: Member +
Join Date: Apr 2008
Location: http://reborn-gamerz.co.uk
Posts: 248
Blog Entries: 1
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

well this is the error i get with these files

I would like a staright forward answer and a straight forward small guide to what to do if possible

[IMG][/IMG]

TY

Sheen
__________________

Come to Rebel GunZ today!
http://rebelgunz.co.uk
HigherGamers is offline   Reply With Quote
Old 10-05-2008   #182 (permalink)
Newbie
 
darkagent's Avatar
 
Rank: Hobbit
Join Date: Jul 2005
Location: Russia, Noginsk
Posts: 19
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Originally Posted by HigherGamers View Post
well this is the error i get with these files
check your MatchServer/Log/ files for any warnings about spCheckDuplicateCharName
i think there's a problem ;)
__________________
darkagent is offline   Reply With Quote
Old 10-05-2008   #183 (permalink)
The 12th Power Of 13th
 
MAXTRAXv3's Avatar
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Australia, West
Posts: 2,095
Blog Entries: 1
Thanked 14 Times in 5 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

@highergamers its a database problem, you may have install it wrong or changed some your not pose 2

@sluggermyers, patch.xml comes ater you make it, make shure ports are open and you can connect to your own IP
__________________
If im going to Burn in Hell, you shal Freeze in Heaven
MAXTRAXv3 is offline   Reply With Quote
Old 10-05-2008   #184 (permalink)
Extreme Coder - Delphi
 
bounty-hunter's Avatar
 
Rank: Alpha Member
Join Date: Sep 2007
Location: GunZone Mansion
Posts: 1,591
Thanked 5 Times in 3 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Sluggers make sure u use 127.0.0.1
__________________
bounty-hunter is offline   Reply With Quote
Old 10-05-2008   #185 (permalink)
GunZ Quitter
 
CrashPoint's Avatar
 
Rank: Member +
Join Date: Sep 2008
Location: VietNam
Posts: 729
Thanked 20 Times in 7 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

omfg no @ for me :|
__________________

CrashPoint is offline   Reply With Quote
Old 10-05-2008   #186 (permalink)
RaGEZONER
 
Rank: Hobbit
Join Date: Aug 2008
Posts: 77
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Ahh, still no clue what's wrong. I've tried everything and the servers still won't come up. Heres my matchserver locator and agent stuff...

MATCH SERVER -
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1a2b3c4d5e"

[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP=""
KEEPERIP="98.122.106.188"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"

[LANGUAGE]
LANG_TYPE="eng"

[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1

[FILTER]
USE="0" 
ACCEPT_INVALID_IP="1"

[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
LOCATOR -
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="1a2b3c4d5e"

[NETWORK]
IP="98.122.106.188"
PORT="8900"

[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no" 
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"
MATCHAGENT -

Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
	<NAME>Name this server</NAME>
	<MAXCLIENT>500</MAXCLIENT>
	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
	<ADDRESS ip="98.122.106.188" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

Ahh, been working on this SOB for like 8 hours. Driving me crazy.



ALSO - I redid everything and just put the IP as 127.0.0.1 and the server pops up. I log in and the char name is Jenny, but the account I put in in SQL is a different name. Makes no senseeee
SluggerMyers is offline   Reply With Quote
Old 10-05-2008   #187 (permalink)
GunZ Quitter
 
CrashPoint's Avatar
 
Rank: Member +
Join Date: Sep 2008
Location: VietNam
Posts: 729
Thanked 20 Times in 7 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

I changed all IP to 127.0.0.1 n i c da server but "cannot access server" :|
__________________

CrashPoint is offline   Reply With Quote
Old 10-06-2008   #188 (permalink)
The 12th Power Of 13th
 
MAXTRAXv3's Avatar
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Australia, West
Posts: 2,095
Blog Entries: 1
Thanked 14 Times in 5 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

@sluggermyer like i sed open ports....

@crashpoit you missed a bit...check server.dbo in your tables
__________________
If im going to Burn in Hell, you shal Freeze in Heaven
MAXTRAXv3 is offline   Reply With Quote
Old 10-06-2008   #189 (permalink)
GunZ Quitter
 
CrashPoint's Avatar
 
Rank: Member +
Join Date: Sep 2008
Location: VietNam
Posts: 729
Thanked 20 Times in 7 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

thanks dude :x
__________________

CrashPoint is offline   Reply With Quote
Old 10-06-2008   #190 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Dec 2007
Posts: 4
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

The tutorial is really helpful. Thanks a lot for it MAXTRAXv3.
I have a error while running the launcher, I have attached the neccessary details which I felt has the problem i.e I get a wierd error for my Launcher. I think the problem is that my locator does not show anything and my system.mrs is around just 70kbs.
I Tried logging in with the Legacy Gamers Patch, In that I see a Quest Server but I get "Cannot access server" error instantly.


Image Files Attached
Thanks
-Jay

Edit : Okay now my Locator is working and showing something but I still have the problem with the Launcher :(
New Image Added.
Attached Thumbnails
BR/Jan/June Server And Client SETUP Guide!-error.jpg  

Last edited by raul_27; 10-06-2008 at 08:00 PM. Reason: Correction
raul_27 is offline   Reply With Quote
Old 10-06-2008   #191 (permalink)
Alpha Member
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Huntington, WV
Posts: 3,962
Thanked 2 Times in 2 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

I think your launcher is trying to update and cant find the file it needs. Just in your client folder make a GunzLauncher.ini and put in it : @SKIP_UPDATE
__________________
http://maple-hosting.com/
Best hosting team/site I know.
Too much cool stuff to list. Take my word on it and go try it out :D
wesman2232 is offline   Reply With Quote
Old 10-07-2008   #192 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Dec 2007
Posts: 4
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Originally Posted by wesman2232 View Post
I think your launcher is trying to update and cant find the file it needs. Just in your client folder make a GunzLauncher.ini and put in it : @SKIP_UPDATE
Thanks for your reply wesman22*** It worked, my bad I had named the same ini as GunzUpdater.ini earlier :|
Now I have a new problem that when I click the Start Game nothing comes up :(
I have pasted the runnable by Xiao in the client folder as theduel.exe and Gunz.exe.

Note: For the editing part I have made the IP "5.226.222.555" as "127.0.0.1...." , I'm not sure if this is the correct way. Please correct me If I'm wrong.

Image Attached
Thanks
-Jay
Attached Thumbnails
BR/Jan/June Server And Client SETUP Guide!-launcher.jpg  
raul_27 is offline   Reply With Quote
Old 10-07-2008   #193 (permalink)
Account Upgraded | Title Enabled!
 
katsumi's Avatar
 
Rank: Member +
Join Date: Oct 2008
Location: Earth ??
Posts: 581
Thanked 8 Times in 2 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

just file the left over spaces with 00
katsumi is offline   Reply With Quote
Old 10-07-2008   #194 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Dec 2007
Posts: 4
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Originally Posted by katsumi View Post
just file the left over spaces with 00
Thanks for the help Katsumi, is this correct? (Image Attached)
My Launcher still does not open the Gunz.exe on Start Game :(


Thanks
-Jay
Attached Thumbnails
BR/Jan/June Server And Client SETUP Guide!-complete-hex.jpg  
raul_27 is offline   Reply With Quote
Old 10-07-2008   #195 (permalink)
The 12th Power Of 13th
 
MAXTRAXv3's Avatar
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Australia, West
Posts: 2,095
Blog Entries: 1
Thanked 14 Times in 5 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

it looks right
__________________
If im going to Burn in Hell, you shal Freeze in Heaven
MAXTRAXv3 is offline   Reply With Quote
Old 10-07-2008   #196 (permalink)
Account Upgraded | Title Enabled!
 
katsumi's Avatar
 
Rank: Member +
Join Date: Oct 2008
Location: Earth ??
Posts: 581
Thanked 8 Times in 2 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

try renaming gunz.exe to the theduel.exe

if it still doesnt open show me ur mlog.txt
katsumi is offline   Reply With Quote
Old 10-07-2008   #197 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Dec 2007
Posts: 4
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

Okay I got it working I was using a old BR Client, downloaded the one in the tutorial and now its working.
Thanks again !
raul_27 is offline   Reply With Quote
Old 10-08-2008   #198 (permalink)
The 12th Power Of 13th
 
MAXTRAXv3's Avatar
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Australia, West
Posts: 2,095
Blog Entries: 1
Thanked 14 Times in 5 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

no problem
__________________
If im going to Burn in Hell, you shal Freeze in Heaven
MAXTRAXv3 is offline   Reply With Quote
Old 10-08-2008   #199 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Sep 2008
Posts: 20
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

um... MAXTRAXv3 can you help me please?
i did everything like in the tutorital
but when i want to login to the gunz,
there is on server at the server list.
the server list is null.

plz answer me here or answer me on the pm. thank you.
dindush0 is offline   Reply With Quote
Old 10-08-2008   #200 (permalink)
GunZ Semi-Pro
 
faytman's Avatar
 
Rank: Member +
Join Date: Oct 2008
Posts: 1,015
Thanked 0 Times in 0 Posts

Re: BR/Jan/June Server And Client SETUP Guide!

well i read your tut and thought editing the launcher would bring up my server name when trying to log in, but now i cant use the gunzlauncher.exe cause it says its not a valid Win32 application.....
and no im not trying to make a auto update server right now, i just wanna get in my server and play...
faytman is offline   Reply With Quote
 

Bookmarks

Tags
000000, 202, build, client, config, don, exe, guide, gunz, gunzlauncher, high, link, map, maps, max, pic, pictures, server, setup, text, time, version

Thread Tools


LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f497/br-jan-june-server-and-client-setup-guide-444565/
Posted By For Type Date
setup gunzlauncher.exe | VIRGILIO Ricerca | Web This thread Refback 08-24-2009 02:15 AM
??? ??? ???????? ??????? This thread Refback 08-04-2009 09:47 PM
Est-ce qu'il existe un bon tuto francais pour cr This thread Refback 07-28-2009 11:56 PM
??? ??? ???????? ??????? This thread Refback 07-14-2009 01:47 PM
gunz server hacked... 1 more co-owner spot available. This thread Refback 07-04-2009 11:56 PM
Saphire Gunz Fails... This thread Refback 06-27-2009 04:15 AM
[request] Test Server - Daemons Ring Forums This thread Refback 06-20-2009 04:52 AM
Hacker - creacion de Gunz This thread Refback 06-19-2009 06:23 PM
Foro de juegos, consolas, manga y anime :: [Creacion de ServerGunz]Gunz Server Files + Client + Xiao`s This thread Refback 06-11-2009 11:07 PM
[Creacion de ServerGunz]Gunz Server Files + Client + Xiao`s Runnable [Rev5] This thread Refback 06-11-2009 07:01 PM
Stupid DB Won't Execute <_< (GM Help when you have time, when you can. I can wait) - Daemons Ring Forums This thread Refback 05-13-2009 02:00 AM
Help - GAMENAO - Online Gaming Community This thread Refback 05-12-2009 12:51 AM
[Release] BR/June Gunz Server Files + Client + Xiao`s Runnable [Rev5] This thread Refback 05-10-2009 06:10 PM
[ Continua This thread Refback 04-25-2009 10:12 PM
[Creacion de ServerGunz]Gunz Server Files + Client + Xiao`s Runnable [Rev5] - CalleHack.Org [ Hack de Rakion Latino / Hack de Gunbound Latino / Hack de Mu Y Mucho Mas ] This thread Refback 04-21-2009 08:47 PM
BR/Jan/June Server And Client SETUP Guide! - Page 6 This thread Refback 04-05-2009 06:04 PM
[Fichier] Br/June Gunz Serveur (Ragezone Traduit) This thread Refback 03-31-2009 10:09 PM
Useful Links for Item creation This thread Refback 03-31-2009 07:42 PM
[Creacion de ServerGunz]Gunz Server Files + Client + Xiao`s Runnable [Rev5] This thread Refback 03-25-2009 09:34 PM



Translated by Google
Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Maltese Norwegian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swedish Taiwanese Thai Turkish Ukrainian Vietnamese
no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274