Posted 19 August 2015 - 02:37 PM
Hey everyone, newbie poster and relative newb to computercraft and coding. (Note to mods; if this is adds to the noise ratio or is in the wrong board, please let me know or remove it >.< don't wanna add to the problem)
I can do some basic things with turtles thus far, filling, building simple structures etc.
My project and ask is this;
I'm building a massive train network using railcraft & traincraft. What I want to be able to do with it is;
Have it pass checkpoints and relay that information to a network, things like time taken between checkpoints, ETAs on next checkpoint, automatically stop and start at stations (with reasonable boarding times, this isn't British Rail :D/>), and where a train is (i.e when it passed a checkpoint, I can't imagine real-time being possible or at least not bloody difficult).
Question being, I'm not familiar with rednet stuff yet so after the rails/stations are built, what do I need to create these checkpoints block-wise and where should I look/start when it comes to writing the necessaries for this? This was an idea inspired by a friend of mine and he got me started but he's not around for a good while so I can't pick his brain but he seemed to think this was a) possible and B)/> a good exercise for fun and developing my coding skills.
I can do some basic things with turtles thus far, filling, building simple structures etc.
My project and ask is this;
I'm building a massive train network using railcraft & traincraft. What I want to be able to do with it is;
Have it pass checkpoints and relay that information to a network, things like time taken between checkpoints, ETAs on next checkpoint, automatically stop and start at stations (with reasonable boarding times, this isn't British Rail :D/>), and where a train is (i.e when it passed a checkpoint, I can't imagine real-time being possible or at least not bloody difficult).
Question being, I'm not familiar with rednet stuff yet so after the rails/stations are built, what do I need to create these checkpoints block-wise and where should I look/start when it comes to writing the necessaries for this? This was an idea inspired by a friend of mine and he got me started but he's not around for a good while so I can't pick his brain but he seemed to think this was a) possible and B)/> a good exercise for fun and developing my coding skills.