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

Stardial+ 1.2.1: Computer Not Included!

Started by MudkipTheEpic, 22 June 2013 - 12:36 PM
MudkipTheEpic #1
Posted 22 June 2013 - 02:36 PM
StarDial+




[left]StarDial+ is a program that lets you control your stargates from SGCraft with terminal glasses.[/left]

[left]StarDial+ needs OpenPeripheral and SGCraft to function, as it needs a stargate and terminal glasses bridge hooked up to it.[/left]

[left]Download:[/left]
[left]pastebin get ykcGc16C startup[/left]



[left]Commands:[/left]

Spoiler

(all are prefixed with "$$")

dial address OR registeredname (Connects the stargate to that address.)

disconnect (Disconnects the stargate)

register name address (Makes you be able yo use commands with that name instead of the address.)

lockdown (Turns on the ability to disconnect all connections you didn't create.)

unlock (Undoes lockdown)

deregister name (Unregisters name)

whitelist on (Only allows people you select to connect to you.)

(NOTE: YOU can still dial to anyone.)

whitelist off (Disables whitelist)

whitelist add address OR name (Adds them to the whitelist)

whitelist remove address OR name (Removes them from the whitelist)

address optionalname (If name is absent says your address else displays that name's address)



Have fun!


Feedback is appreciated!
nolongerexistant #2
Posted 22 June 2013 - 02:38 PM
There's no download link Muddy
MudkipTheEpic #3
Posted 22 June 2013 - 02:39 PM
There's no download link Muddy

Yes there is :P/>
Mackan90096 #4
Posted 25 June 2013 - 11:31 AM
Will try on the server
Zudo #5
Posted 25 June 2013 - 12:06 PM
Yay, more OpenPeripheral stuff!

And this is my 200th post!
infinitehavoc #6
Posted 02 October 2013 - 06:56 AM
Will this work in 1.6.2?
MudkipTheEpic #7
Posted 03 October 2013 - 03:12 PM
It should!

Tell me how you like it, or if it doesn't work.
CodeZypher #8
Posted 07 October 2013 - 12:46 AM
Screenshots please!
infinitehavoc #9
Posted 08 October 2013 - 01:22 PM
Open peripherals doesnt support SGcraft in 1.6.2, he dropped alot of mod support as he wants to rebuild the mod
gicon #10
Posted 18 October 2013 - 06:07 PM
No errors, but it says "Could not connect" anytime I try to dial out. Any ideas?

http://prntscr.com/1y761h

AHA.. figured it out, it's case sensitive. might consider adding that to the first post mate. Thanks for this program. :D/>
MudkipTheEpic #11
Posted 20 October 2013 - 12:27 AM
Fixed case sensitivity, I think. (Untested.)

Report any and all bugs.
gicon #12
Posted 21 October 2013 - 09:38 AM
I suggest changing the default value of runShellInBackground to false if you plan on/suggest people to download it as startup. Nasty loop potential otherwise.

also, still can't get lower case to work with the new version.

http://prntscr.com/1yredk
Thanks again for the program!
MudkipTheEpic #13
Posted 21 October 2013 - 08:46 PM
Just released a hotfix for both bugs.

Tell me if there is any problems.
gicon #14
Posted 23 October 2013 - 01:19 PM
exciting!, trying now.

beautiful! Working perfectly! Thanks a million Mudkip.
AlktatStudios #15
Posted 27 October 2013 - 09:04 AM
Finally someone took advantage!

Okay, How do you hook this up?
Phishphan420 #16
Posted 26 November 2013 - 01:59 AM
Hey so first off AWESOME usage of the terminal glasses. This is definitely some next level stuff. Love the fact that it eliminates the need for a controller block which means nicer room layouts. One quick issue though is I seem to be having issues with the name registering. I use the command for example "$$register captain yjraqba" and i get a registered successful as yjraqba like I should. However anytime I try to go use that name again such as "$$dial captain" I get a could not connect error. Any idea why that wouldn't work?

Thanks!

Phishphan420
MudkipTheEpic #17
Posted 27 November 2013 - 09:18 AM
Hey so first off AWESOME usage of the terminal glasses. This is definitely some next level stuff. Love the fact that it eliminates the need for a controller block which means nicer room layouts. One quick issue though is I seem to be having issues with the name registering. I use the command for example "$$register captain yjraqba" and i get a registered successful as yjraqba like I should. However anytime I try to go use that name again such as "$$dial captain" I get a could not connect error. Any idea why that wouldn't work?

Thanks!

Phishphan420

Ninja update:

Error messages more descriptive.

(Did you fuel your stargate?)
theoriginalbit #18
Posted 27 November 2013 - 09:26 AM
Yo Mudkip, you may want to check out the latest dev build of OpenPeripheral. NeverCast and I had a play around with SGCraft the other week and added in some features that you may appreciate :)/>
Amars7590 #19
Posted 27 November 2013 - 04:49 PM
I cant seem to get this program to work it keeps getting stuck on this line
sg.isConnected=function() return not sg.getDialledAddress()=="" end
on minecraft saying something like get index=nill
??????