Інсталювати Steam
Увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Bahasa Indonesia (індонезійська)
Bahasa Melayu (малайська) БЕТА
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом


I have workshop working in my dev build right now and I plan to have example mods ready soon after launch.
There are tiles in the tileset that have intended mechanics behind them, such as water tiles and wires. When used in custom levels, I failed to implement these features correctly. The player would simply fall through water tiles as if they had no collision, and wiring systems were difficult to design. Clearly there is some way to get these features to work, as the other default levels incorporated them without issue. I still to this day do not understand what I am doing wrong. Maybe the water tiles needed to be on a specific layer to work, or some extra custom code is required.
I plan on making modded levels for Perennial upon its release. I hope in the future there is clearer documentation on these features, so that we may replicate and expand on the features that are integral to the level design.