Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 14788

[Question] Using The Same Daemons On Multiple Servers

$
0
0
I know it is possible to use the same auth daemon for multiple servers but is it possible for 2 servers to use auth & game daemons? Or would you end up with players from both servers running around on the same map?

Or is it possible just to use the maps from the other server and not the entire game daemon by changing this in gs.conf:

Code:

[Template]
Root                        = /PWServer/gamed/config/
itemDataFile                = elements.data
QuestPackage            = tasks.data
QuestPackage2          = dyn_tasks.data
GlobalData              = world_targets.sev
PolicyData              = aipolicy.data
DropData                = extra_drops.sev
RareItem                = rare_item.conf
NPCGenFile                = npcgen.data
RegionFile              = precinct.sev
RegionFile2            = region.sev
PathFile                = path.sev
RestartShell                = restart2
MallData                = gshop.data
LuaData                        = global_api.lua

To this:

Code:

[Template]
Root                        = 127.0.0.1/PWServer/gamed/config/
itemDataFile                = elements.data
QuestPackage            = tasks.data
QuestPackage2          = dyn_tasks.data
GlobalData              = world_targets.sev
PolicyData              = aipolicy.data
DropData                = extra_drops.sev
RareItem                = rare_item.conf
NPCGenFile                = npcgen.data
RegionFile              = precinct.sev
RegionFile2            = region.sev
PathFile                = path.sev
RestartShell                = restart2
MallData                = gshop.data
LuaData                        = global_api.lua

Obviously replacing the IP with that of the server.

Viewing all articles
Browse latest Browse all 14788

Trending Articles