Allods Developers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Premade 7.0 server custom for lan play :) Big thanks to @danil906

The server is working great. Thank you.
Two questions:
1. Where can I get map descriptions?
2. Where can I find items for the store? I took it from 4.0, but it seems to me that this is not entirely correct.

One of the quests is impossible to complete, where you need to buy a scroll of purification in the store. I had to tweak the quest so that I could skip it for reputation.
 
The server is working great. Thank you.
Two questions:
1. Where can I get map descriptions?
2. Where can I find items for the store? I took it from 4.0, but it seems to me that this is not entirely correct.

One of the quests is impossible to complete, where you need to buy a scroll of purification in the store. I had to tweak the quest so that I could skip it for reputation.


1. Where can I get map descriptions?
You must to find by yourself sorry , but if i remember welll you can see on ragezone on the thread that witchrevian did for 4.0 , one guy gave it maps.cfg and it had map name in it

2. Where can I find items for the store? I took it from 4.0, but it seems to me that this is not entirely correct.

Its the same process as adding and item in 4.0, instead to be in mysql its in postgresql.

You must to white list your item and then add it via sql request
 
2. Where can I find items for the store? I took it from 4.0, but it seems to me that this is not entirely correct.
I threw off my idlist .maps are created in much the same way .. But I haven 't created it yet ... who will throw off - that's a good fellow (let's not be greedy)
 

Attachments

Last edited:
O
Thank you Fido,

I'm a complete noob in computer networks... When you mean it's ready for LAN play, do you mean that it's meant to be played on the same computer the virtual machine is running on? I don't get it

Also on the part where you ask to open some ports and edit the IP address; could you please provide more details? Thank you
Oh i never asnwered you, i apologize. LAN mean local area network, so its behind your modem in your case into your house network to resume. So any computer connected to your modem can join the server
 
Hi here you can download a VM ready with a ready made 7.0 server.

PS: the files are not vanilla 7.0 !!! !! ! !!!
Judging by the screenshots from the game, this client was originally in Russian and then modified to English, perhaps you still have the original files to return the Russian language client to?
Allods_221119_134641.jpg
Allods_221119_143014.jpg
 
Guys, how to change the language in the game I copy the language pack to the client Data/Packs directory but the language is still English. I also tried to change the language in the Localisations file in the Profiles/Localisations.ini directory.
 
Guys, how to change the language in the game I copy the language pack to the client Data/Packs directory but the language is still English. I also tried to change the language in the Localisations file in the Profiles/Localisations.ini directory.

Я так понимаю нужен русский клиент? Для этого достаточно из приложенного архива взять файл pack.loc и закинуть его в папку Allods7.0CustomClient\data\Bin\ (папку Bin в data нужно создать). Кроме того, помимо копирования файлов из архива, нужно удалить (или переименовать) файл "Allods7.0CustomClient\data\Packs\Texts.pak", т.к. если есть оба файла:
Allods7.0CustomClient\data\Bin\pack.loc
Allods7.0CustomClient\data\Packs\Texts.pak
то приоритет отдаётся "Allods7.0CustomClient\data\Packs\Texts.pak", соответственно нужного результата Вы не получите.
Можно конечно запаковать "pack.loc" в "Texts.pak", но зачем, если он и так прекрасно работает )

В приложенном архиве есть ещё 2 изменённых файла: "global.cfg" и "localizations.cfg", на работоспособность это особо не влияет, но с точки зрения построения RU-клиента, на мой взгляд, исходя из анализа других RU-версий AO, более правильно.
В этих файлах следующие изменения:

Allods7.0CustomClient\Personal\global.cfg
В этом файле нижеследующие параметры указывают с какой локалью должен загрузиться игровой клиент:
оригинальное
Code:
localization="eng_eu"
localization_charset_win_gdi=1
заменено на
Code:
localization="rus"
localization_charset_win_gdi=204

Allods7.0CustomClient\Profiles\localizations.cfg
Этот файл отвечает за то, какие локали может выбрать пользователь в игровом клиенте, при выборе в нём другой локализации изменения автоматически вносятся клиентом игры и в файл "Allods7.0CustomClient\Personal\global.cfg":
оригинальное
Code:
localization = "eng_eu"
localization_name eng_eu: eng_eu
localization_desc eng_eu: eng_eu - need game restart
заменить на
Code:
localization = "rus"
localization_charset_win_gdi=204

localization_name rus: Russian
localization_desc rus: Russian language (need game restart)

В приложенном архиве в данном файле есть пример выбора 5 языков из игрового клиента, но для перевода клиента естественно к каждому языку должен быть файл локализации (pack.loc).

P.S. Большое спасибо allods-sunshine.com за дополненную локализацию под данный модифицированный сервер.
 

Attachments

Back
Top