GAMES-DEVELOPEMENT
Would you like to react to this message? Create an account in a few clicks or log in to continue.

GAMES-DEVELOPEMENT

FREE SERVER GAMES ONLINE DEVELOPMENT
 
HomeGalleryLatest imagesSearchRegisterLog in

 

 [Tutorial] IRIS 1.10 (No picture)

Go down 
3 posters
AuthorMessage
Admin
Admin



Posts : 19
Join date : 2011-01-16

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeThu Jan 20, 2011 7:44 pm

First of all Download resource
Quote :

1. [You must be registered and logged in to see this link.]
2. [You must be registered and logged in to see this link.] (If you have another can be use.)
3. [You must be registered and logged in to see this link.] (Client from my server [You must be registered and logged in to see this link.] )

SETUP
I'll skip sql 2005 express setup step. may you find from google or etc.

SETUP Database
1. Open Sql Server Management Studio Express then create 3 Database name IRIS_GAMEDB, IRIS_LOGDB, IRIS_MEMBERDB
2. Goto IRIS_2010_11_20\Database\ Folder
3. Double click to IRIS_GAMEDB.sql Then execute them in Sql Server Management Studio
4. Double click to IRIS_LOGDB.sql Then execute them in Sql Server Management Studio
5. Double click to IRIS_MEMBERDB_1.sql & IRIS_MEMBERDB_2.sql Then execute them in Sql Server Management Studio
6. Goto your Data source (ODBC) Select System DNS Tab Then Click add
7. Choose SQL Server Click Finish then input Name as IRIS_GAMEDB and Server as your sql server (may be (local)\SQLEXPRESS)
8. tick "With SQL Server authentication using a login ID and password entered by the user" and input your Login ID and Password from mssql
9. tick change the default database to IRIS_GAMEDB and click next then click finish.
10. do same to other 2 databse IRIS_LOGDB and IRIS_MEMBERDB
Now finish setup Database of IRIS

Then Setup Game server
1. run Install_GSDataAccession.bat to syncronize resource to database
2. run Install_LSDataAccession.bat to install captcha to database
3. run all Install_*.bat to install service
4. Setting your IP
4.1 Setting irisagentdemon.cfg
Quote :

SERVICE_NAME: AgentDemon
AGENT_DEMON_ADDRESS(IPv4): 192.168.5.106 << change to your ip
AGENT_BROADCAST_ADDRESS(IPv4): 192.168.5.106 << change to your ip
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

MANAGE_SERVER: LoginServer 192.168.5.106 << change to your ip
MANAGE_SERVER: LogDemon 192.168.5.106 << change to your ip
MANAGE_SERVER: GameServer 192.168.5.106 << change to your ip
MANAGE_SERVER: GameServer2 192.168.1.3 << change to your ip
MANAGE_SERVER: TutorialServer 192.168.1.4 << change to your ip
MANAGE_SERVER: PvP1Server 192.168.1.5 << change to your ip
MANAGE_SERVER: PvP2Server 192.168.1.6 << change to your ip
MANAGE_SERVER: ThemeCircus 192.168.1.7 << change to your ip
MANAGE_SERVER: ThemeRioha 192.168.1.8 << change to your ip
MANAGE_SERVER: ThemeDecomuss 192.168.1.9 << change to your ip
In Blue color mean if you have more IP you can run server with out failed
* 1 GameServer use 1 IP can't use same IP for GameServer

4.2 Setting irisgamesrv.cfg
Quote :
SERVICE_NAME: GameServer
SERVER_NO: 1
CHANNEL_NO: 1
GAME_SERVER_ADDRESS(IPv4): 192.168.5.106 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.5.106 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.5.106 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.5.106 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: GameServer2
SERVER_NO: 1
CHANNEL_NO: 2
GAME_SERVER_ADDRESS(IPv4): 192.168.1.3 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.3 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.3 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: TutorialServer
SERVER_NO: 1
CHANNEL_NO: 501
GAME_SERVER_ADDRESS(IPv4): 192.168.1.4 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.4 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.4 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: PvP1Server
SERVER_NO: 1
CHANNEL_NO: 101
GAME_SERVER_ADDRESS(IPv4): 192.168.1.5 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.5 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.5 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: PvP2Server
SERVER_NO: 1
CHANNEL_NO: 102
GAME_SERVER_ADDRESS(IPv4): 192.168.1.6 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.6 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.6 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeCircus
SERVER_NO: 1
CHANNEL_NO: 200
GAME_SERVER_ADDRESS(IPv4): 192.168.1.7 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.7 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.7 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeRioha
SERVER_NO: 1
CHANNEL_NO: 201
GAME_SERVER_ADDRESS(IPv4): 192.168.1.8 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.8 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.8 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

SERVICE_NAME: ThemeDecomuss
SERVER_NO: 1
CHANNEL_NO: 202
GAME_SERVER_ADDRESS(IPv4): 192.168.1.9 << change to your ip
GAME_BROADCAST_RECV(IPv4): 192.168.1.9 << change to your ip
GAME_BROADCAST_SEND(IPv4): 192.168.1.255 << change to your ip and las must be 255 like 192.168.5.255
GAME_FIREWALL(IPv4): 192.168.1.9 << change to your ip
GAME_BILLING(IPv4): 0.0.0.0 0
AHN_HACK_SHIELD: 0 5000 30000
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000


Last edited by Admin on Thu Jan 20, 2011 10:19 pm; edited 3 times in total
Back to top Go down
http://bbs.web-dev.co.cc
Admin
Admin



Posts : 19
Join date : 2011-01-16

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeThu Jan 20, 2011 7:48 pm

4.3 Settin irislogdemon.cfg
Quote :
LOGDEMON_BROADCAST_SEND(IPv4): 192.168.5.106 << change to your ip
LOGDEMON_BROADCAST_RECV(IPv4): 192.168.5.106 << change to your ip
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

4.4 Setting irisloginsrv.cfg
Quote :
LOGIN_SERVER_ADDRESS(IPv4): 192.168.5.106 << change to your ip
LOGIN_BROADCAST_RECV(IPv4): 192.168.5.106 << change to your ip
LOGIN_BROADCAST_SEND(IPv4): 192.168.5.106 [color=red] << change to your ip and last must be 255 like 192.168.5.255
LOGIN_PORT: 16002
GAME_PORT: 16004
LOG_PORT: 16000

5. Finish Now you try to Run Server

Very Happy
Back to top Go down
http://bbs.web-dev.co.cc
vodafono




Posts : 3
Join date : 2011-01-20

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeThu Jan 20, 2011 9:42 pm

With windows xP sp3 Professional.

Install Sql2005 OK
Login sa , pass 123456 ( ir + 123456 to *.exe file edit to sa )
Create iris db OK
(ODBC) Create 3 OK

ERROR with Install_GSDataAccession.bat
[You must be registered and logged in to see this image.]

Edit: screen IRIS_GAMEDB tables
[You must be registered and logged in to see this image.]
ODBC screen
[You must be registered and logged in to see this image.]
=======================================

Ok Create DNS USER
[You must be registered and logged in to see this image.]

And work
[You must be registered and logged in to see this image.]


=======================================

Now:
Install_GSDataAccession.bat OK
Install_LSDataAccession.bat OK
Install_AgentDemon.bat OK
Install_IrisGameSrv.bat OK
Install_IrisLogDemon.bat OK
Install_IrisLoginSrv.bat OK

Edit all config Ips ( 192.168.1.100 )

click Run
RUN_Agentdemon.bat
RUN_IrisGameSrv.bat
RUN_IrisLoginSrv.bat
RUN_IrisLogDemon.bat

Screen:
[You must be registered and logged in to see this image.]

ServerTool.exe
[You must be registered and logged in to see this image.]


Convert my localhost
TCPView+IPV4/IPV4_To_INETD.htm

192.168.1.100 = -1062731420 ERROR
192.168.57.36 = -1062717148 ERROR

[You must be registered and logged in to see this image.]

Client Version 1.10... ( IRIS_testirisnet )
Error connect.
[You must be registered and logged in to see this image.]










help pls.



Thank




Last edited by vodafono on Fri Jan 21, 2011 7:07 pm; edited 7 times in total
Back to top Go down
Admin
Admin



Posts : 19
Join date : 2011-01-16

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeThu Jan 20, 2011 10:24 pm

You must check in your IRIS_GAMEDB , there have Table name exists in Install_GSDataAccession.bat that show on console?
Back to top Go down
http://bbs.web-dev.co.cc
Admin
Admin



Posts : 19
Join date : 2011-01-16

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeFri Jan 21, 2011 3:06 am

may be you use resource from my client to sync data.
i hope this will help.
Back to top Go down
http://bbs.web-dev.co.cc
Admin
Admin



Posts : 19
Join date : 2011-01-16

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeFri Jan 21, 2011 10:59 am

you must follow this topic

[You must be registered and logged in to see this link.]
Back to top Go down
http://bbs.web-dev.co.cc
vodafono




Posts : 3
Join date : 2011-01-20

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeSat Jan 22, 2011 12:15 am

possible solution for :

( state off )
[You must be registered and logged in to see this image.]

yes
[You must be registered and logged in to see this image.]


Last edited by vodafono on Sun Jan 23, 2011 1:51 am; edited 1 time in total
Back to top Go down
Admin
Admin



Posts : 19
Join date : 2011-01-16

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeSat Jan 22, 2011 9:41 am

vodafono wrote:
possible solution for :

( state off )
[You must be registered and logged in to see this image.]

go to SQL Server Management Studio > IRIS_MEMBERDB > TB_SERVER

Add 1 row as

IDX = NULL (Fill auto)
REGISTER_DATE = NULL (Fill auto)
NAME = As your Server name( TEST or something)
DESCRIPTION = Optional or NULL
STATUS = 2 (Remember this is stage server to online)
AGE = 0
APPLY 0
Back to top Go down
http://bbs.web-dev.co.cc
joemxs




Posts : 3
Join date : 2011-02-02

[Tutorial] IRIS 1.10 (No picture) Empty
PostSubject: Re: [Tutorial] IRIS 1.10 (No picture)   [Tutorial] IRIS 1.10 (No picture) Icon_minitimeFri Feb 04, 2011 7:50 pm

hey admin

i want register id pass server me.

plz What should I do register server me.

thx.
Back to top Go down
 
[Tutorial] IRIS 1.10 (No picture)
Back to top 
Page 1 of 1
 Similar topics
-
» IRIS Online Developments
» IRIS SERVER FILES 1.10
» IRIS SERVER FILES 1.18 (UPDATE)

Permissions in this forum:You cannot reply to topics in this forum
GAMES-DEVELOPEMENT :: GAME DEV :: IRIS SERVER 1.10 :: Tutorial-
Jump to: