Jump to content
Sign in to follow this  
mkhzaleh

where can i find those guilds

Recommended Posts

helo
i just was looking for some help

i created my server but i still need to know how to move  all Resource from server files to see it ingame client when i run my game

 and i need help to make auto update
--...also what need to make website for register and item mall

--.. and how can i open all maps cuz i have only one map so what should i do 


 

Share this post


Link to post
Share on other sites
14 minutes ago, mkhzaleh said:

i created my server but i still need to know how to move  all Resource from server files to see it ingame client when i run my gam

 

 

14 minutes ago, mkhzaleh said:

 and i need help to make auto update

or

 

15 minutes ago, mkhzaleh said:


--...also what need to make website for register


 

 

16 minutes ago, mkhzaleh said:

 

--.. and how can i open all maps cuz i have only one map so what should i do 


 

add string with map name in gameserver.cfg, for example:

map = eastgoaf

1.png

 

there you can see all maps that you have "server files/resource/..'

1.png

 

 

  • Like 1

Share this post


Link to post
Share on other sites
41 minutes ago, mangojkee said:

 

or

 

 

add string with map name in gameserver.cfg, for example:

map = eastgoaf

1.png

 

there you can see all maps that you have "server files/resource/..'

1.png

 

 

thx
so to add more maps
i use like this
 

add string with map name in gameserver.cfg, for example:

map = eastgoaf,hell,hell2 ?

Share this post


Link to post
Share on other sites
11 minutes ago, mkhzaleh said:

thx
so to add more maps
i use like this
 

add string with map name in gameserver.cfg, for example:

map = eastgoaf,hell,hell2 ?

if you want add few maps, you should add new string for every map. For example, if you want add 3 maps its look like that 

map = eastgoaf
map = hell
map = hell2

 

Share this post


Link to post
Share on other sites
On 1/17/2017 at 10:11 AM, mangojkee said:

if you want add few maps, you should add new string for every map. For example, if you want add 3 maps its look like that 


map = eastgoaf
map = hell
map = hell2

 

it's work with 2 maps only but if i add 3 maps i got this error how to fix it ..thx

wsaa.png

Share this post


Link to post
Share on other sites

Someone with the same problem, try Onioni's suggestion in the thread.

EDIT: I just noticed you are trying to run both garner & darkblue on the same GameServer, run the main maps in seperate GameServers and I think it will work. Example below.

 

GameServer.cfg

Spoiler

map = garner

 

GameServer1.cfg

Spoiler

map = darkblue

 

Edited by Snre3n
  • Like 1

Share this post


Link to post
Share on other sites
13 hours ago, Snre3n said:

Someone with the same problem, try Onioni's suggestion in the thread.

EDIT: I just noticed you are trying to run both garner & darkblue on the same GameServer, run the main maps in seperate GameServers and I think it will work. Example below.

 

GameServer.cfg

  Hide contents

map = garner

 

GameServer1.cfg

  Hide contents

map = darkblue

 

aha thx for help

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...