<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.scottworld.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.scottworld.net/feed.php">
        <title>ScottWiki - gaming</title>
        <description></description>
        <link>https://wiki.scottworld.net/</link>
        <image rdf:resource="https://wiki.scottworld.net/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-02T02:39:42+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.scottworld.net/doku.php?id=gaming:5etools&amp;rev=1728905331&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.scottworld.net/doku.php?id=gaming:bg3_development_notes&amp;rev=1745275475&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.scottworld.net/doku.php?id=gaming:gameserver_service&amp;rev=1728764112&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.scottworld.net/doku.php?id=gaming:mame&amp;rev=1742756054&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.scottworld.net/doku.php?id=gaming:minecraft_server&amp;rev=1728764403&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.scottworld.net/lib/exe/fetch.php?media=wiki:logo.png">
        <title>ScottWiki</title>
        <link>https://wiki.scottworld.net/</link>
        <url>https://wiki.scottworld.net/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.scottworld.net/doku.php?id=gaming:5etools&amp;rev=1728905331&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-14T11:28:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>5etools</title>
        <link>https://wiki.scottworld.net/doku.php?id=gaming:5etools&amp;rev=1728905331&amp;do=diff</link>
        <description>5etools Mirror Setup

Create a directory under /www

Clone the 2 git repos into this directory.


  git clone https://github.com/5etools-mirror-3/5etools-src.git /srv/data/www/5etools/
  git clone https://github.com/5etools-mirror-3/5etools-img.git /srv/data/www/5etools/img</description>
    </item>
    <item rdf:about="https://wiki.scottworld.net/doku.php?id=gaming:bg3_development_notes&amp;rev=1745275475&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-21T22:44:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bg3_development_notes</title>
        <link>https://wiki.scottworld.net/doku.php?id=gaming:bg3_development_notes&amp;rev=1745275475&amp;do=diff</link>
        <description>BG3 Toolkit Development Notes

Objects Required for a Basic Level.
1: Place a basic Terrain.
2: Start Points for each player.
Name: StartPoint_001__000  etc (Does not need to be Global)
3: AI Seeder.  (Root Template:  AISeeder) - Generate Terrain.
4: Set default level in settings.
5: Copy to mod and Edit Z_Character_Creation</description>
    </item>
    <item rdf:about="https://wiki.scottworld.net/doku.php?id=gaming:gameserver_service&amp;rev=1728764112&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-12T20:15:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gameserver_service</title>
        <link>https://wiki.scottworld.net/doku.php?id=gaming:gameserver_service&amp;rev=1728764112&amp;do=diff</link>
        <description>Game Service

Firstly we need to create the service file in /etc/systemd/system/
nano /etc/systemd/system/MyGameServer.service
In this file we put all the details about the service we want to run.


[Unit]
Description=MyGameServer Server Control Script
Documentation=
Requires=network.target
After=network.target

[Service]
User=gameserver     &lt;---- this is username we want the service to run under
Group=gameserver    &lt;---- this is the group we want the service to run under.
Environment=&quot;PATH=/usr…</description>
    </item>
    <item rdf:about="https://wiki.scottworld.net/doku.php?id=gaming:mame&amp;rev=1742756054&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-23T18:54:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mame</title>
        <link>https://wiki.scottworld.net/doku.php?id=gaming:mame&amp;rev=1742756054&amp;do=diff</link>
        <description>MAME Setup

Firstly we need to create build an OS to host MAME on.
Do a fresh install of the desktop Ubuntu Desktop Edition.

These Instructions match with Ubuntu Noble LTS.</description>
    </item>
    <item rdf:about="https://wiki.scottworld.net/doku.php?id=gaming:minecraft_server&amp;rev=1728764403&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-12T20:20:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>minecraft_server</title>
        <link>https://wiki.scottworld.net/doku.php?id=gaming:minecraft_server&amp;rev=1728764403&amp;do=diff</link>
        <description>Minecraft Server

Let setup our own minecraft server.

MSCS Install

Install prerequisites.
sudo apt-get install default-jre perl libjson-perl libwww-perl liblwp-protocol-https-perl util-linux make wget git rdiff-backup rsync socat iptables
Create the user &#039;minecraft&#039; with access to /opt/mscs and perform MSCS tasks.</description>
    </item>
</rdf:RDF>
