RPI.su — самая большая русскоязычная база вопросов и ответов. Наш проект был реализован как продолжение популярного сервиса otvety.google.ru, который был закрыт и удален 30 апреля 2015 года. Мы решили воскресить полезный сервис Ответы Гугл, чтобы любой человек смог публично узнать ответ на свой вопрос у интернет сообщества.
Все вопросы, добавленные на сайт ответов Google, мы скопировали и сохранили здесь. Имена старых пользователей также отображены в том виде, в котором они существовали ранее. Только нужно заново пройти регистрацию, чтобы иметь возможность задавать вопросы, или отвечать другим.
Чтобы связаться с нами по любому вопросу О САЙТЕ (реклама, сотрудничество, отзыв о сервисе), пишите на почту [email protected] . Только все общие вопросы размещайте на сайте, на них ответ по почте не предоставляется.
Сохранения в Windows
Сохранения игры «Starbound» хранятся в операционной системе Windows в папке [storage], находящейся по умолчанию внутри папки с установленной игрой.
Путь до сохранений Starbound в Windows:
- [папка с установленной игрой]storageplayer
- D:games[папка с установленной игрой]storageplayer
Сохранения в Linux
Сохранения игры «Starbound» лежат в операционной системе Linux в папке [storage], расположенной в базовом каталоге для хранения данных пользователя.
Путь до сохранений Starbound на Linux:
- [папка с установленной игрой]/storage/player/
This article or section is currently in the process of an expansion or major restructuring.
You are welcome to assist in its construction by editing it as well.
Saving in Starbound is a complex procedure. Every aspect of the game is saved separately in a certain location, making it possible to manipulate parts of a save independently, to an extent. Most often knowing the structure of the save is required for doing universe reset. Save location in Starbound (as of version 1.4) is at
If you wish to experiment with mods it is highly recommended to backup this directory.
Contents
Universe save structure
Universe of Starbound is procedurally generated and preserved at
Save structure is as follows:
universe.chunks
Contains known starsystem locations. Each star which you have seen in navigation console (farthest zoom level) is partially saved here. Only star name, seed, location and information on planets (only type and slot) is saved in this file. Results of deleting this file vary depending on whether star generation code has been modded.
universe.dat
Contains outpost state and universe unique identifier. If this file is lost or corrupted everyone in server loses their bookmarks/teleport locations (because the unique identifier is lost) and outpost state is reset.
If your only desire is to reset the outpost it is highly recommended to use the appropriate console command instead of deleting this file.
(hex string).clientcontext
Contains current ship location, current player location, admin state. If this file is deleted the player’s ship will be teleported to a new randomly chosen starting planet (Lush type of lowest difficulty).
(XCoord)_(YCoord)_(uuid)).system
Contains description of a star system.
(XCoord)_(YCoord)_(uuid)_(Planet number)_(Moon number).world
Contains planet/moon data. (Starbound considers a planet orbiting another planet a moon; if the file refers to a planet orbiting the star itself, ‘moon number’ part is absent). Everything that is built or preexisting in that planet/moon. If this file is deleted, that specific planet/moon gets reset to its original state. The more the player modifies a certain planet, the bigger this file get.
Player save structure
Universe Reset
Universe reset, also known as ‘Universe wipe’, is an action of reverting the universe of Starbound to its initial state prior to being modified by a player. The easiest (and the most crude) way to do this is to delete the entire storage/universe directory.
Universe reset is necessary when universe generation is changed (most probably via modding the game). If a part of the save is corrupted and it is possible to track the corruption to a certain planet, wiping that planet instead of the whole universe is less damaging.