Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Could you tell me how to move the board?
The values are stored as binary strings, specifically float (machine dependent size and representation). In most languages you can get these using the pack() function.
You need to open up the save file with an editor;
Search for the location where Custom_Board(Clone)
After that location:
The 5th to 8th characters are the value for the X axis.
The 9th to 12th characters are the value for the Y axis. (vertical)
The 13th to 16th characters are the value for the Z axis.
The 17th to 20th characters are the value for the rotation along the X axis.
The 21st to 24th characters are the value for the rotation along the Y axis.
The 25th to 28th characters are the value for the rotation along the Z axis.
The very center of the table is X=0, Z=0. So you can use positive or negative values to get the object where you want it to be.
I'll work that out.
To Move: right click on the board, in properties deselect lock. It can now be dragged around. Lock it again once it is in the right position.
To resize: Right click on the board and select scale. Increase or decrease the size.
For more precise resizing and placement, use gizmo. You can either enter values or use the arrows to do it.