<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://orx-project.org/wiki/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://orx-project.org/wiki/feed.php">
        <title>Orx Learning - en:tutorials:console</title>
        <description></description>
        <link>https://orx-project.org/wiki/</link>
        <image rdf:resource="https://orx-project.org/wiki/_media/favicon.ico" />
       <dc:date>2026-04-04T17:58:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://orx-project.org/wiki/en/tutorials/console/changing_default_config_file?rev=1759253179&amp;do=diff"/>
                <rdf:li rdf:resource="https://orx-project.org/wiki/en/tutorials/console/custom_console_colors?rev=1759253179&amp;do=diff"/>
                <rdf:li rdf:resource="https://orx-project.org/wiki/en/tutorials/console/retrieving_changing_config_values?rev=1759253179&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://orx-project.org/wiki/_media/favicon.ico">
        <title>Orx Learning</title>
        <link>https://orx-project.org/wiki/</link>
        <url>https://orx-project.org/wiki/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://orx-project.org/wiki/en/tutorials/console/changing_default_config_file?rev=1759253179&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-30T17:26:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Changing the default application configuration file</title>
        <link>https://orx-project.org/wiki/en/tutorials/console/changing_default_config_file?rev=1759253179&amp;do=diff</link>
        <description>Changing the default application configuration file

When an Orx game or application starts, the matching config data file is expected to reside in the same folder as the executable, and to have the same name as the executable, minus the extension. For example:</description>
    </item>
    <item rdf:about="https://orx-project.org/wiki/en/tutorials/console/custom_console_colors?rev=1759253179&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-30T17:26:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Custom Console Colors</title>
        <link>https://orx-project.org/wiki/en/tutorials/console/custom_console_colors?rev=1759253179&amp;do=diff</link>
        <description>Custom Console Colors

The console mode is available in all Orx based applications. And it can be customized. The default Console looks like this:



The entire set of properties available for the console are listed at: Render Config Properties.

For convenience, they are listed (named like Console*) below as:</description>
    </item>
    <item rdf:about="https://orx-project.org/wiki/en/tutorials/console/retrieving_changing_config_values?rev=1759253179&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-30T17:26:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Retrieving and Changing Config Values</title>
        <link>https://orx-project.org/wiki/en/tutorials/console/retrieving_changing_config_values?rev=1759253179&amp;do=diff</link>
        <description>Retrieving and Changing Config Values

Configuration files contain sections and properties that describe many items in Orx. But they can also be used to track values during runtime.

A Level property is a good example of a value that might be tracked and changed in your game. You could use a variable in your main code file to track variables like this, however there are advantages to moving these kinds of values to your config:</description>
    </item>
</rdf:RDF>
