- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal


cadergator10
Members-
Content Count
23 -
Joined
-
Last visited
About cadergator10
-
Rank
Junior Member
- Birthday November 9
Profile Information
-
Gender
Male
-
Interests
Minecraft, SCP, programming in lua.
Contact Methods
-
Minecraft
cadergator10
-
GitHub
cadergator10
Recent Profile Visitors
453 profile views
-
Little late on updates, but ill add here. Update 2.3.0 adds in functionality to SecurityAPi to let you make your own programs using strings and hiddenstrings. You can grab the data stored in a user's account if it is a string or hidden string using getvar and change it's data using setvar. With this, you can make your own program such as a counter, etc. The mineOS database now downloads userlist from server first, and it defaults to not autoupdating (you can change it in settings. Update 2.3.1 will be coming out later after a week or so. It changes up the mineOS database interface ma
-
New video has been released on the diagnostic tablet
-
Update 2.2.2: Added runtime door editing to diagnostic tablet. Only works on versions 2.2.2 and up. The only thing runtime editing cannot do yet is passes. That still requires the auto installer. In order to use runtime editing, you go to the runtime editing app on the diagnostic tablet, choose the door you want to edit, and swipe the red card (admin card) on that magreader. If it is a multidoor, then the first magreader you swipe will always be listed first, then all the other doors connected to the multi door will be listed after that. Another upgrade over traditional autoinstaller editing i
-
cadergator10 started following Warehouse Program with Shop (and possible automation addon) and OpenPrograms
-
Hello, is there a way I can join this group?
-
Update 2.2.1: Updated diagnostic tablet to combine door diagnostics with accelerated door setup. It also can read all the passes you add to a door. The new diagnostic tablet only works with doors 2.2.0 and up (if you want to see every single door connected to a multidoor, the version must be 2.2.1 and up) Next video will be on the diagnostic tablet
-
Warehouse Program with Shop (and possible automation addon)
cadergator10 posted a question in Requests
This is less of a "Do for me" and more of a "Work Together" kind of thing. I am working for fun on a warehouse program with user management, item management, locations for items, pulling, restocking, etc. It's a fun side project, but progress is slow as I figure out how to do this. There is going to be 1 server, then mineos computers that handle the bulk of the work, with 2 seperate apps: one being the actual warehouse program for pulling orders and such, and one being the store where people can sign in and buy stuff. After I finish that I might add in a way to automate pulling with robots, ha -
4 videos have been made on the system so far, the 4th being about the new modular system features
-
cadergator10 started following Programs
-
Added a securityAPI library, so you can make your own programs and link it to the security system.
-
cadergator10 started following Modular security database and SCP Roleplay Server using OpenComputers
-
I run a MC server called Site 91, which is a minecraft roleplay server. That is the main reason I needed to make a security system. The modpack (with images) is here https://www.technicpack.net/modpack/site-91.1622979 IP is here site91.mcserver.io There are loads of mods so I can't list them yet because I am not at home (blocked by school firewall)
-
Update 2.2.0 (coming in a few days) will be introducing an advanced pass checking system. The new system will be able to: Allow multiple passes through 1 door Reject certain passes Require two passes to go through (above a certain level and part of a certain group) A supreme pass (kind of like a staff pass) that lets you in no matter what base pass, reject passes, or more you don't have Of course, updating the door control database will not break the system, as now I am taking extra precautions to make it update cleanly, so updating will automatically change config
-
Update 2.#.# makes this version obsolete! The new page for updates is the Modular security database. Github is here https://github.com/cadergator10/opencomputer-security-system
- 15 replies
-
I reworked the entire security system in order to make it more user friendly and modular, and I believe I finished it! This system is composed of 1. A server 2. A MineOS database 3. All the doorcontrol systems. Improvements this has over the older system: Modular, non-hardcoded passes, groups, etc, so you can customize it to your own preferences A customizable cryptKey, so the message encryption is unique to yourself Updated autoinstaller, so it detects what version your doorcontrol is and server is (old 1.#.# version or this new 2.#.# version) Even more! I
-
New update adds some personal features that will be disabled, but what it also adds is to the autoinstaller. There is a new program called "accelerated door setup" Basically, it is a program you have on your tablet with a wireless network card in it. When you run the door auto installer, if you are setting up for the first time, you can link it to an accelerated door setup tablet. When you do so, it shows a pin between 1000 and 9999, which you must enter on your setup tablet (link to it above) After a successful link, you should be able to do all the inputs from your tablet, which means more f
- 15 replies
-
Newest update adds in support for Intercom doors (although I know you prolly won't use it. It's something on my server) Will add in Staff doors soon
- 15 replies
-
Sorry for long wait. The older version of opensecurity used to call the doorcontrol block os_door. It is now called os_doorcontrol so you will have to edit the code for it to work