From 0159f4cf9fb677b8d9af4e526309ba3bcea2ca2e Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:46:18 -0800 Subject: [PATCH 01/12] Update README.md fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2767f..8a17540 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ also as a side note: this will be a very good experemantation for password prote ( ps; rob if you read this, can i have the offical VAIIYA ASCII art for my code plz 🙏🥹 ) # The game -**IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROLL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** +**IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** ![image](https://github.com/user-attachments/assets/c8e9ee6f-d77e-455a-9e79-b1ce7b03953d) From 77c85e75a15fb21dd22e731e87b5f8e08cee2840 Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:03:22 -0800 Subject: [PATCH 02/12] Create CONTRIBUTING.md --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3cc0d42 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing + +rules for contributing; +1. new fixes should allways go into experimental. +2. no decrypting or leaking encrypted items. they are like that for a reason. this is punishable by a mute/ban +3. sensitive codes/passwords should not be written in note or code. make a private note with the password and its hash used. +4. please disble DEBUG before a MAIN push. + + +this is a bit in WIP, may add more. From 578b8bd0c4f4f85aee56f27fc18194e700dc2b4f Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:17:16 -0800 Subject: [PATCH 03/12] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8a17540..e7df7f4 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,28 @@ the real purpose for this "game" was just an idea and a very far fetched idea th and that i saw how much retro stuff (eg, the commandprompt credits screen for S2 and S3.) was used and i saw how VAIIYA would use somthing like that. also as a side note: this will be a very good experemantation for password protected encryption as the sourcecode is here on github. so dont be alarmed if there is some gobbleygook in the code :3 - - -( ps; rob if you read this, can i have the offical VAIIYA ASCII art for my code plz 🙏🥹 ) + # The game **IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** -![image](https://github.com/user-attachments/assets/c8e9ee6f-d77e-455a-9e79-b1ce7b03953d) +![image](https://github.com/user-attachments/assets/eb8b47da-1184-4fe8-b588-1e2154a52b9a) + + +![image](https://github.com/user-attachments/assets/bb2aeea3-ec83-422d-9b64-7afd6e11009f) +![image](https://github.com/user-attachments/assets/c2ffad7a-6e5e-4eff-a8dc-fbc543b17fb8) -![image](https://github.com/user-attachments/assets/47f53723-933e-44ff-b5b4-26eec0598bc9) -all images were uploaded durring v7 or 0.0.7, things are subject to change! +all images were uploaded durring v10 or 0.0.10, things are subject to change! # install dependencies -run this command in the file of the source or requirements.txt file. +please clone the repository, and install the dependencies with this command: ``` pip install -r requirements.txt From 5d61c42ca49ac9dfebd3fba28c478ed8ebab8b05 Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:23:24 -0800 Subject: [PATCH 04/12] rework README for signpath certificate --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7df7f4..9a3bbc0 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # Welcome to the VAIIYA terminal project page! -Welcome to the VAIIYA Terminal project page!! -I am very happy to show you all my VAIIYA TERMINAL passion project! -the real purpose for this "game" was just an idea and a very far fetched idea that Embark Rob may collab with it ( I still think its far fetched but it is a good learning course! ) +Welcome VAIIYA trustees and fellow THE FINALS contestants! +welcome to my VAIIYA terminal project page! + +VAIIYA terminal is a for-fun project made by me and serves mostly the purpose of being entertainment and a story module! +I hope you can join me on my long journey of making this dream come true with me! -and that i saw how much retro stuff (eg, the commandprompt credits screen for S2 and S3.) was used and i saw how VAIIYA would use somthing like that. -also as a side note: this will be a very good experemantation for password protected encryption as the sourcecode is here on github. so dont be alarmed if there is some gobbleygook in the code :3 - # The game **IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** From 2085712cfd0e1663b6c999d4b82cd6cd6156e61f Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:50:48 -0800 Subject: [PATCH 05/12] Update README.md --- README.md | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9a3bbc0..75f3b1b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![github VAIIYA readme logo](https://github.com/user-attachments/assets/cd83c6e0-63b5-4449-b1ff-71d29c505de3) + + + # Welcome to the VAIIYA terminal project page! Welcome VAIIYA trustees and fellow THE FINALS contestants! @@ -9,8 +13,9 @@ I hope you can join me on my long journey of making this dream come true with me # The game -**IMPRORTANT NOTE: THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMART APP CONTROL DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** +> [!CAUTION] +> **THE VAIIYA TERMINAL EXE's HAVE FLAGGED WINDOWS SMARTSCREEN CONTROL MOST LIKELY DUE TO THE EXE's NOT BEING SIGNED. YOU CAN SAFELY IGNORE THESE WARNINGS.** ![image](https://github.com/user-attachments/assets/eb8b47da-1184-4fe8-b588-1e2154a52b9a) @@ -20,15 +25,35 @@ I hope you can join me on my long journey of making this dream come true with me ![image](https://github.com/user-attachments/assets/c2ffad7a-6e5e-4eff-a8dc-fbc543b17fb8) +> [!NOTE] +> all images were uploaded durring v10 or 0.0.10, things are subject to change! + + + + +# Contributing + +Hello fello VAIIYA Trustees! if you want to help with the progress of VAIIYA Terminal, here are some basic rules and things to know! + +### Setup -all images were uploaded durring v10 or 0.0.10, things are subject to change! +1. get Github desktop if you dont have it already :3 +2. Clone the repository and get dependencies + - clone the repository with the HTTPS method through Github desktop + - open the filestructure in VS code or your perferred IDE + - install dependencies inside the filestructure with `pip install -r requirements.txt` + - run `VAIIYA terminal.py` with the run button in VScode or your own IDE to see if everything is working! +> [!IMPORTANT] +> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" one with VS code, you will get errors of `reportMissingImports`!* +> get the latest release here: [python downloads](https://www.python.org/downloads/) +and thats all for setup! -# install dependencies +### Contributing rules -please clone the repository, and install the dependencies with this command: +1. any new changes when being merged get sent to the experimental branch. +2. large changes **can** have their own branch, then will be merged to the experimental branch later on. -``` -pip install -r requirements.txt -``` +> [!NOTE] +> these contributing rules are still very scratched together for now, so a lot of self judgement will be applied for new rules to form. From 3c2b2b510097bdd060318c5c7502a5bca44429c5 Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:26:53 -0800 Subject: [PATCH 06/12] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75f3b1b..080c78d 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,19 @@ Hello fello VAIIYA Trustees! if you want to help with the progress of VAIIYA Ter 1. get Github desktop if you dont have it already :3 +> [!IMPORTANT] +> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" one with VS code, you will get errors of `reportMissingImports`!* +> get the latest release here: [python downloads](https://www.python.org/downloads/) + 2. Clone the repository and get dependencies - clone the repository with the HTTPS method through Github desktop - open the filestructure in VS code or your perferred IDE - install dependencies inside the filestructure with `pip install -r requirements.txt` - run `VAIIYA terminal.py` with the run button in VScode or your own IDE to see if everything is working! -> [!IMPORTANT] -> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" one with VS code, you will get errors of `reportMissingImports`!* -> get the latest release here: [python downloads](https://www.python.org/downloads/) + +> [!TIP] +> it is recommended that you install the pylance extension for VScode, as it has really nice fetures for debugging and other! + and thats all for setup! From 3323d2b9495a462240a7260f668be5c3ca80c308 Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:52:55 -0800 Subject: [PATCH 07/12] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 080c78d..eb05fbe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ ![github VAIIYA readme logo](https://github.com/user-attachments/assets/cd83c6e0-63b5-4449-b1ff-71d29c505de3) +
+

+ + Discord + +

+
+ # Welcome to the VAIIYA terminal project page! From 141984947ac384d70dcdfccfb5b32121bcd660bc Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:58:22 -0800 Subject: [PATCH 08/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb05fbe..01b8694 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Discord + Discord

From ea1d42bbd9bf0edeb76e85d2e1fb1d4d1d47c5cd Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:59:46 -0800 Subject: [PATCH 09/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b8694..789f8ba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Discord + Discord

From b7845b13d7cd1ca53bf2468d9f14d3fc0befaebc Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:01:39 -0800 Subject: [PATCH 10/12] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 789f8ba..4a295e2 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ Hello fello VAIIYA Trustees! if you want to help with the progress of VAIIYA Ter 1. get Github desktop if you dont have it already :3 > [!IMPORTANT] -> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" one with VS code, you will get errors of `reportMissingImports`!* +> *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" python3 installation from VScode, you will get errors of `reportMissingImports`!* > get the latest release here: [python downloads](https://www.python.org/downloads/) 2. Clone the repository and get dependencies - clone the repository with the HTTPS method through Github desktop - - open the filestructure in VS code or your perferred IDE + - open the filestructure in VScode or your perferred IDE - install dependencies inside the filestructure with `pip install -r requirements.txt` - run `VAIIYA terminal.py` with the run button in VScode or your own IDE to see if everything is working! From b08895f35692b84872872c4e1c78d48a6fc53b64 Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:48:23 -0800 Subject: [PATCH 11/12] Update README.md Added a notice part to the READme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a295e2..7bbfda8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ # Welcome to the VAIIYA terminal project page! + +> [!IMPORTANT] +> Notices about VAIIYA Termial will show up in this note! + + Welcome VAIIYA trustees and fellow THE FINALS contestants! welcome to my VAIIYA terminal project page! From 3c4326cbf63c16cf8f96628d4a30cb99f23814bd Mon Sep 17 00:00:00 2001 From: T342 <147361653+T342guy@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:01:09 -0800 Subject: [PATCH 12/12] Update README.md Made an edit to the contribution notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7bbfda8..27e2d53 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ Hello fello VAIIYA Trustees! if you want to help with the progress of VAIIYA Ter 1. get Github desktop if you dont have it already :3 > [!IMPORTANT] +> Hello again everyone! just a quick edit, this note below is purely incorrect, +> and i am working on a fix. In the meantime i will gather more info and fix this +> soon. Thank you for understanding. +> +> > *make sure you are using a **global** installation of python 3 for it to recognise the installed modules! if you use the "recommended" python3 installation from VScode, you will get errors of `reportMissingImports`!* > get the latest release here: [python downloads](https://www.python.org/downloads/)