Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Sorok-Dva/AllodsOnlineEditorTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AllodsOnlineEditorTools

Allods Online editor tools for 1.1.02.0

Setup

Requirements

To correctly use these tools you'll need:

Setup folders

  • Create a folder with nested bin, data and Editor folder
  • Copy the data folder from this repository in your data folder
  • Copy the Editor folder from this repository in your Editor folder
  • Copy Release_bin folder from Helper Archive to bin folder
  • Copy all xdb from server data folder to your data folder
  • Extract all .pak archives (you don't need System, Lua, Bin, Texts) from client and move all folders to your data folder
  • Copy all xdb from the extracted database to your data folder

You should have the following folder architecture :

.
+-- bin
|   +-- All files from Release_bin
+-- data
|   +-- Characters
|   +-- Client
|   +-- Creatures
|   +-- Editor
|   +-- Interface
|   +-- ItemMall
|   +-- Items
|   +-- ...
+-- Editor
|   +-- CommonFolder
|   +-- ...

You can now start tools from your bin folder

Change language

You can change language in Editor/ConstData.xml. Available languages are russian and english.

For english (default):

<Language>en</Language>

For russian:

<Language>ru</Language>

Tools

Core Design

Start with CoreDesign.bat

Abilities

Item Mall

Recipes

Spell

Vendors

Loot

VisScript

Item Generator

EditorGui aka MapEditor

Start with EditorGUI.exe

MobEditor

Start with EditorEditor.bat

ModelViewer

Start with ModelViewer.bat

Properties and WPFProperties

Start with Properties.bat

Start with WPFProperties.bat

Table Editor

Start with TableEditor.bat

The Browser

Start with TheBrowser.bat

UIEditor

Start with UIEditor.bat