Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,,,,,<<set $correct to false>>
<<set $cday to 1>>
<<set $dskill to 0>>
<<set $ftime to 0.3>>
<<set $tcin to false>>
<<set $tret to false>>
<<set $tkey to false>>
<<set $fwork to false>>
<<set $tworkpre to 0>>
<<set $twork to 0>>
<<set $hm to 0>>
<<set $previopassage to "">>
<<include "characters">>
<<set $p_spt to false>>
/* Sabotajes */
<<set $ar_livingroom to 0>>
<<set $cam_bathroom to 0>>
<<set $hole_guestroom to 0>>
/* Sabotajes */
<<newcycle "time" 0 0 suspend>>
<<phase 'morning' 'noon' 'evening' 'night' 'midnight' 'you fell asleep'>>
<</newcycle>>
<<newcycle "day" 0 0 suspend>>
<<phase 'monday' 'tuesday' 'wednesday' 'thursday' 'friday' 'saturday' 'sunday'>>
<</newcycle>>
<<editcycle 'day' change +5>>
<<include "quests">><img src="assets\img\logo.png" style="display: block; margin-left: auto; margin-right: auto; width: 80%; border-radius: 0px;">
<br>
^^Created by: Neptuno<br> Version: v0.16^^
<br>
<<if $p_spt == false>>
^^Support Mode: OFF^^
<<elseif $p_spt == true>>
^^Support Mode: ON^^
<</if>><h2 class="big4">
<<showcycle 'day' upperfirst>> - <<showcycle 'time' upperfirst>>
</h2>
<<include "store_update">>
<<if Cycle.check('time', 'morning')>>
<img src="assets\img\morning.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'noon')>>
<img src="assets\img\noon.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'evening')>>
<img src="assets\img\evening.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'night')>>
<img src="assets\img\night.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<<elseif Cycle.check('time', 'midnight')>>
<img src="assets\img\midnight.png" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
<</if>>
<h2 class="big4">
<span id="s_money">Money = $ $prota.money</span>
</h2>
<br>
<<general_stats_refresh>>
<<if $neptuno.enable == true>>
<span class="taxi_btn">
<<button "Neptuno: Items">>
<<toggleclass "#neptuno_inventory" "hide">>
<</button>>
</span>
<span id="neptuno_inventory" class="hide">
<br>
<h2 class="big4">
🍪 Snacks (x$neptuno.snacks)<br>
🐕 Friend (Lvl. $neptuno.friend/35)<br></h2>
</span><br>
<</if>>
<<if hasVisited("nathaly_event_2")>>
<span class="taxi_btn">
<<button "Nathaly: Items">>
<<toggleclass "#nathaly_inventory" "hide">>
<</button>>
</span>
<span id="nathaly_inventory" class="hide">
<br>
<h2 class="big4">
🥦 Vegetables (x$nathaly.vegetables)<br>
🍎 Fruits (x$nathaly.fruits)<br>
💊 Pills (x$nathaly.pills)<br>
💉 Injection (x$nathaly.injection)<br>
🍆 Condom (x$nathaly.condom)<br>
❤️ Trust (Lvl. $nathaly.trust/20)<br></h2>
</span><br><</if>>
<span class="taxi_btn"> <<button "Show your stats">>
<<toggleclass "#prota_stats" "hide">>
<</button>>
</span>
<span id="prota_stats" class="hide">
<br>
<h2 class="big4">
<span>💪 Strength = x$prota.strength</span><br>
<span>🧠 Intelligence = x$prota.intelligence</span><br>
<span>🚗 Driving Skill = x$dskill</span><br>
<span>🎫 Blue Tickets = x$prota.bc</span><br>
<span>🍺 Beers = x$prota.beer</span><br></h2>
</span>
<br>
<span class="taxi_btn"> <<button "Show car stats">>
<<toggleclass "#car_stats" "hide">>
<</button>>
</span>
<span id="car_stats" class="hide">
<br>
<h2 class="big4">
<span>🏎 Speed = x$car.generalspeed</span><br>
<span>⛔️ Brakes = x$car.generalbrakes</span><br>
<span>🍀 Luck = x$car.generalluck</span><br>
<span>👀 Style = x$car.generalstyle</span><br></h2><br>
</span>
<br>
<span class="taxi_btn"> <<button "Quests">>
<<run Dialog.setup("Quests")>>
<<run Dialog.wiki("<<include 'active and completed quests'>>")>>
<<run Dialog.open()>>
<</button>></span>
<br><br>
<table style="margin: 0 auto;">
<tbody style="width: 100%;">
<tr>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 80%; padding-top: 0px; padding-bottom: 0px;"> <<button "Support">>
<<run Dialog.setup("Support")>>
<<run Dialog.wiki("<<include 'support'>>")>>
<<run Dialog.open()>>
<</button>>
</span>
</td>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 80%; padding-top: 0px; padding-bottom: 0px;"> <<button "Media Packs">>
<<run Dialog.setup("Media Pack")>>
<<run Dialog.wiki("<<include 'media_pack'>>")>>
<<run Dialog.open()>>
<</button>></span>
</td>
</tr>
<tr>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 80%; padding-top: 0px; padding-bottom: 0px;"> <<button "Website">>
<<script>>window.open('https://f95zone.to/threads/become-taxi-driver-v0-07-neptuno.76723/')<</script>>
<</button>>
</span>
</td>
<td style="padding: 2px;">
<span class="taxi_btn" style="width: 100%; font-size: 80%; padding-top: 0px; padding-bottom: 0px;"> <<button "Bug Fixer">>
<<run Dialog.setup("Bug Fixer")>>
<<run Dialog.wiki("<<include 'bug_solver'>>")>>
<<run Dialog.open()>>
<</button>></span>
</td>
</tr>
</tbody>
</table>/* <<quest_repeat $quest_lya_workshop>> */
<h2 class="big">Quests: Active</h2>
<<quest_active $quest_lya_workshop>>
<<quest_active $quest_sab_bathroom>>
<<quest_active $quest_sab_guestroom>>
<<quest_active $quest_sab_livingroom>>
<<quest_active $quest_maid>>
<<quest_active $quest_book>>
<<quest_active $quest_watch>>
<<quest_active $quest_piece>>
<<quest_active $quest_nathaly>>
<<quest_active $quest_nathaly_mom>>
<<quest_active $quest_victoria>>
<<quest_active $quest_brittney>>
<<quest_active $quest_lexi>>
<<quest_active $quest_f_brittney>>
<<quest_active $quest_lexi_2>>
<<quest_active $quest_xray>>
<<quest_active $quest_past>>
<<quest_active $quest_scooby_cookies>>
<<quest_active $quest_bad_dog>>
<<quest_active $quest_flower_caroline>>
<<quest_active $quest_james>>
<<quest_active $quest_alexa_1>>
/* repeat quests */
<<quest_active $rep_quest_halloween_1>>
<br><br>
<h2 class="big">Quests: Completed</h2>
<<quest_complete $quest_lya_workshop>>
<<quest_complete $quest_sab_bathroom>>
<<quest_complete $quest_sab_guestroom>>
<<quest_complete $quest_sab_livingroom>>
<<quest_complete $quest_maid>>
<<quest_complete $quest_book>>
<<quest_complete $quest_watch>>
<<quest_complete $quest_piece>>
<<quest_complete $quest_nathaly>>
<<quest_complete $quest_nathaly_mom>>
<<quest_complete $quest_victoria>>
<<quest_complete $quest_brittney>>
<<quest_complete $quest_lexi>>
<<quest_complete $quest_f_brittney>>
<<quest_complete $quest_lexi_2>>
<<quest_complete $quest_xray>>
<<quest_complete $quest_past>>
<<quest_complete $quest_scooby_cookies>>
<<quest_complete $quest_bad_dog>>
<<quest_complete $quest_flower_caroline>>
<<quest_complete $quest_james>>
<<quest_complete $quest_alexa_1>>
<<set _quest to passage()>>
<<if _quest == "laptop">>
<br><br>
<h2 class="big">Quests: Blocked</h2>
<<quest_blocked $quest_lya_workshop>>
<<quest_blocked $quest_sab_bathroom>>
<<quest_blocked $quest_sab_guestroom>>
<<quest_blocked $quest_sab_livingroom>>
<<quest_blocked $quest_maid>>
<<quest_blocked $quest_book>>
<<quest_blocked $quest_watch>>
<<quest_blocked $quest_piece>>
<<quest_blocked $quest_nathaly>>
<<quest_blocked $quest_nathaly_mom>>
<<quest_blocked $quest_victoria>>
<<quest_blocked $quest_brittney>>
<<quest_blocked $quest_lexi>>
<<quest_blocked $quest_f_brittney>>
<<quest_blocked $quest_lexi_2>>
<<quest_blocked $quest_xray>>
<<quest_blocked $quest_past>>
<<quest_blocked $quest_scooby_cookies>>
<<quest_blocked $quest_bad_dog>>
<<quest_blocked $quest_flower_caroline>>
<<quest_blocked $quest_james>>
<<quest_blocked $quest_alexa_1>>
<br><br>
<h2 class="big">Quests: Repeatable</h2>
<<quest_repeat $rep_quest_halloween_1 "Complete The Quest (A Scooby Crisis)">>
<<else>>
<br><br>
^^To see the blocked or repeatable quests open this menu while using the laptop^^
<</if>><<set $a_house to {
"repair" : false,
"event" : 0,
}>>
<<set $race to {
"event" : 0,
"site" : "",
"time" : 1.5,
}>>
<<set $nathaly to {
"name" : "",
"talk" : false,
"avalible" : false,
"friend" : 0,
"sex" : false,
"vegetables" : 0,
"fruits" : 0,
"pills" : 0,
"condom" : 0,
"injection" : 0,
"trust" : 0,
}>>
<<set $amuleto to {
"name" : "",
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : true,
"bathroom" : false,
"guestroom" : false,
"friend" : 0,
"event" : 1,
"sex" : false,
}>>
<<set $lya to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"avalible" : true,
"bathroom" : false,
"guestroom" : false,
"friend" : 0,
}>>
<<set $brittney to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"exercise" : true,
"ex" : 0,
"avalible" : false,
"friend" : 0,
"sex" : false,
}>>
<<set $cathy to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"bathroom" : false,
"guestroom" : false,
"avalible" : false,
"friend" : 0,
"sex" : false,
}>>
<<set $alexa to {
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : true,
"friend" : 2,
}>>
<<set $mia to {
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : true,
"friend" : 0,
"ropa" : 1,
"event" : 1,
"sex" : false,
}>>
<<set $prota to {
"name" : "",
"strength" : 0,
"intelligence" : 0,
"money" : 0,
"bc" : 0,
"beer" : 0,
"image" : "prota1",
"srt_house" : true,
"exercise" : 0,
"study" : 0,
}>>
<<set $neptuno to {
"enable" : false,
"talk" : false,
"snacks" : 0,
"friend" : 0,
"event" : 0,
}>>
<<set $car to {
"name" : "vw",
"speed" : 0,
"luck" : 0,
"brakes" : 0,
"style" : 0,
"extrastyle" : 1,
"extraspeed" : 1,
"extraluck" : 1,
"extrabrakes" : 1,
"generalluck" : 0,
"generalspeed" : 0,
"generalbrakes" : 0,
"generalstyle" : 0,
"pintadohoy" : false,
"color" : "",
"body" : 1,
"fase" : 1,
}>>
<<set $sitio to {
"gym" : "close",
"workshop" : "close",
"C_House" : "open",
"merida" : "open",
"library" : "close",
"beach" : "close",
"park" : "close",
"bar" : "close",
"car_race": "close",
}>>
<<set $race_time to 0>>
/* Shortcut a trabajar */
/* prota.srt_house */
/* Shortcut a trabajar */
<<set $inventory to [""]>>
<<set $race_select to 0>>
<<set $s_race to {
"fase" : 0,
"life" : 0,
"position" : 1,
"exit" : false,
"passage" : "",
"racing" : false,
"money" : 20,
"bonus" : 0,
"resumen" : "",
"fmoney" : 0,
}>>
<<set $req to {
"strength" : 0,
"style" : 0,
"intelligence" : 0,
}>>
<<set $girl_park to {
"friend" : 0,
"today" : 0,
"block" : false,
}>>
<<set $girl_library to {
"friend" : 0,
"today" : 0,
"block" : false,
}>>
<<set $victoria_event to true>>
<<set $l_d_s to 1>>
<<set $extra_ldm to false>>
/* Otros */
<<set $maid_tracking to false>>
<<set $barmaid to {
"friend" : 0,
"block" : false,
"today" : 0,
}>>
<<set $watch to {
"search" : 0,
"found" : false,
"repaired" : false,
}>>
<<set $xray to {
"lvl" : 0,
"block" : true,
"support" : false,
}>>
<<set $wishing_well_xray to {
"count" : 100,
"actual" : 0,
"goal" : 300,
}>>
<<set $wishing_well_maid to {
"count" : 5,
"actual" : 0,
"goal" : 350,
}>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"support" : false,
}>>
<<set $learn_swim to {
"block" : false,
"skill": 0,
}>>
<<set $wishing_well_swim to {
"count" : 10,
"actual" : 0,
"goal" : 100,
}>>
<<set $wishing_well_xray to {
"count" : 100,
"actual" : 0,
"goal" : 300,
}>>
<<set $caroline to {
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : false,
"friend" : 0,
"wifi" : false,
"bfriend" : true,
"event" : 1,
"sex" : false,
}>>
<<set $documents to {"d1" : false, "d2" : false, "d3" : false, "d4" : false, "d5" : false, "d6" : false, "d7" : false, "d8" : false, "d9" : false, "d10" : false, "d11" : false, "d12" : false, "d13" : false, "d14" : false, "d15" : false, "d16" : false,}>>
<<set $documents_count to 0>><h1 class="titulo">BTD It's not here</h1>
<br><br>
To comply with Patreon's regulations I had to remove the online version of BTD
<br><br>
But don't worry, there are excellent sites that will host the game with fan-made mod packs 🐕
<br><br>
Just type in Google "Mopoga Become Taxi Driver" and you will have the online version available (Or gamecore if you prefer)
<br><br>
Did you have your save file here? You can export it by clicking this button:
<br><br>
<span class="taxi_btn_p_p" style="width: 100%; margin:auto;"> <<button "Save files">>
<<script>>UI.saves()<</script>>
<</button>>
</span><<if ndef $quest_maid>>
<<set $quest_maid to {
"name" : "Saving an industry",
"description" : "The domestic service company needs a miracle! Where can I get one?",
"status" : "inactive",
"fase" : 1,
"quests" : ["Go to the fountain of wishes in the park",
"Flip one (or many) coins until your wish is fulfilled!",
"Talk to the cleaning company",
],
}>>
<</if>>
<<if ndef $wishing_well_maid>>
<<set $wishing_well_maid to {
"count" : 5,
"actual" : 0,
"goal" : 350,
}>>
<</if>>
<<if ndef $quest_nathaly>>
<<set $quest_nathaly to {
"name" : "A mysterious woman",
"description" : "Make sure the mystery woman heals her wounds",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Take care of the woman",
"Talk to the mystery woman",
],
}>>
<</if>>
<<if ndef $s_race>>
<<set $s_race to {
"fase" : 0,
"life" : 0,
"position" : 1,
"exit" : false,
"passage" : "",
"racing" : false,
"money" : 0,
"bonus" : 0,
"resumen" : "",
"fmoney" : 0,
}>>
<</if>>
<<if ndef $quest_nathaly_mom>>
<<set $quest_nathaly_mom to {
"name" : "Nathaly's Mom",
"description" : "Nathaly misses her family, it's the perfect time to gain their trust even more",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Buy a Camera",
"Go to Merida",
"Give the photo to nathaly",
],
}>>
<</if>>
<<if ndef $neptuno>>
<<set $neptuno to {
"enable" : false,
"talk" : false,
"snacks" : 0,
"friend" : 0,
"event" : 0,
}>>
<</if>>
<<if ndef $quest_piece>>
<<set $quest_piece to {
"name" : "A worn piece",
"description" : "My car has an annoying noise, it needs a new replacement",
"status" : "inactive",
"fase" : 1,
"quests" : [ "Go to the park on a Thursday at noon and call Jade",
"When you are ready go to the park and participate in the race",
"Look for jade near the beach (In the morning)",
],
}>>
<</if>>
<<if ndef $quest_victoria>>
<<set $quest_victoria to {
"name" : "Operation Bikini",
"description" : "A girl from the park wants to learn to swim, just to see her in a bikini is worth it",
"status" : "inactive",
"fase" : 1,
"quests" : ["Learn to swim (Finish all swimming lessons)",
"Text to Victoria from the beach",
"Give Victoria some swimming lessons",
"Call Victoria at night from the beach",
],
}>>
<</if>>
<<if ndef $a_house>>
<<set $a_house to {
"repair" : false,
"event" : 0,
}>>
<</if>>
<<if ndef $race_time>>
<<set $race_time to 0>>
<</if>>
<<if ndef $actual_maid>>
<<set $actual_maid to {
"code" : "",
"fase" : 0,
"site" : ["", "", "", "", ],
"active" : false,
"support" : false,
}>>
<</if>>
<<if ndef $learn_swim>>
<<set $learn_swim to {
"block" : false,
"skill": 0,
}>>
<</if>>
<<if ndef $wishing_well_swim>>
<<set $wishing_well_swim to {
"count" : 10,
"actual" : 0,
"goal" : 100,
}>>
<</if>>
<<if $amuleto.name == "">>
<<set $amuleto.name to "Jasmine">>
<</if>>
<<if ndef $lya.event>>
<<set $lya.event to 1>>
<</if>>
<<if ndef $race>>
<<set $race to {
"event" : 0,
"site" : "",
"time" : 1.5,
}>>
<</if>>
<<if ndef $brittney>>
<<set $brittney to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"exercise" : true,
"ex" : 0,
"avalible" : false,
"friend" : 0,
"sex" : false,
}>>
<</if>>
<<if ndef $quest_brittney>>
<<set $quest_brittney to {
"name" : "Healthy Body - Healthy Mind",
"description" : "Brittney wants to exercise in the park, but I'll need a few things first",
"status" : "inactive",
"fase" : 1,
"quests" : ["Go to Mia's shop and buy exercise equipment",
"Find a good place to exercise in the park",
"Go and talk to Brittney at the library",
"Exercise with Brittney at the park on Saturday or Sunday",
],
}>>
<</if>>
<<if ndef $p_code>>
<<set $p_code to "">>
<</if>>
<<if ndef $maid_tracking>>
<<set $maid_tracking to false>>
<</if>>
<<if ndef $l_d_s>>
<<set $l_d_s to 1>>
<</if>>
<<if ndef $car.fase>>
<<set $car.fase to 1>>
<</if>>
<<if ndef $sitio.car_race>>
<<set $sitio.car_race to "close">>
<</if>>
<<if ndef $race_select>>
<<set $race_select to random(1, 8)>>
<</if>>
<<if ndef $victoria_event>>
<<set $victoria_event to true>>
<</if>>
<<if ndef $nathaly>>
<<set $nathaly to {
"name" : "",
"talk" : false,
"avalible" : false,
"friend" : 0,
"sex" : false,
"vegetables" : 0,
"fruits" : 0,
"pills" : 0,
"condom" : 0,
"injection" : 0,
"trust" : 0,
}>>
<</if>>
<<if ndef $extra_ldm>>
<<set $extra_ldm to false>>
<</if>>
<<if ndef $documents>>
<<set $documents to {"d1" : false, "d2" : false, "d3" : false, "d4" : false, "d5" : false, "d6" : false, "d7" : false, "d8" : false, "d9" : false, "d10" : false, "d11" : false, "d12" : false, "d13" : false, "d14" : false, "d15" : false, "d16" : false,}>>
<</if>>
<<if ndef $documents_count>>
<<set $documents_count to 0>>
<</if>>
<<if ndef $quest_lexi>>
<<set $quest_lexi to {
"name" : "A beautiful woman, a thousand documents",
"description" : "Lexi needs me to deliver some documents; it's a perfect opportunity to gain her trust",
"status" : "inactive",
"fase" : 1,
"quests" : ["View the schedule on your laptop",
"Deliver the documents $documents_count/16",
"Talk to Lexi in the morning (From the beach)",
"Go to sleep and get some rest",
],
}>>
<</if>>
<<if ndef $barmaid>>
<<set $barmaid to {
"friend" : 0,
"block" : false,
"today" : 0,
}>>
<</if>>
<<if ndef $req>>
<<set $req to {
"strength" : 0,
"style" : 0,
"intelligence" : 0,
}>>
<</if>>
<<if ndef $quest_f_brittney>>
<<set $quest_f_brittney to {
"name" : "Second chances",
"description" : "I have to find a way to get Brittney to stop being mad at me",
"status" : "inactive",
"fase" : 1,
"quests" : ["Try to apologize to Brittney (Talk to her)",
"Buy a gift at Mia's store and give it to Brittney",
"Takes Brittney to the races",
],
}>>
<</if>>
<<if ndef $girl_park>>
<<set $girl_park to {
"friend" : 0,
"today" : 0,
"block" : false,
}>>
<</if>>
<<if ndef $girl_library>>
<<set $girl_library to {
"friend" : 0,
"today" : 0,
"block" : false,
}>>
<</if>>
<<if ndef $wishing_well_xray>>
<<set $wishing_well_xray to {
"count" : 100,
"actual" : 0,
"goal" : 300,
}>>
<</if>>
<<if ndef $xray>>
<<set $xray to {
"lvl" : 0,
"block" : true,
"support" : false,
}>>
<</if>>
<<if ndef $wishing_well_xray>>
<<set $wishing_well_xray to {
"count" : 100,
"actual" : 0,
"goal" : 300,
}>>
<</if>>
<<if ndef $prota.bc>>
<<set $prota.bc to 0>>
<</if>>
<<if ndef $neptuno.friend>>
<<set $neptuno.friend to 0>>
<</if>>
<<if ndef $cathy>>
<<set $cathy to {
"talk" : false,
"talking" : false,
"event" : 1,
"site" : "none",
"bathroom" : false,
"guestroom" : false,
"avalible" : false,
"friend" : 0,
"sex" : false,
}>>
<</if>>
<<if ndef $prota.beer>>
<<set $prota.beer to 0>>
<</if>>
<<if ndef $quest_xray>>
<<set $quest_xray to {
"name" : "X-ray vision",
"description" : "The dream of any teenager or doctor... Is it possible?",
"status" : "inactive",
"fase" : 1,
"count": 0,
"block": false,
"quests" : ["Go to the park and improve your imagination $quest_xray.count/3",
"Takes the strange device to a place where it can be unlocked (From the Park)",
"Test the device again in the park",
],
}>>
<</if>>
<<if ndef $sitio.bar>>
<<set $sitio.bat to "close">>
<</if>>
<<if ndef $quest_lexi_2>>
<<set $quest_lexi_2 to {
"name" : "A pool party",
"description" : "Lexi invited me to her pool on Friday, so I better get ready...",
"status" : "inactive",
"sit_ups" : 0,
"block" : false,
"fase" : 1,
"quests" : ["Do some sit-ups in the GYM $quest_lexi_2.sit_ups/5",
"Go to Lexi's house on Friday (From the beach)",
"Go to Mr. Matthew's office (From the park)",
"Blackmails Mr. Matthew on Monday in his office (From the park)",
"Deliver the documents to Lexi at her home (From the beach)",
],
}>>
<</if>>
<<if ndef $quest_past>>
<<set $quest_past to {
"name" : "A glimpse into the past",
"description" : "Neptune states that he can help me to see the past of women, this can be interesting",
"status" : "inactive",
"fase" : 1,
"block" : false,
"c_stick" : false,
"h_wand" : false,
"vr" : false,
"quests" : ["Buy the necessary items at mia's store and deliver them to Neptuno",
"Talk to Neptuno in the kitchen",
"Test the modified VR machine (From your laptop)",
],
}>>
<</if>>
<<if $quest_brittney.fase > 4>>
<<set $quest_brittney.fase to 4>>
<</if>>
<<if ndef $first_r>>
<<set $first_r to "">>
<</if>>
<<if ndef $second_r>>
<<set $second_r to "">>
<</if>>
<<if ndef $final_r>>
<<set $final_r to "">>
<</if>>
<<if ndef $route>>
<<set $route to [""]>>
<</if>>
<<if ndef $p_code3>>
<<set $p_code3 to "">>
<</if>>
<<if ndef $actual_pax>>
<<set $actual_pax to {
"code" : "",
"fase" : 0,
"site" : ["", "", "",],
"active" : false,
"support" : false,
}>>
<</if>>
<<if ndef $quest_scooby_cookies>>
<<set $quest_scooby_cookies to {
"name" : "A Scooby Crisis",
"description" : "I need to know why the Scooby Cookies are out of stock at mia's store",
"status" : "inactive",
"fase" : 1,
"cookies" : 1,
"block" : false,
"quests" : ["Talk to Mia in the store",
"Talk to the supplier in Merida",
"Buy the necklace in Mia's store",
"Talk to Arabelle (Merida)",
"Drive the truck to the dock (Midnight, from the beach)",
"Talk to Arabelle (Merida)",
],
}>>
<</if>>
<<if ndef $caroline>>
<<set $caroline to {
"talk" : false,
"talking" : false,
"site" : "none",
"avalible" : false,
"friend" : 0,
"wifi" : false,
"bfriend" : true,
"event" : 1,
"sex" : false,
}>>
<</if>>
<<if ndef $quest_bad_dog>>
<<set $quest_bad_dog to {
"name" : "Caroline's Yard",
"description" : "Neptuno has caused problems with the neighbor. I better solve all this as quickly as possible",
"status" : "inactive",
"fase" : 1,
"yard" : 1,
"block" : false,
"quests" : ["Talk to Caroline at her house (She's in your neighborhood)",
"Go home and look for dry clothes",
"Leave Mr. Buttons near Caroline's house (He is in the kitchen with Neptuno)",
"Buy a waterproof mini camera from the Mia store",
"Install the camera at Caroline's home (Midnight)",
"Talk to Caroline at her home",
"Talk to Caroline at her home (At night or midnight)",
],
}>>
<</if>>
<<include "repeteable_quest_unlock">>
<<if ndef $rep_quest_halloween_1>>
<<set $rep_quest_halloween_1 to {
"name" : "Halloween Nightmare - 1",
"description" : "A strange event has been occurring during the nights. Find out what it is all about",
"status" : "inactive",
"fase" : 1,
"block" : true,
"quests" : ["Go to sleep 1/3",
"Go to sleep 2/3",
"Go to sleep 3/3",
],
}>>
<</if>>
<<if hasVisited("brittney_event_5") and $quest_f_brittney.fase == 1 and $quest_f_brittney.status == "active">>
<<set $quest_f_brittney.fase to 2>>
<</if>>
<<if ndef $quest_flower_caroline>>
<<set $quest_flower_caroline to {
"name" : "One in a million",
"description" : "Zinnia is a very common flower. But Caroline loves one in particular... One in a million",
"status" : "inactive",
"fase" : 1,
"block" : false,
"quests" : ["Search for White and Pink Zinnia in the park",
"Research about Zinnia in the library",
"Ask Arabelle for help to get the flower (Merida)",
"Pick up Melody at night (Merida)",
"Look for the flower in Arabelle's house",
"Give the flower to Caroline",
"Go talk to Caroline",
"Go to sleep",
],
}>>
<</if>>
<<if ndef $quest_james>>
<<set $quest_james to {
"name" : "James",
"description" : "James punched me in the face for sleeping with Caroline, now my jaw hurts //Ouch//",
"status" : "inactive",
"fase" : 1,
"block" : false,
"quests" : ["Go home",
"Buy a new outfit and wait for James at home (Night)",
"Go to Caroline's house",
],
}>>
<</if>>
<<if ndef $quest_alexa_1>>
<<set $quest_alexa_1 to {
"name" : "Alexa's wedding",
"description" : "Speak Now or Forever Hold Your Peace",
"status" : "inactive",
"fase" : 1,
"block" : false,
"carlos" : false,
"trip" : 0,
"quests" : ["(Merida) Take Carlos and Alexa where they need to go 1/4",
"(Merida) Take Carlos and Alexa where they need to go 2/4",
"(Merida) Take Carlos and Alexa where they need to go 3/4",
"(Merida) Take Carlos and Alexa where they need to go 4/4",
"(Merida) Take Carlos and Alexa to the wedding",
"Congratulate Alexa on her wedding",
],
}>>
<</if>>
<<if hasVisited("lexi_event_2d")>>
<<set $quest_lexi_2.status to "complete">>
<</if>><<set _bug_fix to passage()>>
<center>
<br>
<<include "save_game_compatibility">>
Found a bug? Let's fix it 🛠
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 1) Please report the bug in the forum thread:</span><br><br>
https://f95zone.to/threads/become-taxi-driver-v0-03-neptuno.76723/ <br><br>
And also add the savegame (That would make it much easier for me to solve it)<br>
<span class="btn white"> <<link "Export the save file">>
<<script>>Save.export()<</script>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 2) Can't see the emojis correctly?</span><br><br>
I will put some emojis below <br>
😬 🙄 😯 😦 😧 😮 😲 🥱<br><br>
If you can't see them correctly and/or you are using an older version of windows, then use the Firefox browser. That should fix the problem
<br><br><br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 3) Did the bug get you stuck in one place?</span><br>
<span class="btn white"> <<link "Clic Here">>
<<set $hm to 0>>
<<goto _bug_fix>>
<<run Dialog.close()>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 4) Still can't fix it? Save the game then click here</span><br>
<span class="btn white"> <<link "Clic Here">>
<<set $hm to 0>>
<<goto "sleep">>
<<run Dialog.close()>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 5) You modified a variable (p_spt) and now you don't see the x-rays?</span><br>
<span class="btn white"> <<link "Clic Here">>
<<set $p_spt to false>>
<<set $xray.support to false>>
<<run Dialog.close()>>
<</link>></span>
<br><br>
<span style="background-color: brown;padding: 10px;border-radius: 20px;"> 6) Errors when using save game from v0.04 (Or older) to v0.08</span><br>
<br>
Please use this only if necessary!<br>
Fix bugs with Nathaly, Neptuno, and new content added in v0.05
<br>
<span class="btn white"> <<link "Clic Here">>
<<set $neptuno.enable to true>>
<<set $neptuno.snacks to 0>>
<<set $neptuno.friend to 0>>
<<set $nathaly.talk to true>>
<<set $nathaly.friend += 1>>
<<set $a_house.event to 3>>
<<run $inventory.delete("Fruits")>>
<<run $inventory.delete("Vegetables")>>
<<run $inventory.delete("Injection")>>
<<run $inventory.delete("Pills")>>
<<goto "nathaly_event_2">>
<<run Dialog.close()>>
<</link>></span>
</center><<if tags().includes("bbar")>>
<div id="topbar"><div id="bbblock"><div id="bbtext">
<<showcycle 'day' upperfirst>> - <<showcycle 'time' upperfirst>>
|
💵$prota.money
|
🧠x$prota.intelligence
|
💪x$prota.strength
</div></div></div>
<<else>>
<div id="topbar" style="opacity: 0%;"></div>
<</if>><img src="assets\img\logo.png" style="display: block; margin-left: auto; margin-right: auto; width: 30%;">
<br><br>
<h1 class="titulo">Team</h1>
<br><br>
Development, coding, history and bad jokes: Neptuno<br>
CSS and Javascript Assistant: DTH<br>
Assistant writer: Perfect_Writer<br>
<br><br>
<h1 class="titulo">Curiosities about BTD</h1>
<br><br>
- Although not implemented, there are 2 weather and traffic variables <br>
- Mia (Mia Malkova) was to be represented by Brooklyn (Brooklyn Blue) but all events were removed to make the change before the launch <br>
- In the story that was written on paper: Jasmine (Amulet) recovered her body when she met Neptuno, and then Lya came to live with you <br>
- In the story that was written on paper: Nathaly became pregnant by you, which forced you to destroy the amulet, but even so, she decided to live in the abandoned house <br>
- Alexa (Alexa Pearl) a pregnant woman was going to be a main character along with James (her husband). Although there are events created since version v0.02, it was never implemented <br>
- In the first release of BTD, the game did not work. It was all caused by a single misplaced letter in the code <br>
- A mini-game was going to be released that told the stories of all the main and secondary characters (about their past). But I cancelled it because I didn't know if it would be well received by my community since it would be with female protagonists (Now you can see a short version of that on the laptop with VR) <br>
- All BTD data (backups, images, documents, etc) were accidentally deleted. I already had experience in this kind of things so it could be recovered 80% in a couple of hours. Now BTD is automatically backed up to the cloud in real time <br>
- Although Neptuno claims to be a demigod with infinite power, he never does anything "magical" without the use of an amulet <br>
- Neptuno is slightly inspired by "ALF" the main character in the comedy created by Paul Fusco and Tom Patchett <br>
- BTD has given Scooby Snacks to stray dogs and in some cases, visits to the dogtor 🐕 (This social work it is possible thanks to my community) <br>
- Daisy (Neptuno's Bride) Represents the first love we all had <br>
-The BTD community has given excellent suggestions that have already been implemented (such as the laptop, VR, Progress Tracking, etc...) <br>
<br>
<br>
''- Before starting BTD, I wrote rules, some of them are:'' <br>
1) Never "block" the story of any character to offer it in the support version<br>
2) Never ask my community to get Support version in-game<br>
3) Quality > Quantity<br>
<br><br>
<h1 class="titulo">Copyright</h1>
<br><br>
- All art in this game has been properly licensed by each of the artists
<br><br>
- About the images and videos... I don't have the license to use them, I know; that's wrong.
<br>
BTD is a small game, with a small community, to aspire to something like this is simply impossible, but companies can see BTD as an interactive commercial
<br>
In my discord I have a section called "Find-Porn-Star-Name" that allows me to redirect any user interested in a specific content to the official website
<br>
This game uses 4:3, low-resolution videos from free websites such as xvideos
<br><br>
For the girls who use onlyfans or similar websites, I will provide my users whenever possible with the nets where they can support you 🍪
<br><br>
If you want to remove something, you can contact me by phone, mail, discord, the f95 forum, support... I am always available and committed to remove any content in less than 24 hours
<br><br>
I'm a good boy 🐕 please do not take BTD away from me
<br><br>
<img src="assets\characters\neptuno\event6\event_5.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Back">>
<<goto "start">>
<</link>></span><<if $quest_scooby_cookies.status == "complete" and $rep_quest_halloween_1.status == "inactive">>
<<notify 3s>>New Repeatable Quest Unlocked!<</notify>>
<<set $rep_quest_halloween_1.block to false>>
<<set $rep_quest_halloween_1.status to "active">>
<</if>><h1 class="titulo">Get the support version</h1>
<br><br>
My game is and always will be free; no principal/secondary character or part of the story is "locked." If you still want EXTRA content or just want to buy me some Scooby Cookies 🍪🐕 that would mean a lot to me
<br><br>
^^If you have a choice, please choose SuscribeStar^^
<br><br>
<h2 class="big">The online support version is ONLY available at SubscribeStar</h2>
<br><br>
<div class="flex-grid">
<div class="col2">
<img src="assets\support\ss.png" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<br>
✅ Support version with all benefits
<br>
✅ Online support version (iPhone Compatible)
<br>
✅ Fan media packs included
<br><br><br>
<span class="btn white" style="font-size: 90%; padding: 0px; margin: 0px;"> <<link "SuscribeStar (Click Here)">>
<<script>>window.open('https://subscribestar.adult/neptuno')<</script>>
<</link>></span>
</div>
<div class="col2">
<img src="assets\support\patreon.png" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">
<br>
✅ Support version with all benefits
<br>
⛔️ Online support version (iPhone not compatible, Android only with joiplay)
<br>
⛔️ Fan media packs not included (But you can download it from the forum)
<br><br><br>
<span class="btn white" style="font-size: 90%; padding: 0px; margin: 0px;"> <<link "Patreon (Click Here)">>
<<script>>window.open('https://www.patreon.com/Neptuno')<</script>>
<</link>></span>
</div>
</div><span style="text-align: center;">
A media pack is a set of multimedia files made by fans to modify or expand the BTD story
<br><br>
<h2 class="big">I already have a modpack installed?</h2>
<br>
^^In the image below you can see if you have one installed and who is the creator^^
<br><br>
<img src="assets\img\sleep.jpg" style="display: block; margin-left: auto; margin-right: auto; width: 70%;">
<br><br>
<span class="btn white"> <<link "Download">>
<<script>>window.open('https://f95zone.to/threads/become-taxi-driver-v0-07-neptuno.76723/')<</script>>
<</link>></span>
</span>