Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Homm3hd-vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 15: Line 15:
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/vitahomebrews/homm3hdvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/homm3hdvita.7z
|website=https://play.google.com/store/apps/details?id=com.homm.cgames.app&hl=en&gl=US
|website=https://gbatemp.net/threads/release-heroes-of-might-and-magic-iii-hd-edition-port-of-android-version-of-homm3-hd-to-ps-vita.619043/
|source=https://github.com/Northfear/homm3hd-vita
|source=https://github.com/Northfear/homm3hd-vita
}}
}}
This is a wrapper/port of HoMM III: HD Android for the PS Vita.
This is a wrapper/port of HoMM III: HD Android for the PS Vita.


This repository contains a loader of '''the Android release of Heroes of Might and Magic III HD Edition''', based on the [https://github.com/TheOfficialFloW/gtasa_vita Android SO Loader by TheFloW]. The loader provides a tailored, minimalistic Android-like environment to run the official ARMv7 game executables on PS Vita.
The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as is.


At the time of writing this readme, the Heroes of Might and Magic III HD Edition was delisted from the major Android storefronts. This loader ("port") is intended to be used only by those people who bought the game prior to the delisting and still can legally access their own copy through the Purchased Apps list on Google Play.
'''Note:''' This software does not contain the original code, executables, assets, or other non redistributable parts of the game. The authors do not promote or condone piracy in any way. To launch and play the game on their PS Vita device, users must provide their own legally obtained copy of the game in the form of an .apk file.


'''This software does not contain the original code, executables, assets, or other non redistributable parts of the game. The authors do not promote or condone piracy in any way. To launch and play the game on their PS Vita device, users must provide their own legally obtained copy of the game in the form of an .apk file.'''
==Installation==
 
Requirements:
==Requirements==
* Game Data Files: Android (only v1.1.6 has been tested)
* Game Data Files: Android
*[[Kubridge Vita|kubridge.skprx]] v.0.3 or higher
*[[Kubridge Vita|kubridge.skprx]] v.0.3 or higher
*[[Fdfix Vita|fd_fix.skprx]] OR [[Repatch Reloaded Vita|repatch_ex.skprx]]
*[[Fdfix Vita|fd_fix.skprx]] OR [[RePatch_reDux0_Vita|repatch_ex.skprx]]
 
==Media==
<youtube>7zcMOPpbIJA</youtube>


==Screenshots==
Install the required plugins:
https://dlhb.gamebrew.org/vitahomebrews/heroesofmightandmagiciiihdeditionvita-03.jpg
*Install kubridge and FdFix by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ur0:tai) and adding two entries to your config.txt under *KERNEL: 
https://dlhb.gamebrew.org/vitahomebrews/heroesofmightandmagiciiihdeditionvita-01.jpg
  *KERNEL
https://dlhb.gamebrew.org/vitahomebrews/heroesofmightandmagiciiihdeditionvita-02.jpg
  ur0:tai/kubridge.skprx
https://dlhb.gamebrew.org/vitahomebrews/heroesofmightandmagiciiihdeditionvita-04.jpg
  ur0:tai/fd_fix.skprx
*Note Don't install fd_fix.skprx if you're using the rePatch plugin.
*Note 2 You no longer need to install libgpu_es4_kernel_ext.skprx with version 1.0.1 or higher (since it's already bundled with the game).


== Setup Instructions (For End Users) ==
Install the game + game data files:
The port has been tested only with the latest available version of the game (which is '''v1.1.6''')
*Legally obtain your copy of Heroes of Might and Magic III HD Edition for Android in form of an .apk file and .obb files (main.1113.com.ubisoft.mightandmagic.heroesiii.obb and patch.1110.com.ubisoft.mightandmagic.heroesiii.obb are located inside the /sdcard/android/obb/com.ubisoft.mightandmagic.heroesiii/) folder. [https://stackoverflow.com/questions/11012976/how-do-i-get-the-apk-of-an-installed-app-without-root-access You can get all the required files directly from your phone] or by using any APK extractor you can find on Google Play.
*Open the .apk with any zip explorer (like [https://www.7-zip.org/ 7-Zip]) and extract it. Copy libhomm3.so file (located in the lib/armeabi-v7a folder inside the apk) into ux0:data/homm3hd/.
*Open the main.1113.com.ubisoft.mightandmagic.heroesiii.obb with your zip explorer (.obb files are zip files just like .apk files so just rename the .obb to .zip) and extract the contents to ux0:data/homm3hd/.
*Same as before, open the patch.1110.com.ubisoft.mightandmagic.heroesiii.obb with the zip explorer and extract the contents inside the zip to ux0:data/homm3hd/.
*Install HOMM3.vpk (from Releases).


In order to properly install the game, you'll have to follow these steps precisely:
==User guide==
Only original touch controls are supported.


* Install [https://github.com/TheOfficialFloW/kubridge/releases/ kubridge] and [https://github.com/TheOfficialFloW/FdFix/releases/ FdFix] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ur0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>:  
Custom maps are supported, but only from the "The Restoration of Erathia" version, copy the them into ux0:data/homm3hd/data/maps/<your_language_folder>/ folder (ux0:data/homm3hd/data/maps/en/ for example).


<div class="snippet-clipboard-content notranslate position-relative overflow-auto">
==Screenshots==
 
homm3hdvita3.png
<pre class="notranslate">  *KERNEL
homm3hdvita4.png
  ur0:tai/kubridge.skprx
  ur0:tai/fd_fix.skprx</pre>
 
'''Note''' Don't install fd_fix.skprx if you're using the rePatch plugin!
 
'''Note 2''' You no longer need to install <code>libgpu_es4_kernel_ext.skprx</code> with version 1.0.1 or higher (since it's already bundled with the game).
 
* Legally obtain your copy of Heroes of Might and Magic III HD Edition for Android in form of an <code>.apk</code> file and <code>.obb</code> files (<code>main.1113.com.ubisoft.mightandmagic.heroesiii.obb</code> and <code>patch.1110.com.ubisoft.mightandmagic.heroesiii.obb</code> are located inside the <code>/sdcard/android/obb/com.ubisoft.mightandmagic.heroesiii/</code>) folder. [https://stackoverflow.com/questions/11012976/how-do-i-get-the-apk-of-an-installed-app-without-root-access You can get all the required files directly from your phone] or by using any APK extractor you can find on Google Play.
* Open the <code>.apk</code> with any zip explorer (like [https://www.7-zip.org/ 7-Zip]) and extract it. Copy <code>libhomm3.so</code> file (located in the lib/armeabi-v7a folder inside the apk) into <code>ux0:data/homm3hd/</code>.
* Open the <code>main.1113.com.ubisoft.mightandmagic.heroesiii.obb</code> with your zip explorer (.obb files are zip files just like .apk files so just rename the .obb to .zip) and extract the contents to <code>ux0:data/homm3hd/</code>.
* Same as before, open the <code>patch.1110.com.ubisoft.mightandmagic.heroesiii.obb</code> with the zip explorer and extract the contents inside the zip to <code>ux0:data/homm3hd/</code>.
* Install <code>HOMM3.vpk</code> (from [https://github.com/Northfear/homm3hd-vita/releases/latest Releases]).


== Additional info ==
homm3hdvita5.png
You can add custom &quot;Restoration of Erathia&quot; maps by copying them into <code>ux0:data/homm3hd/data/maps/&lt;your_language_folder&gt;/</code> folder (<code>ux0:data/homm3hd/data/maps/en/</code> for example). Note that ONLY &quot;The Restoration of Erathia&quot; maps are supported.
homm3hdvita6.png


== Known Issues ==
==Known issues==
* Sprites are sometimes rendered in the wrong order on the world map.
*Sprites are sometimes rendered in the wrong order on the world map.
* It may be hard to trigger ranged unit attack with double tap during the big battles (due to lower framerate). You may need to turn on the auto combat in some situations to trigger their attack (and disable it afterwards).
*Unit movement speed is a bit too fast during combat.
* Unit movement speed is a bit too fast during combat.
*The game can crash sometimes due to running out of vram.
* The game can crash sometimes due to running out of vram.
*Visual bugs may appear after some time (dark UI elements, weird looking rectangles in the place of fading out UI elements). It's recommended to save the game and restart it at that point.
* Visual bugs may appear after some time (dark UI elements, weird looking rectangles in the place of fading out UI elements). It's recommended to save the game and restart it at that point.


==Changelog==
==Changelog==
Line 78: Line 68:


'''v1.0.2'''
'''v1.0.2'''
* Fixed not working savegames with missing "pref" folder
* Fixed not working savegames with missing "pref" folder.


'''v1.0.1'''
'''v1.0.1'''
*Added libgpu_es4_kernel_ext.skprx to the VPK. There's no need to install it manually anymore.
*Added libgpu_es4_kernel_ext.skprx to the VPK. There's no need to install it manually anymore.


'''(v.1.0)'''
'''v1.0'''
* First Release.
* First Release.


Line 91: Line 81:
* [https://github.com/TheOfficialFloW/ TheOfficialFloW], [https://github.com/Rinnegatamante/ Rinnegatamante] and [https://github.com/v-atamanenko v-atamanenko] for all of the previous work on Android wrapper ports.
* [https://github.com/TheOfficialFloW/ TheOfficialFloW], [https://github.com/Rinnegatamante/ Rinnegatamante] and [https://github.com/v-atamanenko v-atamanenko] for all of the previous work on Android wrapper ports.


== External links ==
==External links==
* Official Website - https://play.google.com/store/apps/details?id=com.homm.cgames.app&hl=en&gl=US
* GitHub - https://github.com/Northfear/homm3hd-vita
* Github - https://github.com/Northfear/homm3hd-vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/928
* VitaDB - https://vitadb.rinnegatamante.it/#/info/928
* GBAtemp - https://gbatemp.net/threads/release-heroes-of-might-and-magic-iii-hd-edition-port-of-android-version-of-homm3-hd-to-ps-vita.619043/
* Reddit - https://www.reddit.com/r/vitahacks/comments/xhgfur/release_heroes_of_might_and_magic_iii_hd_edition/

Revision as of 03:06, 30 December 2022

Heroes of Might and Magic III HD Edition
File:Heroesofmightandmagiciiihdeditionvita.jpg
General
AuthorNorthfear
TypeStrategy
Version1.0.3
LicenseMIT License
Last Updated2022/12/15
Links
Download
Website
Source

This is a wrapper/port of HoMM III: HD Android for the PS Vita.

The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as is.

Note: This software does not contain the original code, executables, assets, or other non redistributable parts of the game. The authors do not promote or condone piracy in any way. To launch and play the game on their PS Vita device, users must provide their own legally obtained copy of the game in the form of an .apk file.

Installation

Requirements:

Install the required plugins:

  • Install kubridge and FdFix by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ur0:tai) and adding two entries to your config.txt under *KERNEL:
 *KERNEL
 ur0:tai/kubridge.skprx
 ur0:tai/fd_fix.skprx
  • Note Don't install fd_fix.skprx if you're using the rePatch plugin.
  • Note 2 You no longer need to install libgpu_es4_kernel_ext.skprx with version 1.0.1 or higher (since it's already bundled with the game).

Install the game + game data files:

  • Legally obtain your copy of Heroes of Might and Magic III HD Edition for Android in form of an .apk file and .obb files (main.1113.com.ubisoft.mightandmagic.heroesiii.obb and patch.1110.com.ubisoft.mightandmagic.heroesiii.obb are located inside the /sdcard/android/obb/com.ubisoft.mightandmagic.heroesiii/) folder. You can get all the required files directly from your phone or by using any APK extractor you can find on Google Play.
  • Open the .apk with any zip explorer (like 7-Zip) and extract it. Copy libhomm3.so file (located in the lib/armeabi-v7a folder inside the apk) into ux0:data/homm3hd/.
  • Open the main.1113.com.ubisoft.mightandmagic.heroesiii.obb with your zip explorer (.obb files are zip files just like .apk files so just rename the .obb to .zip) and extract the contents to ux0:data/homm3hd/.
  • Same as before, open the patch.1110.com.ubisoft.mightandmagic.heroesiii.obb with the zip explorer and extract the contents inside the zip to ux0:data/homm3hd/.
  • Install HOMM3.vpk (from Releases).

User guide

Only original touch controls are supported.

Custom maps are supported, but only from the "The Restoration of Erathia" version, copy the them into ux0:data/homm3hd/data/maps/<your_language_folder>/ folder (ux0:data/homm3hd/data/maps/en/ for example).

Screenshots

homm3hdvita3.png homm3hdvita4.png

homm3hdvita5.png homm3hdvita6.png

Known issues

  • Sprites are sometimes rendered in the wrong order on the world map.
  • Unit movement speed is a bit too fast during combat.
  • The game can crash sometimes due to running out of vram.
  • Visual bugs may appear after some time (dark UI elements, weird looking rectangles in the place of fading out UI elements). It's recommended to save the game and restart it at that point.

Changelog

v1.0.3

  • Increased delay between taps for ranged attack to 1.6s (making it way easier to trigger during the big battles).

v1.0.2

  • Fixed not working savegames with missing "pref" folder.

v1.0.1

  • Added libgpu_es4_kernel_ext.skprx to the VPK. There's no need to install it manually anymore.

v1.0

  • First Release.

Credits

External links

Advertising: