Quote:
Originally Posted by R4r0rHe4d
hello anyone know how to make 4story server thx for reply
|
1) find sources of svr/client and database
2) build sources
3) find compatible game files
4) put your built client in those files
5) download mssql 2012+ with sql management studio
6) install mssql server
7) restore TGLOBAL_GSP and TGAME_GSP into this server
8) download navicat or any other sql tool and connect to your sql database
9) edit tables TIPADDR, TGROUP, TMACHINE so it fits with your sql credentials / ips
10) create an account in TGLOBAL_GSP.dbo.TACCOUNT
11) go to your SystemDrive->Windows->SysWOW64->odbcad.exe
12) click on System DSN Tab and click Add
13) scroll down to SQL Native Client 11 and open it
14) fill in those columns - Name: TGAME_GSP and Server: localhost\YourSqlSvrName and click next (Same for TGLOBAL_GSP)
15) Login with SQL Server auth (default id = sa, default pw = sa) and click next
16) check Change the default database to: and select your desired database and click finish
17) open ports for your server in firewall (3616,4816,5816,3816 by default)
18) create folder TServices_GSP on your C:\ Drive and put in there your built services
19) install those services as admin and reg them with configured .reg files
20) start services in that order: tlogin->tworld->tmap
21) create in your game folder file start.bat and type in command "start TClient.exe yourIP 4816"
22) start the game with .bat file boom