Furcadia File Paths

Furcadia Framework

Furcadia File Paths

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Furcadia File Paths

These are subject to change. As of Furcadia V31c

Credits:

Windows 95/98/98SE/ME FAT/FAT32 File Systems (No longer supported by Furcadia)

Win16/32bit platforms. Path separator is the back-back slash "\" character.

  • Install Path: c:\Program Files\Furcadia\

  • Personal: c:\My Documents\Furcadia\

  • Cache: c:\Program Files\Furcadia\tmp\

    c:\Program Files\Furcadia\portraits\

    c:\Program Files\Furcadia\maps\

Windows 2k, XP, XPsp1, XPsp2, XPsp3 NTFS File System (No longer supported by Furcadia)

32bit platforms. there is a x64 version of XP. The path separator is the back-back slash "\" character.

  • Install path: c:\Program Files\Furcadia\

    Windows x64 Platform (XP): c:\Program Files (x86)\Furcadia\

  • Personal: c:\Documents and Settings\username\My Documents\Furcadia\

    %USERPROFILE%\My Documents\Furcadia\

  • Settings: c:\Documents and Settings\username\Local Settings\Application Data\Dragon's Eye Productions\Furcadia\

    Cache: c:\Documents and Settings\All Users\Application Data\Dragon's Eye Productions\Furcadia\

  • %USERPROFILE%\Local Settings\Application Data\Dragon's Eye Productions\Furcadia\

Windows Vista, 7, 7sp1, 8, 8.1, 10 NTFS File System User With Access Control Lists

  • Install path: c:\Program Files\Furcadia\

    Windows x64 Platform: c:\Program Files (x86)\Furcadia\

  • Personal: c:\Documents and Settings\username\My Documents\Furcadia\

    %USERPROFILE%\My Documents\Furcadia\

  • Settings: c:\Users\username\AppData\Local\Dragon's Eye Productions\Furcadia\

  • %USERPROFILE%\Local Settings\Application Data\Dragon's Eye Productions\Furcadia\

  • Cache: c:\Documents and Settings\All Users\Application Data\Dragon's Eye Productions\Furcadia\

    %USERPROFILE%\AppData\Local\Dragon's Eye Productions\Furcadia\

  • Temporary Filess: %PROGRAMDATA%\Dragon's Eye Productions\Furcadia

    C:\ProgramData\Dragon's Eye Productions\Furcadia

Wine (UNIX/Linux/...)

NOTE: The following paths were used by default for the past years. However, due to wine's flexibility, your setup could be different!

Linux is different then Microsoft windows. Windows uses a back slash "\" as a path separator. Linux uses a forward slash "/" as a path separator. Some characters need to be escaped. The Back Slash "\" is the escape character to make special characters usable. Special characters are [space] " ", double-quote ["], single-quote ['], back-tick [`]. The escaped characters look like "\ " (thats back slash and a space character).

In recent editions of Microsoft windows, There is the forward-slash "/" character adopted for Linux compatibility. This came out with the .Net Framework for cross system compatibility.

  • Install path: ~/.wine/drive_c/Program\ Files/Furcadia/

  • Personal: ~/.wine/drive_c/windows/profiles/$USER/My\ Documents/Furcadia/

    • ASSUMING My Documents MAPPED TO $HOME: ~/Furcadia/

  • Settings: ~/.wine/drive_c/windows/profiles/$USER/Local\ Settings/Application\ Data/Dragon\'s\ Eye\ Productions/Furcadia/

  • Cache: ~/.wine/drive_c/windows/profiles/All\ Users/Application\ Data/Dragon\'s\ Eye\ Productions/Furcadia/

See Also

Reference

Other Resources