[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 379: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4505: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4507: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4508: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4509: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
GreenCubes • Просмотр темы - Смешанные блоки
Страница 1 из 1

Смешанные блоки

СообщениеДобавлено: 21 мар 2014, 13:16
dubtennis
Я тут подумал и решил написать о моей старой мечте.

Суть - смешивание блоков.
Допустим, можно ввести новый блок, который будет крафтиться из 2 разных полублоков. Например, земля и гравий. Блок разделен на 2 части: одна - земля, а другая - гравий. А при нажатии на него таким же блоком изменяется наклон той или иной части, зависит с какой стороны вы нажимаете на него.

Для чего это нужно:
Например, улучшить инфраструктуру участка: сделать дорожку, не используя кубические неровности, а прямую линию наискосок к нужной точке.
Также, это пригодится для интерьеров, в качестве сохранения места: с внешней стороны кирпич, с внутренней дерево.

Особых текстур для этого не нужно, просто нужно их правильно соединить .

Также, для красивых переходов можно использовать

Re: Смешанные блоки

СообщениеДобавлено: 21 мар 2014, 13:57
Aceko
Это реализовать на основе майна не рентабельно, придётся увеличить количество блоков на количество модификаций.


Если правильно понял то в новом клиенте есть эталонная модель предмета и на неё натягивается текстура а вот тут уже есть варианты.

Re: Смешанные блоки

СообщениеДобавлено: 21 мар 2014, 16:43
AkiraSun
Думаю, это как раз таки и есть предложения для нового клиента.

Re: Смешанные блоки

СообщениеДобавлено: 21 мар 2014, 17:04
OnlyAW

Re: Смешанные блоки

СообщениеДобавлено: 21 мар 2014, 17:10
dubtennis
Я не говорю о новом клиенте. Я о блоках, которые можно крафтить.

Re: Смешанные блоки

СообщениеДобавлено: 23 мар 2014, 09:57
Aceko

Re: Смешанные блоки

СообщениеДобавлено: 23 мар 2014, 20:10
Lenald
Рена говорила, что это перегрузит сервер

Re: Смешанные блоки

СообщениеДобавлено: 26 мар 2014, 20:04
benseeley
Говорили НЕ об октаблоках-в-одном-блоке, почитайте тему.

Re: Смешанные блоки

СообщениеДобавлено: 26 мар 2014, 20:24
greenmine
Хм, идея интересная, мне нравиться. Но это сколько же новых крафтов и блоков (текстур) надо добавить.. Да и когда у нас будет новая система крафта, так крафтить их не получится..

Re: Смешанные блоки

СообщениеДобавлено: 26 мар 2014, 20:40
GavReek
зачем крафтить сразу смешанный блоки? можно к примеру ввести крафт только октоблоков и из нх уже строить нужные конструкции. Ну или к примеру игрок сам бы выирал какие блоки крафтятся, окто или обычные.

Re: Смешанные блоки

СообщениеДобавлено: 26 мар 2014, 22:26
greenmine