More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
m (HydeWing moved page The Legend of Zelda - A Link to The Past (Zelda3) Vita to Zelda3 Vita without leaving a redirect) |
(No difference)
|
Revision as of 11:45, 19 December 2022
The Legend of Zelda: A Link to The Past | |
---|---|
File:Zelda3alinktothepastvita.jpg | |
General | |
Author | Rinnegatamante |
Type | Adventure |
Version | 1.1 |
License | MIT License |
Last Updated | 2022/10/12 |
Links | |
Download | |
Website | |
Source | |
Zelda3 Vita is a port of zelda3, a reimplementation of The Legend of Zelda: A Link to The Past with several enhancements.
Requirements
- Game Data Files: SNES
How to set up
- You need to extract the file zelda3_assets.dat from a dump of your own The Legend of Zelda: A Link to The Past US SNES cartridge. To do so:
- Download Python installer and install
- Open the command prompt
- Type "python -m pip install --upgrade pip" and hit enter
- Type "python -m pip install --upgrade Pillow" and hit enter
- Type "python -m pip install --upgrade pyyaml" and hit enter
- Close the command prompt
- Follow these steps: https://github.com/snesrev/zelda3/wiki/2.-Cloning-and-Setup
- Place zelda3_assets.dat file in ux0:data/zelda3/tables
Options
Several options can be changed by editing the file ux0:data/zelda3/zelda3.ini.
If you care more about framerate than widescreen, 4:3 aspect ratio is suggested to be set. (4:3 ensures game is always fullspeed whilst with widescreen, sometimes game drops down around 45 fps).
Media
Screenshots
Changelogs
v.1.1
- Fixed a bug making 4:3 aspect ratio to be always stretched. Now it will be stretched only if IgnoreAspectRatio is enabled,
- Added bilinear filtering option (BilinearFiltering).
v.1.0
- First Release.
Credits
- Brandonheat8 for the Livearea assets
- snesrev and everyone involved in the original recreation project