share game data between Windows 10 & Ubuntu 16.04

General feedback and discussion of the game.

Moderator: Forum Moderators

Post Reply
User avatar
michaelbr
Posts: 30
Joined: April 18th, 2016, 1:32 pm
Location: Valencia, Spain

share game data between Windows 10 & Ubuntu 16.04

Post by michaelbr »

Is it possible to share game data between Windows 10 & Ubuntu 16.04? If so, how can I do it? I installed Wesnoth in my D drive and put the game data in the same dir as the installation one.
Thanks for your comment/suggestion.
Michael
User avatar
Pentarctagon
Project Manager
Posts: 5561
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: share game data between Windows 10 & Ubuntu 16.04

Post by Pentarctagon »

Ubuntu should be able to read NTFS without any problem, so you could probably create a link for the Ubuntu Wesnoth that points to the Windows Wesnoth userdata directory. I've never dual booted though, so a guess is the best I can do.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
User avatar
Ravana
Forum Moderator
Posts: 2995
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Re: share game data between Windows 10 & Ubuntu 16.04

Post by Ravana »

I dual boot windows 10 and linux mint. Setting up automounted shared folder is not difficult, and later you can just pass the paths to each wesnoth.

Though I decided not to share everything - copying preferences and private addons was enough for me.

/etc/fstab addition with my windows UUID

Code: Select all

UUID=927E533C7E5317F5 /mnt/windows ntfs-3g defaults,windows_names,locale=en_US.utf8  0 0
Use blkid to get your windows UUID.
User avatar
michaelbr
Posts: 30
Joined: April 18th, 2016, 1:32 pm
Location: Valencia, Spain

Re: share game data between Windows 10 & Ubuntu 16.04

Post by michaelbr »

Ravana wrote:I dual boot windows 10 and linux mint. Setting up automounted shared folder is not difficult, and later you can just pass the paths to each wesnoth.

Though I decided not to share everything - copying preferences and private addons was enough for me.

/etc/fstab addition with my windows UUID

Code: Select all

UUID=927E533C7E5317F5 /mnt/windows ntfs-3g defaults,windows_names,locale=en_US.utf8  0 0
Use blkid to get your windows UUID.
Thanks for your reply Ravana, when you said not to share everything, does it mean that if you're in the middle of a scenario, you can't continue to play in another OS? The code above is just to mount ntfs partition in Linux, right?
Thanks for your comment/suggestion.
Michael
User avatar
michaelbr
Posts: 30
Joined: April 18th, 2016, 1:32 pm
Location: Valencia, Spain

Re: share game data between Windows 10 & Ubuntu 16.04

Post by michaelbr »

Pentarctagon wrote:Ubuntu should be able to read NTFS without any problem, so you could probably create a link for the Ubuntu Wesnoth that points to the Windows Wesnoth userdata directory. I've never dual booted though, so a guess is the best I can do.
Thanks, I'll give it a try, just installed it, but haven't played yet in Ubuntu.
Thanks for your comment/suggestion.
Michael
User avatar
Ravana
Forum Moderator
Posts: 2995
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Re: share game data between Windows 10 & Ubuntu 16.04

Post by Ravana »

Yes. Admittedly I dont really play nowadays, I prefer to observe. See wesnoth --userconfig-dir and wesnoth --userdata-dir if you want everything shared.
User avatar
michaelbr
Posts: 30
Joined: April 18th, 2016, 1:32 pm
Location: Valencia, Spain

Re: share game data between Windows 10 & Ubuntu 16.04

Post by michaelbr »

Ravana wrote:Yes. Admittedly I dont really play nowadays, I prefer to observe. See wesnoth --userconfig-dir and wesnoth --userdata-dir if you want everything shared.
Thanks Ravana for the tip, I'll take a look.
Thanks for your comment/suggestion.
Michael
Post Reply