More actions
(Created page with "{{#seo: |title=Vita Homebrew Games (Puzzle) - GameBrew |title_mode=append |image=humanresourcemachinevita.png |image_alt=Human Resource Machine Vita }} {{Infobox Vita Homebrews |title=Human Resource Machine Vita |image=humanresourcemachinevita.png |description=Port of Human Resource Machine for PSVITA. |author=Rinnegatamante |lastupdated=2023/03/15 |type=Puzzle |version=1.1 |license=Mixed |download=https://dlhb.gamebrew.org/vitahomebrews/humanresourcemachinevita.7z |webs...") |
No edit summary |
||
Line 22: | Line 22: | ||
The port functions by loading the official Android ARMv7 executable into memory and resolving its imports with native functions, followed by patching it to ensure proper functionality. This essentially creates a minimalist Android environment, allowing the executable to run natively. | The port functions by loading the official Android ARMv7 executable into memory and resolving its imports with native functions, followed by patching it to ensure proper functionality. This essentially creates a minimalist Android environment, allowing the executable to run natively. | ||
'''Note: To use this wrapper, you must have a legally acquired copy of Human Resource Machine for Android v.1.0.5, as it is the last version that includes an ARMv7 build.''' | |||
==About The Game== | ==About The Game== | ||
Line 27: | Line 29: | ||
No prior programming experience is necessary to enjoy this game, as programming is essentially puzzle-solving. Strip away the scary symbols and coding jargon, and programming is actually quite simple, logical, and even beautiful. Anyone can understand and have fun with it! If you're already an expert, there will be extra challenges to test your skills. | No prior programming experience is necessary to enjoy this game, as programming is essentially puzzle-solving. Strip away the scary symbols and coding jargon, and programming is actually quite simple, logical, and even beautiful. Anyone can understand and have fun with it! If you're already an expert, there will be extra challenges to test your skills. | ||
==Requirements== | |||
* libshacccg.suprx ([[ShaRKBR33D Vita|ShaRKBR33D]]) | |||
* [[Kubridge Vita|Kubridge]] | |||
* [[FdFix Vita|FdFix]] OR repatch_ex.skprx | |||
* Android game data files. | |||
== Setup Instructions == | |||
* Install [[Kubridge Vita|Kubridge]] and [[FdFix Vita|FdFix]] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>: | |||
<pre> *KERNEL | |||
ux0:tai/kubridge.skprx | |||
ux0:tai/fd_fix.skprx</pre> | |||
'''Note''' Don't install fd_fix.skprx if you're using rePatch plugin | |||
* '''Optional''': Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz. | |||
* Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | |||
* Install the vpk from Release tab. | |||
* Obtain your copy of ''Human Resource Machine'' legally for Android in form of an <code>.apk</code> file. | |||
* Open the apk with your zip explorer and extract the files <code>libc++_shared.so</code> and <code>libHumanResourceMachine.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/hrm</code>. | |||
* Extract the <code>assets</code> folder from inside the apk to <code>ux0:data/hrm</code>. | |||
* Download <code>datafiles.zip</code> from the Release tab of this repository and extract it in <code>ux0:data</code>. | |||
==Controls== | |||
X = Play | |||
Square = Restart | |||
R Trigger = Next Move | |||
L Trigger = Previous Move | |||
Start = Back | |||
Triangle = Mute/Unmute | |||
==Media== | ==Media== | ||
Line 44: | Line 82: | ||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
==Credits== | |||
* TheFloW for the original .so loader. | |||
* CatoTheYounger for the screenshots and for testing the homebrew. | |||
* Once13one for the Livearea assets. | |||
* Northfear for the SDL2 fork with vitaGL as backend. | |||
== External links == | == External links == |
Revision as of 13:28, 16 March 2023
Human Resource Machine Vita | |
---|---|
File:Humanresourcemachinevita.png | |
General | |
Author | Rinnegatamante |
Type | Puzzle |
Version | 1.1 |
License | Mixed |
Last Updated | 2023/03/15 |
Links | |
Download | |
Website | |
Source | |
This is a port/wrapper of Human Resource Machine for the PS Vita.
The port functions by loading the official Android ARMv7 executable into memory and resolving its imports with native functions, followed by patching it to ensure proper functionality. This essentially creates a minimalist Android environment, allowing the executable to run natively.
Note: To use this wrapper, you must have a legally acquired copy of Human Resource Machine for Android v.1.0.5, as it is the last version that includes an ARMv7 build.
About The Game
Human Resource Machine is a puzzle game designed for those who love to solve complex problems. Each level presents a new challenge from your boss, which you must automate by programming your little office worker. Successfully completing a level will lead to a promotion and another year of work in the vast office building. Congratulations!
No prior programming experience is necessary to enjoy this game, as programming is essentially puzzle-solving. Strip away the scary symbols and coding jargon, and programming is actually quite simple, logical, and even beautiful. Anyone can understand and have fun with it! If you're already an expert, there will be extra challenges to test your skills.
Requirements
- libshacccg.suprx (ShaRKBR33D)
- Kubridge
- FdFix OR repatch_ex.skprx
- Android game data files.
Setup Instructions
- Install Kubridge and FdFix by copying
kubridge.skprx
andfd_fix.skprx
to your taiHEN plugins folder (usuallyux0:tai
) and adding two entries to yourconfig.txt
under*KERNEL
:
*KERNEL ux0:tai/kubridge.skprx ux0:tai/fd_fix.skprx
Note Don't install fd_fix.skprx if you're using rePatch plugin
- Optional: Install PSVshell to overclock your device to 500Mhz.
- Install
libshacccg.suprx
, if you don't have it already, by following this guide. - Install the vpk from Release tab.
- Obtain your copy of Human Resource Machine legally for Android in form of an
.apk
file. - Open the apk with your zip explorer and extract the files
libc++_shared.so
andlibHumanResourceMachine.so
from thelib/armeabi-v7a
folder toux0:data/hrm
. - Extract the
assets
folder from inside the apk toux0:data/hrm
. - Download
datafiles.zip
from the Release tab of this repository and extract it inux0:data
.
Controls
X = Play
Square = Restart
R Trigger = Next Move
L Trigger = Previous Move
Start = Back
Triangle = Mute/Unmute
Media
Human Resource Machine - Official Trailer #1 - (Kyle Gabler)
Screenshots
Changelog
(v.1.1)
- Made so that game won't show up anymore the rotation screen tooltip.
(v.1.0)
- First Release.
Credits
- TheFloW for the original .so loader.
- CatoTheYounger for the screenshots and for testing the homebrew.
- Once13one for the Livearea assets.
- Northfear for the SDL2 fork with vitaGL as backend.