e=campaignTrail_temp var changeGameDisp = (hide) => { disp = ""; if (hide) { disp = "none"; } document.getElementsByClassName("inner_window_w_desc")[0].style.display = disp }; e.creditsPage = () => { credits_html = `

Coding

DecstarG#4326

Writing

Mocha#0096

DecstarG#4326

NeoK#7895

Rubix#4197

Playtesting/Misc. Help

Board667#8785

AngryGandhi#3704

Chapu#1656

pedrocheems#6531

Diamondy30901#0308

TomBoxXD#1642

Music Credit

Main ST: The Caretaker - Everywhere at the End of Time


We'll Meet Again - Vera Lynn (edit by SirMcSir)

My Time - Bo En (piano cover by Lattice)

Oceania's Anthem - Dominic Muldowney (cover by Noah & Clyde Music)

King Nothing - Metallica (guitar cover Julien Menard)

Your Reality - Dan Salvato (piano cover by Lattice)

An Ending - Toby Fox

Made In Heaven - Queen (piano cover by Fabrizio Spaggiari)

Requiem - Mozart

Hotel California - Eagles (music box cover by Beeano)

It's Just a Burning Memory - The Caretaker

Space Oddity - David Bowie (cover by Mike Masse and Jeff Hall)

Heartaches - Al Bowlly

Goodbye, My Beautiful - Russ Morgan



Final Note

Hi, this is Decstar. I just wanted to thank you for playing this mod.

This particular style of mod isn't necessarily the "norm" for TCT, but when I was developing the concept, I thought it would play well in the medium.

I hope you enjoy/did enjoy the mod.

To my fellow developers (who haven't seen this yet): thank you so much for your help with this, I think each of you have done a fantastic job. Thank you for putting up with my 4am schizo ideas for new endings.

And as always, remember that it's raining somewhere else.

` changeGameDisp(true); var spacer = document.createElement("amongusspacerthisisntarealelement"); spacer.innerHTML = "      "; document .getElementsByClassName("inner_window_w_desc")[0] .children[1].appendChild(spacer); changeGameDisp(true); var menuHeader = document.createElement("div"); menuHeader.classList.add("inner_window_front"); menuHeader.innerHTML = `

Credits

`; menuHeader.id = "SOTUheader"; menuHeader.style = "height: 50px;background-color:#2d2d2d"; var newMenu = document.createElement("div"); newMenu.classList.add("inner_window_front"); newMenu.id = "SOTUmenu"; newMenu.style = `height:260px;background-color:#2d2d2d;color:white;overflow-y: scroll;`; newMenu.innerHTML = credits_html; let z = document.getElementById("game_window"); var backButton = document.createElement("button"); backButton.style = "position: relative; bottom: -13px; left: -380px; width: 150px; height: 80px;font-size:40px;padding-top:5px;padding-left:8px"; backButton.id = "backSOTUBtn"; backButton.innerHTML = `BACK`; backButton.onclick = function () { document.getElementById("SOTUheader").remove(); document.getElementById("SOTUmenu").remove(); document.getElementById("backSOTUBtn").remove(); changeGameDisp(false); }; z.appendChild(menuHeader); z.appendChild(newMenu); z.appendChild(backButton); } e.credits = ""