Space Engineers

Space Engineers

Monospace Font DemoWorld
71 Comments
Krypt  [author] Mar 27, 2019 @ 4:06am 
@DasKrusty
You can use one of those:
- Colored bullets at codes \uE034-\uE055
or select some of palette chars

You can open FontData.xml file and copy character from it directly
Krypt  [author] Mar 27, 2019 @ 3:56am 
@Khan
Yes, it can. Whipsplash made a good image converter for this exact purpose:
https://github.com/Whiplash141/Whips-Image-Converter
Kham Mar 26, 2019 @ 6:04pm 
Out of curiosity, can these only be used via a PB or can you enter the codes directly on to an LCD in some manner?
DasKrusty Mar 26, 2019 @ 12:28pm 
Sorry Krypt, novice with this but what characters or how would I add say a green icon for say "on" and red for "off"?
Krypt  [author] Mar 25, 2019 @ 4:59am 
It is a part of the game now.
You need to go to you LCD screen and select "Monospaced" in font selection box.
DasKrusty Mar 25, 2019 @ 1:10am 
Hey Krypt, I have only just come across a design using your font, is this still good to go or is there some other way to do it now?
Krypt  [author] Dec 28, 2016 @ 4:55am 
well, yes, it is base 16 numbers :)
Shep♿ Dec 28, 2016 @ 4:45am 
I found them here :

\uE03a - \uE03f
Shep♿ Dec 28, 2016 @ 3:43am 
Hello.
I find only 2 large arrows (which go to the right) in pink and blue colors.
Where are the other colors ?

"- Colored bullets at codes \uE034-\uE055"

http://steamcommunity.com/sharedfiles/filedetails/?id=828065065
http://steamcommunity.com/sharedfiles/filedetails/?id=828065013
Mazen IIXIS Dec 16, 2016 @ 7:28pm 
Okay, I will do that and look it up to see if the colors line up.
Krypt  [author] Dec 16, 2016 @ 6:10pm 
Well, from usage section in description:

static char rgb(byte r, byte g, byte b) {
return (char)(0xe100 + (r << 6) + (g << 3) + b);
}

Use it to pick color. Values for r, g, and b in rage 0..7 (512 colors total)
Mazen IIXIS Dec 16, 2016 @ 5:17pm 
There's the dropbox for monospace, and the codes start from '\uE100 to '\uE2FF' but it have limited color palette and they're not in order.
Krypt  [author] Dec 16, 2016 @ 4:07pm 
It is quite strange. How did you use it?
Mazen IIXIS Dec 16, 2016 @ 3:40pm 
Yeah. It have bigblue_0, bigblue_1, bigblue_2 all in .dds, and one FontData.xml. They pixels they're using is limited and doesn't look as good as yours.
Krypt  [author] Dec 16, 2016 @ 9:59am 
> The current pixels that is used in vanilla didn't have all of the pixels colors that you have in this one.

Keen used this font without any change. Pixels must be still available.
Unfortunately, I'm unable to check last update. Can you list content of \SpaceEngineers\Content\Fonts\Monospace ?
Mazen IIXIS Dec 16, 2016 @ 2:24am 
I have a question, since the modding for fonts is supported, is this already part of vanilla or it is separate? The current pixels that is used in vanilla didn't have all of the pixels colors that you have in this one.
Krypt  [author] Nov 13, 2016 @ 10:42am 
http://www.utf8-chartable.de/unicode-utf8-table.pl?start=9600&number=128
Almost all those chats in font.
Only \u25A1 swapped with \uFFFD, because of issue in Keens font renderer.
Krypt  [author] Nov 13, 2016 @ 10:39am 
@Cherono Lord
\u2591 and \u2593

Yes, font was included is as without any changes.

Cherono Lord Nov 13, 2016 @ 10:29am 
What is the characters for the progress bar?
Are they now in vanilla too with the addition of the monospace font?
Cheetah Nov 11, 2016 @ 10:52pm 
Please, can you give a formula to calculate the LCD screen's resolution with this font, given the current font size on it? I mean, I need to calculate how many chars there will be in one line and how many lines there will be at known fontsize, so I can, for example, decorate the lines with | signs, and then calculate after how many lines I shall switch the output to a panel below.
Dave Nov 11, 2016 @ 8:39am 
ahh thats why then, ok thaks for clearing that up :steamhappy:
Krypt  [author] Nov 11, 2016 @ 8:38am 
Yes. Do you using Development branch? Currently it is not pushed to Stable. In Stable you still need to install it manually
Dave Nov 11, 2016 @ 8:35am 
I'm sorry Krypt, i cant follow this? are you saying there should be an extra option in the LCD options in game? (i am running stabe)
Krypt  [author] Nov 11, 2016 @ 7:01am 
You need to do actions from *Uninstallation" block.
Keen added this font to the game is as. It listed as "Monospace"
Dave Nov 11, 2016 @ 6:58am 
ok so, we still need to add the files to the folder and than we have the option to change font?
i removed the folder because it was causing problems with some of the game windows?

Alysius Nov 11, 2016 @ 6:56am 
Epic! Thank you. Finally some better drawing tools to use.
Krypt  [author] Nov 11, 2016 @ 5:47am 
Thanks guys :)
Krypt  [author] Nov 11, 2016 @ 5:47am 
@Dave
Actually, they did. It works with this world as well. You only need to switch the font in lcds properties..
Dave Nov 11, 2016 @ 5:09am 
a shame they didnt add the coulors to make pictures and gifs . . . . ahh welll
Dave Nov 11, 2016 @ 4:29am 
Congratz on the game implementation :oD
XCanG Nov 11, 2016 @ 4:22am 
Gratz: https://www.youtube.com/watch?v=47I6rEktL70

P.S. unsub due it in vanilla now.
dsmarine Nov 10, 2016 @ 1:08pm 
Wasn't going to subscribe...then saw Dancing Dushan!!! .D
[KOR]dldmltls1 Nov 10, 2016 @ 10:49am 
@Xocliw help me plz
i have finished SE Compatible Korean font & translation data
font modding on 1.161 update, but can't input keyboard
i hope IME input & translation modding support
Krypt  [author] Nov 10, 2016 @ 9:06am 
@Xocliw, by the way, say thanks to creator of original font :)
Krypt  [author] Nov 10, 2016 @ 9:04am 
Not at all :)
Xocliw  [developer] Nov 10, 2016 @ 9:03am 
I'm extremely pleased that we implented this into the vanilla game! Thank you so much Krypt. :D:
Krypt  [author] Oct 31, 2016 @ 3:33pm 
Installation block also, there you need to replace original files
Probably, I need to mention about it somewhere in the beginning of description.
XCanG Oct 31, 2016 @ 3:09pm 
I read it, but not find thaat information. You write it in Known issues at last sentence?
Krypt  [author] Oct 31, 2016 @ 2:01pm 
@XCanG
Yes, it replaces font of lcd panels and partially font of debug menus. Please, read description. It contains all those information.
XCanG Oct 31, 2016 @ 1:43pm 
It replace current font or not?
Jediminer543 Oct 31, 2016 @ 11:07am 
Chalenge to someone: Dwarf fortress in space engineers
Krypt  [author] Oct 31, 2016 @ 9:29am 
Keen just reused whole text subsystem from Miner Wars 2081.
It reduced development time, but Miner Wars have no text panels.
EnjoyCoke Oct 31, 2016 @ 8:54am 
Why is this a mod and not simply standard for the game?
Krypt  [author] Oct 30, 2016 @ 9:45am 
@Dave, thanks for review
Dave Oct 30, 2016 @ 9:23am 
a bit of a heads up what this thing is. https://www.youtube.com/watch?v=0vdnWyfFNls&feature=youtu.be
Chucky Dickens Oct 30, 2016 @ 9:12am 
Always upvote for Dancing Dushan.
Cherono Lord Oct 30, 2016 @ 8:19am 
@supersquid2000 it will arrive soom ;)
Krypt  [author] Oct 30, 2016 @ 5:41am 
Ну ты же как-то написал свой первый коммент на английском? :)

[h1]Установка[/h1]
К сожалению, KeenSWH не реализовали поддержку моддинга для внутриигровых скриптов. Поэтому, этот шрифт должен быть установлен вручную.
Чтобы это сделать, вам нужно:
- Скачать шрифт тут: {LINK REMOVED}
- Найти папку установки Space Engineers
- перейти в подпапку "\SpaceEngineers\Content\Fonts"
- распаковать сюда содержимое архива
fak12394567 Oct 30, 2016 @ 5:33am 
а можешь тогда сделать инструкцию для русских?