Customization: Difference between revisions

Removed page from translation
(testing preview)
Tag: Reverted
(Removed page from translation)
 
(5 intermediate revisions by the same user not shown)
Line 1:
Aside from [[Item Filtering]], there are 3Four files that have customization options:
<translate>
<!--T:1-->
== File Configuration ==
Aside from [[Item Filtering]], there are 3 files that have customization options:
 
<!--T:2-->
* ProjectDiablo.cfg
* UI.ini
* ddraw.ini
* loot.filter (can be renamed)
 
These files are in the ''ProjectD2'' directory ('''C:\Program Files (x86)\Diablo II\ProjectD2'''). They can be edited with any text editor, although the editor may need to be run in administrator mode.
<!--T:3-->
These files are in the ''ProjectD2'' directory ('''C:\Program Files (x86)\Diablo II\ProjectD2'''). They can be edited with any text editor, although the editor may need to be run in administrator mode.
 
Once a filter is selected from the launcher, loot.filter will link to the selected filter file instead of being used itself - it will be in the ''filters'' subfolder and can have a custom name.
=== ProjectDiablo.cfg === <!--T:4-->
 
=== ProjectDiablo.cfg === <!--T:4-->
This configuration file contains the bulk of customization options that affect gameplay. Many hotkeys can be set here using standard [https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes virtual-key codes]. It's essentially a more comprehensive version of the in-game ''Settings'' menu, containing most of those options and more.
 
[[File:screen_info_custom.png|right|Customized Screen Info]]Some examples of the available options:
<!--T:5-->
Some examples of the available options:
* '''Reload Config''' - hotkey to reload loot filter changes
* '''Screen Info Configuration''' - determines how the info in the upper right corner is displayed. Use %REALTIME% command to show your local time on screen info.
Line 23 ⟶ 20:
* '''Party Configuration''' - hotkeys for auto-party (join/invite others) and auto-loot (permission to loot corpse)
 
=== UI.ini === <!--T:6-->
This file describes where the ''Settings'' menu is displayed in-game.
 
=== ddraw.ini === <!--T:7-->
This file has options for adjusting video and compatibility settings, such as fullscreen, resolution, or CPU affinity.
 
<!--T:8-->
Within this file you can also define which shader you want to use. For differences between each shader, see: [https://bayaraa.github.io/ Shader Comparison]
 
==== How can I play PD2 in windowed mode at high resolution? ==== <!--T:26-->
 
{| class="non-table mw-collapsible mw-collapsed"
|+ Step-by-Step Instructions for High-Resolution Windowed Mode
|-
|
<!--T:27-->
- Make sure you have unchecked the Windowed Mode (-w) in the launcher options
 
<!--T:28-->
[[File:pd2_launcher_uncheck_windowed_mode.png|240px]]
 
<!--T:29-->
- Locate the configuration file "ddraw.ini" in the "ProjectD2" folder under your "Diablo II" path installation. Right click on the .ini file and edit it with your favorite notepad/code editor.
 
<!--T:30-->
- Set your window width and height at numbers you desire (for example Full HD = 1920x1080):
 
<!--T:31-->
<pre>; Stretch to custom resolution, 0 = defaults to the size game requests
width=1920
height=1080</pre>
 
<!--T:32-->
* In case you have, at the end of the file, additional lines for width and height - set them to the same values as above
<pre>;[game]
Line 61 ⟶ 49:
height=1080</pre>
 
<!--T:33-->
- Set option "fullscreen" to false
 
<!--T:34-->
<pre>; Override the width/height settings shown above and always stretch to fullscreen
; Note: Can be combined with 'windowed=true' to get windowed-fullscreen (borderless)
fullscreen=false</pre>
 
<!--T:35-->
- Set "windowed" to true
 
<!--T:36-->
<pre>; Run in windowed mode rather than going fullscreen
windowed=true</pre>
 
<!--T:37-->
- [Optionall] Set "maxgameticks=-1"
 
<!--T:38-->
<pre>; Run the game with max fps and not capped at 60-70 ish
maxgameticks=-1</pre>
 
<!--T:39-->
- Start the game and enjoy your new resolution setting
 
<!--T:40-->
NOTICE: If you would like to see your window borders - set height of the window to lower value than 1080, for example 1020. Height and width values are in pixels and You can set them to however values you like, but avoid to put values large than 16:9 or 16:10 aspect ratios.
|}
 
== Filtersloot.filter ==
This file controls how loot is displayed and whether any items should be hidden completely. By default, there are no custom rules for filtering items.
{{:Item_Filtering}}
 
</translate>
Filters can be selected from the [https://github.com/Project-Diablo-2/LootFilters#project-diablo-2-loot-filters launcher] and enabled via the in-game Settings menu.
 
To install manually, download a filter file and save it to ''Diablo II\ProjectD2\local'' and then select it from the launcher. Make sure the relevant in-game settings are enabled. If you want to edit a filter yourself, the [[Item Filtering]] page is a comprehensive reference.
{{:Filter_Info}}