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
res
.gitignore
Audio.cpp Integrate multilingual support (#5) May 6, 2018
Audio.h
Bouclier.cpp
Bouclier.h dos2unix + .gitignore Oct 7, 2017
CMakeLists.txt
Caisse.cpp
Caisse.h
Carte.cpp Integrate multilingual support (#5) May 6, 2018
Carte.h dos2unix + .gitignore Oct 7, 2017
Common.h
Encyclopedie.cpp
Encyclopedie.h dos2unix + .gitignore Oct 7, 2017
Ennemi.cpp Vita: corrected some crashes #8 Jun 19, 2018
Ennemi.h dos2unix + .gitignore Oct 7, 2017
Generique.cpp
Generique.h Integrate multilingual support (#5) May 6, 2018
Jeu.cpp
Jeu.h Integrate multilingual support (#5) May 6, 2018
Joueur.cpp
Joueur.h
Keyboard.cpp
Keyboard.h
Lang.h
Listable.cpp
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 dos2unix + .gitignore Oct 7, 2017
Monde.cpp
Monde.h dos2unix + .gitignore Oct 7, 2017
Objet.cpp Fix memory leaks Oct 8, 2017
Objet.h
Personnage.cpp dos2unix + .gitignore Oct 7, 2017
Personnage.h
Pnj.cpp Vita: corrected some crashes #8 Jun 19, 2018
Pnj.h
Poissons.cpp
Poissons.h
Projectile.cpp
Projectile.h
README.md Vita: complete changelog Sep 11, 2018
Snipe.cpp
Snipe.h dos2unix + .gitignore Oct 7, 2017
Statut.cpp
Statut.h
Texte.cpp
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.