Posted 05 December 2014 - 06:58 AM
Greetings one and all,
Im hoping that I can possibly find some help, im doing something that is WAY over my head, I'm going through Youtube videos, reading up on lua, and doing everything I can to do this project of mine on my own, but with work and this time of year im having less and less time to do so.
Anyways What I am doing is a huge multi-part program, the Idea in my head sounds epic if i get it right but i think im seriously asking too much of poor lua and computer craft.
The setup firstly, is I have a "operator booth" that has a ADV. Computer, and screen with various buttons for various functions.
This is using Rednet cables to link to other machines, and various other screens.
i) General Display Screen
ii) Computers around a area (20x20), linked to a command block, and a Auto-Spawner
I have done a little Button API, sliced various things ive learnt from various vids, and that outputs to the operators monitor.
I have created a program called Mix(v) that will execute a sound execution command on the command block allowing me to play stored OGG files that were converted from mp3.
I have a program called Mobber(n), that places a random mob type into a Auto-Spawner
Ill PasteBin the codes this evening if they needed for anything
Basically I'm still trying to do the following things:
1) Send command along single Rednet cable (bottom) and all computers linked to it execute program Mix, and Mobber as needed.
2) Send a command along a Rednet cable (back) to a monitor and Display images (dont even know if can be done without another computer havent had a chance to look into it yet)
i) This has a part 2, Want to have a Random selector, like Flash images and randomly stop at one, and store its code on the executing system. This code ill be using as a parameter for the Mix and Mobber programs on other terminals.
If its needed or helps, this is running on my server (FTB - direwolf20 1.7 v1.0.2) - testing everything in single player at moment.
Im hoping that I can possibly find some help, im doing something that is WAY over my head, I'm going through Youtube videos, reading up on lua, and doing everything I can to do this project of mine on my own, but with work and this time of year im having less and less time to do so.
Anyways What I am doing is a huge multi-part program, the Idea in my head sounds epic if i get it right but i think im seriously asking too much of poor lua and computer craft.
The setup firstly, is I have a "operator booth" that has a ADV. Computer, and screen with various buttons for various functions.
This is using Rednet cables to link to other machines, and various other screens.
i) General Display Screen
ii) Computers around a area (20x20), linked to a command block, and a Auto-Spawner
I have done a little Button API, sliced various things ive learnt from various vids, and that outputs to the operators monitor.
I have created a program called Mix(v) that will execute a sound execution command on the command block allowing me to play stored OGG files that were converted from mp3.
I have a program called Mobber(n), that places a random mob type into a Auto-Spawner
Ill PasteBin the codes this evening if they needed for anything
Basically I'm still trying to do the following things:
1) Send command along single Rednet cable (bottom) and all computers linked to it execute program Mix, and Mobber as needed.
2) Send a command along a Rednet cable (back) to a monitor and Display images (dont even know if can be done without another computer havent had a chance to look into it yet)
i) This has a part 2, Want to have a Random selector, like Flash images and randomly stop at one, and store its code on the executing system. This code ill be using as a parameter for the Mix and Mobber programs on other terminals.
If its needed or helps, this is running on my server (FTB - direwolf20 1.7 v1.0.2) - testing everything in single player at moment.