More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=T-Rekt NX | |title=T-Rekt NX | ||
|image= | |image=trektnx.png | ||
|description=T-Rekt for Nintendo Switch. | |description=T-Rekt for Nintendo Switch. | ||
|author=Manurocker95 | |author=Manurocker95 | ||
Line 8: | Line 8: | ||
|version=1.1 | |version=1.1 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/trektnx.7z | ||
|website=https://gbatemp.net/threads/release-t-rekt-nx.527283/ | |website=https://gbatemp.net/threads/release-t-rekt-nx.527283/ | ||
|source=https://github.com/Manurocker95/T-Rekt-NX | |source=https://github.com/Manurocker95/T-Rekt-NX | ||
|donation= | |donation= | ||
}} | }} | ||
This is a remake of [[T-Rekt 3D 3DS|T-Rekt 3D for 3DS]] with some improvements made for the [https://gbatemp.net/threads/tutorial-setting-up-visual-studio-2017-environment-for-nintendo-switch-homebrew-development.525977/ Switch homebrew development tutorial's template]. | |||
If you want to practice C++, just check the source code. | |||
==Features== | ==Features== | ||
* Custom Splash Screen, cinematic intro screen, titlescreen and gamescreen | * Custom Splash Screen, cinematic intro screen, titlescreen and gamescreen. | ||
* Sound: Music and SFX | * Sound: Music and SFX. | ||
* Data saved in sdmc/switch/Manurocker95/T-RektNX/data.sav with JSON | * Data saved in sdmc/switch/Manurocker95/T-RektNX/data.sav with JSON. | ||
* Resources loaded from RomFS. | * Resources loaded from RomFS. | ||
* Custom fonts and stuff | * Custom fonts and stuff. | ||
* Images animated by frames made with SDL2 | * Images animated by frames made with SDL2. | ||
* Some bugs (need to re-make collisions) | * Some bugs (need to re-make collisions). | ||
* Multilanguage: If your system language is not found in RomFS files, English is set by default. Needed texts are parsed from JSON. | * Multilanguage: If your system language is not found in RomFS files, English is set by default. Needed texts are parsed from JSON. | ||
== | ==User guide== | ||
The objective of the game is to protect the dinosaurs from falling meteorites. | The objective of the game is to protect the dinosaurs from falling meteorites. | ||
Dinosaurs will grow up if you let them survive. When doing so, if you have boys and girls, they will procreate having more dinosaurs. :shy: | |||
They will die by being old, so they won't be invincible anyway. | |||
Beware because every dino has different stats. They can grow up earlier, run faster or even procreate faster than others (Everything is set randomly). | |||
==Controls== | |||
Left Stick or D-Pad Right/Left - Move dinos | |||
Tap on buttons or A - Go through screens when needed | |||
Minus - Pause the game | |||
Plus - Exit (title screen), Go to title screen (in game) | |||
Debug Controls (Debugging stuff): | '''Debug Controls (Debugging stuff):''' | ||
R - Change debug-mode | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/trektnx2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/trektnx3.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/trektnx4.png | ||
https://dlhb.gamebrew.org/switchhomebrews/trektnx5.png | |||
==Compatibility== | |||
Tested on ReiNX 2.0 + 6.2 Sysnand but it should work on any firmware if you have access to HBL. | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.1''' | ||
* Now the save data is a json. You can now save as much data as you like | * Now the save data is a json. You can now save as much data as you like. | ||
* Settings are saved in data.sav. | * Settings are saved in data.sav. | ||
* Multilanguage support with JSONs for every language. | * Multilanguage support with JSONs for every language. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Manurocker95/T-Rekt-NX | ||
* | * GBAtemp - https://gbatemp.net/threads/release-t-rekt-nx.527283/ | ||
* ForTheUsers - https://apps.fortheusers.org/switch/T-Rekt-NX |
Latest revision as of 06:26, 10 Mayıs 2023
T-Rekt NX | |
---|---|
General | |
Author | Manurocker95 |
Type | Other Games |
Version | 1.1 |
License | GPL-3.0 |
Last Updated | 2018/12/29 |
Links | |
Download | |
Website | |
Source | |
This is a remake of T-Rekt 3D for 3DS with some improvements made for the Switch homebrew development tutorial's template.
If you want to practice C++, just check the source code.
Features
- Custom Splash Screen, cinematic intro screen, titlescreen and gamescreen.
- Sound: Music and SFX.
- Data saved in sdmc/switch/Manurocker95/T-RektNX/data.sav with JSON.
- Resources loaded from RomFS.
- Custom fonts and stuff.
- Images animated by frames made with SDL2.
- Some bugs (need to re-make collisions).
- Multilanguage: If your system language is not found in RomFS files, English is set by default. Needed texts are parsed from JSON.
User guide
The objective of the game is to protect the dinosaurs from falling meteorites.
Dinosaurs will grow up if you let them survive. When doing so, if you have boys and girls, they will procreate having more dinosaurs. :shy: They will die by being old, so they won't be invincible anyway.
Beware because every dino has different stats. They can grow up earlier, run faster or even procreate faster than others (Everything is set randomly).
Controls
Left Stick or D-Pad Right/Left - Move dinos
Tap on buttons or A - Go through screens when needed
Minus - Pause the game
Plus - Exit (title screen), Go to title screen (in game)
Debug Controls (Debugging stuff):
R - Change debug-mode
Screenshots
Compatibility
Tested on ReiNX 2.0 + 6.2 Sysnand but it should work on any firmware if you have access to HBL.
Changelog
v1.1
- Now the save data is a json. You can now save as much data as you like.
- Settings are saved in data.sav.
- Multilanguage support with JSONs for every language.
v1.0
- First Release.
External links
- GitHub - https://github.com/Manurocker95/T-Rekt-NX
- GBAtemp - https://gbatemp.net/threads/release-t-rekt-nx.527283/
- ForTheUsers - https://apps.fortheusers.org/switch/T-Rekt-NX