-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.json
10 lines (10 loc) · 3.31 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
{
"sharebp": "**Easiest way to share a blueprint :**\n- Select the structure you want to share and copy it with ctrl+C\n- If you have the 'Copy Blueprint to Clipboard' setting enabled, the blueprint code should be in your clipboard, otherwise, press the 'Copy to clipboard' button in the blueprint tooltip\n- Paste the blueprint code in the Discord text box\n- If your blueprint is long enough, it will automatically convert to a file, otherwise, click the plus button on the left and click 'Upload your message as a file'\n- Add any additional text info and/or screenshots and send the message\nNote : blueprints can be shared in <#1270779062490497044> and <https://community-vortex.shapez2.com/>\n**To get a shared blueprint :**\n- If it's in a `.txt` file :\n - Triple click the blueprint code inside the file and copy the text with ctrl+C\n - Paste the blueprint code ingame with ctrl+V\n - Note : copying a file's content within Discord won't work with too large blueprints, in this case you will have to download the file and open it to copy the text\n- If it's in a `.spz2bp` file :\n - Open the blueprint library ingame and click the 'open folder' button\n - Download the blueprint file and put it in the folder that opened\nNote : if the file isn't in the format you prefer, right click the message and under 'apps', click 'access-blueprint'",
"commands": "**Useful console commands** (open with **F1**) :\n- `help` : display a list of all commands\n- `cheats.enable` : enable cheats, required for some commands\n- `research.unlock-all` (cheat) : unlock all milestones, side tasks and shop items\n- `god` (cheat) : same as above but also maxes out all upgrades and gives research and blueprint points\n- `research.list` : list all research node IDs to use in :\n- `research.set [id] 1` (cheat) : unlock a specific research node, use with `RNSandboxTools` to unlock item and fluid producers\n- `debug.show-charts 1` : Display stats in real time, including FPS (disable with `debug.show-charts 0`)\n- `calc` : Shows the result of a mathematical expression\nNote : as said in the console, using any cheat commands will permanently tag your savegame and will restrict access to some features like operator level ranking",
"launch-options": "**What launch option to use when starting the game ?**\nSelect the default (first) one (DirectX 11), unless you encounter graphics glitches or crashes, in that case you might want to switch which one is used, see <#1201822000037765160>.",
"play": "**How to play the game ? Is there a demo ?**\nThe game can be purchased on steam. Subscribing to the patreon also gives access to early beta branches. There are no official confirmation for a demo currently. More info in <#1097212699252895874>",
"s1": "discord.gg/shapez",
"mergesplit": "https://cdn.discordapp.com/attachments/1185993729966866483/1186006665384968242/disambiguation.png",
"all-shapes": "**Quad shapes :**\n- `C` : Circle\n- `R` : Square/Rectangle\n- `S` : Star/Spike\n- `W` : Diamond\n- `c` : Crystal\n- `P` : Pin\n**Hex shapes :**\n- `H` : Hexagon\n- `F` : Flower\n- `G` : Gear\n- `c` : Crystal\n- `P` : Pin\nhttps://cdn.discordapp.com/attachments/1185993729966866483/1272608058018758676/shapes.png",
"all-colors": "- `u` : Uncolored\n- `r` : Red\n- `g` : Green\n- `b` : Blue\n- `c` : Cyan\n- `m` : Magenta\n- `y` : Yellow\n- `w` : White"
}