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
<zoffset=1> or whatever number you Want, can be decimals and negatives.
As for the "text on chests" without seeing exactly what you mean I can be sure, but what that brings to mind for me is the same answer as for the teleporters one.
This particular vid goes quite in-depth about the Arc Signs and helped me a lot, though they have made a few changes to the signs since then so some might not be as accurate as it once was.
https://www.youtube.com/watch?v=yJqP33gWXc0
https://www.youtube.com/watch?v=LuB4U5uMiQM
All I'm doing here is burying the arc sign in front of the chest, underneath another block (in this case, a lamp) and then using the coding to move the text where I want it.
Here's an example of the code I put in the Arc Sign:
http://steamcommunity.com/sharedfiles/filedetails/?id=1139753731
In this example, I used this code because the Arc Sign is ABOVE the chest.
http://steamcommunity.com/sharedfiles/filedetails/?id=1139755530
<zoffset> is used to chage the position of the text in front of (positive numbers) or behind (negative numbers) the Arc Sign.
I use decimal numbers because whole numbers represent an entire block distance.
I just tinker with the numbers until I get the text to appear where I want it.
I rotated it backwards 90 degrees and used this code:
Feel Free to use
the workroom back
this way!
http://steamcommunity.com/sharedfiles/filedetails/?id=1139760629
http://steamcommunity.com/sharedfiles/filedetails/?id=1139761730
The Creativerse Wiki[creativerse.wikia.com] has pretty useful information for Arc signs and many more too!
http://steamcommunity.com/sharedfiles/filedetails/?id=1140066049
http://steamcommunity.com/sharedfiles/filedetails/?id=1140066075
http://steamcommunity.com/sharedfiles/filedetails/?id=1140070253
Drax, that is why I posted about using <zoffset>. It moves the the text from the center of the block.
<zoffset=[positive number]> moves the text forward
<zoffset=[negative number]> moves the text backwards
http://steamcommunity.com/sharedfiles/filedetails/?id=1140317781
If you were to see my snapshot examples in-world, it really does look like the text is stamped onto the chests when you move around them.
edit: I would be willing to come to your world and help set up some examples with your existing storage area, if you'd like to meet up some time.
edit: Added 2nd snapshot and here's the code I used in the Arc Sign buried in the ground below the chests I labeled.
http://steamcommunity.com/sharedfiles/filedetails/?id=1140322161
The <#1c1b1b> is a hex color code I used to change the color of the text.
That's very handy to know, especially for other signs. However, there is still the fact that arc signs are alot more expensive to produce. At least now I know how to put the signs directly below my boxes. Thanks
Actually, both <size> and <voffset> work on all signs. My base in one world has wood signs in the ceiling, with the text <voffset> down below in front of my chests. I just liked the lettering on the wood signs. Very pretty.
Maybe I'm missing something, and for some reason this has been happening ever since I started playing the game a long time ago, but this is what happens when I try to use that on normal signs...
http://steamcommunity.com/sharedfiles/filedetails/?id=1143585406
As you can see from the screenshot, (and this is true for the sign to the left of it as well) it's swapping the brackets.... putting < for > and vice versa.