sandboxels/new-home.html

99 lines
4.8 KiB
HTML
Raw Permalink Normal View History

2026-02-09 10:11:27 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sandboxels is Moving FAQ</title>
<meta name="description" content="Sandboxels is moving to Neal.fun, this page will answer the questions you might have.">
<meta name="keywords" content="falling sand, elements, pixel art, simulator, powder">
<meta name="author" content="R74n">
<meta name="copyright" content="R74n">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<!--Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png?v=2">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg?v=2" color="#2167ff">
<link rel="shortcut icon" href="icons/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#e6d577">
<meta name="theme-color" content="#000000">
<!--OpenGraph-->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Sandboxels">
<meta property="og:image" content="https://sandboxels.r74n.com/icons/wallpaper.png">
<meta property="og:image:width" content="1980">
<meta property="og:image:height" content="971">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="A rainforest made in Sandboxels">
<!--Twitter-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site:id" content="1436857621827530753">
<meta name="twitter:image" content="https://sandboxels.r74n.com/icons/card.png">
<meta name="twitter:image:alt" content="A rainforest made in Sandboxels">
<meta name="twitter:creator:id" content="1436857621827530753">
<link rel="stylesheet" type="text/css" href="style.css?nocache=3">
<style>
/* on mobile, make h1 fit on one line */
@media only screen and (max-width: 800px) {
h1 { font-size: 1em; }
}
#content { font-family: Arial, Helvetica, sans-serif; font-size:1.2em; }
h2 { margin-top: 1.5em; }
</style>
</head>
<body>
<h1><a href="https://sandboxels.R74n.com" class="backbutton">&lt;</a> A New Home</h1>
<div id="content">
<p>Sandboxels is moving to <a href="https://neal.fun/" target="_blank">Neal.fun</a>, the home of <em>The Password Game</em> and <em>Infinite Craft</em>.</p>
<p>We know that this might be surprising to some people, so we hope this page will answer any questions you might have.</p>
<h2>Where are my saves?</h2>
<p>Don't worry!! While save slots can't be automatically transferred to the new page, they are still downloadable using our new <a href="transfer">Data Transfer Page</a>. Once downloaded, you can easily load them into your game with the "Load File" button in the Saves menu.</p>
<p>This page can also be used to transfer your mods and settings.</p>
<h2>What will happen to development?</h2>
<p>Again - don't worry! We're not going anywhere. We will continue to develop Sandboxels for both the web and <a href="https://store.steampowered.com/app/3664820/Sandboxels/" target="_blank">Steam</a>.</p>
<p>We are committed to make this transition as smooth as possible.</p>
<h2>Where can I play Sandboxels?</h2>
<p>When visiting the original link, <a href="https://sandboxels.r74n.com/">sandboxels.R74n.com</a>, you'll be automatically redirected to the new page at <a href="https://neal.fun/sandboxels/">Neal.fun/sandboxels</a>. This has all the same features and an improved look!</p>
<p>The <a href="https://store.steampowered.com/app/3664820/Sandboxels/" target="_blank">Steam Edition</a> will also continue to be updated.</p>
<h2>What will happen to modding?</h2>
<p>If you create mods for Sandboxels, there are a couple things to know. First of all, modding will continue to be supported forever.</p>
<p>Instead of the original <em>R74nCom/sandboxels</em> repository, mods will now be submitted to <a href="https://github.com/R74nCom/Sandboxels-Mods/" target="_blank">R74nCom/Sandboxels-Mods</a>. All existing mods have been moved over.</p>
<p>For testing purposes, Sandboxels will still load mods from the "mods/" folder of the game directory when using a local file version of the game. On the actual website, mods will be loaded from the new repository.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-93720349-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-93720349-9');
</script>
</body>
</html>