#281
Posted 27 May 2017 - 05:04 AM
I'm using MC 1.7.10. I know old, but a lot of the mods I love haven't updated "yet" or were abandoned. Anyways, I have both SGcraft and Lanteacraft installed. Both whatever the latest version that could be found for my version of MC on Curse. Using the lastest version of the Direwolf20 pack for 1.7.10
I'm working on a world that a friend what has never played minecraft with mods before (Trying to pull him away from the PS4 Minecraft lol) and I are going to be playing on. Setting up a spawn with a few simple machines set up like automated farms and Tinker's smeltery, and autocrafters feeding into storage drawers so that he can see some examples of what the mods are like, and giving him the change to grab some food and simple tools out the drawers to give him a little bit of a head start with the basic wooden tools and such.
Anyways, my plan is that once we're done taking a tour of the spawn we head through a stargate to start our adventure, and the perfect place to feature ComputerCraft running your gate control program.
I really like the 3x3 monitors that show the gate, but was wondering if there was a way to have an option to have a second 3x3 monitor show the list of gate addresses? I would probably add an abort button down at the bottom in a corner that cancels dialing/disconnects the gate, but I could probably figure out how to add that myself. Kind of like what the 1x1 monitor displays only bigger, and without the need to click on the 3x1 monitor to start the dialing.
#282
Posted 27 May 2017 - 06:19 AM
Unfortunately, in order to provide the functionality you want, I would have to completely rewrite some not insignificant parts of ccDHD and provide a method to select which 3x3 monitor is which. Doing it during setup wouldn't work because you can add and remove monitor arrays whenever you like and a restart will always sort ccDHD out again. Figuring out a sane way to provide selection support for an unknown number of 3x3 monitor arrays (which is what would really need to happen to make this work well for anyone) is not something I'm keen to tackle and would (most likely) greatly complicate the ccDHD interface (which is already complicated enough).
If I can come up with a way to do with a 2 wide x 3 tall array (or something similar) I'll add it with one of the next updates. However, I'm not making any promises - ccDHD is basically feature complete - the only reason it's still in RC status is because LanteaCraft is still in flux and hasn't yet released with a full CC feature set yet.
FWIW, I like the idea, so I will definitely tinker with it - I just can't promise it'll make into the final product.
#283
Posted 27 May 2017 - 05:55 PM
Dog, on 27 May 2017 - 06:19 AM, said:
Unfortunately, in order to provide the functionality you want, I would have to completely rewrite some not insignificant parts of ccDHD and provide a method to select which 3x3 monitor is which. Doing it during setup wouldn't work because you can add and remove monitor arrays whenever you like and a restart will always sort ccDHD out again. Figuring out a sane way to provide selection support for an unknown number of 3x3 monitor arrays (which is what would really need to happen to make this work well for anyone) is not something I'm keen to tackle and would (most likely) greatly complicate the ccDHD interface (which is already complicated enough).
If I can come up with a way to do with a 2 wide x 3 tall array (or something similar) I'll add it with one of the next updates. However, I'm not making any promises - ccDHD is basically feature complete - the only reason it's still in RC status is because LanteaCraft is still in flux and hasn't yet released with a full CC feature set yet.
FWIW, I like the idea, so I will definitely tinker with it - I just can't promise it'll make into the final product.
Cool beans. 2x3 seems like it would be a good fit.
Alternatively, I don't know how possible it would be, but a small button in the corner of the gate display on the 3x3 sounds like something that could be doable. Tap the button to switch it to the list display. With multi 3x3 arrays it would be a matter of hitting the button on one of them (or all of them).
I do really like the 'modularness' though. Glad you didn't just consolidate tons of information on one huge monitor array.
#284
Posted 27 May 2017 - 07:45 PM
#285
Posted 07 June 2017 - 12:16 AM
#286
Posted 07 June 2017 - 12:34 AM
peripheral.find("computer", function(comp, periph) periph.turnOn() end)
os.shutdown()
#287
Posted 29 June 2017 - 02:20 AM
Bomb Bloke, on 07 June 2017 - 12:34 AM, said:
peripheral.find("computer", function(comp, periph) periph.turnOn() end)
os.shutdown()Thank you, Bomb Bloke
Dex_Luther, on 27 May 2017 - 05:55 PM, said:
Alternatively, I don't know how possible it would be, but a small button in the corner of the gate display on the 3x3 sounds like something that could be doable. Tap the button to switch it to the list display. With multi 3x3 arrays it would be a matter of hitting the button on one of them (or all of them).
I do really like the 'modularness' though. Glad you didn't just consolidate tons of information on one huge monitor array.
Hey Dex_Luther - I've figured out a way to add a dialing list to the 3x3 monitors, but there are some limitations. This feature only works for ccDHD monitors (not for gateLiaison monitors) and changing the view on one monitor changes the view on all monitors connected to that install of ccDHD. Handling the monitors separately is more than I wanted to tackle. Also note that in order to get this working I had to do an ugly hack in order to not break the program. Because of that, this will be the last feature I add to ccDHD.
I'm still testing the new version, but if you'd like to try it out before it's released let me know and I'll send you a download URL.
EDIT: RC9Y with 3x3 address book and dial/hangup support is released - you can download it via the instructions in the OP.
Edited by Dog, 02 July 2017 - 01:55 AM.
#288
Posted 21 July 2017 - 01:01 AM
If I connect gateLiason and ccDHD with wireless modems will they set up the modems themselves during installation? Or will I have to manually do that before installation. Same goes for wired modems, do I have to set anything up or if they are connected via cable will the programs take care of it? if I do have to do it manually, how do I do it?
Thanks
#289
Posted 21 July 2017 - 03:42 AM
Welcome to ComputerCraft and the CC forums!
All programs in the ccDHD suite autoconfigure themselves - you don't have to do anything. If that doesn't work for you for some reason, please let me know what you're trying and what result your getting and I'd be happy to help.
#290
Posted 25 July 2017 - 05:28 AM
I got the program setup and it works great! I only have three questions. First, is that when editing/creating an address in the address book, there is a "Drop" toggle, I can't find anything saying what it does and wanted to know. Second, is it possible to remotely lockdown your gate using ccDialer? Third, is there anything preventing someone else from connecting to my ccDHD's pSync host and copying the address book?
Thanks for the fabulous work,
JacenK
#291
Posted 26 July 2017 - 01:20 AM
Glad to hear you're having a great experience with ccDHD
Let me answer your questions in order...
The "Drop" toggle tells ccDHD to automatically attempt to hang-up on the call if that particular address is dialing in (it's a way of blacklisting gates if the server allows both sides to terminate the connection).
Yes, you can remotely put another ccDHD system into lockdown by sending the lockdown password (this can also be used to clear lockdown). The iris password strictly controls the iris (and doesn't work if the target gate is in lockdown).
No and yes. When pSync is set to "Full", anyone with ccDialer can pull your address book (or send theirs) - that's why I added "Basic"; it allows control of the gate without allowing remote access to the address book. FWIW, what I do is leave it on basic and only turn it to full when I need to sync (or want to share) my address book.
If you have any other questions or comments, please let me know.
Edited by Dog, 26 July 2017 - 01:22 AM.
#292
Posted 14 August 2017 - 05:50 AM
#293
Posted 14 August 2017 - 03:08 PM
JacenK, on 14 August 2017 - 05:50 AM, said:
JacenK, on 14 August 2017 - 05:50 AM, said:
EDIT: If you require an OC based DHD program check out DarknessShadow54's OpenComputers DHD program
Edited by Dog, 14 August 2017 - 05:07 PM.
#294
Posted 24 December 2017 - 02:44 PM
#295
Posted 24 December 2017 - 05:00 PM
If you could provide the following information it would go a long way toward helping me figure out what's really going wrong...
1. What modpack are you using?
2. What versions of MC / CC / Forge are you using?
3. What version of LanteaCraft or SGCraft are you using (and which mod)?
I'm going to guess you're using the latest ccDHD - if that's not the case, please let me know. Knowing the previous information should help me not only figure out what's going on but also whether there's a fix for it.
EDIT: Thanks to Bomb Bloke for pointing out my obvious blunder - a fix will be up shortly.
EDIT2: Fix is up - redownload gateLiaison and it should work fine for you now. My apologies for the inconvenience - especially for such an obvious issue.
Edited by Dog, 25 December 2017 - 12:44 AM.
#296
Posted 25 December 2017 - 12:24 AM
#297
Posted 25 December 2017 - 12:38 AM
Bomb Bloke, on 25 December 2017 - 12:24 AM, said:
Oh my gosh - how did I not see that obvious mistake?!? Thank you Bomb Bloke - I can work around that.
EDIT: Fix is up!
Edited by Dog, 25 December 2017 - 12:44 AM.
#298
Posted 25 December 2017 - 04:59 AM
Dog, on 25 December 2017 - 12:38 AM, said:
Bomb Bloke, on 25 December 2017 - 12:24 AM, said:
Oh my gosh - how did I not see that obvious mistake?!? Thank you Bomb Bloke - I can work around that.
EDIT: Fix is up!
thank you for the quick fix and response it is an awesome add-on to a server with stargates on it just wish there where transport rings lol
now all i get is no stargate detected
gateliaison is offline
but the startgate base block is on top of the advanced wireless turtle
Edited by Bomb Bloke, 25 December 2017 - 10:51 AM.
#299
Posted 25 December 2017 - 04:47 PM
#300
Posted 25 December 2017 - 11:39 PM
ty
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











