KidBrine 0 Posted May 5, 2018 Share Posted May 5, 2018 So I'm new to OpenComputers and I'm trying to port my ComputerCraft programs over so I can get the improved performance. The main problem is when i'm trying to port a graphical display program for RF. The problem involves open peripherals, I have View = component.openperipheral_bridge in the program which doesn't seen to work. unless first go into LUA and type component.openperipheral_bridge beforehand. then everything works perfectly fine. If anyone knows why it would be very helpful to me as a new user here. version Minecraft 1.7.10 1.7.1.1127 Quote Link to post Share on other sites
0 Molinko 43 Posted May 6, 2018 Share Posted May 6, 2018 You probably needed to use require. local com = require("component") local bridge = com.openperipheral_bridge Quote Link to post Share on other sites
0 KidBrine 0 Posted May 6, 2018 Author Share Posted May 6, 2018 It Worked, Thank you Molinko for the help! Quote Link to post Share on other sites
0 Molinko 43 Posted May 6, 2018 Share Posted May 6, 2018 You're very welcome. Quote Link to post Share on other sites
So I'm new to OpenComputers and I'm trying to port my ComputerCraft programs over so I can get the improved performance.
The main problem is when i'm trying to port a graphical display program for RF.
The problem involves open peripherals, I have
View = component.openperipheral_bridge
in the program which doesn't seen to work.
unless first go into LUA and type
component.openperipheral_bridge
beforehand.
then everything works perfectly fine.
If anyone knows why it would be very helpful to me as a new user here.
version Minecraft 1.7.10
1.7.1.1127
Link to post
Share on other sites