Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Серверная часть (https://forum.zone-game.info/forumdisplay.php?f=148)
-   -   Клиент на v.859 (https://forum.zone-game.info/showthread.php?t=6165)

Skeich 23.01.2010 21:50

Клиент на v.859
 
Здраствуйте народ! Помогите пожалуйста настроить клиент на v.859 уже просто сил нет, голова уже раскалывается! Я уже и папку bin32 менял (скаченная от сюда) и патч ставил 1.5.1.5 (папка bin32) и ни чего не получается! И вот стоить мне что-то добавить или изменить везде регион и что, приплыли.. Клиент не запускается!

http://distrib.data.cod.ru/photos/1/...a5ef128a91.jpg

Надеюсь на Вашу помощь!

BeLiX 23.01.2010 22:02

Re: Клиент на v.859
 
что у тебя в кленте в файле cc.ini, Aion.ini
и в папке:
Server\gameserver\config
в файле: gameserver.properties
а также:
Server\loginserver\config
в файле: loginserver.properties

Skeich 23.01.2010 22:30

Re: Клиент на v.859
 
Цитата:

Сообщение от BeLiX (Сообщение 52027)
что у тебя в кленте в файле cc.ini, Aion.ini
и в папке:
Server\gameserver\config
в файле: gameserver.properties
а также:
Server\loginserver\config
в файле: loginserver.properties

Корне игры файл cc.ini содержимое (измененное на свое):
Код:

cc = "1"
и все последующие файлы изменены на регион 1.

Скачал от сюда архив с содержим: папка bin32 и ярлык Aion.exe
В папке очень много файлов, а в файле Aion.ini содержится (изменил для теста между двумя компами):
Код:

; По вопросам настройки под определенный сервер
; или клиент, обращайтесь на форум нашей Зоны -
; http://forum.zone-game.info/

[Connect]
; IP-адрес сервера
Ip = 192.168.1.12
; Порт сервера (см. файл loginserver.properties)
Port = 2106
; Код страны 1 - EN, 2 - EU, 7 - RU (см. файл cc.ini)
Country = 1
; Не использовать GameGuard при авторизации?
NoAuthGG = True
; Язык интерфейса eng, fra, deu, rus
Language = rus
; Не открывать сайт по выходу из игры?
NoWeb = False

Запускаю игру с байтника в корне игры с содержимым:
Код:

@echo off
start bin32/aion.bin -ip:192.168.1.12 -port:2106 -cc:1 -noauthgg

Ну а здесь содержание файлов конфига:
gameserver.properties [SPOILER]#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#

# Port that will be used to listen for client connections
gameserver.network.client.port=7777

# Host that will be used to listen for client connections
gameserver.network.client.host=192.168.1.12

# Maximum online players on the server
gameserver.network.client.maxplayers=100

# Address of login server
gameserver.network.login.address=localhost:9014

# Id of this game server
gameserver.network.login.gsid=1

# Password of this game server
gameserver.network.login.password=здесь_мой_пароль

# Additional threads that are used to read network data
gameserver.network.nio.threads.read=0

# Additional threads that are used to write network data
gameserver.network.nio.threads.write=0

# Enable/disable deadlock detector (true/false)
gameserver.deadlock.enable=false

# Interval for deadlock detector run schedule (seconds)
gameserver.deadlock.interval=300

# Name of gameserver
gameserver.name=aion private

# Character name pattern to be checked at char creation
# To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{2,10}
gameserver.character.name.pattern=[a-zA-Z]{2,10}

# Server Country Code (cc)
gameserver.country.code=1

# Server Mode
# 0 = user is bind to a realm (can't create characters from both realms at the same time)
# 1 = user can create characters from both realms
# 34 = user is bind to a realm, can't create more than 2 characters and can't enter the game world (character reservation mode)
gameserver.mode=1

# Server shutdown delay in seconds
# Shall be a multiple of 10 (default: 60)
gameserver.shutdown.delay=60

#Speaking mode between factions
# 0 = default, factions can't speak together
# 1 = all players can speat to all others
gameserver.factions.speaking.mode=0

#Skill auto learn mode
# true = no skillbooks are required
# false = need skillbooks to learn lvl1 skill
gameserver.skill.autolearn=false

#----------------------------
#Rates config's:
#----------------------------
#Experience gain
gameserver.rate.xp=1
#Experience gain for group
gameserver.rate.groupxp=1
#Item drop chance multiplier
gameserver.rate.drop=1
#Quest XP rate
gameserver.rate.quest.xp=1
#Quest Kinah rate
gameserver.rate.quest.kinah=1

#----------------------------
#Npc config's:
#----------------------------
#Disable aggressive behavior from monsters
gameserver.disable.mob.aggro=false

#----------------------------
#Class change config's:
#----------------------------
#Enable 2nd class change simple mode
gameserver.enable.simple.2ndclass=false[/SPOILER]

loginserver.properties [SPOILER]#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#

# LoginServer will listen for connections on specified port
loginserver.network.client.port=2106

# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=192.168.1.12

# How many times player can try to login before he get's banned for bruteforcing
loginserver.network.client.logintrybeforeban=5

# For what time in minutes player should be banned in case of bruteforcing
loginserver.network.client.bantimeforbruteforcing= 15

# Host that will be used by LS to listen for GS connections
loginserver.network.gameserver.host=*

# Port that will be used by LS to listen for GS connections
loginserver.network.gameserver.port=9014

# Nuber of additional threads for NIO that will handle only reading
loginserver.network.nio.threads.read=0

# Nuber of additional threads for NIO that will handle only writing
loginserver.network.nio.threads.write=0

# Create accounts automatically or not?
loginserver.accounts.autocreate=true[/SPOILER]

qANTONq 23.01.2010 22:39

Re: Клиент на v.859
 
Цитата:

Сообщение от Skeich (Сообщение 52038)
Корне игры файл cc.ini содержимое (измененное на свое):

если я не ошибаюсь то в клиенте ненадо менять(из за этого он у тя и не робит), менять ток в серве.

Skeich 23.01.2010 22:42

Re: Клиент на v.859
 
Цитата:

Сообщение от qANTONq (Сообщение 52040)
если я не ошибаюсь то в клиенте ненадо менять(из за этого он у тя и не робит), менять ток в серве.

хм.. а вот в этом мануале так говориться http://forum.zone-game.info/showpost...84&postcount=3 ))) или это совсем разное, мне этого не нужное?!

qANTONq 23.01.2010 22:50

Re: Клиент на v.859
 
Цитата:

Сообщение от Skeich (Сообщение 52042)
хм.. а вот в этом мануале так говориться http://forum.zone-game.info/showpost...84&postcount=3 ))) или это совсем разное, мне этого не нужное?!

ну вот у мня был руофф клиент я сделал так: поменял папку бин32, скачал лаунчер, поменял ИП на ИП серва, а в серве поставил циферку 7 в # Server Country Code (cc)
gameserver.country.code=1. и всё

BeLiX 23.01.2010 22:52

Re: Клиент на v.859
 
а с 2 пробовал запускать? при этом всё также изменив на 2

qANTONq 23.01.2010 22:54

Re: Клиент на v.859
 
Цитата:

Сообщение от BeLiX (Сообщение 52046)
а с 2 пробовал запускать? при этом всё также изменив на 2

да мне это как то не надо было. так что не пробовал.

Skeich 23.01.2010 23:03

Re: Клиент на v.859
 
Цитата:

Сообщение от qANTONq (Сообщение 52045)
ну вот у мня был руофф клиент я сделал так: поменял папку бин32, скачал лаунчер, поменял ИП на ИП серва, а в серве поставил циферку 7 в # Server Country Code (cc)
gameserver.country.code=1. и всё

а какую ты брал папку бин32 и какой лаунчер? И менять надо только в конфиге и в базе где ставили цифру 1?

BeLiX 23.01.2010 23:04

Re: Клиент на v.859
 
Цитата:

Сообщение от qANTONq (Сообщение 52047)
да мне это как то не надо было. так что не пробовал.

дело может бить в том что ты скачал не американский клиент, а европейский, если европейский тогда ставь 2... смотря какие у тебя папки в L10N если RUS тогда тебе надо 7, ENU - 2, а если чтото другое тогда 1


Текущее время: 08:19. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot