1 posts
Posted 10 December 2012 - 04:01 AM
hi i'm trying to install computercraft right now(i need to do some id editing for compatibility stuff) but computer craft is generating empty config files, what should the contents of the config files be? for computer craft v1.47 also since its not on the download page which version of forge does 1.47 require?
Note-tried running just computercraft with no other mods except forge and still blank configs
1190 posts
Location
RHIT
Posted 10 December 2012 - 04:55 AM
That's odd. You should just be able to run the latest version of Forge. I myself am running version 6.4.0.396 just fine so try that if the latest doesn't work.
3790 posts
Location
Lincoln, Nebraska
Posted 10 December 2012 - 07:25 AM
Config for CCTurtle
# Configuration file
# Generated on 12/8/12 9:17 AM
####################
# block
####################
block {
# The Block ID for turtles
turtleBlockID=209
# The Block ID for upgraded turtles
turtleUpgradedBlockID=210
}
####################
# general
####################
general {
# Enable hardcore mode (turtles require fuel to move)
turtlesNeedFuel=true
}
Config for ComputerCraft
# Configuration file
# Generated on 12/8/12 9:17 AM
####################
# block
####################
block {
# The Block ID for Computers
computerBlockID=207
# The Block ID for all Peripherals
peripheralBlockID=208
}
####################
# computerspacelimit
####################
computerspacelimit {
# The disk space limit for computers and turtles, in bytes (0 is unlimited)
general=2097152
}
####################
# enableapi_http
####################
enableapi_http {
# Enable the "http" API on Computers
general=false
}
####################
# floppyspacelimit
####################
floppyspacelimit {
# The disk space limit for floppy disks, in bytes (0 is unlimited)
general=524288
}
####################
# item
####################
item {
# The Item ID for Coloured Floppy Disks
diskExpandedItemID=4001
# The Item ID for Floppy Disks
diskItemID=4000
# The Item ID for Printouts
printoutItemID=4002
}
####################
# modem_highaltituderange
####################
modem_highaltituderange {
# The range of Wireless Modems at maximum altitude in clear weather, in meters
general=384
}
####################
# modem_highaltituderangeduringstorm
####################
modem_highaltituderangeduringstorm {
# The range of Wireless Modems at maximum altitude in stormy weather, in meters
general=64
}
####################
# modem_range
####################
modem_range {
# The range of Wireless Modems at low altitude in clear weather, in meters
general=64
}
####################
# modem_rangeduringstorm
####################
modem_rangeduringstorm {
# The range of Wireless Modems at low altitude in stormy weather, in meters
general=16
}
####################
# terminal_height
####################
terminal_height {
# The height of Computer screens, in characters
general=19
}
####################
# terminal_width
####################
terminal_width {
# The width of Computer screens, in characters
general=51
}
Both of these are the default that I got running my instance.
1214 posts
Location
The Sammich Kingdom
Posted 10 December 2012 - 08:18 AM
Make sure you have the correct Forge for the version of Minecraft and ComputerCraft you are using. Then delete the blank config and restart Minecraft. The config files should now show up.