Jump to content

[SERVERSIDE] [ComputerCraft] How to change the terminal height and width


Recommended Posts

Hi, I'd like to know how I can change the terminal width and size via the ComputerCraft config for my Tekkit Classic server.

I've tried changing terminal_width and terminal_height, but they only seem to work on singleplayer and if I edit them on the server's config, nobody is affected.

Here is my config...

#MLProperties: name (type:default) min:max -- information
#MLProp : computerBlockID (int:207)
#MLProp : diskDriveBlockID (int:208)
#MLProp : diskItemID (int:4000)
#MLProp : diskDriveGUIID (int:100)
#MLProp : enableAPI_http (int:0)
#MLProp : modem_range (int:64)
#MLProp : modem_rangeDuringStorm (int:1)
#
#Fri Jul 22 00:59:10 CEST 2016
terminal_width=100
terminal_textColour_g=255
modem_rangeDuringStorm=16
computerBlockID=207
diskItemID=4000
diskDriveBlockID=208
enableAPI_http=1
terminal_textColour_b=0
checksum=440
terminal_textColour_r=0
modem_range=64
diskDriveGUIID=100
terminal_height=36

What do I do? As you can see I've set terminal_height and terminal_width to twice the default, however, only the HTTP API setting seems to actually change something in this config file.

I'm quite stumped here, my singleplayer configuration has no effect on servers too!

If possible, I'd like to make the default text colour green as well, to make the ComputerCraft terminals on my server look like the RedPower computers.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...