Gravity Files Remake Code < TESTED ✦ >
| Problem | Solution | |---------|----------| | Player clips through tiles after gravity flip | Snap position to nearest tile grid post-flip | | Infinite falling | Detect if player leaves tilemap → reset level | | Multiple flips per frame | Add cooldown (e.g., 0.2s) or only allow input when grounded |
In the golden era of indie puzzle-platformers, few Flash games were as deceptively complex or as mechanically satisfying as Gravity Files. Released in the late 2000s, the game tasked players with navigating a lone astronaut through a labyrinth of corridors, switches, and—true to its name—shifting gravity fields.
However, with the death of Adobe Flash in 2020, thousands of classics were lost to digital entropy. While emulators like Ruffle exist, true preservation requires a remake. If you have searched for the "gravity files remake code," you aren't just looking for a crack or a cheat; you are likely a developer wanting to rebuild this gem in HTML5, Unity, or Godot.
Today, we are going to dissect exactly what goes into a faithful remake. By the end of this article, you will have a working prototype code (JavaScript/Canvas) that replicates the core physics and level structure of Gravity Files.
The original game had a notorious reputation for motion sickness. The remake code must include a Spatial Anchoring System. Using Unreal’s Motion Warping or Unity’s XRI, the code leaves a "ghost reticle" at the player's absolute world position relative to the original gravity orientation. Even as the screen rotates, the UI retains a faint wireframe of the "true" floor.
Code snippet for UI stability:
void UpdateUIPivot()
// Calculate the angle between the player's current up and the world's original up
float driftAngle = Vector3.Angle(Player.Up, WorldOrigin.Up);
// Counter-rotate the UI compass by the same amount, but only visually
CompassUI.transform.rotation = Quaternion.Inverse(Camera.main.transform.rotation);
Ever wonder why some platformers feel buttery smooth while others feel like sliding on ice? 🧊
It’s all in the physics code. 🧵
I just pushed a major update to the Gravity Files Remake source code. Here is the secret sauce:
🧪 The Gravity Matrix
Most games use standard Physics.gravity. The remake uses a variable gravity vector that rotates with the player.
📉 Damping & Buffering
💻 The Code Structure
I moved away from Update() heavy checks and moved logic into ScriptableObjects for easy tuning. Changing gravity strength no longer requires a recompile—just tweak the data asset.
The code is open source and heavily commented. Perfect for anyone looking to learn 2D physics controllers.
Link in bio! 👇
#IndieDev #Gamedev #Unity #Programming
(Suggested Image: A split screen graphic showing the old code vs. the new clean code)
Caption:
Refactoring Gravity Files: The Remake 🛠️
It’s easy to write code that works. It’s hard to write code that survives a feature update.
The Old Code: ❌ 400 lines in a single file. ❌ Hard-coded values (JumpForce = 12.5f). ❌ Physics tied to framerate.
The Remake Code: ✅ Separation of Concerns (Physics / Input / Animation). ✅ ScriptableObject architecture for variables. ✅ FixedUpdate loop for consistent physics simulation.
The biggest win? I added a "Low Gravity" powerup in exactly 3 minutes. In the old code, that would have been a headache of global variable hunting.
Check the repo for the full breakdown of the physics controller logic.
#CodeQuality #GameDev #Refactoring #UnityTips #IndieGameDev
Key Tips for posting about this:
, a fan-made game inspired by the show Gravity Falls. Because this is an indie project often distributed on platforms like Patreon or Itch.io, "codes" usually refer to cheat codes or secret passwords found within the game to unlock special content. 🛠️ Gravity Files: Cheat Codes
Players have discovered several codes for the game (specifically versions like v1.01 or the "Welcome Party" prologue) that unlock gallery images or progression boosts.
Gallery/CG Unlock: ALLSIGHT or UNLOCKALL (Note: These often vary by version; check the developer's Patreon for the latest release notes).
Money/Resources: Some builds use MONEY or RICH to instantly gain in-game currency.
Character Secrets: Typing character names like DIPPER or MABEL in specific prompt screens may trigger unique dialogue or hidden Easter eggs. 🔍 Gravity Falls: "The Book of Bill" & Website Codes
If you are looking for codes related to the recent Gravity Falls "remake" content (like the This Not A Website Dot Com countdown), here are the most relevant secret inputs: Tad Strange: TAD STRANGE Bill Cipher: BILL, CIPHER, or DORITO The Pine Family: STAN, FORD, MABEL, DIPPER Darker Themes: DEATH, DIVORCE, SCARY Lore Answers: Bill's Government File: 29121239168518 Thurburt's Number: 3466554 Anti-cipherizing Tonic: HAROLD'S RAMBLING 💻 Technical "Gravity" Remake Code
If you are a developer looking to remake the mechanics of gravity in a game engine (like Scratch or MakeCode), use these logic patterns: Scratch Gravity Logic To make a character fall realistically: Create a variable: y_velocity. The Loop: Change y_velocity by -1 (Gravity). Change y by y_velocity. Collision: If touching "Ground", set y_velocity to 0. MakeCode Arcade Logic Use the built-in acceleration feature: Set Acceleration Y to 300 or 500.
This creates a constant downward pull, allowing you to focus on the Jump logic (setting a negative Velocity Y). Which "remake" are you working on?
Are you trying to solve a puzzle from the recent Book of Bill ARG?
0;1121;0;2c5; 0;908;0;f0; 0;88;0;98; 0;279;0;177; 0;1247;0;af6;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_10;56; 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;56; 0;ed5;0;782; The term " Gravity Files
0;80;0;259;" most commonly refers to a fan-made adult game/visual novel remake inspired by the Gravity Falls universe. If you are looking for codes related to the "remake" or official Gravity Falls promotional sites, they generally fall into two categories: in-game gallery/cheat codes and website passwords. 0;92;0;a1; 0;be6;0;167; 1. "Gravity Files" Game Codes 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;71f; For the fan-made remake game Gravity Files
0;f0; (developed by various creators on platforms like Patreon or Itch.io), "codes" often refer to gallery unlocks or cheat codes entered within the game's menu. 0;424;0;449;
Common Unlock/Cheat Codes: (Note: These can change with game versions like v1.01) mabel0;52a; dipper stan mystery0;292;
Where to enter: Look for a "Cheat" or "Gallery" icon in the main menu or the pause screen of the game. 2. Official Gravity Falls Website Codes gravity files remake code
If you are referring to the "remake" of the Gravity Falls ARG (Alternate Reality Game) via the ThisIsNotaWebsiteDotCom.com site (associated with The Book of Bill), here are the most popular functional codes: 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;93a;0;568; Result / Content T.J. Eckleburg0;492; 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;848; Reveals a hidden eye doctor's chart. Vallis Cineris 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;852; Plays a video of a "Baby Bill" with eerie audio. Theraprism 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;84c; Shows a warning sign related to Bill's rehabilitation. 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;86e;
Leads to a series of jokes or a wheel of fortune; type it multiple times for more. Platinum Paz 18;write_to_target_document7;default0;1e1;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;824; Unlocks a secret letter from Pacifica Northwest. 18;write_to_target_document7;default0;1e2;
18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;842; Shows a special video note from theorist MatPat. 0;16f; Displays the text: "You ask alotl questions". 3. Content Creation: How to Code "Gravity"
If your intent was to "create content" by actually coding a gravity mechanic (e.g., in a remake of a game on Scratch or MakeCode), you can use this logic: 0;265;0;44b; Variable: Create a variable called velocity_y.
Constant Falling:0;400; In a loop, change velocity_y by a negative number (e.g., -1) to simulate acceleration.
Position Update: Change the player's Y-position by the velocity_y0;398; value.
Collision: If the player touches a "Ground" tile, set velocity_y to 0 and move them back up until they aren't touching the floor.
18;write_to_target_document7;default18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;55b6;0;4b9a;
18;write_to_target_document7;default0;a1;0;a1;18;write_to_target_document1a;_qqrsaaShM4fFkPIPrsqPsQc_20;a3;
18;write_to_target_document1b;_qqrsaaShM4fFkPIPrsqPsQc_100;57; 0;a71;0;5d1; 0;2b4c;0;3985;
Developing a guide for " Gravity Files ," a popular fan-remake of the Gravity Falls involves understanding both the cryptographic puzzles (codes) hidden in the game and the technical execution of the remake 1. Decoding the Cryptograms
The "Gravity Files" remake uses ciphers inspired by the original show to hide lore and secrets. Caesar Cipher : Shift letters by a fixed number (often 3). Atbash Cipher : Reverse the alphabet (A=Z, B=Y).
: Substitute letters with their numeric position (1=A, 2=B). Vigenere Cipher
: Uses a keyword (like "WADDLES") to shift letters variably. Game-Specific Codes
: Community members have discovered unique codes like "Mason," "Spooky," "Piñata," and "Frilliam" that trigger specific Easter eggs or videos within the fan project. 2. Remake Mechanics & Controls
The remake often functions as a top-down RPG or point-and-click adventure. : Standard 8-directional movement is typically handled via CharacterBody2D
nodes if built in Godot, or standard point-and-click interfaces if using Adventure Creator. Interaction
: Use specific keys (often 'E' or mouse clicks) to interact with items like Bill Cipher's statues or journals. Mobile Support : A mobile version ( cap V 1.01 ) exists, which can be run on Android using players like Maldives Player 3. Development Workflow (For Creators)
If you are coding your own version or a mod, follow these structural steps: Engine Setup : Most fan remakes utilize for 2D sprite handling. Asset Management
: Organize sprite sheets for idle, run, and attack animations. Use a Texture Filter set to "Nearest" to keep the pixel-art look sharp. REFramework Integration : Some versions utilize REFramework
for script running and auto-running custom logic within the game directory. 4. Walkthrough Strategy The Welcome Party
: Focus on gathering all clues in the initial "Prologue" level to unlock the first set of journals. Level Solutions
: Many levels require "perfect walkthroughs" where gravity-shifting mechanics are used to navigate terrain that is otherwise impassable. Gravity Files Prologue: The Welcome Party Walkthrough
Gravity Files Prologue: The Welcome Party Walkthrough - YouTube. This content isn't available. Mr NootNoot
Gravity Falls: The "Remake" Code and the Mystery of the Lost Files
For a show that ended years ago, Gravity Falls remains one of the most active "living" puzzles in pop culture history. Even now, fans are scouring the internet for a "remake code" or "gravity files" that might unlock new secrets.
If you’ve stumbled upon rumors of a "Remake Code" or are trying to navigate the cryptic "This Is Not A Website Dot Com" terminal, here is the full breakdown of what is happening in the world of Bill Cipher and the Pines family. 1. The Origin: "This Is Not A Website Dot Com"
The search for a "remake code" often leads fans to the official mystery site launched alongside the release of The Book of Bill. This site features a computer terminal where users can input passwords.
While there isn't a single "remake" button that generates a new episode, there are codes that reference the idea of the show returning or being "rebuilt."
Code: "STAY" – Inputting this often results in a message about the show’s legacy.
Code: "SEVENEYES" – Triggers cryptic files related to the journal's lore.
Code: "DISNEY" – Often triggers a humorous "wash your mouth out" or "censored" response from the terminal, poking fun at the corporate side of a potential remake. 2. Is there a "Remake" in the works?
The keyword "remake" has been trending because of Alex Hirsch’s constant teasing. However, it is important to distinguish between a TV remake and a digital expansion.
The "Files" Lore: The "Gravity Files" usually refer to the massive dump of hidden assets found in the source code of the mystery website. These include voice clips of Bill Cipher, redacted pages from the Great Flood, and blueprints for the portal.
The "Remake" Rumor: Most "remake" talk stems from the code "LOST FILES" or "SEASON 3." If you type "SEASON 3" into the computer terminal, the site usually responds with a snarky comment about how the show is over, or it redirects you to a "Coming Soon" page that turns out to be a prank. 3. Essential Codes for the "Gravity Files" | Problem | Solution | |---------|----------| | Player
If you are looking to unlock the deepest secrets currently available in the "Gravity Files" terminal, try these verified inputs: Result / Secret Unlocked T.J. ECKLEBURG
Unlocks a strange image related to the "eyes" of the series. AXOLOTL
References the powerful deity that Bill Cipher invoked during his death. CIPHER
Triggers a file download or a series of hidden messages from Bill. STAN
Leads to "files" regarding Stan's lost memories and his life post-weirdmageddon. EUCLID
Unlocks files about Bill’s home dimension (The 2nd Dimension). 4. How to Decode the "Remake" Assets
Many fans believe the "remake code" is hidden within the Vigenère ciphers found in The Book of Bill. To find these, you need a "key." In the past, keys like "PINE TREE" or "BILL" worked, but for the new files, the key is often found by looking at the physical bookmarks or the color of the text in the book.
If you are looking for the actual source code of the website to find "remake" hints: Right-click on the "This Is Not A Website" page. Select "View Page Source." Search (Ctrl+F) for "hidden" or "secret."
You will find links to .mp3 and .png files that don't appear on the main screen. 5. The Verdict: Does a Remake Code Exist?
Currently, there is no code that triggers a "Gravity Falls Remake" announcement. Alex Hirsch has been clear that the story of the summer is told. However, the "Gravity Files" are a remake of the experience. By using these codes, fans are getting "remade" content—new lore, new backstories, and new puzzles that bridge the gap between the finale and the current year.
The "Remake Code" is effectively a community term for the latest master password that unlocks the final folder on the mystery website.
Pro-Tip: Keep an eye on the countdown clocks often found on these sites. When the clock hits zero (or goes into negatives), try the code "SOOS" or "BLANCHIN" to see if the files have updated.
In the world of Gravity Falls, "remaking" codes isn't just a fan hobby—it's a decade-long tradition of hunting for hidden lore left by creator Alex Hirsch.
One of the most interesting recent "remake" stories involves the "This Is Not A Website Dot Com" mystery, which served as a digital "remake" or expansion of the mysteries found in The Book of Bill. The Mystery of the "Eyeball Doc"
In 2024, fans discovered a URL hidden in The Book of Bill next to a copyright notice. This led to a black login screen with a triangle icon. To "remake" the experience of being an investigator like Dipper, fans had to:
Decode a Visual Riddle: By stretching a random square graphic in the book and turning it upside down, they found the message: "Need a password? Fine, I'll talk".
The Literature Connection: Tilting the book revealed another clue: "It’s the name of the eyeball doc," referring to T.J. Eckleburg from The Great Gatsby.
The Reward: Entering "T.J. Eckleburg" unlocked a countdown that eventually revealed a digital "remake" of McGucket's computer, filled with hundreds of secret codes and hidden lore. The Codes That Broke the Internet
Once inside the computer, fans entered various "remake" codes to trigger unique interactions: This Is Not A Website Dot Com/Computer
Here’s an informative post about remaking the classic Gravity Files game (often a Flash-era puzzle game where you rotate gravity to navigate a character to the exit).
" alternate reality game (ARG) code entries released by creator Alex Hirsch for the Book of Bill launch.
Because game source code for independent projects is rarely made public due to security and creator rights, this report outlines the prevailing secret codes associated with the official Gravity Falls ARG "remake" lore, as well as general standards for coding a gravity-based physics engine if you are building your own remake. 💻 Gravity Falls ARG Code Database
If you are looking for the secret computer passwords associated with the "Gravity Files" and the recent terminal ARG, the community has decoded the following heavy-hitters: Tad Strange: Triggers a video of spinning bread. Stanford: Pulls up a medical report on his six fingers.
Vallis Cineris: Displays a video of baby Bill Cipher and his parents. Axolotl: Triggers the text: "You ask alotl questions.". Dorito: Triggers a Bill Cipher jump scare.
Theraprism: Pulls up a warning sign translating to "The Old One".
Soos / Dipper / Mabel: Each pull up personalized character files, stickers, and notes. 🛠️ How to Code a Custom "Gravity" System
If you are developing a source code remake of a game and need to program realistic gravity physics, game developers generally rely on simple vector mathematics rather than complex general relativity formulas. 1. Simple Linear Gravity
The most common way to program gravity in a 2D or 3D engine (like Unity or Unreal) is to manipulate the vertical velocity of an object over time.
# Basic Python / Pseudocode for gravity physics velocity_y = 0.0 gravity_force = -9.81 # Standard earth gravity simulation delta_time = 0.016 # Represents 60 frames per second def update_physics(player_y, velocity_y): # Apply acceleration to velocity velocity_y += gravity_force * delta_time # Apply velocity to the vertical position player_y += velocity_y * delta_time return player_y, velocity_y Use code with caution. Copied to clipboard 2. True Gravitational File Remake (Orbitals)
If your game requires "Gravity Files" to simulate space physics (such as the game Outer Wilds), you must utilize Newton's Law of Universal Gravitation:
F=Gm1m2r2cap F equals cap G the fraction with numerator m sub 1 m sub 2 and denominator r squared end-fraction = Gravitational force between the files/objects. = Gravitational constant. = Mass of the objects. = Distance between the centers of the masses. ⚠️ File Integrity & Decompilation Warning
If you are trying to acquire the source code of an existing "Gravity Files" build by reverse-engineering a .exe or application:
Decompiling compiled machine instructions removes all developer comments, variable names, and function names.
The result will be a difficult-to-read pool of Assembly or low-level C++ that is challenging to rebuild.
Always check the original creator's page (such as Patreon or itch.io) to see if they offer open-source developer builds or official modding SDKs. 💡 To tailor this report specifically to your needs:
Tell me which direction to take and I will provide the exact script files or password lists! Main game repository for Beyond All Reason. - GitHub
If you are looking for the " Gravity Falls remake code," you are likely referring to the viral passwords and hidden files from the This Is Not A Website Dot Com ARG associated with the Book of Bill
. Fans often call these the "remake" or "lost files" codes because they unlock a massive amount of hidden lore, notes, and character secrets that feel like an extension of the original show. Essential Codes to Try The website thisisnotawebsitedotcom.com
features a computer interface where you can type in specific passwords. Here are the most impactful ones: T.J. ECKLEBURG
: The primary password that originally unlocked the countdown and led to the "Lost Files". DISPENSE MY TREAT : Downloads a 94MB zip file titled "BILLS FILES DO NOT OPEN!!!" containing a variety of weird assets and lore pieces. CRYPTOGRAM CODEX : Downloads a file containing the Theraprism, Cipher, and Rune fonts , allowing you to decode other messages found in the Book of Bill AD ASTRA PER ASPERA
: Reveals a journal entry from Ford and Mabel regarding Bill's frozen statue. VALLIS CINERIS Ever wonder why some platformers feel buttery smooth
: Shows an eerie video of a "Baby Bill" with audio repeating "Why did you do it?".
: Prompts you to "sign away your soul" with a digital contract that changes the website's candle flame to blue. Character & Lore Secrets
: Both show Dipper-related notes. Typing "Dipper" multiple times changes the result. : "Mabelizes" the room with stickers and colorful clutter.
: Triggers "WHEEL! OF! SHAME!"—keep clicking "HOW HE BEAT ME" for deeper lore. PLATINUM PAZ
: Reveals letters or dialogues between Pacifica and Bill after the Northwest Manor haunting.
: Often redirects to the "Eye of Providence" Wikipedia page or humorous videos about triangles. The McGucket Riddle Chain
starts a series of questions. To reach the end, follow this sequence: MOUNTAIN DON'T (Favorite soda) (Medieval homonym) HAROLDS RAMBLINGS (20th ingredient) UNION MADE (How clown repellent is made) 29121239168518 (Bill's gov file number) GREBLEY HEMBERDRECK (Who comes from Zimtrex 5) (What's on Bill's flag) (Thurburt's number) TINSEL SNAKE (What leaves a thin line in the snow) TORTURE MENTALLY (6th option on Bill's editing software) (Unpronounceable wizard) 333 SUNDAPPLE LANE COZY CREEK IL 60714-94611 (Where triangles come from) MULTILEVEL MARK (Bill's lawyer) EMMALINE BUTTERNUBBINS (Who defeated Silas Birchtree) DISPENSE MY TREAT (The final reward) Florida SeaWatch Captains Log This Is Not A Website Dot Com | Gravity Falls Wiki | Fandom
Gravity Files "remake" code likely refers to the This Is Not A Website Dot Com ARG (Alternate Reality Game) launched alongside The Book of Bill
. This interactive "Lost Files" experience features a computer terminal where entering specific passwords unlocks lore, videos, and secret messages from the Gravity Falls Essential Entry Code
To access the main terminal and bypass the initial "Need a Password?" screen: T.J. Eckleburg (Case-sensitive, named after the oculist from The Great Gatsby referenced in the book). Top Terminal Codes & Secrets
Once inside, you can type various names and phrases to reveal hidden files:
: Displays a "Life Form Not Found" error or various Bill Cipher lore depending on the prompt.
: Opens a series of notes and observations from Dipper Pines. : Shows Mabel’s stickers and personal decorations. : Triggers a creepy audio message played in reverse.
: Reveals a conversation between Bill and Time Baby about Bill's home dimension, Ukia. : Shows an eye exam with hidden ciphers.
: Provides insight into Stanley Pines' perspective or history. Legacy Gravity Falls Ciphers
If you are looking for the classic "codes" used in the original series to decrypt messages, these are the standard methods used by fans: Gravity Falls Wiki The Most Complicated Gravity Falls Code to Crack! 18 Aug 2023 —
In the universe of Gravity Falls, "remake codes" typically refer to the massive collection of secrets found on the viral companion website, This Is Not A Website Dot Com, which serves as a digital "remake" or extension of the show's lore following the release of The Book of Bill.
This site functions like a modern-day McGucket’s laptop, where fans input specific passwords to unlock images, videos, and lore. Below is a comprehensive guide to the most essential codes and how to use them. How to Use the Codes
Visit the official mystery site: ThisIsNotaWebsiteDotCom.com. Interact with the rotating computer screen.
Type one of the keywords below into the console and press enter to reveal the secret. Essential "Remake" & Lore Codes
These keywords unlock critical backstory, particularly regarding Bill Cipher’s origins and the Pines family.
Vallis Cineris: Opens a haunting video of a baby Bill Cipher with his parents. This translates to "Valley of Ashes".
Stanford: Revealed by creator Alex Hirsch as the "canon" password for McGucket’s laptop; it shows a doctor's report on Ford’s six fingers.
T.J. Eckleburg: A major code found within the jacket of The Book of Bill used to unlock specific website files.
Theraprism: Unlocks a warning sign about the dimension where Bill is currently undergoing "rehabilitation".
Cryptogram Codex: Unlocks the specific fonts needed to decode many of the show’s more complex ciphers.
Mason: Reveals Dipper’s real name and additional notes about his obsession with the supernatural. Character & Gag Codes
Typing character names often results in funny interactions or personal notes from the characters themselves. Mabel Displays various digital stickers (can be spammed for more) Soos A helpful note from Soos about the website Wendy A cool note from Wendy Tad Strange
A video of someone cutting bread (the most "normal" thing possible) Waddles Takes you to a pig-themed page or resource Ducktective A note about the show's favorite fictional detective Deep Lore & Hidden Messages
Gravity Falls Codes: If you are looking for the decryption methods used in the Gravity Falls
TV show, fans generally give high reviews to the complexity and fun of these puzzles.
Caesar Cipher: A simple shift (usually -3) used in the first six episodes. Atbash Cipher: A substitution where 'A' becomes 'Z'.
A1Z26: A code where numbers represent their position in the alphabet.
Vigenère Cipher: A more advanced keyed cipher used in later episodes
Fan-Made Games or Remakes: If you are referring to a specific "remake" of a Gravity Falls game (like Gravity Falls: Legend of the Gnome Gemulets
) or a fan-coding project on platforms like Roblox or Scratch:
Community Feedback: Most fan "remakes" or "remake codes" are praised for their nostalgia but often criticized for being short or having "buggy" mechanics compared to official releases.
The "This is Not a Website" Mystery: There was a viral real-world mystery (The Book of Bill) involving the website thisisnotawebsitedotcom.com, where players enter various "codes" to unlock lore. This project has received overwhelmingly positive reviews from the community for its deep lore and interactivity. Popular Mystery Codes If you are playing the " This is Not a Website " game, here are a few codes often searched for: T.J. Eckleburg : Triggers a specific response about being watched. Cipher: Unlocks various Bill Cipher lore.
Gravity Falls: Often provides a meta-commentary or a theme song.
Most advanced remake teams have abandoned Ruby (RGSS) entirely. The current trend for Gravity Files remake code is a full conversion to Godot 4.31 using GDScript.
Here is the typical file tree of a modern remake:
Gravity_Files_Remake/
├── scenes/
│ ├── main.tscn
│ ├── forest_glitch.tscn
│ └── bill_puzzle.tscn
├── scripts/
│ ├── sanity.gd (GDScript)
│ ├── dialogue_parser.gd
│ └── gravity_physics.gd
├── assets/
│ └── original_ripped/ (For personal use only)
└── config/
└── remake_settings.json
Gravity Files was a beloved browser puzzle game where you controlled a character through maze-like levels, flipping gravity (up/down/left/right) to walk on walls and ceilings. Remaking it is an excellent mid-level game dev project. Here’s how to approach it.