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!

3D Basketball game full server + db

Newbie Spellweaver
Joined
Sep 5, 2012
Messages
12
Reaction score
3
all links are working. I run server files and it is ok, there is proof:


but cant make client launcher to work (problem, that I was talking 6 posts ago in this thread.

yes you can.
but i still can't run server name [SDGameServer] .

here these in my SDGameServer.
-----------------------------------------
<?xml version="1.0" ?>
<!--
Street Dunk GameServer
Settings for Game ServerApp

-->

<GameServer>
<ServerInfo id="10801" user_limit="50" channel_type='1' channel_name='BIG' LLLowest = '0' LLHighest='100' use_mlb = "0" ExpBase = "2" RandomRange_1 = "5" RandomRange_2 = "90" UseFCM = "0" FCMServerUrl="fcm.9you.com" FCMServiceName="fcmServlet" />
<NetworkInfo>
<UserEnd IP="5.55.19.221" Port="7777" />
<CenterServer IP="5.55.19.221" Port="16666" />
<GameMasterServer IP="5.55.19.221" Port="13333" />
<NATTraversalServer PublicUDPIP="5.55.19.221" UDPPort="60012" PrivateTCPIP="5.55.19.221"
TCPPort= "13340" AssistPort1="60013" AssistPort2="60014" LocalService="1"/>
</NetworkInfo>
<DBInfo>
<MemberDB IP="5.55.19.221,1433" DBName="SDMemberDB" Account="sa" Password="123456" />
<GameDB IP="5.55.19.221,1433" DBName="SDGameDB" Account="sa" Password="123456" />
<LogDB IP="5.55.19.221,1433" DBName="SDLogDB" Account="sa" Password="123456" />

</DBInfo>
<Key>
<KeyFile FilePath=".\\Key\\" FileHead="data" Mix="1" Max="10" />
</Key>
</GameServer>
-----------------------------------------
What's wrong?
 
Newbie Spellweaver
Joined
Oct 9, 2012
Messages
10
Reaction score
1
files which is posted here are wrong. They are bugged or idk, code175.com made too much changes in that files so I think gameserver is corrupted, or idk. In game server I set all ip's to localhost (127.0.0.1) and used not sample.xml but original one
 
Newbie Spellweaver
Joined
Sep 5, 2012
Messages
12
Reaction score
3
files which is posted here are wrong. They are bugged or idk, code175.com made too much changes in that files so I think gameserver is corrupted, or idk. In game server I set all ip's to localhost (127.0.0.1) and used not sample.xml but original one
thanks a lot i will try again ;)
 
Initiate Mage
Joined
Jun 10, 2012
Messages
3
Reaction score
0
bat file start

start streetdunk.exe (ip:port)

save as


ps: sdgame server not work?
 
Newbie Spellweaver
Joined
Oct 9, 2012
Messages
10
Reaction score
1
with that you will bypass launcher, but how to make launcher work? because you will need to make updates ^^ with going directly streetdunk.exe it works good, but still have some database errors and need to make launcher work :)
 
Newbie Spellweaver
Joined
Sep 5, 2012
Messages
12
Reaction score
3
to Tomas
i changed ip as 127.0.0.1 but still can't run SDGameServer

these in my GSConfig (this is an original file i not used GSConfig.sample)

<GameServer>
<ServerInfo id="10801" user_limit="50" channel_type='1' channel_name='BIG' LLLowest = '0' LLHighest='100' use_mlb = "0" ExpBase = "2" RandomRange_1 = "5" RandomRange_2 = "90" UseFCM = "1" FCMServerUrl="fcm.9you.com" FCMServiceName="fcmServlet" />
<NetworkInfo>
<UserEnd IP="127.0.0.1" Port="7791" />
<CenterServer IP="127.0.0.1" Port="16667" />
<GameMasterServer IP="127.0.0.1" Port="13333" />
<NATTraversalServer PublicUDPIP="127.0.0.1" UDPPort="60012" PrivateTCPIP="127.0.0.1"
TCPPort= "13340" AssistPort1="60013" AssistPort2="60014" LocalService="1"/>
</NetworkInfo>
<DBInfo>
<MemberDB IP="127.0.0.1,1433" DBName="SDMemberDB" Account="sa" Password="123456" />
<GameDB IP="127.0.0.1,1433" DBName="SDGameDB" Account="sa" Password="123456" />
<LogDB IP="127.0.0.1,1433" DBName="SDLogDB" Account="sa" Password="123456" />

<MemberDB1 IP="127.0.0.1" DBName="SDMemberDB" Account="sa" Password="123456" />
<GameDB1 IP="127.0.0.1" DBName="SDGameDB" Account="sa" Password="123456" />
<LogDB1 IP="127.0.0.1" DBName="SDLogDB" Account="sa" Password="123456" />
</DBInfo>
<Key>
<KeyFile FilePath=".\\Key\\" FileHead="data" Mix="1" Max="10" />
</Key>
</GameServer>

help me please.
 
Newbie Spellweaver
Joined
Oct 9, 2012
Messages
10
Reaction score
1
This is my GSConfig.xml:

Code:
<?xml version="1.0" ?>
<!-- 
Street Dunk GameServer
Settings for Game ServerApp
LocalService default false
PublicUDPIP = 穿透服务器的公网地址
UDPPort = 穿透服务器的公网端口

PrivateTCPIP = 穿透服务器的私有地址
TCPPort = 穿透服务器的私网端口

当 LocalService = 1 ,GAMESERVER需要与 IP=PrivateTCPIP PORT=TCPPort 的穿透
服务器进行连接
-->

<GameServer>   
    <ServerInfo id="10801" user_limit="50" channel_type='1' channel_name='BIG'
 LLLowest = '0' LLHighest='100' use_mlb = "0" ExpBase = "2" RandomRange_1 
= "5" RandomRange_2 = "90" UseFCM = "0"	FCMServerUrl="fcm.9you.com" FCMServiceName="
fcmServlet" />
    <NetworkInfo>
        <UserEnd IP="127.0.0.1" Port="7791" />
        <CenterServer IP="127.0.0.1" Port="16667" />
	<GameMasterServer IP="127.0.0.1" Port="13333" />
        <NATTraversalServer PublicUDPIP="127.0.0.1" UDPPort="60012" PrivateTCPIP="
127.0.0.1" 
			TCPPort= "13340"  AssistPort1="600013" AssistPort2="60014" LocalService="1"
/>
    </NetworkInfo>
    <DBInfo>
	    <MemberDB IP="127.0.0.1,1433" DBName="SDMemberDB" Account="sa" Password="
19920201" />
        <GameDB IP="127.0.0.1,1433" DBName="SDGameDB" Account="sa" Password="
19920201" />
        <LogDB IP="127.0.0.1,1433" DBName="SDLogDB" Account="sa" Password="19920201"
 />
		
		<MemberDB1 IP="127.0.0.1" DBName="SDMemberDB" Account="sa" Password="19920201"
 />
        <GameDB1 IP="127.0.0.1" DBName="SDGameDB" Account="sa" Password="19920201"
 />
        <LogDB1 IP="127.0.0.1" DBName="SDLogDB" Account="sa" Password="19920201"
 />
    </DBInfo>
    <Key>
    		<KeyFile FilePath=".\\Key\\" FileHead="data" Mix="1" Max="10" />
    </Key>
</GameServer>

it looks quite similar to me.
 
Newbie Spellweaver
Joined
Oct 9, 2012
Messages
10
Reaction score
1
I dont think anyone here have source of it.
 
Joined
Mar 25, 2007
Messages
660
Reaction score
309
you are wrong, Tomas92
some of here have the source code including me
but I am waiting, someone make work the binaries...
after that, I will consider to release the code
 
CPP/C#/PHP/ASM
Joined
Apr 7, 2009
Messages
452
Reaction score
189
you are wrong, Tomas92
some of here have the source code including me
but I am waiting, someone make work the binaries...
after that, I will consider to release the code

image :) , if you had the source you could see how the GS works and make it work in 10 minutes.

i believe you just trying to get your files "FIXED" ..

anyway , leachers like you who wait for other people , doesnt deserve get anything .

also you cant open a server when you cant even make the files working (which they're) .
 
Newbie Spellweaver
Joined
Oct 9, 2012
Messages
10
Reaction score
1
I think theese files from code175 is bad, thats why they are not working, I have downloaded untouched server files and they work nice (as I showed in photo) if there are interested people I can upload that files and give url. But my internet speed is bad, so it will take some time ^^
 
Junior Spellweaver
Joined
Oct 14, 2007
Messages
115
Reaction score
13
I think theese files from code175 is bad, thats why they are not working, I have downloaded untouched server files and they work nice (as I showed in photo) if there are interested people I can upload that files and give url. But my internet speed is bad, so it will take some time ^^

that would be great sir! much appreciated... were waiting for the gift.^_^ advance merry christmas! thanks in advance!
 
Junior Spellweaver
Joined
Oct 14, 2007
Messages
115
Reaction score
13
I think theese files from code175 is bad, thats why they are not working, I have downloaded untouched server files and they work nice (as I showed in photo) if there are interested people I can upload that files and give url. But my internet speed is bad, so it will take some time ^^

can you share now your working server files sir?:thumbup1:
 
Junior Spellweaver
Joined
Sep 25, 2013
Messages
153
Reaction score
3


All link dead,link reupload pls...
 
Back
Top