All translations

From Vintage Story Wiki

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)== Helpful Tips ==
* In most cases, a mod can be designed to work on both singleplayer and multiplayer sessions with no special logic needed. However, if you need to check the state of the session for some reason, you can use the <code>ICoreClientAPI.IsSinglePlayer</code> property to check if the current game is a singleplayer game.
* If you have any doubts or concerns about your mod working on a multiplayer server, consider setting up a local server on your machine to test it out!
 h Russian (ru)== Полезные советы ==
* В большинстве случаев мод может быть разработан для работы как в одиночной, так и в многопользовательской игре без какой-либо специальной логики. Однако если вам по какой-то причине нужно проверить состояние сеанса, вы можете использовать свойство <code>ICoreClientAPI.IsSinglePlayer</code>, чтобы проверить, является ли текущая игра однопользовательской игрой.
* Если у вас есть какие-либо сомнения или опасения по поводу работы вашего мода на многопользовательском сервере, рассмотрите возможность настройки локального сервера на своем компьютере, чтобы проверить его!