You are Unregistered, please register to gain Full access.
    


RaGEZONE sponsored advertisment:

Just Host Image
Professional Hosting from Just Host

 
 
LinkBack (1) Thread Tools
Old 06-26-2009   #101 (permalink)
Alpha Member
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Huntington, WV
Posts: 3,962
Thanked 2 Times in 2 Posts

Re: Release Sudden Attack Server

Originally Posted by snaity View Post
if anyone can export sql server database to .sql files, i can convert to mysql(i am not have installed mssql here, and my connection is dialup in this moment)

Here how to disable fixed password

go offset 0013111C
change 73 61(sa in ascii) to 00 00

if you done that it will use the set password in DB_Conn string
if anyone can convert it ill test it on mssql 2005 :P use odbc to connect probably.
__________________
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

RaGEZONE sponsored advertisment:
Old 06-28-2009   #102 (permalink)
Newbie
 
Rank: Member +
Join Date: Nov 2005
Location: Malaysia
Posts: 302
Thanked 5 Times in 2 Posts

Re: Release Sudden Attack Server

We are looking programmer LINK: http://forum.ragezone.com/f206/sa-hi...ammers-585995/
kn95951135 is offline   Reply With Quote

Endorsement
Old 07-04-2009   #103 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Apr 2009
Posts: 1
Thanked 0 Times in 0 Posts

Re: Release Sudden Attack Server

Dev OnPacket : U(0) 100
Dev 7 2009-07-04 20:33:51 State LOGINING U(0)
Dev [LOW_DB] Source: Microsoft OLE DB Provider for SQL Server
Dev [LOW_DB] Detail: 80040e14, 열 이름 'ServerID'이(가) 잘못되었습니다.

What Server ID ?????????
hmy2030 is offline   Reply With Quote

Endorsement

Old 07-06-2009   #104 (permalink)
Ace
The Master
 
Ace's Avatar
 
Rank: Omega
Join Date: Apr 2008
Location: Soccer Stadium
Posts: 5,256
Blog Entries: 25
Thanked 104 Times in 81 Posts

Re: Release Sudden Attack Server

hmm, if we can get a sudden attack private server, it will the first, first shooter FPS private server in the world, I think.

Found this ,
Originally Posted by Ragesource View Post
Hey guy's I am Brutal from Gamenao and I was just wanting to give you all the chance to play our sudden attack server so I will provide the link for the download and the register page first I must tell you we have been working on this for only 3 days now and we already have it up and running we are in the middle of translating the client for the most part its readable at the moment. Our forums will provide guides if you get stuck. so I hope to see you on and Ill add some screen shots in a few!

Download: http://www.megaupload.com/?d=JENDV24B

Launcher: http://gamenao.com/download/Launcher.exe

Register: http://zeus.gamenao.com:8080/


Pics and maybe a vid soon. gotta get someone to do the vid!!!


Ventrilo info

Host/IP: vent.gamenao.com
Port: 4139
Maybe we can learn something from that?
__________________

Originally Posted by Akaruz View Post
RZ is a community , it isnt a group of friends who gather around and make chauvinist or sexist remarks toward other members gender or "ways of life"

Learning GFX~ 11/29/08
Ace is offline   Reply With Quote
Old 07-06-2009   #105 (permalink)
Alpha
 
Rank: Member
Join Date: Jun 2007
Posts: 135
Thanked 0 Times in 0 Posts

Re: Release Sudden Attack Server

Any update 'bout this SA?
And if someone can make the instructions...
Pls share it to our RZ members , including me! ^^
Coz if i get this in work then this will be the 1st FPS Pserver game in philippines!!!
WOOT!!!
So can someone make a guide/tut???
Tnx in adv!!!
THIS WILL BE A REALLY GREAT GAME FOR PHILIPPINES!!!
HAHA!!!

~Lecks - [1M4G3]
lecksmatt is offline   Reply With Quote
Old 07-06-2009   #106 (permalink)
Developer
 
zad67's Avatar
 
Rank: Member +
Join Date: Jun 2006
Location: http://www.z-projects.co.uk
Posts: 296
Thanked 2 Times in 1 Post

Re: Release Sudden Attack Server

Its not hard to set up someone as already gone out of their way to show everyone just read.
zad67 is offline   Reply With Quote
Old 07-07-2009   #107 (permalink)
Game Developer
 
snaity's Avatar
 
Rank: Member +
Join Date: Oct 2005
Location: Brazil
Posts: 872
Blog Entries: 1
Thanked 0 Times in 0 Posts

Re: Release Sudden Attack Server

i am porting database to mysql, but i've got one problem about the OUT param in call procedures.

Server uses this:
call SP_GS_GM_ServerStatus_R(_latin1'127.0.0.1', 12000, _latin1'', _latin1'', 0);

and mysql get out by this:
call SP_GS_GM_ServerStatus_R('127.0.0.1', 12000, @o_ServerID, @o_ServerName, @o_sp_rtn);

and while call stored procedure mysql give a error, the only way is mod the server(mod the source code and recompile)

i dont have tested with PostgreSQL or other DBS with stored procedures.

i have got the data structure from mssql dbs using one database recover program, if anyone like i will post later(to use in mssql 2005 or 2008)
__________________
Join me in MetaPlace!
100 | 300 | 500 | 1000


Click here!

snaity is offline   Reply With Quote
Old 07-07-2009   #108 (permalink)
Alpha Member
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Huntington, WV
Posts: 3,962
Thanked 2 Times in 2 Posts

Re: Release Sudden Attack Server

Originally Posted by snaity View Post
i am porting database to mysql, but i've got one problem about the OUT param in call procedures.

Server uses this:
call SP_GS_GM_ServerStatus_R(_latin1'127.0.0.1', 12000, _latin1'', _latin1'', 0);

and mysql get out by this:
call SP_GS_GM_ServerStatus_R('127.0.0.1', 12000, @o_ServerID, @o_ServerName, @o_sp_rtn);

and while call stored procedure mysql give a error, the only way is mod the server(mod the source code and recompile)

i dont have tested with PostgreSQL or other DBS with stored procedures.

i have got the data structure from mssql dbs using one database recover program, if anyone like i will post later(to use in mssql 2005 or 2008)
so it can be used in MSSQL 2005? If so then I would like it if you posted it :D
__________________
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 07-07-2009   #109 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jan 2009
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

My GameServerDebug.exe is completely black, please help-me

http://img19.imageshack.us/img19/5519/imagemjvp.jpg
andres00 is offline   Reply With Quote
Old 07-08-2009   #110 (permalink)
Game Developer
 
snaity's Avatar
 
Rank: Member +
Join Date: Oct 2005
Location: Brazil
Posts: 872
Blog Entries: 1
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

Originally Posted by andres00 View Post
My GameServerDebug.exe is completely black, please help-me

http://img19.imageshack.us/img19/5519/imagemjvp.jpg
its normal, while server is working the console will be blank, only write something if server has an error.

here restored data/structure from mdf files for sql2005+
Attached Files
This post has an attachment which you could see if you were registered. Registering is quick and easy
__________________
Join me in MetaPlace!
100 | 300 | 500 | 1000


Click here!


Last edited by snaity; 07-08-2009 at 07:54 AM.
snaity is offline   Reply With Quote
Old 07-09-2009   #111 (permalink)
Alpha Member
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Huntington, WV
Posts: 3,962
Thanked 2 Times in 2 Posts

Re: [Release] Sudden Attack Server

what you have to change in the config.ini to make it work with sql2005/ODBC connection to sql2005?
__________________
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 07-09-2009   #112 (permalink)
Game Developer
 
snaity's Avatar
 
Rank: Member +
Join Date: Oct 2005
Location: Brazil
Posts: 872
Blog Entries: 1
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

http://www.connectionstrings.com helps in that

2005: http://www.connectionstrings.com/sql-server-2005
2008: http://www.connectionstrings.com/sql-server-2008

its better to u use the sql server 2005/2008 OleDB Provider.
__________________
Join me in MetaPlace!
100 | 300 | 500 | 1000


Click here!

snaity is offline   Reply With Quote
Old 07-09-2009   #113 (permalink)
Alpha Member
 
Rank: Alpha Member
Join Date: Jan 2007
Location: Huntington, WV
Posts: 3,962
Thanked 2 Times in 2 Posts

Re: [Release] Sudden Attack Server

thanks for the links :D
__________________
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 07-10-2009   #114 (permalink)
Member
 
Rank: Hobbit
Join Date: Aug 2007
Posts: 38
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

how to register ?

~~

When i try to login , i receive an error and game close.



Event.txt :
Quote:
======= 07/09/09 == 21:10:13 ===============

Room 0 2009-07-09 21:10:13 OpenLobby R(0)

Room 1 2009-07-09 21:10:13 OpenLobby R(1)

Room 2 2009-07-09 21:10:13 OpenLobby R(2)

DB 3 2009-07-09 21:10:18 SP_GS_GM_ServerStatus_R 0 127.0.0.1 12000

DB 4 2009-07-09 21:10:18 SP_GS_GM_LEVEL_R 0
0|0?|0|3000|0.003
1|1?|3001|6000|0.006
2|2?|6001|9000|0.009
3|3?|9001|18000|0.018
4|4?|18001|30000|0.030
5|5?|30001|45000|0.045
6|6?|45001|75000|0.075
7|7?|75001|135000|0.135
8|8?|135001|255000|0.255
9|9?|255001|425000|0.425
10|10?|425001|775000|0.775
11|11?|775001|1275000|1.275
12|12?|1275001|2275000|2.275
13|13?|2275001|3575000|3.575
14|14?|3575001|5075000|5.075
15|15?|5075001|8075000|8.075
16|16?|8075001|12075000|12.075
17|17?|12075001|17075000|17.075
18|18?|17075001|27075000|27.075
19|19?|27075001|99999999|100.000


DB 5 2009-07-09 21:10:21 SP_GS_GM_RANK_R 0
0|???|0
1|???|3000
2|???|10000


DB 6 2009-07-09 21:12:20 SP_GS_GM_ServerStatus_U 0 1 0

DB 7 2009-07-09 21:14:22 SP_GS_GM_ServerStatus_U 0 1 0

DB 8 2009-07-09 21:16:24 SP_GS_GM_ServerStatus_U 0 1 0

DB 9 2009-07-09 21:18:26 SP_GS_GM_ServerStatus_U 0 1 0

DB 10 2009-07-09 21:20:28 SP_GS_GM_ServerStatus_U 0 1 0

DB 11 2009-07-09 21:22:30 SP_GS_GM_ServerStatus_U 0 1 0

DB 12 2009-07-09 21:24:32 SP_GS_GM_ServerStatus_U 0 1 0

Dev 13 2009-07-09 21:25:06 State INIT U(0) IP(127.0.0.1)



Dev OnPacket : U(0) 100

Dev 14 2009-07-09 21:25:06 State LOGINING U(0)

DB 15 2009-07-09 21:25:07 SP_GS_MB_LOGIN -2 12

<== 101

Dev 16 2009-07-09 21:25:07 State CLOSING U(0)

Dev OnClose : U(0)
AKllX is offline   Reply With Quote
Old 07-10-2009   #115 (permalink)
Game Developer
 
snaity's Avatar
 
Rank: Member +
Join Date: Oct 2005
Location: Brazil
Posts: 872
Blog Entries: 1
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

returned -2 u need to create account in table MB_USR

read guide.txt have info about that
__________________
Join me in MetaPlace!
100 | 300 | 500 | 1000


Click here!

snaity is offline   Reply With Quote
Old 07-10-2009   #116 (permalink)
Game Developer
 
snaity's Avatar
 
Rank: Member +
Join Date: Oct 2005
Location: Brazil
Posts: 872
Blog Entries: 1
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

returned -2 u need to create account in table MB_USR

read guide.txt have info about that

or execute this
Code:
CALL SP_MB_USR_C('user_no', 'user_id', 'user_name', 'user_age', 'user_pwd', 'user_nick', 'user_sex', 'user_type', GETDATE(), '127.0.0.1', '');
just change the values!

* Sorry about double post internet just got lagged!
__________________
Join me in MetaPlace!
100 | 300 | 500 | 1000


Click here!

snaity is offline   Reply With Quote
Old 07-13-2009   #117 (permalink)
Freestyle GunZ Top Owners
 
Rank: Member +
Join Date: Sep 2007
Posts: 379
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

any progress guys? translation of client?
__________________
RELP?
Sniper is offline   Reply With Quote
Old 07-14-2009   #118 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Dec 2008
Posts: 7
Thanked 6 Times in 2 Posts

Re: [Release] Sudden Attack Server

i have translated everything into english.
im planning to upload my server soon under the name of Miracle SuddenAttack.
I have also found out how to create accounts to login.
And to all you people that want to do this as well!
dont worry ill upload some screenies/videos/tutorials on how to do this!
sylock232 is offline   Reply With Quote
Old 07-14-2009   #119 (permalink)
Devil
 
myripper's Avatar
 
Rank: Member +
Join Date: Aug 2006
Location: Zodiac
Posts: 208
Thanked 1 Time in 1 Post

Re: [Release] Sudden Attack Server

Originally Posted by sylock232 View Post
i have translated everything into english.
im planning to upload my server soon under the name of Miracle SuddenAttack.
I have also found out how to create accounts to login.
And to all you people that want to do this as well!
dont worry ill upload some screenies/videos/tutorials on how to do this!
Good job
__________________
myripper is online now   Reply With Quote
Old 07-14-2009   #120 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jun 2009
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

how do i log in to the game?
taerocks is offline   Reply With Quote
Old 07-14-2009   #121 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jun 2009
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

and soo many files... i dunno and its kinda confusing putting stuff in to files

and where is LANUCHER!?
taerocks is offline   Reply With Quote
Old 07-14-2009   #122 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jun 2009
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

it say i am missing mfc2d.dll or somthing... when i try lanuching it...
taerocks is offline   Reply With Quote
Old 07-14-2009   #123 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jun 2009
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

it say max chennal 1 and it say error createddatabase connected = 0 wtf???
taerocks is offline   Reply With Quote
Old 07-14-2009   #124 (permalink)
Newbie
 
Rank: Hobbit
Join Date: Jun 2009
Posts: 5
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

[2009.07.14 16.17.27] ==[Start Sudden Attack Server]===========================

[2009.07.14 16.17.27] @@ Start Time : 2009/07/14 16:17:27

[2009.07.14 16.17.27] @@ Address : 211.39.158.149 (12000)

[2009.07.14 16.17.27] @@ MaxPacketSize : 8192

[2009.07.14 16.17.27] @@ MaxClients : 100

[2009.07.14 16.17.27] @@ MaxResponseBufferSize : 65536

[2009.07.14 16.17.27] @@ MaxRoomUser : 32

[2009.07.14 16.17.27] @@ MaxChannels : 1

[2009.07.14 16.17.50] ## ERROR CreateDataBase Connected : 0
taerocks is offline   Reply With Quote
Old 07-16-2009   #125 (permalink)
Freestyle GunZ Top Owners
 
Rank: Member +
Join Date: Sep 2007
Posts: 379
Thanked 0 Times in 0 Posts

Re: [Release] Sudden Attack Server

Originally Posted by sylock232 View Post
i have translated everything into english.
Im planning to upload my server soon under the name of miracle suddenattack.
I have also found out how to create accounts to login.
And to all you people that want to do this as well!
Dont worry ill upload some screenies/videos/tutorials on how to do this!
thank you!!!!!

Omfg!!!! +1000000000000000000000000000000000000000000000000 0000000000000
__________________
RELP?
Sniper is offline   Reply With Quote
 

Bookmarks

Thread Tools


LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f111/sudden-attack-server-581523/
Posted By For Type Date
SuddenAttack This thread Refback 06-10-2009 03:02 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