[[CDB|Main]] / [[:Category:Technical Details|Technical Details]]/ '''{{PAGENAME}}'''
== Introduction ==
The Wurm [[Client]], in Windows, stores preferences between sessions in the Windows Registry. This includes username and other settings that you select in the login window.
The preferences are stored in the registry branch starting at:
HKEY_CURRENT_USER\Software\JavaSoft\Prefs\com\wurmonline\client
==Reg Details==
Wurm_dir="C:\Wurmonline"<br>
Wurm_installed="true"<br>
== OLD Registry Entries ==<pre>
Sorted alphabetically:
; "large_textures"="true" : Use large graphics textures (takes more video ram if enabled)
; "player_guest"="false" : Is this a guest or a full wurm character
; "player_password"="password" : Your wurm character´s password (stored in plaintext? :/)
; "player_username"="/Username" : Your wurm character´s name
; "reflections"="0" : Show reflections in water (0 = ?, 1 = ?)
; "use_pbuffers"="false" : Should be pBuffers be used (why was this repleced by use_pbuffers2 ?)
; "visibility"="4" : ?
</pre>
[[Category:Technical Details]]