Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly )

Status
Not open for further replies.
Initiate Mage
Joined
Dec 16, 2010
Messages
31
Reaction score
13
Jur13n's Gunz 1.5 Repack Tutorial!

This is a tutorial for Jur13n his repack
Original Release http://forum.ragezone.com/f245/gunz-1-5-repack-jur13n-892159/

Part 1 Download

What do you need:
SQL 2008 R2:
Repack #1 (Edited):
Or!
Repack #2 (Clean):
Database SQL:
Database .Bak:

Thats all!

Starting Part 2 Database Setup!
Install Sql 2008 R2
i Dont have a Tutorial for the install just search on the forum for a tutorial to install Sql 2008 R2

when you install it open up Microsoft SQL Server Management Studio (MSSMS)
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Login to MSSMS
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Right Click Database> New Database > Database Name > GunzDB > Press Ok
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Right Click on GunzDB> tasks > Restore > Database
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


From Device > click the dots ... > Add > Find where you place the GunzDB15.bak file > ok

RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Hit the White box under Restore > go to Options
Hit overwrite the existing Database

Find dbo.ServerStatus > Right Click > Edit top 200 Rows >
Fill in this!
Server id: 1
Cur players: 0
max Players : 500
Time : 00:00
Ip: your ip ( or 127.0.0.1 to play on local host! )
Port: 6000
Servername: what ever you want
Openend: 1
Type: 4
AgentIp: leave NULL
Hit Enter!
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Find dbo.account > Right click > Edit top 200 Rows >
userid: (Username to log in)
Ugradeid: 0 normal user 255 admin
pgradeid: 0
Regdate: 00:00
Name: (own name)
Leave The rest NULL
Hit enter
Execute ( The Red ! )
you will get a number (AID) when you execute Remember this number
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Find dbo.login > right click > edit top 200 rows
UserID: ( The user name you made in dbo.account )
AID: ( The number you get from dbo.account )
password: (The password you want )
Hit enter :D
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


We Done the Database :D Goodjob :thumbup:

Part 3 Server Files Setup

Now we need to setup Server Files :D

open your serverFile folder
go to MatchServer and Search for
Server.ini open the .ini file with notepad

;DNS="GunzDB"
;USERNAME="sa"
;PASSWORD="YOUR PASSWORD"
Edit your Password and Save + Close
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Go to locator folder
open Locator.ini

[DB]
;DNS="GunzDB"
;USERNAME="sa"
;PASSWORD="YOUR PASSWORD"


[NETWORK]
IP="Your IP (127.0.0.1 for localhost)"
PORT="8900"

Save and Close
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Open MatchAgent Folder
Open AgentConfig.XML With Notepad

<NAME>Your Server Name</NAME>
<MAXCLIENT>1500</MAXCLIENT>
<ADDRESS ip="Your ip (127.0.0.1 for local host)" tcpport="5100" udpport="7778"/>
<MATCHSERVERADDRESS ip="Your ip (127.0.0.1 for local host)" tcpport="6000"/>
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


We done the server Setup
now we go make it run

Click Start > Run > odbcad32 > ok
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Click Add > Scroll down > SQL Server > Finish
Name > GunzDB

Description > Empty
Server > pcname\SQLEXPRESS
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Click Next > Use Login and password box > Fill in your Database Username and password
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Next > Next > Finish > Test Data Source > ok > Close odbcad32

:D now we can Turn the server on

Go to locator folder > Locator.exe
Go to Matchserver folder > Matchserver.exe
Go to MatchAgent folder > MatchAgent.exe
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums

Done that :D

Go to ClientFolder and open GunzLauncher.exe > Start game :D > HAVE FUN!!!
RoyStyle - Client & Server Files Setup for Jur13n Repack #1 & #2 ( Noob Friendly ) - RaGEZONE Forums


Thx for using This Tutorial :D

All credits go to:

Jur13n for the Repack's
RoyStyle for the Tutorial
 
Last edited:
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
I appreciate your effort on this tutorial, but there's like 250 Setup guide already and jurien files is nothing different than any other files so peoples already know what to do with it no matter what features the files has, the setup is always the same.

not being offensive but this tutorial is pointless, Sorry.
 
Initiate Mage
Joined
Dec 16, 2010
Messages
31
Reaction score
13
But why still people ask how to set up this Client + Server files
and i was bored + want to help a friend ;)
 
Initiate Mage
Joined
Dec 3, 2008
Messages
21
Reaction score
0
Well there are a bunch of tuts to set up a server. But last time I set up my own server it was the old school gunz from like 2009 or whenever lol. I'm going to try to setup my old server now with this Gunz 1.5 so this will help me out very well. It's been over a year since I did anythign with a server and I'm rusty as fk lol. Thanks for this tut meng. And that girl is fine as fk ;D
 
Experienced Elementalist
Joined
Feb 25, 2012
Messages
253
Reaction score
27
Well there are a bunch of tuts to set up a server. But last time I set up my own server it was the old school gunz from like 2009 or whenever lol. I'm going to try to setup my old server now with this Gunz 1.5 so this will help me out very well. It's been over a year since I did anythign with a server and I'm rusty as fk lol. Thanks for this tut meng. And that girl is fine as fk ;D

You use the same method dude, follow a tutorial since 2002 and you will still end up running a 1.5 server, version changes but setting up method doesn't. Get It Right peoples.
 
Initiate Mage
Joined
Dec 16, 2010
Messages
31
Reaction score
13
Lol i spent 2 hours on the tut -,-"
And so what if i want to make a tut i go make a tut
Only god can judge me ( even when there is no god xD )
Then no body can judge me
duck you and your nerdo poop -.-
Go ask you mom to help wanking your penis
I go bang my gf goodnight

Well there are a bunch of tuts to set up a server. But last time I set up my own server it was the old school gunz from like 2009 or whenever lol. I'm going to try to setup my old server now with this Gunz 1.5 so this will help me out very well. It's been over a year since I did anythign with a server and I'm rusty as fk lol. Thanks for this tut meng. And that girl is fine as fk ;D

Hahha no problem man;)
Goodluck with the setup
Hahahaha i know she is :$
 
Initiate Mage
Joined
Oct 28, 2008
Messages
55
Reaction score
2
Nice tutorial but I can't find the .bak file. The Database.rar comes only with 3 databases but no .bak file.

EDIT: Nvm, using another database.

Another problem appeared now: I can't delete the file under Constraints in item.dbo. It says it doesn't exist?

The Default 'DF__Item__IsSpendabl__502373FF' does not exist on the server. (SqlManagerUI)
 
Last edited:
Initiate Mage
Joined
Dec 16, 2010
Messages
31
Reaction score
13
Nice tutorial but I can't find the .bak file. The Database.rar comes only with 3 databases but no .bak file.

EDIT: Nvm, using another database.

Another problem appeared now: I can't delete the file under Constraints in item.dbo. It says it doesn't exist?

The Default 'DF__Item__IsSpendabl__502373FF' does not exist on the server. (SqlManagerUI)

you dont really need to delete it ;)
i will remove it from tutorial
some people sayed it will fix a bug in item shop but it isnt
 
Initiate Mage
Joined
Dec 16, 2010
Messages
31
Reaction score
13
lol :p
what you wanna know more?
i made for every thing a picture :p
this is really really basic only for Setting up
there is no modding in it at all

and there is always better :) cant be good in every thing
 
Skilled Illusionist
Joined
May 12, 2011
Messages
314
Reaction score
31
Good tutorial! Will definitely help beginners in GunZ developing!
 
Initiate Mage
Joined
Nov 16, 2012
Messages
69
Reaction score
5
lol roy i meant no offense this is great but your right and i respect you.
 
Initiate Mage
Joined
Dec 16, 2010
Messages
31
Reaction score
13
hahaha ;)
im not a bad person :p
just want to have fun and help people
 
Status
Not open for further replies.
Back
Top