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!

Official Tutorial Center

ex visor
Loyal Member
Joined
May 17, 2007
Messages
2,741
Reaction score
937
Links will be updated later this afternoon.
 
ex visor
Loyal Member
Joined
May 17, 2007
Messages
2,741
Reaction score
937
Link to a new client:
 
Newbie Spellweaver
Joined
Jan 22, 2012
Messages
9
Reaction score
0
Avast! say it's a virus o.o"

Edit : And where are databases ?
 
Last edited:
Newbie Spellweaver
Joined
Jan 22, 2010
Messages
22
Reaction score
5
GB Server and Client from the first post at the first page was added to my collection, I also insert file information (link to the source) for several files. If someone want to learn more about any file, just point the mouse at that file to see detail file description.
Here:
 
Initiate Mage
Joined
Jun 27, 2012
Messages
2
Reaction score
0
i follow this TUT all works fine except LAN connection
need help here i tried to connect my Laptop(2nd player) to PC(server/host) to play LAN i can log in but i CANT access my laptop(2nd player) in any SERVER and it only stack's on "PLEASE WAIT". . id tried to switch server to laptop and pc as 2nd player vice versa and yet still same prob
firewall :eek:ff
no antivirus
is there other apps blocking my LAN connection? im using TP-Link router cable[2]
i desperately want to play this game on LAN. .
 
Junior Spellweaver
Joined
Oct 9, 2009
Messages
187
Reaction score
29
i follow this TUT all works fine except LAN connection
need help here i tried to connect my Laptop(2nd player) to PC(server/host) to play LAN i can log in but i CANT access my laptop(2nd player) in any SERVER and it only stack's on "PLEASE WAIT". . id tried to switch server to laptop and pc as 2nd player vice versa and yet still same prob
firewall :eek:ff
no antivirus
is there other apps blocking my LAN connection? im using TP-Link router cable[2]
i desperately want to play this game on LAN. .

im also having problems with that once but i fixed it.

since youre using wamp.
1. set a virtual host on your wamp's Apache.
2. after setting your virtual host, add a host on you host file (located at c:\windows\system32\drivers\etc), the domain name should be
as same as the one you configured in wamp

like this:
127.0.0.1 localhost
<your IP> <your domain name>
ex
192.168.1.1 gunbound

3. to your browser, check if your virtual host is working by typing your domain name that you register or the ip address.
if you see the wamp homepage, its working, if not, fix it again.

3.1
add user to your mysql server
you cant add one using phpmyadmin, use sqlyog or mysql query browser


using sqlyog: login using default
host: 127.0.0.1
username: root
password: just blank
port: 3306

then connect

in the menu, choose tools> user manager>add user

username: root
host: "your ip address"
password: blank

then click select all button and then create...

add another but instead of the host is your ip, change it to the domain you created.

then disconnect (file>disconnect),then connect using the host (ip or domain).

this will make the mysql server to connect your server files using a lan ip host.

4. change the ip of your server files with your ip. also in "accept=" part, this will occupy your whole LAN system so all can connect to your server

acc


accept= <your ip>;192.168.0.0/16
ex.
accept= 192.168.0.120;192.168.0.0/16

this means that your can connect (the first is your ip), then after the comma is the players that can connect

to know how to occupy ip ranges, and type the ip range of your network


5. the last part is your firewall, when i tried this even my firewall is off, the firewall still blocks the ports of the server

if using win7
go to control panel>windows firewall>advance settings>choose inbound rules>new rule

choose port
TCP and type the port isnde the specific local ports
first is the broker port: 8360
allow the connection,next and enter name for your rule and youre done.

repeat for other ports for buddy server, buddy center, and your game servers
note: after adding them, add another for the UDP (change the TCP to UDP) and enter the ports for your game servers, the game servers needs both tcp and udp to be open.

and your done.

test the other pc to connect.
 
Last edited:
Initiate Mage
Joined
Jul 30, 2012
Messages
4
Reaction score
0
what ports do i need to add to my NAT so ppl outside my network can connect me?
 
Newbie Spellweaver
Joined
May 26, 2013
Messages
5
Reaction score
0
all of the links are dead hope can you update all thx
 
Newbie Spellweaver
Joined
Feb 8, 2014
Messages
51
Reaction score
0
is this compatible to run in windows 10 64bit?
 
Newbie Spellweaver
Joined
Jul 29, 2013
Messages
6
Reaction score
0
Read the first post on the "Tutorial Thread", the solution is there.
You are receiving this due to your hosts file not being directed to either your GameGuard server, or another person's emulated GG Server.

- Aaron

Exactly, I don't know how to direct my client's gameguard to my server's nProtect. How do I edit my gameguard.des? I believe the setting is in that file.



VERY IMPORTANT STEP: Bypassing GameGuard.

Go to: Windows\System32\Drivers\etc\ open the file host.ics with notepad.
Insert the following lines. When you're done save the file as a read only file.

127.0.0.1 update.nprotect.com
127.0.0.1 update.nprotect.net
127.0.0.1 guard.gunbound.net

-- 127.0.0.1 can be changed to w.e IP your using

Make sure you backup the original host.ics before editing it.

Dude, whenever I try to do this I get the error 380 but when I don't, it gathers data from some random server which makes my files corrupt. BTW I'm using your GBOmega client. Any suggestion?



Gunbound-Force isn't but I can upload a patch that you can extract to C -> Gunbound WC
then it'll be english. But Grub.exe is 100% English :)<

EDIT: Here it is



Extract this to C -> Windows -> Gunbound WC then a pop-up will come up, click "Yes to All"

Can you reupload this? I need to translate my client to english too. Thank you!
 
Back
Top