Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit a6317ce

Browse files
committed
added the logs to the anti-code spoiler system and other fixes
1 parent 5d69f0b commit a6317ce

File tree

6 files changed

+68
-55
lines changed

6 files changed

+68
-55
lines changed

VAIIYA terminal.py

Lines changed: 14 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,9 @@ def VRRALSA_COMMAND_PANEL():
528528
time.sleep(1)
529529
print("Record found!")
530530
print("|")
531-
print("citizen record; violet ")
532-
print("username=violet_120")
533-
print("user_traits= dormant and non-responsive when on duty. does not interact without a ping. ")
534-
print("health_record_status=True current_records=7 record_severity=low highest_alert=NONE")
535-
print("end of file.")
536-
print("|")
531+
with open("assets/text_lines/VRRALSA_lines/VRRALSA_records/VRRALSA_record_violet.txt") as f: # The with keyword automatically closes the file when you are done
532+
print(f.read())
533+
f.close()
537534

538535
elif VRRALSA_TEXT == 'frostbyte':
539536
print("|")
@@ -555,12 +552,9 @@ def VRRALSA_COMMAND_PANEL():
555552
time.sleep(1)
556553
print("Record found!")
557554
print("|")
558-
print("citizen record; Walker user_traits=enjoys_'dinos' drinks_excessive_amounts_of_coffee ")
559-
print("username=walkercm")
560-
print("user_traits=enjoys_'dinos' drinks_excessive_amounts_of_coffee")
561-
print("health_record_status=True current_records=17 record_severity=low highest_alert=heart_attack_of_coffee")
562-
print("end of file.")
563-
print("|")
555+
with open("assets/text_lines/VRRALSA_lines/VRRALSA_records/VRRALSA_record_walker.txt") as f: # The with keyword automatically closes the file when you are done
556+
print(f.read())
557+
f.close()
564558
#please put all records above here
565559
#put all logs below here!
566560
elif VRRALSA_TEXT == 'LOG_10079':
@@ -571,58 +565,24 @@ def VRRALSA_COMMAND_PANEL():
571565
time.sleep(1)
572566
print("Log Found!")
573567
print("|")
574-
print("VAIIYA systems log #10079 title=whats going on? from=employee#4972 name=herbert to=system_wide")
575-
print("|")
576-
print("herbert: hello? hey guys whats going on over there? i keep getting error [CO45RuP43D #G453] all over the system!")
577-
print("-")
578-
print("herbert: @security_dev do we have a fix for this? like, I CANT DO MY JOB KINDA ISSUE HERE")
579-
print("-") #this is as far the terminal can go before softwrap
580-
print("greg@security: hey herbert! uhh, ive never seen that error code before... wait thats not even a VAIIYA engine error!")
581-
print(">uh oh...")
582-
print("-")
583-
print("herbert: well do we have a fix at all? i cant do my job here! my machine is frozen with ")
584-
print("> 'damn you guys like a fight coming' message flashing!")
585-
print("-")
586-
print("greg@security: No you idiot! thats not a VAIIYA engine error!! do you know what this means?! do you not see that")
587-
print("> mysterious message!?")
588-
print("-")
589-
print("herbert: uhh, no? im just trying to do my job man!")
590-
print("-")
591-
print("greg@security: YOU IDIOT CNS GOT INTO YOUR DAMN MACHINE!!!!!!!!!!")
592-
print("-")
593-
print("herbert: well shi-")
594-
print("|")
568+
with open("assets/text_lines/VRRALSA_lines/VRRALSA_logs/VRRALSA_log_10079.txt") as f: # The with keyword automatically closes the file when you are done
569+
print(f.read())
570+
f.close()
571+
595572
print_formatted_text(HTML('<red>ERROR! LOG ENDED WITH CODE #570-A. ESTIMATED LOSS: 39% OF FILE LEFT.</red>'))
596573
print("End of log.")
597574

598-
elif VRRALSA_TEXT == 'LOG_342!&':
575+
elif VRRALSA_TEXT == 'LOG_342':
599576
print("|")
600577
print("V.R.R.A.L.S.A. FINDING INQUIRY....")
601578
time.sleep(1)
602579
print("searching database... ")
603580
time.sleep(1)
604581
print("Log Found!")
605582
print("|")
606-
print("VAIIYA systems log #342!& title=CORR&PTIO@NS from=employee#342 name=johnathan to=system_wide")
607-
print("|")
608-
print("johnathan: Hey GUYS! whats with all the CORR$PTION$? the server are also going HAYWIRE! my entire floors computers and servers are giving errors!")
609-
print("-")
610-
print("alfred@networking: heyoh johnny! wow... this is bad! ive seen another message about herbert and greg having beef over the same thing... ")
611-
print("> herbert is the kind where he wants fixes and instantly... too bad sal likes his 'higher then heaven' ass  ̄へ ̄")
612-
print("-")
613-
print("johnathan: yooo alfred! thanks for the info! but back to the 'issues' going around... this is getting bad and sal is in the dark somehow! (´・ω・`)? ")
614-
print("-")
615-
print("alfred@networking: wait... is anyone in @server and @security using ports 2000 and 217? they are... open (。_。) and transferring files???? ")
616-
print("-")
617-
print("bret@security: Hi alfred! no not us! that is a bit odd... our team will look at it \( ̄︶ ̄*\)) ")
618-
print("-")
619-
print("Yankovic@servers: Hi bret and alfred! No our servers, nor the new VAIIYA Engine is configured, let alone able to use those ports! odd (´・ω・`)? ")
620-
print("-")
621-
print("alfred@networking: johnny you know what ima say?")
622-
print("-")
623-
print("johnathan: I know you too well alfred (ノ*・ω・)ノ ")
624-
print("-")
625-
print("alfred@networking: well, shi- ## TRANSCRIPT ENDED CODE 7$()>? ## ")
583+
with open("assets/text_lines/VRRALSA_lines/VRRALSA_logs/VRRALSA_log_342.txt") as f: # The with keyword automatically closes the file when you are done
584+
print(f.read())
585+
f.close()
626586

627587

628588

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
VAIIYA systems log #10079 title=whats going on? from=employee#4972 name=herbert to=system_wide
2+
|
3+
herbert: hello? hey guys whats going on over there? i keep getting error [CO45RuP43D #G453] all over the system!
4+
-
5+
herbert: @security_dev do we have a fix for this? like, I CANT DO MY JOB KINDA ISSUE HERE
6+
-
7+
greg@security: hey herbert! uhh, ive never seen that error code before... wait thats not even a VAIIYA engine error!
8+
>uh oh...
9+
-
10+
herbert: well do we have a fix at all? i cant do my job here! my machine is frozen with
11+
> 'damn you guys like a fight coming' message flashing!
12+
-
13+
greg@security: No you idiot! thats not a VAIIYA engine error!! do you know what this means?! do you not see that
14+
> mysterious message!?
15+
-
16+
herbert: uhh, no? im just trying to do my job man!
17+
-
18+
greg@security: YOU IDIOT CNS GOT INTO YOUR DAMN MACHINE!!!!!!!!!!
19+
-
20+
herbert: well shi-
21+
|
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
VAIIYA systems log #342 title=CORR&PTIO@NS from=employee#342 name=johnathan to=system_wide
2+
|
3+
johnathan: Hey GUYS! whats with all the CORR$PTION$? the server are also going HAYWIRE! my entire floors computers and servers are giving errors!
4+
-
5+
alfred@networking: heyoh johnny! wow... this is bad! ive seen another message about herbert and greg having beef over the same thing...
6+
> herbert is the kind where he wants fixes and instantly... too bad sal likes his 'higher then heaven' ass...
7+
-
8+
johnathan: yooo alfred! thanks for the info! but back to the 'issues' going around... this is getting bad and sal is in the dark somehow!
9+
-
10+
alfred@networking: wait... is anyone in @server and @security using ports 2000 and 217? they are... open... and transferring files????
11+
-
12+
bret@security: Hi alfred! no not us! that is a bit odd... our team will look at it!
13+
-
14+
Yankovic@servers: Hi bret and alfred! No our servers, nor the new VAIIYA Engine is configured, let alone able to use those ports! odd!
15+
-
16+
alfred@networking: johnny you know what ima say?
17+
-
18+
johnathan: I know you too well alfred! :3
19+
-
20+
alfred@networking: well, shi- ## TRANSCRIPT ENDED CODE 7$()>? ##

assets/text_lines/VRRALSA_lines/VRRALSA_records/VRRALSA_record_frostbyte.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
citizen record; frostbyte
32
username=frost.dime
43
user_traits= funny, quote'says UwU OwO and other. please advise'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
citizen record; violet
2+
username=violet_120
3+
user_traits= dormant and non-responsive when on duty. does not interact without a ping.
4+
health_record_status=True current_records=7 record_severity=low highest_alert=NONE
5+
end of file.
6+
|
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
citizen record; Walker
2+
user_traits=enjoys_'dinos' drinks_excessive_amounts_of_coffee
3+
username=walkercm
4+
user_traits=enjoys_'dinos' drinks_excessive_amounts_of_coffee
5+
health_record_status=True current_records=17 record_severity=low highest_alert=heart_attack_of_coffee
6+
end of file.
7+
|

0 commit comments

Comments
 (0)