Nexarius 18 Posted July 19, 2017 Author Share Posted July 19, 2017 It's pretty easy. Whatever you write here as the IDC will be the code that people have to send to open the iris of your stargate. (If Iris control is turned on) If you want to connect to a stargate and it is protected with an iris and an IDC then you can send the code manually by pressing E. or if you are lazy (like me) and want to automate it. If you enter the IDC (for the other gate not for your own gate) here next to the address then it will be automatically transmitted when you connect to that address. Quote Link to post Share on other sites
CrazyTolradi 0 Posted July 19, 2017 Share Posted July 19, 2017 Is there anyway an IDC can be sent via a tablet or other device? Or must it be via this program? Quote Link to post Share on other sites
Nexarius 18 Posted July 19, 2017 Author Share Posted July 19, 2017 Right now it only works via this program because I'm not using any network cards but instead the built in sg.sendMessage() system from the stargate computer interface to the stargate computer interface on the other side. edit: I will check the code. I will add it if it is possible to add it without having to rewrite everything. Quote Link to post Share on other sites
DevilDesire 0 Posted July 20, 2017 Share Posted July 20, 2017 Hallo erst einmal klasse Programm! Aber ein paar fragen habe ich: 1. Wie funktioniert das mit dem Redstone signal? 2. wie bekomme ich den Worldsensor verknüpft? wir rätseln schon seit tagen auf dem Server, daher mal meine Frage ^^" Quote Link to post Share on other sites
Nexarius 18 Posted July 21, 2017 Author Share Posted July 21, 2017 On 19.7.2017 at 6:14 PM, CrazyTolradi said: Is there anyway an IDC can be sent via a tablet or other device? Or must it be via this program? I found a quick dirty solution. You will have to manually add this function to the file /stargate/Kontrollprogramm.lua (somewhere in the middle; after initialisation but before the main loop is called). If that function is included and you added a (wireless) network card then you can use this function on any other computer to transmit the IDC. I'm not going to add this to the automated updater because it has some problems. 1) If you spam the broadcast then you can essentially block the stargate computer because this solution is slow (even at 20tps). 2) It doesn't give you on the other side any feedback if the IDC was accepted or not. I might make a proper solution later. Quote Link to post Share on other sites
TePi 0 Posted November 25, 2017 Share Posted November 25, 2017 Hallo Ich arbeite seit kurzem sehr erfolgreich mit dem programm, habe aber eine frage, da sie nicht im tutorial beschrieben wird. Wie bekomme ich ein Remote Terminal ans Laufen? ich habe gesehen, dass das implementiert wurde, aber ich wüsste gern, was ich machen muss um nicht überall neben dem SG auch noch OC aufbauen zu müssen fürs IDC. liebe Grüße und danke im voraus Quote Link to post Share on other sites
chezpaul 0 Posted December 17, 2017 Share Posted December 17, 2017 Is there a way to change the colors on the main screen? I would like to go a little more blackish. Thanks. Great program. Quote Link to post Share on other sites
Nexarius 18 Posted December 18, 2017 Author Share Posted December 18, 2017 On 25.11.2017 at 4:35 PM, TePi said: Hallo Ich arbeite seit kurzem sehr erfolgreich mit dem programm, habe aber eine frage, da sie nicht im tutorial beschrieben wird. Wie bekomme ich ein Remote Terminal ans Laufen? ich habe gesehen, dass das implementiert wurde, aber ich wüsste gern, was ich machen muss um nicht überall neben dem SG auch noch OC aufbauen zu müssen fürs IDC. liebe Grüße und danke im voraus Also 1. Das Remote Terminal funktioniert genau wie ein Bildschirm bzw es ersetzt den Bildschirm. 2. Remote Terminal kann sich nur mit einem Server verbinden. 13 hours ago, chezpaul said: Is there a way to change the colors on the main screen? I would like to go a little more blackish. Thanks. Great program. Technically yes. I used color variables over the entire program. They are initialized in the /stargate/check.lua file. If you can give me the HEX values for the "dark theme" then I can implement it as a config option (check.lua is going to be overwritten on each update). This might be helpful. Quote Link to post Share on other sites
chezpaul 0 Posted December 18, 2017 Share Posted December 18, 2017 Thanks for the answer. I was thinking of something like this. https://gyazo.com/8d0a855597fecfc3fbf252a5ed6c9adb Quote Link to post Share on other sites
Nexarius 18 Posted December 18, 2017 Author Share Posted December 18, 2017 4 hours ago, chezpaul said: Thanks for the answer. I was thinking of something like this. https://gyazo.com/8d0a855597fecfc3fbf252a5ed6c9adb I can do it if you give me the hex codes ... Quote Link to post Share on other sites
chezpaul 0 Posted December 18, 2017 Share Posted December 18, 2017 Sure... The blueish/green main text is 57DED4 The black background is 020204 The text over is obviously inverted so black text and blueish fill The red text is C80E13 You can decide where that would look cool And the green is 91DF44 also up to you to decide where it goes of course. Not too much of the green and red though. ;-) That would be really cool. I forgot the white text on blue background that you could use to select the gates. Blue: 3667A2 White: D2D7CF Oh and also the dark gray parenthesis : 555753 Thanks for doing this. Quote Link to post Share on other sites
Nexarius 18 Posted December 18, 2017 Author Share Posted December 18, 2017 Looks pretty cool. Quote Link to post Share on other sites
chezpaul 0 Posted December 18, 2017 Share Posted December 18, 2017 Yeah, much nicer. ;-) So you will make that on option in the config? I know you just changed the colors and that was easy. Would making the green bars half their size be a hard fix? I know I'm asking too much.. hehe.. By green bars, I mean the horizontal and vertical bars Quote Link to post Share on other sites
chezpaul 0 Posted December 18, 2017 Share Posted December 18, 2017 Man, it looks wunderbar! ;-) Quote Link to post Share on other sites
Nexarius 18 Posted December 18, 2017 Author Share Posted December 18, 2017 38 minutes ago, chezpaul said: Would making the green bars half their size be a hard fix? That would required alot more changes and I'm not going to do it. Btw I've already released the update and you can change it now in the config. Quote Link to post Share on other sites
chezpaul 0 Posted December 18, 2017 Share Posted December 18, 2017 I totally understand. Thanks a tons for the colors. So how do I get the update rolling? I've never done it before. Do I shutdown the computer and restart it? Or is there a reload function? Quote Link to post Share on other sites
Nexarius 18 Posted December 18, 2017 Author Share Posted December 18, 2017 There is an update button or you wait until the update timer kicks in (it automatically checks every few hours) but the easiest is just restart the program (if auto updates are enabled). Quote Link to post Share on other sites
chezpaul 0 Posted December 19, 2017 Share Posted December 19, 2017 I just install a new gate and it's at version 2.11.5 and I don't see the new colors. I see dunked and schwartz and normal Quote Link to post Share on other sites
Nexarius 18 Posted December 19, 2017 Author Share Posted December 19, 2017 I'm not removing the old colors... You have to select the new ones. It's called "dunkel". Quote Link to post Share on other sites
chezpaul 0 Posted December 19, 2017 Share Posted December 19, 2017 When I select dunkel (as I did tried it) it's green. The text font is "leaf" bright green or "terminal" green. Nothing like your screenshot above. Quote Link to post Share on other sites
chezpaul 0 Posted December 19, 2017 Share Posted December 19, 2017 This is what dunkel looks like for me. https://gyazo.com/9b94bbca03a8f97afb43a1038bc90fbd Quote Link to post Share on other sites
Nexarius 18 Posted December 19, 2017 Author Share Posted December 19, 2017 You have to use the tier3 screen because tier2 doesn't have enough colors. Quote Link to post Share on other sites
chezpaul 0 Posted December 19, 2017 Share Posted December 19, 2017 ahhhhhhhh!!! Quote Link to post Share on other sites
chezpaul 0 Posted December 19, 2017 Share Posted December 19, 2017 Success! https://gyazo.com/24ae04aca7f2ff029f93d96bb0050879 Thanks Quote Link to post Share on other sites
chezpaul 0 Posted December 27, 2017 Share Posted December 27, 2017 Hey me again. So I've been using the program fine until now. I added a new SG and teleported to an older gate that has the SG ID but not it's name in the address. So I click Edit Address in order to rename it appropriately. But when I did that I got a blank screen. I was able to Ctrl W to close that window. If I clicked on Edit address then same thing. So I turned off the computer. then turned it back on. And I got /home # So I typed pastebin run -f and the code and it did it's usual loading thing but then /home # screen with nothing on it. If I shutdown and reboot, same thing again. I'm stuck on this planet. What do I do? EDIT: I figured it out. Just created a new hard drive. Quote Link to post Share on other sites