17 posts
Posted 10 August 2013 - 09:32 AM
RedGlasses
Version 1.2
A new OS for OpenPeripheralAll you'll need is computer and Terminal glasses bridge from OpenPeripheral modFeature- in-game time, date
- TimeDash (in-game time position in 1 day cycle)
Changelog Spoiler
V1.2Removed login system (not needed)Now it's only 1 fileMore information together, less waste of timeV1.0.1Changed login systemAdded registrationsV1.0.0
First release!Screenshots Spoiler
Downloadhttp://pastebin.com/Cj3vELSMorpastebin get Cj3vELSM red
Created by NEOparmen
235 posts
Location
Germany
Posted 10 August 2013 - 10:51 AM
Screenshots please ;D
301 posts
Location
Whenever, Wherever!
Posted 10 August 2013 - 02:14 PM
The chat_command event has a user parameter after the message, so you could have that as a login method. Otherwise, nice job
21 posts
Posted 06 September 2013 - 02:20 AM
cant login
16 posts
Posted 23 September 2013 - 01:26 PM
i like it although there is a bug if you enter the password wrong you have to back out then retry login
17 posts
Posted 30 September 2013 - 10:00 AM
this bug will be fixed in next update
149 posts
Location
The dark depths of the web
Posted 01 October 2013 - 10:38 AM
This reminds me of 1lann's Plastic program for the Terminal Glasses.
17 posts
Posted 01 October 2013 - 04:45 PM
Desing in version 1.0.2, which will be released at the end of October
67 posts
Posted 20 October 2013 - 09:59 AM
Great job, but it's "minimize", not "minimalize." That's really bugging me. Other than that, it's great.
621 posts
Location
U.S.A.
Posted 05 November 2013 - 11:57 AM
Version 1.2 yet?
16 posts
Posted 12 December 2013 - 02:56 AM
This code is ugly :/
gray = 0x555555
aqua = 0x55FFFF
red = 0xFF5555
white = 0xFFFFFF
var1 = "Monday"
var2 = "Tuesday"
var3 = "Wednesday"
var4 = "Thursday"
var5 = "Friday"
var6 = "Saturday"
var7 = "Sunday"
var8 = "January"
var9 = "February"
var10 = "March"
var11 = "April"
var12 = "May"
var13 = "June"
var14 = "July"
var15 = "August"
var16 = "September"
var17 = "October"
var18 = "November"
var19 = "December"
should be
colors = { "grey"=0x555555, "aqua"=0x55FFFF, "red"=0xFF5555, "white"=0xFFFFFF }
days = { "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"}
months = {"January", "February", ..., "December" }
7508 posts
Location
Australia
Posted 12 December 2013 - 03:02 AM
colors = { "grey"=0x555555, "aqua"=0x55FFFF, "red"=0xFF5555, "white"=0xFFFFFF }
Invalid syntax; should be
colors = { grey=0x555555, aqua=0x55FFFF, red=0xFF5555, white=0xFFFFFF }
or
colors = { ["grey"]=0x555555, ["aqua"]=0x55FFFF, ["red"]=0xFF5555, ["white"]=0xFFFFFF }
8543 posts
Posted 04 January 2014 - 02:06 PM
Locked by request.