Terraria linux �� �������� �������

(Linux) Terraria скачать торрент

Релиз: License GOG Год выхода: 2011 Жанр: Action, Стратегии Разработчик: Re-Logic, Engine Software Перевод: Русский, Английский, Французский и другие Платформа: PC Требования: Операционная система: Linux
Процессор: 2.0 ГГц и лучше
Оперативная память: 2,5 Гб
Свободного места на жестком диске: 500 Мб
Видеоадаптер: 128 Мб, OpenGL 3.0+ support (2.1 with ARB extensions acceptable) Рейтинг на сайте:

Описание:
Копайте, сражайтесь, исследуйте, стройте. Весь мир лежит у ваших ног, и вы должны выжить в нем и обрести богатство и славу. Хотите отправиться в подземные глубины в поисках сокровищ и материалов для изготовления все более сложных орудий, механизмов и украшений? Может быть, вы выберете путь воителя, который ищет врагов посильнее, чтобы испытать свою смелость? А может, вы хотите выстроить собственный город, чтобы поселить там своих таинственных союзников, встреченных в путешествиях? В мире Террарии выбор за вами! Terraria – уникальная игра, совмещающая элементы классического боевика со свободой «песочницы». И путь, и его цель полностью подконтрольны игроку. Приключения в Terraria так же неповторимы, как и любой ее игрок! Готовы ли вы разведать, создать и защитить свой собственный мир?

Особенности релиза:
Релиз от GOG, версия: 1.3.5.1
Языки интерфейса и субтитров: Русский, Английский, Французский, Немецкий, Итальянский, Испанский, Бразильский (Португальский), Китайский (упрощенный), Польский
Контрольные суммы игры MD5: d48e6ddfdf00cc57b4d4121b334a2554
Бонусы от GOG: (Отдельный архив, можно не загружать. MD5: 562f46974bf6b2af036ffa2c2af83ebf)
Terraria Soundtrack Vol. 1 (*.mp3)
Terraria Soundtrack Vol. 2 (*.mp3)

Источник

Terraria Server with TShock on Linux

Terraria is a MMORPG based on mining, building, and fighting. Some people say its a 2D version of Minecraft, but that wouldn’t do justice to Terraria’s offerings — not by a long shot.

In this guide, I’ll show you step by step how to make a Terraria server with TShock on Linux. You could even setup multiple Terraria servers.

Some basic Linux knowledge is recommended. At the very least, you should understand how to use SSH.

By the end of the tutorial, you will be able to invite friends over to join your epic quests.

Prerequisites

This tutorial is based on Ubuntu 14.10, but more recent Ubuntu or Debian flavors will work. For other Linux versions, the package names may differ but most of the steps and configuration will be the same.

We will start off with a new Ubuntu 14.10 server on Vultr.

Terraria uses quite a bit of memory, especially for large worlds. For instance, a Vultr server with 1024MB RAM will only support a small world with a few players.

Security

A clean Ubuntu-based image on Vultr starts with access to basic services. Only NTP and SSH ports are opened. If you want to host other services, then you might want to secure your incoming traffic and move your SSH port to something other than the default port.

This guide doesn’t cover all the changes needed to secure your server — there are other guides on Vultr Docs for that. Remember, Terraria uses TCP port 7777 by default.

Читайте также:  Windows usb загрузочная cmd

Basic setup

We’ll create a basic user to run the Terraria server, since we don’t want to run the server as root. After that, we’ll install the necessary packages.

Creating a user

Log in to your server as root and create a new user for your Terraria server. You may receive some error messages about missing locales. Ignore those for now.

The system will ask for a new UNIX password. Enter a fairly secure random password and remember it (or jot it down).

Now, the system will ask for some user details. You can just press Enter to leave these empty.

When the system asks you to confirm the information («Is the information correct?»), press Y followed by Enter.

Installing packages

Terraria is a game based on the Microsoft «.NET» framework. The Linux implementation of «.NET» is called «mono». We’ll install only the necessary packages to get the game running and some support packages.

Your system is now ready to run Terraria.

Installing TShock

At this point, you need to be logged into your server as user «terraria».

Download and unzip a release of TShock. You can check the official TShock website for newer releases. The Terraria server download is included with TShock.

Starting TShock for the first time

The first time you start TShock, you must join your server to make yourself the administrator. Start the server.

The gameserver will start and show you the server version. After that, it will ask you what world you would like to start. Since this is a new server, there are no previous worlds. We’ll create a new one.

The larger the world, the more memory you’ll need. Remember, a basic Vultr server with 1024MB RAM will only support a small world.

  • Press N followed by Enter for a new world.
  • Choose the size that you would like.
  • Type a (short) name for your world, followed by Enter.

The server will now start generating your new world. When it has finished, you’ll be back in the main selection menu.

  • Choose your newly generated world by pressing 1, followed by Enter.
  • Enter a port to listen on, or just press Enter to use the default Terraria port 7777.

Your world will be loaded and TShock will show you an authorization code.

TShock Notice: To become SuperAdmin, join the game and type /auth 2044111

This token will display until disabled by verification. (/auth-verify)

Write this code down and start Terraria.

Tip: Use windowed mode in Terraria so that you can switch between your SSH session and the game.

  • Go to Multiplayer -> Join .
  • Select or create a character.
  • Enter the IP of your Vultr server.
  • For the server port, use the default 7777 or the port configured on your server.

Congratulations, you’ve just entered your new world. Now it’s time to authenticate as the administrator.

  • In your game window, press Enter.
  • Type /auth XXXXXXX replacing XXXXXXX with the authentication code displayed when your server was started.

The server will confirm your authentication code and display a message.

Note: If the text went away too fast, press Enter to show it again.

The server wants us to create a new admin user so that we can gain admin permissions the next time we join our server.

  • Press Enter in your game window.
  • Type /user add

superadmin replacing and

with your own username and a new password.

  • Press Enter again and log in using /login username password .
  • If this all works correctly, you can confirm everything with /auth-verify .
  • Now that the configuration is done. We’ll shutdown the server and have it save everything.

    First, disconnect your Terraria client from the server.

    • Press Escape.
    • Go to «Settings».
    • Select «Save & Exit».

    Now, shutdown the server. This is accomplished in your SSH session by typing «off» in the server console, then pressing Enter.

    The initial configuration is now complete.

    Running your server

    We want the server to keep running, even when we disconnect our SSH session. So we’ll use a screen session to do so.

    As the «terraria» user, start screen:

    Press Enter to close the credits screen. Now, start the TShock server again.

    Load your world.

    • Press 1 followed by Enter to select your world.
    • Enter a port or press Enter to use the default port of 7777.

    You are now in the server console, for a list of commands, type «help», then press Enter. You can enter Terraria server commands in this console.

    To close your SSH session and keep the server running, use the following key sequence:

    • Press Ctrl + A.
    • Press D.

    You won’t get any feedback until you press the D key.

    After this, your screen will be cleared and you will see output similar to the following.

    You can now safely close your SSH session and the server will keep running in the background.

    When you reconnect to your server, you can type the following to enter the server console again:

    Closing notes

    There are lots of options and things to change with the TShock server. Please read the documentation for more details. Enjoy!

    Источник

    Установка и запуск игры Terraria на MacOS и Linux (через Wine)

    Доброго времени суток! Как оказалось, пользователей различных дистрибутивов Linux, пытающихся запустить «Террарию» в «бутылке» довольно много. И, естественно, далеко не у всех это получается. Основной причиной (помимо лени) является необходимость предварительной установки Microsoft .Net Framework 4-й версии и Microsoft же XNA (Крайне желательно, тоже 4-й версии). Впрочем, очень многие windows-пользователи так же ноют по поводу «не запускается» игра (использующие, в основном, пиратские копии игры, но не догадывающиеся сами установить .NET и XNA).

    Лучше заранее убедиться, что ваша видео-карта поддерживается и может работать с XNA (Это касается и Windows-пользователей)
    Список здесь:
    www.xnawiki.com/index.php?title=Graphics_card_compatibility
    (Стоит заметить, что, если карты в списке поддерживаемых нет то это ещё не значит, что она не может работать с XNA. Но если ваша карта в списке неподдерживаемых — увы, с ней вам поиграть в «Террарию» не светит)

    Итак, по пунктам (щёлкаем на спойлер):

    Пункт 0, только для пользователей MacOS (На Linux не требуется):
    0a: macports
    0b: набираем в консоли
    sudo port install winetricks
    sudo port install wine-devel

    Пункт 1:
    Устанавливаем Wine и Winetricks (если не установился автоматом и если они у вас до сих пор не установлены) — крайне желательно, последних версий.

    Пункт 2:
    Устанавливаем Steam (можно через web-сайт). Как вариант — можно запустить уже установленный (даже в Windows, если у вас есть доступ к папке с ним). При установке Steam’а, он может начать обновляться, но зависнуть или вылететь в процессе обновления. Просто запустите Steam, он дообновится сам. После обновления — залогиньтесь.

    Пункт 3:
    Устанавливаем Terraria через Steam и пробуем запустить. Steam так же сам должен начать установку XNA (если он у вас к этому моменту ещё не установлен) во время установки или запуска игры. Если игра не запустится, перейдите к следующему пункту.

    Пункт 4:
    Выйдите из Steam’а

    Пункт 5:
    Запустите игру через консоль (терминал):

    Например: cd .wine/drive_c/Program Files/Steam/steamapps/common/terraria
    (Чтобы перейти в папку с игрой)

    wine Terraria.exe
    После этого должно появиться сообщение, что вам нужен установленный Mono для Windows

    Пункт 6:
    Запускаем Winetricks и устанавливаем Mono 2.10 и 2.8 + Так же может понадобиться установка xact и xinput
    ( Если вы пользуетесь графической оболочкой последних версий Winetricks’а, то нужные пункты будут в меню «Select the default wineprefix» -> «Install a Windows DLL or component» )

    И устанавливаем. Вручную, запуская файл с помощью Wine’а или
    Через консоль:
    wine dotNetFx40_Full_x86_x64.exe
    (Вместо dotNetFx40_Full_x86_x64.exe может быть полный путь до файла установки. Не забудьте «взять» его в кавычки, если в пути у вас присутствуют пробелы, или ставить знак «\» перед каждым пробелом)

    Установка, скорее всего, прервётся и нужно будет её повторять до тех пор, пока установщик не предложит восстановить установленную программу (пункт «Repair» в установщике). Соглашаемся на восстановление, ждём около полминуты и, если процесс «зависнет», «убиваем» его. Нужные нам компоненты уже должны были быть установлены.

    Пункт 7б:
    Если появляется сообщение что NET уже установлен, то придётся запись о его установке стереть вручную в реестре.
    Запускаем regedit
    Через консоль:
    wine regedit
    ( Так же можно найти regedit.exe и запустить его вручную. Он, обычно, на виртуальном «Диске C:». Полный путь, обычно, примерно такой: ‘/home/ /.wine/dosdevices/c:/windows/regedit.exe’ )
    и удаляем следующий нод (пункт):
    HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v4
    Затем возвращаемся к Пункту 7а

    Пункт 8:
    Возможно (А, возможно, и нет), потребуется скопировать нужные файлы библиотеки в папку с игрой.
    Нужные файлы называются
    Accessibility.dll, System.configuration.dll, System.dll, System.Drawing.dll, System.Windows.Forms.dll, System.Windows.Forms.DataVisualization.dll and System.XML.dll
    (если лишних 200 мегабайт не жалко, можете скопировать всё)
    И находятся они в папке
    /windows/Microsoft.NET/Framework/v4.0.30319/
    на «виртуальном» «Диске C»
    (Или же можно попробовать «стащить» их из реально установленной Windows)

    Через консоль скопировать можно так:
    cd
    например: cd .wine/drive_c/Program Files/Steam/steamapps/common/terraria
    cp

    Стоит заметить, что в будущем, при установке обновлённых версий 4-го .NET, название папки, откуда брать файлы, может несколько поменяться.

    Пункт 9:
    Запускаем Steam, логинимся, запускаем игру.
    При этом может появиться окошко с ошибкой, но, после его закрытия, игра через несколько секунд все равно запустится.

    Пункт 10: Если ничего не получается, попробуйте сделать всё заново.

    С «пираткой» почти всё то же самое, только XNA придётся устанавливать вручную и пути несколько поменяются.
    Вся работа, на самом деле, сводится только к установке Wine+Winetricks, Steam, .Net 4, XNA 4, xact, xinput и самой игры, а также копировании нескольких файлов из каталога в каталог. Не намного сложнее и дольше, чем в Windows.
    Сама игра после установки идёт без проблем. Мультиплеерная составляющая так же работает замечательно (Однако, при создании сервера могут возникнуть проблемы).

    Игра хорошая, мне не жалко было «отдать» за неё 10 «баксов»

    Источник

    Читайте также:  Скрипты для linux debian
    Оцените статью