Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Hello, I love this post but I have some problems and was wondering if someone could help me. I have finished all of the steps up to the Registry changes. The problem is that when I launch Gunbound from the Silent Gaming folder, nothing happens, that is, the mouse gets the loading circle as if something is going to open but then it stops and nothing happens.
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Sorry if this was asked before and stupid but can this server run under unix environment ? preferably red hat.
Thanks
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
This is my second time creating a Lan Gunbound but appears i have this error , I've already run start-server.bat
http://i44.tinypic.com/2d85lb7.jpg
The first one i've created last 9 months ago, so i think i got all brainwashed @.@
Problem solved! i forgot to edit the IP on registry :S
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
1. Install SQLyog first, Just click next until you finished installing it but dont run it yet.
2. To Setup in LAN, We must create first a Virtual Host.
a. first go to C:\[your wamp installation folder]\bin\apache\Apache2.*.**\conf
* means any version
mine is C:\wamp\bin\apache\Apache2.2.11\conf
b. open httpd.conf to your text editor
and find
Code:
#Include conf/extra/httpd-vhosts.conf
then remove # sign so becomes this
Code:
Include conf/extra/httpd-vhosts.conf
a1.jpg
then save.
c. while inside the conf folder, open extra folder
a2.jpg
and open httpd-vhosts.conf
delete from <VirtualHost *** up to </VirtualHost>
then add this
Code:
<VirtualHost (your LAN IP)>
ServerName (your domain name)
DocumentRoot C:/wamp/www
ErrorLog "C:/wamp/www/gblogs/error.log" <-- this is optional, you can replace gblogs with any folder name
CustomLog "C:/wamp/www/gblogs/access.log" common <-- this is optional, you can replace gblogs with any folder name
</VirtualHost>
like this
Code:
<VirtualHost 192.168.0.120:80>
ServerName gunbound.local
DocumentRoot C:/wamp/www
ErrorLog "C:/wamp/www/gblogs/error.log"
CustomLog "C:/wamp/www/gblogs/access.log" common
</VirtualHost>
after that, if your wampserver is running, left click it on your taskbar and click restart all services, wait until it turn back to green (if your using the new version of wamp) or white (if your using the meter like icon)
After i reset all services .. the Meter in Wamp goes yellow meaning there is a problem ... how would i solve this?
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Theres nothing difference with Xampp1.7.1,I used xampp instead of wampp.
The advantage of xampp you dont need to edit any on httpd.conf
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
I have problem with launcher its crash when i start it
any idea how to fix this issue ?
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Gunbound is a dead project ?
nobody here at all.
Gunbound is a dead project ?
nobody here at all.
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
hello anybody here to help ?
i have problems with auto downloading how to fix this issue ?
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Quote:
Originally Posted by
PhiLyoh
Theres nothing difference with Xampp1.7.1,I used xampp instead of wampp.
The advantage of xampp you dont need to edit any on httpd.conf
How to make it work on xammp? can guide us
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
using lastest xampp with pass and all
client stops at "please wait"
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
i have a problem, when i get to select server, it stops at "please wait..", nothing happens after that, im using the lastest wamp
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Quote:
Originally Posted by
darkfreak17
i have a problem, when i get to select server, it stops at "please wait..", nothing happens after that, im using the lastest wamp
In my past experience creating this server that means your mysql refuse connection with no password... Try to use add new user with password for your mysql with all privilages,
ex: username: gunbound
host : any host
password: 12345
then open buddycenter, buddyserver, center, gunbound8360, gunbound8361 setting file and search for "db_user" change from root' to gunbound and "db_password" fill your password -> 12345
I never touch wamp, but I used xampp, just differ in apache setting, i think... so it souldn't matter
Quote:
Originally Posted by
kaitobryle
sorry I can't understand what you means... :?::/:
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Re: [Tutorial] Setting Up Gunbound Classic/Thor's Hammer Offline/LAN (With Pictures)
Quote:
Originally Posted by
0911
Just like I said before..
Create new user with password and all privilages
Quote:
Originally Posted by
tiezan
In my past experience creating this server that means your mysql refuse connection with no password... Try to use add new user with password for your mysql with all privilages,
ex: username: gunbound
host : any host
password: 12345
then open buddycenter, buddyserver, center, gunbound8360, gunbound8361 setting file and search for "db_user" change from root' to gunbound and "db_password" fill your password -> 12345