From 297cc12c841a35abbb5133fa24061085edf948cf Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 15 Sep 2023 10:26:31 -0400 Subject: [PATCH 1/6] Prefer symlink word --- docs/players/Installation_macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/players/Installation_macOS.md b/docs/players/Installation_macOS.md index 6965c3c3a..2b15f6a14 100644 --- a/docs/players/Installation_macOS.md +++ b/docs/players/Installation_macOS.md @@ -16,4 +16,4 @@ Please report about gameplay problem on forums: [Help & Bugs](https://forum.vcmi # Step 2: Installing Heroes III data files 1. Find a way to unpack Windows Heroes III or GOG installer. For example, use `vcmibuilder` script inside app bundle or install the game with [CrossOver](https://www.codeweavers.com/crossover) or [Wineskin](https://github.com/Gcenx/WineskinServer). -2. Copy (or symlink) **Data**, **Maps** and **Mp3** directories from Heroes III to:`~/Library/Application\ Support/vcmi/` +2. Symlink **Data**, **Maps** and **Mp3** directories from Heroes III to:`~/Library/Application\ Support/vcmi/` From de82a423411e1316d9d159da6b98db08d9079205 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 15 Sep 2023 11:28:44 -0400 Subject: [PATCH 2/6] Update Installation_macOS.md --- docs/players/Installation_macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/players/Installation_macOS.md b/docs/players/Installation_macOS.md index 2b15f6a14..9a9adcd97 100644 --- a/docs/players/Installation_macOS.md +++ b/docs/players/Installation_macOS.md @@ -16,4 +16,4 @@ Please report about gameplay problem on forums: [Help & Bugs](https://forum.vcmi # Step 2: Installing Heroes III data files 1. Find a way to unpack Windows Heroes III or GOG installer. For example, use `vcmibuilder` script inside app bundle or install the game with [CrossOver](https://www.codeweavers.com/crossover) or [Wineskin](https://github.com/Gcenx/WineskinServer). -2. Symlink **Data**, **Maps** and **Mp3** directories from Heroes III to:`~/Library/Application\ Support/vcmi/` +2. Place or symlink **Data**, **Maps** and **Mp3** directories from Heroes III to:`~/Library/Application\ Support/vcmi/` From 1af193516ff3c2f1306c6252e9fd84b24ef561bd Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 15 Sep 2023 11:30:17 -0400 Subject: [PATCH 3/6] Update Installation_iOS.md --- docs/players/Installation_iOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/players/Installation_iOS.md b/docs/players/Installation_iOS.md index 40e889697..46d88c99c 100644 --- a/docs/players/Installation_iOS.md +++ b/docs/players/Installation_iOS.md @@ -28,7 +28,7 @@ To play the game, you need to upload HoMM3 data files - **Data**, **Maps** and * If you have data somewhere on device or in shared folder or you have downloaded it, you can copy it directly on your iPhone/iPad using Files application. -Move or copy **Data**, **Maps** and **Mp3** folders into vcmi application - it will be visible in Files along with other applications' folders. +Place **Data**, **Maps** and **Mp3** folders into vcmi application - it will be visible in Files along with other applications' folders. ### Step 2.c: Installing data files with Xcode on macOS From 572a610376a0e6497189a510abc87847bb1882d1 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 15 Sep 2023 11:30:33 -0400 Subject: [PATCH 4/6] Update Installation_Windows.md --- docs/players/Installation_Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/players/Installation_Windows.md b/docs/players/Installation_Windows.md index c8857b940..900b9e711 100644 --- a/docs/players/Installation_Windows.md +++ b/docs/players/Installation_Windows.md @@ -17,7 +17,7 @@ Install one of following into new folder, same as when installing new game: **Since VCMI 1.2 you can skip this step, just run VCMI launcher and it will help you with importing H3 data. For older releases you can follow this step.** - Install Heroes III from disk or using GOG installer. -- Copy "Data", "Maps" and "Mp3" from Heroes III to: `Documents\My Games\vcmi\` +- Place "Data", "Maps" and "Mp3" from Heroes III to: `Documents\My Games\vcmi\` Create this folder if it doesnt exist yet From d1b32365252cfaff0b12dbfeb08c3d26462f7ede Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 15 Sep 2023 11:30:58 -0400 Subject: [PATCH 5/6] Update Installation_Linux.md --- docs/players/Installation_Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/players/Installation_Linux.md b/docs/players/Installation_Linux.md index ef650d545..e5418a768 100644 --- a/docs/players/Installation_Linux.md +++ b/docs/players/Installation_Linux.md @@ -101,7 +101,7 @@ innoextract --output-dir=~/Downloads/HoMM3 "setup_heroes_of_might_and_magic_3_co ``` (note that installer file name might be different) -Once innoextract completes, start VCMI Launcher and choose to copy existing files. Select the ~/Downloads/HoMM3 directory. Once copy is complete, you can delete both offline installer files as well as ~/Downloads/HoMM3. +Once innoextract completes, start VCMI Launcher and choose to place existing files. Select the ~/Downloads/HoMM3 directory. Once placing is complete, you can delete both offline installer files as well as ~/Downloads/HoMM3. ## Install manually using existing Heroes III data @@ -118,4 +118,4 @@ Or, to start game directly avoiding Launcher: `vcmiclient` # Reporting bugs -Please report any issues with packages according to [Bug Reporting Guidelines](Bug_Reporting_Guidelines.md) \ No newline at end of file +Please report any issues with packages according to [Bug Reporting Guidelines](Bug_Reporting_Guidelines.md) From 86256429c67e5737d40fd6bce3138dea2dda401a Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 15 Sep 2023 11:31:15 -0400 Subject: [PATCH 6/6] Update Installation_Android.md --- docs/players/Installation_Android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/players/Installation_Android.md b/docs/players/Installation_Android.md index 0c1fa2ac9..be77110ab 100644 --- a/docs/players/Installation_Android.md +++ b/docs/players/Installation_Android.md @@ -23,7 +23,7 @@ Installation is a two step process, at first you need to install game, then you ### I imported game data files, but music in game is missing -**Solution:** Try to run data import again or copy Mp3 folder from Heroes III manually to Android/data/is.xyz.vcmi/files/vcmi-data/Mp3 +**Solution:** Try to run data import again or place Mp3 folder from Heroes III manually to Android/data/is.xyz.vcmi/files/vcmi-data/Mp3 ### I installed google play version, but have a problem while installing daily builds @@ -39,4 +39,4 @@ Installation is a two step process, at first you need to install game, then you ## Other problems -Please report about gameplay problem: [Github](https://github.com/vcmi/vcmi/issues), [Help & Bugs](https://forum.vcmi.eu/c/international-board/help-bugs) or [Discord](https://discord.gg/chBT42V). Make sure to specify your device and used version of Android. \ No newline at end of file +Please report about gameplay problem: [Github](https://github.com/vcmi/vcmi/issues), [Help & Bugs](https://forum.vcmi.eu/c/international-board/help-bugs) or [Discord](https://discord.gg/chBT42V). Make sure to specify your device and used version of Android.