<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.mbbsemu.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>The MajorBBS Emulation Project Wiki - mbbsemu:configuration</title>
        <description></description>
        <link>https://wiki.mbbsemu.com/</link>
        <lastBuildDate>Sat, 18 Jul 2026 13:01:15 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.mbbsemu.com/lib/exe/fetch.php?media=wiki:logo.png</url>
            <title>The MajorBBS Emulation Project Wiki</title>
            <link>https://wiki.mbbsemu.com/</link>
        </image>
        <item>
            <title>appsettings.json Config File</title>
            <link>https://wiki.mbbsemu.com/doku.php?id=mbbsemu:configuration:appsettings.json&amp;rev=1702151807&amp;do=diff</link>
            <description>appsettings.json Config File

MBBSEmu uses a standard JSON format Application Settings file for all configuration values. By default, MBBSEmu will look in its current directory for this file. You can specify a custom appsettings.json file using the -S &lt;fileName&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Dec 2023 19:56:47 +0000</pubDate>
        </item>
        <item>
            <title>Command Line Arguments</title>
            <link>https://wiki.mbbsemu.com/doku.php?id=mbbsemu:configuration:command_line_options&amp;rev=1704742886&amp;do=diff</link>
            <description>Command Line Arguments

Below are the available command line options supported by the latest Release of MBBSEmu:

-? : Help Screen

-C &lt;modulesConfig&gt; : modules.json file used to load multiple modules at runtime (More Info: appsettings.json)

Note: Specifying -C will result in</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 08 Jan 2024 19:41:26 +0000</pubDate>
        </item>
        <item>
            <title>modules.json Config File</title>
            <link>https://wiki.mbbsemu.com/doku.php?id=mbbsemu:configuration:modules.json&amp;rev=1702158660&amp;do=diff</link>
            <description>modules.json Config File

While MBBSEmu allows you to run a single Module from the command line, using a modules.json file allows you to specify any number of modules to be loaded when you run MBBSEmu. You can specify a modules.json file using the -C &lt;fileName&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Dec 2023 21:51:00 +0000</pubDate>
        </item>
        <item>
            <title>MBBSEmu SoftPatch</title>
            <link>https://wiki.mbbsemu.com/doku.php?id=mbbsemu:configuration:softpatch&amp;rev=1702158923&amp;do=diff</link>
            <description>MBBSEmu SoftPatch

MBBSEmu presents an advanced technique, known as SoftPatch, which revolutionizes the process of modifying Major BBS/Worldgroup Modules. This method stands out as it allows users to implement byte-level adjustments to their preferred games without the traditional, more complex approach of directly altering the underlying Dynamic Link Library (DLL) files using hex editors or disassemblers.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 09 Dec 2023 21:55:23 +0000</pubDate>
        </item>
        <item>
            <title>systemd Service</title>
            <link>https://wiki.mbbsemu.com/doku.php?id=mbbsemu:configuration:systemd_service&amp;rev=1701122783&amp;do=diff</link>
            <description>systemd Service

The below service forks the MBBSEmu process into a screen session and is a cheap way to daemonize

Save to: /etc/systemd/system/mbbs.service

[Unit]
Description=MBBSEmu
After=syslog.target network.target

[Service]
Type=forking
ExecStart=/usr/bin/screen -d -m -S mbbs ./MBBSEmu -CLI -C games.json
User=&lt;user&gt;
Group=&lt;group&gt;
WorkingDirectory=/doors/mbbsemu

[Install]
WantedBy=multi-user.target</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 27 Nov 2023 22:06:23 +0000</pubDate>
        </item>
        <item>
            <title>Text Variables</title>
            <link>https://wiki.mbbsemu.com/doku.php?id=mbbsemu:configuration:text_variables&amp;rev=1696635685&amp;do=diff</link>
            <description>Text Variables

MBBSEmu / MajorBBS have several text variables that you can embed into menus or text blocks. A text variable is a field that your systems fills automatically every time it is output to a user -- for example, if you use the text variable</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 06 Oct 2023 23:41:25 +0000</pubDate>
        </item>
    </channel>
</rss>
