Changes between Initial Version and Version 1 of Ticket #41611, comment 12


Ignore:
Timestamp:
Dec 1, 2013, 3:16:21 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41611, comment 12

    initial v1  
    11This is a bit off topic... but i installed my game, via wine... now the next part of this guide says
    22
    3 " Now, to get your game up and actually running, you’ll need to launch Terminal one final time. Type the following into Terminal to get to your Program Files folder:
    4 cd ~/.wine/drive_c/Program\ Files/
    5 Then type
    6 ls
    7 This should show you the name of the game you installed; head into the folder with a cd command. In that game folder should (finally) be a file that starts the game, ending in .exe – this is your game file. Type the following into Terminal to get it running:
    8 wine PROGRAM.exe"
     3> Now, to get your game up and actually running, you’ll need to launch Terminal one final time. Type the following into Terminal to get to your Program Files folder:
     4> {{{
     5> cd ~/.wine/drive_c/Program\ Files/
     6> }}}
     7> Then type
     8> {{{
     9> ls
     10> }}}
     11> This should show you the name of the game you installed; head into the folder with a cd command. In that game folder should (finally) be a file that starts the game, ending in .exe – this is your game file. Type the following into Terminal to > get it running:
     12> {{{
     13> wine PROGRAM.exe
     14> }}}
    915
    1016It will let me get to the program files...  it says...
     17{{{
    1118cd ~/.wine/drive_c/Program\ Files/
    1219max-pc:Program Files Max$ ls
    1320Common Files            Electronic Arts         Internet Explorer
     21}}}
    1422
    1523i assume my  game file is in the EA folder.. but i'm not sure hpw to get in there to see what my file is called to run it.
    16