WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Making wine store games on the hard drive.  (Read 2047 times)

Offline Fog

  • Newbie
  • *
  • Posts: 21
Making wine store games on the hard drive.
« on: March 27, 2013, 12:57:40 AM »
I want to install a game (Sacred Gold) using wine, it seems to only install it in ram. I need to install Sacred on the hard drive because ram doesn't have enough space. How do I do this?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Making wine store games on the hard drive.
« Reply #1 on: March 27, 2013, 05:05:00 AM »
Make a symlink to your hd, either the whole ~/.wine dir or just the drive_c link.
The only barriers that can stop you are the ones you create yourself.

Offline Fog

  • Newbie
  • *
  • Posts: 21
Re: Making wine store games on the hard drive.
« Reply #2 on: March 27, 2013, 05:48:04 PM »
I have tiny core installed on partition 5, so would the command look like this?
Code: [Select]
ln -s /mnt/sda5 /path/to/~/.wine
The only places I see wine are in /mnt/sda5/tce/ondemand/wine, /mnt/sda5/tce/ondemand/wine.img and /mnt/sda5/tce/optional/wine.tcz. Which one do I symlink?

edit: reworded post slightly so it wasn't so confusing.
« Last Edit: March 27, 2013, 07:22:10 PM by Fog »

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: Making wine store games on the hard drive.
« Reply #3 on: March 27, 2013, 07:49:59 PM »
~ is basically a shortcut for /home/tc/

/home/tc/.wine will be created after you run wine for the first time. Additionally, the . at the start marks it as a hidden file, and will only show up if you use the -a flag with ls, or turn on your file browser's 'show hidden files' option.

Offline Fog

  • Newbie
  • *
  • Posts: 21
Re: Making wine store games on the hard drive.
« Reply #4 on: March 27, 2013, 11:12:58 PM »
Thank you very much. Sacred is now installing, whether I'll have to do some sort of troubleshooting is still to be seen.