Terminal

From Dave and Bambi Wiki
Revision as of 17:05, 19 June 2024 by MaxDimo (talk | contribs) (→‎open)
Jump to navigation Jump to search
The terminal screen in-game when first loaded.

The terminal, also referred to in the game as the Vs Dave Developer Console, is a secret interactive program within Vs. Dave and Bambi used to access bonus songs and text snippets about the game's lore and characters. It was first introduced in the 3.0a release and was modified and expanded in the 3.0b update. Its most important purpose in gameplay is to unlock Exploitation.

Description

The terminal is designed and structured like a command line interface, especially Windows command prompt. Similar to the software, the terminal is a black screen with white Fixedsys text containing a header at the top that reads "Vs Dave Developer Console[Version 1.0.00001.1234] All Rights Reserved.". Beneath it is a text input area where the player can type any text; pressing any key input plays a sound. Ominous-sounding ambiance plays in the background as well. The header text is erased if the player uses clear, though the screen will scroll downward if inputs exceed the length of the viewport.

The terminal's code is primarily contained within the file TerminalState.hx, which can be viewed along with the rest of the Vs. Dave 3.0 source code on GitHub.[1]

Usage

The terminal is accessible after beating Story mode. Unlocking it requires pressing the 7 key four times: first in the Story menu, which unlocks the joke week; then in Supernovae, which takes you to Cheating; then in Cheating, which takes you to Unfairness; lastly in Unfairness, which takes you to the terminal. After the terminal has been discovered, another method of access will unlock for the player, where it will then also be found in the Console menu in Freeplay under the "ENTER TERMINAL" option.

Internally in the game's code, inputs are identified as commands (a certain prefixed word) and arguments (specifications to be used for commands). Each command has a certain number of arguments it can accept. The commands are as follows:

  • admin:
    • admin grant keyword.dat: Triggers various game events. In 3.0a, it had 8 keywords; in 3.0b, one was removed, reducing it to 7. Using an argument other than "grant" returns the error message "Invalid Parameter".
  • characters: Returns a list of 8 character names prefixed by the ".dat" file extension.
  • clear: Wipes the contents of the screen.
  • help: Returns a list of valid commands and their functions.
  • open keyword: Returns a snippet of text. Replaced texts in 3.0b. It has 33 keywords initially available to the player and 7 additional keywords unlocked after using the vault command, totaling to 40.
  • secret mod leak:
  • texts keyword (3.0a): Functionally identical to open. It had 14 keywords.[2] Was replaced by open in 3.0b.
  • vault free p.r.a.e.m reflection: Unlocks 7 additional keywords for the open command. Free, p.r.a.e.m, and reflection can be typed in any order. If these are not inputted correctly, it returns an error message stating "Invalid keys. Valid keys: "

In total, there are 49 possible inputs in 3.0b and 22 in 3.0a.

Commands

admin grant

admin grant gives administrator permissions to various characters. The 7 keywords are as follows:

  • admin grant dave.dat:
  • admin grant bambi.dat:
  • admin grant tristan.dat:
  • admin grant expunged.dat: Aggressively spams the terminal screen with glitching effects and messages from Expunged gloating and mocking the player before crashing the game. Reopening it will reveal that the game has been altered significantly, replacing the program title with Vs. Expunged. The only option given to the player is to play the newly-unlocked Exploitation, which they must beat in order to reverse the changes.
  • admin grant moldy.dat:
  • admin grant exbungo.dat:
  • admin grant recurser.dat

open

open holds the bulk of Vs. Dave's story and character information, its contents of which are often informally referred to in the community as the "3.0(b) lore" (as separate from 3.0a, which lacked many of the current keywords with the most significant lore implications). It is highly heterogeneous in subject matter and in-universe authors. It shares 8 keywords with admin grant:

  • open dave:
    • Forever lost and adrift.
      Trying to change his destiny.
      Despite this, it pulls him by a lead.
      It doesn't matter to him though.
      He has a child to feed.
  • open bambi:
    • (3.0b)
      A forgotten GOD.
      The truth will never be known.
      The extent of his POWERs won't ever unfold.
    • (3.0a)
      A forgotten god.
      The truth will never be known.
      The extent of his powers won't ever unfold.
  • open tristan:
    • The key to defeating the one whose name shall not be stated.
      A heart of gold that will never become faded.
  • open moldy:
    • Let me show you my DS family!
  • open recurser:
    • (3.0b)
      A being of chaos that wants to spread ORDER.
      Despite this, his sanity is at the border.
    • (3.0a)
      A being of chaos that wants to spread order.
      Despite this, his sanity is at the border.
  • open exbungo:
    • [FAT AND UGLY.]
  • open expunged:
    • (3.0b)
      [FILE DELETED]
      [FUCK YOU!]
      • In the source code, this line has a comment stating "[THIS AND EXBUNGOS FILE ARE THE ONLY ONES I HAVE ACCESS TO UNFORTUNATELY. I HATE IT]".
    • (3.0a)
      The End. They weren't created by a beast.
      They were created by the one who wanted power the leeeeeeeeeeeeeeeeeeee
      [DATA DELETED]
      [FUCK YOU!]
  • open boyfriend:
    • (3.0b)
      LOG [REDACTED]
      A multiversal constant, for some reason. Must dive into further research.
    • (3.0a)
      LOG -1:
      Beep skeedoop bop! Skeep leep. Skadeep!

Another 14 keywords are numbers consisting of logs written by Dave across the span of several years. Two of the keywords contain different text in the source code than the final build of the game.

  • open 1:
    • LOG 1
      Hello. I'm currently writing this from in my lab.
      This entry will probably be short.
      Tristan is only 3 and will wake up soon.
      But this is mostly just to test things. Bye.
  • open 2:
    • LOG 2
      I randomly turned 3-Dimensional again, but things were different this time...
      I appeared in a void with
      random red geometric shapes scattered everywhere and an unknown light source.
      What is that place?
      Can I visit it again?
  • open 3:
    • LOG 3
      I'm currently working on studying interdimensional dislocation.
      There has to be a root cause. Some trigger.
      I hope there aren't any long term side effects.
  • open 4:
    • LOG 4
      I'm doing various tests on myself, trying to figure out what causes the POLYGONization.
      It hurts a lot,
      But I must keep a smile. For Tristan's sake.
  • open 5:
    • [FILE DELETED]
  • open 6:
    • LOG 6
      Not infront of Tristan. I almost lost him in that void. I- [DATA DELETED]
  • open 7:
    • LOG 7
      My interdimensional dislocation appears to be caused by mass amount of stress.
      How strange.
      Maybe I could isolate this effect somehow?
  • open 8:
    • (3.0b)
      [FILE DELETED]
    • (3.0b source code)
      LOG 8
      Hey, Muko here. Dave recently called me to assist with the PROTOTYPE.
      It's been kind of fun. He won't tell me what it does though.
  • open 9:
    • [FILE DELETED]
  • open 10:
    • LOG 10
      Working on the prototype.
  • open 11:
    • [FILE DELETED]
  • open 12:
    • (3.0b)
      [FILE DELETED]
    • (3.0b source code)
      LOG 12
      The prototype going pretty well.
      Dave still won't tell me what this thing does.
      I can't figure it out even with the
      blueprints.
      I managed to convince him to take a break and
      go to Cicis Pizza with me and Maldo.
      He brought Tristan long as well. It was fun.
      -Maldo
  • open 13:
    • [FILE DELETED]
  • open 14:
    • LOG 14
      I need to stop naming these numerically its getting confusing.

A third category of keywords consist of singular words, some less clear as to who wrote them.

  • open prototype
    • Project <P.R.A.E.M>
      Notes: The SOLUTION.
      Estimated Build Time: 2 years.
  • open solution
    • I feel every ounce of my being torn to shreds and reconstructed with some parts removed.
      I can hear the electronical hissing of the machine.
      Every fiber in my being is begging me to STOP.
      I don't.
  • open stop:
    • A reflection that is always wrong now has appeared in his dreams.
      It's a part thats now missing.
      A chunk out of his soul.
  • open order:
    • What is order? There are many definitions. Recurser doesn't use any of these though.
      They want to keep everything the way they love it.
      To them, that's order.
  • open power:
    • [I HATE THEM.] [THEY COULD'VE HAD SO MUCH POWER, BUT THEY THREW IT AWAY.]
      [AND IN THAT HEAP OF UNWANTED POWER, I WAS CREATED.]
  • open birthday:
    • Sent back to the void, a shattered soul encounters his broken <reflection>.
  • open polygonized | polygon | 3D:
    • He will never be <free>.
  • open p.r.a.e.m:
    • Name: Power Removal And Extraction Machine
      Progress: Complete
      Notes: Took longer than expected. Tristans 7th BIRTHDAY is in a month.

The words contained in angled brackets - p.r.a.e.m, free, and reflection - are the arguments necessary for the vault command. When the command is used, the additional 7 keywords are revealed, and are case sensitive:

  • open cGVyZmVjdGlvbg
    • [BLADE WOULD'VE BEEN PERFECT. BUT DAVE HAD TO REFUSE.]

External materials

BIRTHDAY

REDACTED ARTIFACTS

artifact3

Story