1
0
mirror of https://github.com/DxWnd/DxWnd.reloaded synced 2024-12-30 09:25:35 +01:00
gho tik 959d7495ed v2_03_82_src
Former-commit-id: 2fab3af92569049f5fc5e8cc0855acc07c503e6e
2017-03-06 11:47:00 -05:00

101 lines
4.5 KiB
HTML

<html>
<head>
<title>Flags</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 4.6.2.573">
<meta name="keywords" content="">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "DxWnd.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("Flags");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1 id="topic_header_text">Flags</h1>
<div id="topic_breadcrumb">
<a href="TheInterface.html">The Interface</a> &rsaquo;&rsaquo; <a href="Edit.html">Edit</a> &rsaquo;&rsaquo; <a href="Globalsettings.html">Global settings</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="Globalsettings.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="Globalsettings.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="Texturelimits.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<div class="rvps2"><table width="100%" border="1" cellpadding="1" cellspacing="2" style="border-color: #000000; border-style: solid; border-spacing: 2px;">
<tr valign="top">
<td width="155" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Enable Debug mode</span></p>
</td>
<td width="1388" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Enables debug mode. This option can also be modified with a configuration file (see </span><a class="rvts14" href="Configurationfile.html">Configuration file</a><span class="rvts6">).</span></p>
</td>
</tr>
<tr valign="top">
<td width="155" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Save paths</span></p>
</td>
<td width="1388" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Writes the last path used for the game folder and import/export directory to dxwnd.ini. These paths will then serve as default values for these folders. Saving the last used path can be useful, but there are some potential incompatibilities and problems (reported mainly on Windows XP) when a saved folder no longer exists. In this case, you may have to manually delete the saved path from dxwnd.ini, and you may prefer to disable this option.</span></p>
</td>
</tr>
<tr valign="top">
<td width="155" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Auto hide GUI</span></p>
</td>
<td width="1388" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Minimizes DxWnd while the hooked program runs, restoring the window when the program ends. This only works for programs started through the DxWnd interface.</span></p>
</td>
</tr>
<tr valign="top">
<td width="155" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Check for Admin rights</span></p>
</td>
<td width="1388" style="border-color: #000000; border-style: solid; padding: 1px;"><p class="rvps2"><span class="rvts6">Tells DxWnd to autodetect its own administrator permissions at startup and propose a self-elevation if missing. This option can also be modified with a configuration file (see </span><a class="rvts14" href="Configurationfile.html">Configuration file</a><span class="rvts6">).</span></p>
</td>
</tr>
</table>
</div>
<p></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
Copyright &copy; 2016 by GHO. All Rights Reserved.</div>
</div>
</body>
</html>