From 0b9924961833033cd78315e96bba425e4084bc6f Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Thu, 27 Feb 2025 04:47:31 -0500 Subject: [PATCH] Begin chapter - Ignore web files --- .gitignore | 63 ++++++++++++++++++++++++++++++++++------------- src/SynthFur.twee | 28 +++++++++++++++------ 2 files changed, 67 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index bee2965..c6cbbdb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,7 @@ -# ---> VisualStudioCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,macos,windows,web +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,linux,macos,windows,web -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - -# ---> Linux +### Linux ### *~ # temporary files which can be created if a process still has a handle open of a deleted file @@ -27,14 +16,15 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* -# ---> macOS +### macOS ### # General .DS_Store .AppleDouble .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -55,7 +45,45 @@ Network Trash Folder Temporary Items .apdisk -# ---> Windows +### macOS Patch ### +# iCloud generated files +*.icloud + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### Web ### +*.asp +*.cer +*.csr +*.css +*.htm +*.html +*.js +*.jsp +*.php +*.rss +*.wasm +*.wat +*.xhtml + +### Windows ### # Windows thumbnail cache files Thumbs.db Thumbs.db:encryptable @@ -81,3 +109,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,macos,windows,web diff --git a/src/SynthFur.twee b/src/SynthFur.twee index add0c98..2e1a51d 100644 --- a/src/SynthFur.twee +++ b/src/SynthFur.twee @@ -16,8 +16,18 @@ Synthetic Fur (align:"=><=")+(box:"X=")[You play as $player, a blue fennec who hired $synth. $synth is an android that works as a butler.] +:: Chapter 1 {"position":"200,625","size":"100,100"} +$synth stepped inside the living room. It was simple with a worn couch facing a coffee table and flat screen TV that was mounted on a stand with two glass shelves. The top shelf had a cable modem, router and what appeared to be a small microcomputer that was about the size of a credit card. The bottom shelf had an array of old and new video game consoles with stacks of disc cases littered around them. There seemed to be some attempt at organization as labels. Just ahead of the couch was an open entrance to the dining area that lead into the kitchen. + +You close the door behind you after Nathan fully steps in. "Not much," you sheepishly admit to yourself. "But it's home." + +"I appropriate your attempt to organize things yourself before asking for my assistance," $synth said. + +Your ears perked up at their surprise compliment. + + :: Header [header] {"position":"325,375","size":"100,100"} -(align:"=><=")+(box:"X")[ [[Settings->Settings]] | [[About->About]] ] +(align:"=><=")+(box:"X")[ [[Settings->Settings]] | [[About->About]] ] (seed:"36ac6237-cefe-4f59-894e-0cc812654f44") @@ -43,15 +53,17 @@ Synthetic Fur :: Prologue {"position":"200,500","size":"100,100"} With one leg up on your office chair, a slight turn of a dial, and the headphone to your ear, you closed your eyes. The music flowed through your ears like an incoming wave. -Suddenly, there was a soft knock that began to fill your thoughts. Trying to focus, the second knock was louder. Finally, the third knock startled you from your trance, causing you to jump in your chair. (if: 3 <= $d6)["Yipe!" You cried out as you begin to fall over. You quickly grabbed the edge of your desk with your tail before pulling yourself up.] You stood up from your chair and regained your composure, you ran the front door then opened it up +Suddenly, there was a soft knock that began to fill your thoughts. Trying to focus, the second knock was louder. Finally, the third knock startled you from your trance, causing you to jump in your chair as you opened your eyes. (if: 3 <= $d6)["Yipe!" You cried out as you almost fall out of chair.](else:)["Woops," you mutter to yourself.] -(click: "front door")[An android with a fennec aesthetic and blue alloy skin that matched yours stood before you. "Greetings, $player," they said with a graceful bow before standing right back up. +You stood up from your chair and regained your composure, you ran the front door then opened it up (click: "front door")[An android with a fennec aesthetic and blue alloy skin that matched yours stood before you. "Greetings, $player," they said with a graceful bow before standing right back up. -You took a moment to examine them. The android was dressed in a matching gray t-shirt (if: $lewd is true)[and chaps that framed his slit](else:)[and pants]. A single blue line ran from the top to bottom from the left side of their shirt with a logo in the shape of paw on the top right sleeve. +You took a moment to examine them. The android was dressed in a matching gray t-shirt and chaps that framed their panties. On the left side of their shirt was a single blue stripe ran from the top to bottom, while a white logo in the shape of a paw on the top right sleeve. "Oh! Right," you remember as you snapped your fingers. "$synth! You're the butler I hired." -"That is correct." $synth replied. "Forgive me for disturbing you," he added.] +"That is correct." $synth replied. "Forgive me for disturbing you," he added. + +"Not at all," you shrug. "[[Make your self at home->Chapter 1]]," you step aisde to let them in.] :: Settings {"position":"325,500","size":"100,100"} @@ -65,9 +77,11 @@ You took a moment to examine them. The android was dressed in a matching gray t- =|= ''Nickname'' (input-box:2bind $dj,"X",1,"") - -(checkbox: 2bind $lewd, "Lewd Gameplay") |==| (button:)(link-goto: "Save", (history:)'s last) + + +:: d6 {"position":"450,250","size":"100,100"} +(change: $d6 to (random: 1,6))