Posted 04 June 2014 - 07:31 PM
I'm trying to do a very large project in tekkit classic, and the standard range for the modems doesn't work me, so I decided to change the config file to allow for a greater distance with less need for relay computers(I also wanted to change the terminal color, but that's not super important) My current problem is that whenever I change the config file it always ends up changing back to the defaults whenever I load up my classic tekkit installation. I've included what I'd like the settings in the file to be below, along with what they keep changing back to.
My desired settings:
And the default:
Any help is greatly appreciated, thanks.
My desired settings:
#MLProperties: name (type:default) min:max -- information
#MLProp : computerBlockID (int:207)
#MLProp : diskDriveBlockID (int:208)
#MLProp : diskItemID (int:4000)
#MLProp : enableAPI_http (int:0)
#MLProp : terminal_width (int:50)
#MLProp : terminal_height (int:18)
#MLProp : terminal_textColour_r (int:0)
#MLProp : terminal_textColour_g (int:255)
#MLProp : terminal_textColour_b (int:0)
#MLProp : modem_range (int:512)
#MLProp : modem_rangeDuringStorm (int:512)
#
#Wed Jun 04 13:21:22 EDT 2014
terminal_width=50
terminal_textColour_g=255
modem_rangeDuringStorm=512
computerBlockID=207
diskItemID=4000
diskDriveBlockID=208
enableAPI_http=0
terminal_textColour_b=0
checksum=440
terminal_textColour_r=0
modem_range=512
diskDriveGUIID=100
terminal_height=18
And the default:
#MLProperties: name (type:default) min:max -- information
#MLProp : computerBlockID (int:207)
#MLProp : diskDriveBlockID (int:208)
#MLProp : diskItemID (int:4000)
#MLProp : enableAPI_http (int:0)
#MLProp : terminal_width (int:50)
#MLProp : terminal_height (int:18)
#MLProp : terminal_textColour_r (int:255)
#MLProp : terminal_textColour_g (int:255)
#MLProp : terminal_textColour_b (int:255)
#MLProp : modem_range (int:64)
#MLProp : modem_rangeDuringStorm (int:16)
#
#Wed Jun 04 13:21:22 EDT 2014
terminal_width=50
terminal_textColour_g=255
modem_rangeDuringStorm=512
computerBlockID=207
diskItemID=4000
diskDriveBlockID=208
enableAPI_http=0
terminal_textColour_b=0
checksum=440
terminal_textColour_r=0
modem_range=512
diskDriveGUIID=100
terminal_height=18
Any help is greatly appreciated, thanks.
Edited on 04 June 2014 - 05:55 PM