Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenderovpaulo95/platcv-tool
https://github.com/zenderovpaulo95/platcv-tool
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenderovpaulo95/platcv-tool
- Owner: zenderovpaulo95
- License: gpl-2.0
- Created: 2024-10-27T05:19:50.000Z (20 days ago)
- Default Branch: master
- Last Pushed: 2024-10-27T05:20:39.000Z (20 days ago)
- Last Synced: 2024-10-27T05:25:56.148Z (20 days ago)
- Language: C#
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PLATCV tool
A tool for work with archives Professor Laton and the Curious Village on Android and iOS.
Special thanks to ssh from zenhax forum for this script: https://zenhax.com/viewtopic.php?p=41170#p41170This tool can be used for Layton: Pandora's Box in HD.
Build for linux (requires MonoDevelop):
For linux users: You can try use MonoDevelop (see in you distribution how to install). Try these variants:1. Build with xbuild:
xbuild PLATCV_tool.sln
mono 'PLATCV_tool/bin/Release/PLATCV_tool.exe'2. Build with msbuild:
msbuild PLATCV_tool.sln
mono 'PLATCV_tool/bin/Release/PLATCV_tool.exe'