This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
EveryOS's profile picture

how do you get a text scale below 0.5

Started by EveryOS, 03 March 2016 - 08:42 PM
EveryOS #1
Posted 03 March 2016 - 09:42 PM
There must be a way?
InDieTasten #2
Posted 03 March 2016 - 09:46 PM
you cant set the monitor text scale below 0.5.
you can however try ascii-ing using the new letters added to the charset to try to draw at a higher resolution, although there are some critical downsides to this. (only 2 colors per char, and not every possible position of individual pixels can be achieved)
EveryOS #3
Posted 03 March 2016 - 09:48 PM
you cant set the monitor text scale below 0.5.
you can however try ascii-ing using the new letters added to the charset to try to draw at a higher resolution, although there are some critical downsides to this. (only 2 colors per char, and not every possible position of individual pixels can be achieved)
Assuming they are new, I cannot use them. The latest versions of computercraft require minecraft 1.8.9, and I use minecraftedu 1.7.10
Edited on 03 March 2016 - 08:50 PM
ry00000 #4
Posted 03 March 2016 - 09:49 PM
Why minecraftedu? go ahead and buy minecraft. Proper minecraft.

You COULD try ascii-ing with the new ascii charset.
KingofGamesYami #5
Posted 03 March 2016 - 10:08 PM
There's always increasing your monitor size.
Silver07 #6
Posted 04 March 2016 - 06:03 AM
Monitor Scale CANNOT be set below 0.5. Thats just the way its programmed.