Posted 14 September 2013 - 05:36 PM
COMPLETE RE-CODE COMING SOON!
After getting annoyed with the roaming accounts login system on the wiki (http://www.computerc...oaming_Profiles), I decided to make my own.
This is what I came up with.
DuoStep
It uses MiscPeripherals' Player Detector, so be sure that you have that installed.
What you need:
-A wireless modem to go on the server.
-An advanced computer (this is the client)
-A wireless modem to go on the client.
-A player detector connected to the client.
Download:
SETUP SERVER:
SETUP CLIENT:
How to add an account:
2) Edit the server file.
3) Somewhere below the green crap* there is a piece of code that looks like this:
I know that this is a hassle, I will make it to where the account/password list is in a separate file.The code is in the server file, but I need to convert it into a number. I'll also make a program that will automaticly add a user and their password.
How to delete an account:
Check it out, tell me what you think, and we'll go from there.
:{)
- Much Cleaner Code!
- Encryption!
After getting annoyed with the roaming accounts login system on the wiki (http://www.computerc...oaming_Profiles), I decided to make my own.
This is what I came up with.
DuoStep
It uses MiscPeripherals' Player Detector, so be sure that you have that installed.
What you need:
Spoiler
-A computer to serve as a server (no pun intended)-A wireless modem to go on the server.
-An advanced computer (this is the client)
-A wireless modem to go on the client.
-A player detector connected to the client.
Download:
Spoiler
pastebin get RdPg0Rmr setup
SETUP SERVER:
Spoiler
- Download the server
- Edit the server file
- Change the side variable to the side of the wirelessss modem.
- Save the file
- You are done!
SETUP CLIENT:
Spoiler
- Download the client
- Edit the client file
- Change:
to "local sID=" and the ID of the server.local sID=2
- Change the side variable to the side of the wireless modem.
- Save the file.
- You are done!
How to add an account:
Spoiler
1) Stop the server computer (if it's running)2) Edit the server file.
3) Somewhere below the green crap* there is a piece of code that looks like this:
local players = {"NewCoolPC"}
and this:local pass = {"asdf"}
add a player name to the players list, and their desired password to the password list.I know that this is a hassle, I will make it to where the account/password list is in a separate file.The code is in the server file, but I need to convert it into a number. I'll also make a program that will automaticly add a user and their password.
How to delete an account:
Spoiler
Do the above, but delete a player name, and their corresponding password.Check it out, tell me what you think, and we'll go from there.
:{)