-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suggestions (enhancements) will probably update this issue #28
Comments
|
i just got another idea |
for 2. enable lockdown i meant like with a mag reader on the door control program which could be in the door setup module with like redstone, bundled redstone, door/rolldoor and you could add like enable lockdown if you have the sector module |
I can prolly do text box as well And as for the lockdown thing, you mean like you can swipe a card with certain credentials to enable/disable lockdowns? It's possible, but does seem like a lot more programming necessary to implement another set of passes to check for the swipes. You could get around this by setting up another door program to control redstone which controls the sectors |
yeah but i only use 1 door computer |
yes i mean a card swipe |
can you not just add a thing for lockdown instead of like redstone and doors i mean keep them but like |
and its more complex to setup |
also the sector control is slow to set up |
Not exactly sure what you mean by this. It takes a lot of programming to setup another table holding card passes to let enable and disable the entire lockdown. The reason it's done by redstone in the first place is because it can be controlled by anything vanilla, like if you want the doors to lock down if someone walks over a trip wire, you can set it up to do that.
I do agree it's unfortunately fairly complex to set up, having to keep one line enabled and pulse the "update server" line, but it's the best way to avoid sending many messages to the server if you want to enable multiple lines at one time. |
also i can't get the sector control to work |
What's wrong with it? Is it the new version? there was a bug I had fixed just yesterday |
i can't get it to lockdown |
unless i forgot something |
wait is there a crypt key for the sector control |
Have you double checked this? https://github.com/cadergator10/opencomputer-security-system/wiki/Sector-System#sector-control-program If you are using a redstone card, the sides are pretty self explanatory. However, if using the redstone IO block, then it's a little more odd to find the correct sides. You have to
that should work unless you configured a side or color incorrectly. Plus, this doesn't work with vanilla redstone, it needs Project Red bundled cables plugged into the computer
There should be... I can verify |
No, this doesn't use a cryptKey |
i know about the project red part and the pulse thing |
cause i also changed the crypt key |
ok, are the sides and colors done correctly? You can send me a picture of both the screen and the redstone connected to it to verify |
the side i use is north for input and south for pulse and i set back for input |
should it say something anywere? |
Are you using the redstone card or the redstone IO block? |
the io |
I haven't gotten any sort of issues yet. Does the server say it received the settings from sectorcontrol? |
it outputs this 245 |
and it is shown on server |
hhhhhhhhhhhhhm, it just sends the stupid port... |
im gonna try and see whats wrong with this, so for the moment: try restarting all the computers, server and doors and sectorcontrol, and retry this |
the weird part is i didn't change anything |
If not: try reinstalling the sectorcontrol program again |
i already did |
wait, sync port. It might be the syncport being wonky Try running the sectorcontrol program with the port both shown and hidden |
what it runs when i input the port manualy???? |
so it's an issue with the server. Try again when showing the port again |
it does the error i shown you when its shown and it runs when its hidden |
My Hypothesis is that the server is sending the syncport twice, so it receives the port correctly the first time, but then when it asks for the query, it grabs the port again instead of the table. You did try shutting down the server and the sectorcontrol, right? |
yeah i reboot everything after the server |
So for the moment, you know how to get by. This is something I'll have to revisit in the future, but for now, lets return to the sectorcontrol. Can you send a screenshot of the sectorcontrol running, the redstone connected to it, and the server screen after trying to lockdown the doors a few times? |
idk how but it works with port shown now |
lol such confuse |
i think i missed clicked the relay button in the server rack |
aaaaah |
that might be it |
its the wireless modem |
should it say something when i pulse update server |
it should say on the server that sector data changed |
bruh what why does redstone not get bundle from the front |
the REDSTONE I/O BLOCK IS BROKEN WTF |
i broke the block and replaced it and now it works??? |
it works now :) |
that's odd. Did you happen to have a redstone card in the computer as well as the redstone IO card? |
reopened to keep enhancements on the issues page so I dont forget |
SUGGESTIONS :
The text was updated successfully, but these errors were encountered: