DSGM-Resource-Site/archives.html
DigitalDesignDude c1cb9bbe9c Updated Social Links
Removed twitter account link since it doesn't exist anymore.
2022-11-05 13:38:25 -03:00

454 lines
24 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- GOOGLE TAG RELATED (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QYNZC3X0CK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-QYNZC3X0CK');
</script>
<!--STANDARD META TAGS-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archives - DS Game Maker Resource Site</title>
<!--FAVICONS-->
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="shortcut icon" type="image/png" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/favicon.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/favicon-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/favicon-180x180.png">
<!--INFO META TAGS -->
<meta name="description" content="Find and view archived DS Game Maker resources to help you make Nintendo DS Games.">
<meta name="author" content="DigitalDesignDude">
<meta name="keywords" content="DS Game Maker, Nintendo DS, DSGM, Nintendo DS Homebrew, DS Homebrew, Homebrew, Developer Resources, Documentation, Archive, Game Maker, Video Games">
<!--SOCIAL SNIPPET META TAGS-->
<meta property="og:site_name" content="DS Game Maker Resource Site">
<meta property="og:title" content="Archives - DS Game Maker Resource Site">
<meta property="og:description" content="Find and view archived DS Game Maker resources to help you make Nintendo DS Games.">
<link rel="canonical" href="https://digitaldesigndude.github.io/DSGM-Resource-Site/archives.html">
<meta property="og:url" content="https://digitaldesigndude.github.io/DSGM-Resource-Site/archives.html">
<meta property="og:image" content="https://digitaldesigndude.github.io/DSGM-Resource-Site/images/screenshot-resource-site-homepage.png">
<meta property="og:image:width" content="1280">
<meta property="og:image:height" content="640">
<meta property="og:type" content="article">
<meta property="og:locale" content="en_US">
<meta name="twitter:title" content="Archives - DS Game Maker Resource Site">
<meta name="twitter:description" content="Find and view archived DS Game Maker resources to help you make Nintendo DS Games.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://digitaldesigndude.github.io/DSGM-Resource-Site/images/screenshot-resource-site-homepage.png">
<!-- LINKING CSS + BOOSTRAP -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!--Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- Site Style -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<main>
<header>
<a id="site-brand" href="index.html">
<img id="site-logo" class="img-fluid" src="images/logo-dsgm.png" alt="DS Game Maker Logo">
<h1 class="themed-text">Resource Site</h1>
</a>
</header>
<!-- NAVIGATION BAR -->
<nav id="site-navigation" class="navbar navbar-expand-md">
<!-- Brand Image/Icon -->
<a class="navbar-brand" href="index.html">
<i class="fas fa-home"></i>
</a>
<!-- Toggler/Collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section-docs">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section-tutorials">Tutorials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="archives.html">Archives</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-social">Community</a>
</li>
</ul>
</div>
</nav>
<div id="main-content">
<!--SECTION - DSGM FORUM ARCHIVE-->
<section class="section-container">
<div class="section-headline">
<h2>DSGM's Original Forum Archive</h2>
</div>
<div class="row">
<div class="col-md-6 mb-3">
<img class="img-fluid mb-4" src="images/screenshot_original-dsgm-forum.jpg" alt="Screenshot of Original DSGM Forum">
<a class="btn btn-secondary" style="max-width: 320px; display: block; margin: 0 auto;" href="https://web.archive.org/web/20160429043343/http://dsgamemaker.com/dsgmforum/">DSGM Original Forum Archive</a>
</div>
<div class="col-md-6 mb-3">
<p>From 2011-2016 or during DS Game Maker's more active years, it had a dedicated forum where users could find tutorials and get other help with using DS Game Maker. Unfortunately, the majority of the forum was not publicly archived before going out of service in 2016, but what is currently available can be viewed using the Internet Archive site's Wayback Machine.
</p>
<p>
Consequently, this page contains many forum links that were discovered on Wayback Machine and goes over how you can explore the original forum should you wish to find more information to help you with your DS Game Maker projects.
</p>
</div>
</div>
</section>
<!--SECTION - PALIB WIKI ARCHIVE-->
<section class="section-container">
<div class="section-headline">
<h2>PAlib Wiki Archive</h2>
</div>
<div class="row">
<div class="col-md-6 mb-3">
<img class="img-fluid mb-4" src="images/screenshot-palib-wiki-site.jpeg" alt="Screenshot of the PAlib Wiki website">
<a class="btn btn-secondary" style="max-width: 320px; display: block; margin: 0 auto;" href="https://sites.google.com/site/palibwiki/home">Palib Wiki Archive Site</a>
</div>
<div class="col-md-6 mb-3">
<p>PAlib (Programmer's Arsenal Library) is a retired but easy to use library for creating games for the Nintendo DS and it is the framework that DS Game Maker is built upon. Thus DSGM is able to use many of its functions and the PAlib wiki site can come in handy when trying to use more advanced features.
</p>
</div>
</div>
</section>
<!-- SECTION - TUTORIALS -->
<section class="section-container">
<div class="section-headline">
<h2>DSGM Forum Tutorials Archive</h2>
</div>
<h4>Saving and Loading done Easy</h4>
<li><a href="https://web.archive.org/web/20110624001700/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&p=6969">Forum Post Link</a></li>
<li><a href="https://web.archive.org/web/20111005230914/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1573">Forum Post Link</a></li>
<h4>Menu: Switching Rooms</h4>
<li><a href="https://web.archive.org/web/20111016123002/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1480">Forum Post Link</a></li>
<h4>Example+NDS - Stylus Moving + Multi Examples</h4>
<li><a href="https://web.archive.org/web/20111016123527/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1487">Forum Post Link</a></li>
<h4>Time Elapse</h4>
<li><a href="https://web.archive.org/web/20111016125224/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1489">Forum Post Link</a></li>
<h4>Example+Action Lib Open ds Sound</h4>
<li><a href="https://web.archive.org/web/20111016122801/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1492">Forum Post Link</a></li>
<h4>Draggin with Offset Example</h4>
<li><a href="https://web.archive.org/web/20111016125116/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1510">Forum Post Link</a></li>
<h4>Simple things that could improve your game</h4>
<li><a href="https://web.archive.org/web/20111016123234/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1516">Forum Post Link</a></li>
<h4>Save and Load Menu</h4>
<li><a href="https://web.archive.org/web/20110624013057/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1533">Forum Post Link</a></li>
<h4>Animations</h4>
<li><a href="https://web.archive.org/web/20111016124606/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1536">Forum Post Link</a></li>
<h4>How to make RPG Games in DSGM 5</h4>
<li><a href="https://web.archive.org/web/20111005231209/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1550">Forum Post Link</a></li>
<h4>Full Game Save Implementation Tutorial: Long but simple</h4>
<li><a href="https://web.archive.org/web/20111016125859/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1562">Forum Post Link</a></li>
<h4>[4.9] Download images off the net and view them! Wifi!</h4>
<li><a href="https://web.archive.org/web/20111005231251/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1721">Forum Post Link</a></li>
<h4>[Example]Loading Sprites via NitroFS!</h4>
<li><a href="https://web.archive.org/web/20111005231456/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1760">Forum Post Link</a></li>
<h4>Rearranging Logic</h4>
<li><a href="https://web.archive.org/web/20111016124236/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1794">Forum Post Link</a></li>
<h4>NitroSpritesLib</h4>
<li><a href="https://web.archive.org/web/20111005231820/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1831">Forum Post Link</a></li>
<h4>NitroBackgroundsLib</h4>
<li><a href="https://web.archive.org/web/20111005230506/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1840">Forum Post Link</a></li>
<h4>[Tutorial]Fade in and Fade out (VERY EASY)</h4>
<li><a href="https://web.archive.org/web/20111005231205/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1850">Forum Post Link</a></li>
<h4>How To Do Animations With Sprites EASY</h4>
<li><a href="https://web.archive.org/web/20111005231737/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1940">Forum Post Link</a></li>
<h4>Microphone Functions</h4>
<li><a href="https://web.archive.org/web/20111005231329/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1947">Forum Post Link</a></li>
<h4>Who Wants Paths?</h4>
<li><a href="https://web.archive.org/web/20111005231349/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1948">Forum Post Link</a></li>
<h4>Random Examples Vault</h4>
<li><a href="https://web.archive.org/web/20111005231619/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=1969">Forum Post Link</a></li>
<h4>Timing (Using Alarms, Real-time Clock, etc.)</h4>
<li><a href="https://web.archive.org/web/20111005231116/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=20">Forum Post Link</a></li>
<li><a href="https://web.archive.org/web/20111005230409/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=20&p=9646">Forum Post Link</a></li>
<li><a href="https://web.archive.org/web/20111015095627/http://www.dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=20&p=76">Forum Post Link</a></li>
<h4>Wifi</h4>
<li><a href="https://web.archive.org/web/20111005231807/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2054">Forum Post Link</a></li>
<h4>[Example] New Platformer Engine -Pixel Perfect Collisions-</h4>
<li><a href="https://web.archive.org/web/20111005231324/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2059">Forum Post Link</a></li>
<h4>[Tutorial] Fixed Point Math (bitwise shifts)</h4>
<li><a href="https://web.archive.org/web/20111005231625/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2077">Forum Post Link</a></li>
<h4>Small example of recursive movement</h4>
<li><a href="https://web.archive.org/web/20111005231856/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2120">Forum Post Link</a></li>
<h4>Add gravity & collision detection to any instance easilly!</h4>
<li><a href="https://web.archive.org/web/20111005231255/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2127">Forum Post Link</a></li>
<h4>[Example] Fling object with stylus</h4>
<li><a href="https://web.archive.org/web/20111005231341/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2145">Forum Post Link</a></li>
<h4>Simple example of fireworks</h4>
<li><a href="https://web.archive.org/web/20111005231631/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2164">Forum Post Link</a></li>
<h4>How to download files using wifi!</h4>
<li><a href="https://web.archive.org/web/20111005231019/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2227">Forum Post Link</a></li>
<h4>Advanced Health Bar</h4>
<li><a href="https://web.archive.org/web/20130516011432/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2348">Forum Post Link</a></li>
<h4>How to make very simple camera scrolling</h4>
<li><a href="https://web.archive.org/web/20130324044449/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2824">Forum Post Link</a></li>
<h4>Auto Type Box Text</h4>
<li><a href="https://web.archive.org/web/20130301155145/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=2909">Forum Post Link</a></li>
<h4>How to do some very basic things</h4>
<li><a href="https://web.archive.org/web/20111005231109/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=3">Forum Post Link</a></li>
<h4>2D Camera Movement</h4>
<li><a href="https://web.archive.org/web/20130929182357/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=3166">Forum Post Link</a></li>
<h4>nitroLIB (Pre-Alpha Stage)</h4>
<li><a href="https://web.archive.org/web/20130702121638/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=3170">Forum Post Link</a></li>
<h4>Collision Detection.</h4>
<li><a href="https://web.archive.org/web/20131009133806/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=3182">Forum Post Link</a></li>
<h4>A 'Views' Tutorial</h4>
<li><a href="https://web.archive.org/web/20111005230617/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=336">Forum Post Link</a></li>
<h4>RPG-Like Output Text[Competely Revised, now using NitroFS!]</h4>
<li><a href="https://web.archive.org/web/20111005231713/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=342">Forum Post Link</a></li>
<h4>Moving objects by stylus With C Scripts!!!</h4>
<li><a href="https://web.archive.org/web/20131022072155/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=39">Forum Post Link</a></li>
<h4>Example: Simple Platformer Engine</h4>
<li><a href="https://web.archive.org/web/20111013183227/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=393">Forum Post Link</a></li>
<h4>Welcome to DSGM! Object Orientation: 6 Examples</h4>
<li><a href="https://web.archive.org/web/20111005231813/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=5">Forum Post Link</a></li>
<h4>Rotation</h4>
<li><a href="https://web.archive.org/web/20111016125228/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=65">Forum Post Link</a></li>
<h4>Battle System! Part 1</h4>
<li><a href="https://web.archive.org/web/20111016125839/http://dsgamemaker.com/dsgmforum/viewtopic.php?f=6&t=70">Forum Post Link</a></li>
<h4>Keyboard for DSGM 4.9</h4>
<li><a href="https://web.archive.org/web/20101116165440/http://dsgamemaker.com/forum/viewtopic.php?f=51&t=5119">Forum Post Link</a></li>
</section>
<!--SECTION - DSGM FORUM ARCHIVE-->
<section class="section-container">
<div class="section-headline">
<h2>How to Search the Forum Archive by Topic Categories</h2>
</div>
<p>
You can potentially find even more example files and useful information from the "Help" or other topic categories on the old forum.
</p>
<p>
Simply go to the below search filter link and use the according number to get results for one of the below topic categories you want.
</p>
<p>
You can also just navigate the old forum without using this search option, but this method saves you from clicking on dead links which leads to unarchived pages.
</p>
<img class="img-fluid mb-4" style="border: 1px solid grey;" src="images/screenshot-how-to-use-wayback-machine-old-forum-categories-filter.png" alt="How to Use Wayback Machine Old Forum Categories">
<a class="btn btn-secondary" style="max-width: 320px; display: block; margin: 0 auto;" href="https://web.archive.org/web/*/http://dsgamemaker.com/dsgmforum/*">Wayback Machine DSGM Forum Categoires Search</a>
<br><br>
<table class="table table-striped">
<thead class="thead-dark">
<tr>
<th>Forum Topic Category</th>
<th>URL Search Filter</th>
</tr>
</thead>
<tbody>
<tr>
<td>Announcements</td>
<td>viewtopic.php?f=2</td>
</tr>
<tr>
<td>Stable Releases</td>
<td>viewtopic.php?f=3</td>
</tr>
<tr>
<td>Beta Releases</td>
<td>viewtopic.php?f=4</td>
</tr>
<tr>
<td>Tutorials and Examples</td>
<td>viewtopic.php?f=6</td>
</tr>
<tr>
<td>Help</td>
<td>viewtopic.php?f=7</td>
</tr>
<tr>
<td>Just for Fun</td>
<td>viewtopic.php?f=8</td>
</tr>
<tr>
<td>DBAS: Dynamic Basic (DSGM's native programming language) </td>
<td>viewtopic.php?f=9</td>
</tr>
<tr>
<td>Improving DSGM Suggestions</td>
<td>viewtopic.php?f=10</td>
</tr>
<tr>
<td>Game Design & Ideas</td>
<td>viewtopic.php?f=12</td>
</tr>
<tr>
<td>Work In Progress</td>
<td>viewtopic.php?f=13</td>
</tr>
<tr>
<td>Finished Projects</td>
<td>viewtopic.php?f=14</td>
</tr>
<tr>
<td>Games in General</td>
<td>viewtopic.php?f=15</td>
</tr>
<tr>
<td>Homebrew Kits</td>
<td>viewtopic.php?f=22</td>
</tr>
<tr>
<td>Off Topic</td>
<td>viewtopic.php?f=24</td>
</tr>
<tr>
<td>Public Customer Service</td>
<td>viewtopic.php?f=25</td>
</tr>
<tr>
<td>DSGM 4.9</td>
<td>viewtopic.php?f=27</td>
</tr>
</tbody>
</table>
</section>
</div>
<!--End of Main Content-->
<div class="separator"></div>
<footer id="section-social">
<div class="row">
<div class="col-md-4 mb-5 d-flex justify-content-center">
<img class="align-self-center" style="width: 100%; max-width: 300px;" src="images/logo-dsgm.png" alt="DS Game Maker Logo">
</div>
<div class="col-md-4 mb-3 d-flex justify-content-center footer-col">
<div>
<h3>Community Links</h3>
<ul class="list-social-links">
<li><a href="https://discord.gg/uzNM8gGSA4"><span><i class="fab fa-discord"></i></span>DS Game Maker</a></li>
<li><a href="https://www.reddit.com/r/DSGameMaker/"><span><i class="fab fa-reddit"></i></span>DSGameMaker</a></li>
<!--<li><a href=""><span><i class="fab fa-twitter"></i></span>Username</a></li>-->
</ul>
</div>
</div>
<div class="col-md-4 mb-3 d-flex justify-content-center footer-col">
<div>
<h3><i class="fab fa-youtube"></i> YouTube Channels</h3>
<ul>
<li><a href="https://www.youtube.com/channel/UCVmba1o66nWG6p-82g22iyg">DigitalDesignDude</a></li>
<li><a href="https://www.youtube.com/channel/UCX-OKJjHLaTXOkxIAPSKM7Q">James Garner</a></li>
</ul>
</div>
</div>
</div>
<div id="footer-info">
<span>Site by DigitalDesignDude</span>
</div>
</footer>
</main>
<!-- SCRIPTS -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="script.js"></script>
</body>
</html>