Difference between revisions of "Getting Started on Linux Lutris local YAML"

From The Al`Kabor Project Wiki
Jump to navigation Jump to search
(Initial page creation)
 
(Added Notes section)
Line 1: Line 1:
''This guide assumes that the user has correctly installed Lutris, vulkan drivers (both 64 and 32-bit drivers) and wine-staging for their specific distribution.''
''This guide assumes that the user has correctly installed Lutris, vulkan drivers (both 64 and 32-bit drivers) and wine-staging for their specific distribution.''
Please read the '''Notes''' section below.


#Download the latest [https://www.dropbox.com/s/bppy4ebt7vl7hwk/TAKP%20PC%20V2.1c.zip?dl=0 Windows client]
#Download the latest [https://www.dropbox.com/s/bppy4ebt7vl7hwk/TAKP%20PC%20V2.1c.zip?dl=0 Windows client]
Line 37: Line 39:
##;[[File:Lutris16.png|250px]]
##;[[File:Lutris16.png|250px]]
##Click ''Close''
##Click ''Close''
== Notes ==
* This is not an error, a ''Return code 0'' represents success <pre>Exit with return code 0</pre>
** A return code greater than 0 represents a problem, with a [https://forums.lutris.net/t/how-to-fix-exit-with-return-code-256/17392 code of 256 being common] <pre>Exit with return code 256</pre>
** Another fairly common one is [https://github.com/starcitizen-lug/knowledge-base/blob/main/wiki/Troubleshooting.md return code of 512] <pre>Exit with return code 512</pre>
**; If you encounter anything other than ''0'', search the Internet for that specific return code in Lutris
* Edit your ''eqclient.ini'' at <pre>/home/<username>/Games/takp/drive_c/Program Files/EverQuest/eqclient.ini</pre>
*; This path is dependent on what you chose during install. It ''should'' be the default path.
** You want to edit your file to set your resolution; set your ''Width'' and ''Height'' to your specific monitor. Here are my settings:
<pre>
[VideoMode]
BitsPerPixel=32
Width=1600
Height=900
RefreshRate=60
</pre>
** The [[Getting_Started_on_Mac_(PPC_based)#EQClient.ini_settings|PPC Mac installation instructions]] have listed some other useful settings

Revision as of 13:29, 18 October 2024

This guide assumes that the user has correctly installed Lutris, vulkan drivers (both 64 and 32-bit drivers) and wine-staging for their specific distribution.

Please read the Notes section below.

  1. Download the latest Windows client
  2. Save the takp.yaml from tragedie's github page
    1. Click on the file name, takp.yaml
      Lutris01.png
    2. Then, click on the down arrow to Download raw file
      Lutris02.png
    3. This will open a dialogue, choose Save File and click OK; Note: I usually save to my Downloads folder; YMMV
      Lutris03.png
  3. Now, open Lutris
    1. Click on the + button; mine is in the upper left section of the screen; Note: If this is the first time you are running Lutris, let it complete its installation routine, which will be visible in the bottom-left of the application
      Lutris04.png
    2. Choose Install from a local install script
      Lutris05.png
    3. Navigate to where you saved the file
      Lutris06.png
    4. Select it and then press the OK button
      Lutris07.png
    5. Then, click the Install button, which will begin the install process
      Lutris08.png
    6. Click on Install, this shows the game that will be installed
      Lutris09.png
    7. Select the directory in which you want to install TAKP and click on Continue; Note: I change the install directory to takp since I play many different versions of EverQuest
      Lutris10.png
    8. Let it download the version of WINE it needs
      Lutris11.png
    9. Open the Select the game's setup file by clicking on the three dots
      Lutris12.png
    10. Select the TAKP PC 2.1c client you downloaded earlier and click the OK button
      Lutris13.png
    11. Then click the Install Button and let it do its magic
      Lutris14.png
    12. When the VCRUN2010 dialogue pops up, click on the I have read and accept the license terms and then the Install button; do not click anything else
      Lutris15.png
    13. Let it continue to work in the background and when it's done, you will see the following:
      Lutris16.png
    14. Click Close

Notes

  • This is not an error, a Return code 0 represents success
    Exit with return code 0
    • A return code greater than 0 represents a problem, with a code of 256 being common
      Exit with return code 256
    • Another fairly common one is return code of 512
      Exit with return code 512
      If you encounter anything other than 0, search the Internet for that specific return code in Lutris
  • Edit your eqclient.ini at
    /home/<username>/Games/takp/drive_c/Program Files/EverQuest/eqclient.ini
    This path is dependent on what you chose during install. It should be the default path.
    • You want to edit your file to set your resolution; set your Width and Height to your specific monitor. Here are my settings:
[VideoMode]
BitsPerPixel=32
Width=1600
Height=900
RefreshRate=60