This repository was archived by the owner on May 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -631,11 +631,21 @@ def VRRALSA_COMMAND_PANEL():
631
631
print ("V.R.C.L. ERROR; KEYWORD DOES NOT LINK TO RECORD OR LOG. CHECK SPELLING, CAPS, OR OTHER." )
632
632
#END OF THE VRCL COMMAND SYSTEM
633
633
634
- #BELOW IS THE DEBUG COMMANDLINE ENABLE, SET TO TRUE FOR IT TO WORK.
634
+ #BELOW IS THE DEBUG COMMANDLINE ENABLE, SET TO TRUE FOR IT TO WORK. FALSE FOR RELEASE
635
635
def DEBUG_ENABLE ():
636
636
return True
637
637
638
+ def DEBUG_STARTUP_DISABLE ():
639
+ return True
638
640
641
+ def STARTUP_DEBUG_CHECK ():
642
+ if DEBUG_STARTUP_DISABLE () == False :
643
+ check_for_update_plz ()
644
+ startup_screen_ascii_roll ()
645
+ loading_bars_combined_startup ()
646
+
647
+ if DEBUG_STARTUP_DISABLE () == True :
648
+ pass
639
649
640
650
641
651
def terminal_startup_combined ():
@@ -653,9 +663,7 @@ def loading_bars_combined_startup():
653
663
654
664
# Main system loop
655
665
def game_loop ():
656
- check_for_update_plz ()
657
- startup_screen_ascii_roll ()
658
- loading_bars_combined_startup ()
666
+ STARTUP_DEBUG_CHECK ()
659
667
terminal_startup_combined ()
660
668
661
669
while True :
You can’t perform that action at this time.
0 commit comments