Skip to content
Zelda Time to Triumph
Branch: vita
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data Minor corrections on translations May 9, 2018
res Vita: bump version to 1.3.1 Jun 20, 2018
.gitignore dos2unix + .gitignore Oct 7, 2017
Audio.cpp Integrate multilingual support (#5) May 6, 2018
Audio.h Vita: minor update Dec 9, 2017
Bouclier.cpp Fix memory leaks Oct 8, 2017
Bouclier.h dos2unix + .gitignore Oct 7, 2017
CMakeLists.txt Vita: minor update Jan 21, 2019
Caisse.cpp Vita: first revision Oct 10, 2017
Caisse.h dos2unix + .gitignore Oct 7, 2017
Carte.cpp Integrate multilingual support (#5) May 6, 2018
Carte.h dos2unix + .gitignore Oct 7, 2017
Common.h dos2unix + .gitignore Oct 7, 2017
Encyclopedie.cpp Integrate multilingual support (#5) May 6, 2018
Encyclopedie.h
Ennemi.cpp Vita: corrected some crashes #8 Jun 19, 2018
Ennemi.h
Generique.cpp Vita: corrected some crashes #8 Jun 19, 2018
Generique.h Integrate multilingual support (#5) May 6, 2018
Jeu.cpp Vita: corrected some crashes #8 Jun 19, 2018
Jeu.h Integrate multilingual support (#5) May 6, 2018
Joueur.cpp
Joueur.h dos2unix + .gitignore Oct 7, 2017
Keyboard.cpp
Keyboard.h Vita: minor update Dec 9, 2017
Lang.h Vita: minor refactoring May 6, 2018
Listable.cpp Integrate multilingual support (#5) May 6, 2018
Listable.h Fix memory leaks Oct 8, 2017
Makefile import v1.9 Oct 7, 2017
Menu.cpp Vita: corrected some crashes #8 Jun 19, 2018
Menu.h
Monde.cpp Vita: corrected some crashes #8 Jun 19, 2018
Monde.h dos2unix + .gitignore Oct 7, 2017
Objet.cpp Fix memory leaks Oct 8, 2017
Objet.h
Personnage.cpp
Personnage.h dos2unix + .gitignore Oct 7, 2017
Pnj.cpp Vita: corrected some crashes #8 Jun 19, 2018
Pnj.h dos2unix + .gitignore Oct 7, 2017
Poissons.cpp Vita: corrected some crashes #8 Jun 19, 2018
Poissons.h dos2unix + .gitignore Oct 7, 2017
Projectile.cpp
Projectile.h dos2unix + .gitignore Oct 7, 2017
README.md
Snipe.cpp Vita: corrected some crashes #8 Jun 19, 2018
Snipe.h dos2unix + .gitignore Oct 7, 2017
Statut.cpp Integrate multilingual support (#5) May 6, 2018
Statut.h dos2unix + .gitignore Oct 7, 2017
Texte.cpp Vita: forgot that one Nov 2, 2018
Texte.h Minor corrections on translations May 9, 2018
ZoneRect.cpp Fix memory leaks Oct 8, 2017
ZoneRect.h dos2unix + .gitignore Oct 7, 2017
main.cpp

README.md

Port of Zelda Time to Triumph for PS Vita

VPK

Latest version is available here.

Note: saves can be found in ux0:data/z3t/save directory.

Controls:

On game selection screen / Inside inventory

Keys
D-Pad Navigate
Cross Select game / Close inventory

In-game

Keys
Left stick Move Link
Right stick Look around
Cross Carry without gloves / Confirm / Pass text
Circle Read / Open / Speak
Square Use weapon
Triangle Use selected object
L See the map
R Run
Right D-Pad Item selection
Up D-Pad See defeated monsters
Left D-Pad See barter items
Down D-Pad See fishes
L + R Oni Link transformation
Select Display help
Start Save quit

Credits:

  • Vincent Jouillat, for Original game
  • Nop90, for:
    • his 3DS port that contains several memory leaks fixes I included in this port.
    • the "Impulse tracker" musics provided in his fork
  • littlebalup, for key mapping inspiration

Changelog:

1.3.1

  • Fix more crashes and freezes. The port seems to be very stable now.
  • Allow Link to move on 8 axis (thx to @NicolasR)

1.3:

  • Many thanks to @NicolasR for:
    • Multilingual support
    • Language detection
    • French translation
    • More intuitive "Help" screens

1.2.2:

  • Multilingual support, french translation and language detection (thx to @NicolasR)

1.2.1:

  • Add "Fullscreen" option
  • Add "Auto-hide menu bar" option
  • Imgui settings can now be saved and reloaded.

1.2:

  • SDL 1.2 (vitaGL) + imgui support (thx to @Rinnegatamante)

1.1:

  • Fix more memory leaks
  • External datas are not required anymore (about 195 Mb space gained)

1.0:

  • First public release
You can’t perform that action at this time.