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

Override rom startup file

Started by davidpartay, 11 January 2016 - 10:54 AM
davidpartay #1
Posted 11 January 2016 - 11:54 AM
Hello,

I am really sorry if an answer already exists for this question but I have been trying to get this to work for hours (I've searched everywhere for information) and I don't want to waste any more time.

I am testing running a 1.7.10 server with 1.74 of CC, currently using a Forge based server but will also be testing on Cauldron.

I am trying to override the rom/startup file server-side, and have tried putting my version of it in these locations with no success.

mods\ComputerCraft\assets\computercraft\lua\rom

mods\ComputerCraft\lua\rom
MKlegoman357 #2
Posted 11 January 2016 - 02:16 PM
I think it should be in 'resourcepacks\<resource pack name>\assets\computercraft\lua\rom', because you have to add a resource pack to override the files.
Edited on 11 January 2016 - 06:08 PM
Lupus590 #3
Posted 11 January 2016 - 03:23 PM
I think it should be in 'resourcepacks\<resource pack name>\assets\computercraft\lua\rom', because you have to add a resource pack to override the files.
just a little clarification edit to the quote

this is a guide on making resource packs for computercraft
http://www.computerc...resource-packs/
Edited on 11 January 2016 - 02:24 PM
davidpartay #4
Posted 12 January 2016 - 12:21 AM
Thanks guys, that has fixed the issue for me! Now to fix my code :)/>