-
Notifications
You must be signed in to change notification settings - Fork 84
Buildings \ Добавление строений
Jokaru88 edited this page Jun 22, 2013
·
1 revision
You may optionally enable a system that reads structure information from the database and spawns a set of static structures on the map on each server start. To do so, follow these steps:
- Go into the RealityCP application, select "Setup / DB"->"Database", and import the Buildings scheme.
- Make sure to have build Reality with the Buildings package.
- You can insert buildings manually in the database with their class names in the building table and then insert the coordinates / IDs in the instance_building table.
NOTE: Buildings added/updated via database manipulation are only available after a server restart.
Rus
Вы можете включить альтернативную систему вставки строений на карту, которая будет считывать информацию из базы данных и вставлять строения на карту при каждом запуске сервера. Чтобы это сделать:
- Убедитесь что вы собрали свой Reality сервер с пакетом установки "Buildings";
- Запустите RealityCP, выберите в нем "Setup / DB"->"Database" и импортируйте пакет "Buildings" в вашу базу данных;
- Теперь вы можете вставить строение через таблицу базы данных "instance_building" задав в ней ID строения, его координаты, и ID для таблицы "building", в которой следует так же указать данный ID и уникальное название строения (его class name)
ПРИМЕЧАНИЕ: Строения добавленные через базу данных будут доступны после рестарта сервера.