Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Ccleste Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
{{#seo:
|title=Vita Homebrew Games (Platform) - GameBrew!
|title=Vita Homebrew Games (Platform) - GameBrew
|title_mode=append
|title_mode=append
|image=cclestevita.jpg
|image=cclestevita2.jpg
|image_alt=ccleste-vita
|image_alt=ccleste-vita
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=ccleste-vita
|title=ccleste-vita
|image=cclestevita.jpg
|image=cclestevita2.jpg
|description=Port of Celeste Classic for PSVITA.
|description=Port of Celeste Classic for PS Vita.
|author=Decomius
|author=Decomius
|lastupdated=2021/03/06
|lastupdated=2021/03/06
Line 15: Line 15:
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/cclestevita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/cclestevita.7z
|website=https://github.com/JeffRuLz/Celeste-Classic-GBA
|website=https://github.com/Decomius/ccleste-vita
|source=https://github.com/Decomius/ccleste-vita
|source=https://github.com/Decomius/ccleste-vita
}}
}}{{lowercase title}}
This is a port for PSVITA/PSTV of a C source port of the original celeste (Celeste classic) for the PICO-8, designed to be portable.
This is a port for PS Vita/PS TV of a [[Ccleste_3DS|C source port of the original celeste]] (Celeste classic) for the PICO-8, designed to be portable.


Celeste is a platform game in which players control a girl named Madeline as she makes her way up a mountain while avoiding various deadly obstacles.
Celeste is a platform game in which players control a girl named Madeline as she makes her way up a mountain while avoiding various deadly obstacles.


==Description==
==Controls==
This is a C source port of the [https://www.lexaloffle.com/bbs/?tid=2145 original celeste (Celeste classic)] for the PICO-8, designed to be portable. PC and [[Ccleste 3DS|3DS Veresion]] are the main supported platforms, though other people are [https://github.com/lemon32767/ccleste/network/members maintaining ports to other platforms].
Left/Right - Move left/right
 
Up/Down - Look up/down
 
Cross - Jump
 
Square - Dash
 
Start - Pause
 
Triangle - Toggle screenshake


An experimental web port is also available [https://lemon32767.github.io/ccleste.html here].
L/R - Load/Save state


celeste.c + celeste.h is where the game code is, translated from the pico 8 lua code by hand. These files don't depend on anything other than the c standard library and don't perform any allocations (it uses its own internal global state).
Hold Start - Reset


==Media==
Select - Fullscreen
<youtube>a16nqtTkryE</youtube>


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/cclestevita-01.jpg
https://dlhb.gamebrew.org/vitahomebrews/cclestevita3.jpg
https://dlhb.gamebrew.org/vitahomebrews/cclestevita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/cclestevita4.jpg
https://dlhb.gamebrew.org/vitahomebrews/cclestevita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/cclestevita-04.jpg


== Controls =
https://dlhb.gamebrew.org/vitahomebrews/cclestevita5.jpg
{|
https://dlhb.gamebrew.org/vitahomebrews/cclestevita6.jpg
!align="center"| PC
!align="center"| 3DS
!align="right"| VITA
!align="right"| Action
|-
|align="center"| LEFT
|align="center"| LEFT
|align="right"| LEFT
|align="right"| Move left
|-
|align="center"| RIGHT
|align="center"| RIGHT
|align="right"| RIGHT
|align="right"| Move right
|-
|align="center"| DOWN
|align="center"| DOWN
|align="right"| DOWN
|align="right"| Look down
|-
|align="center"| UP
|align="center"| UP
|align="right"| UP
|align="right"| Look up
|-
|align="center"| Z/C
|align="center"| A
|align="right"| CROSS
|align="right"| Jump
|-
|align="center"| X/V
|align="center"| B/X
|align="right"| SQUARE
|align="right"| Dash
|-
|align="center"| ESCAPE
|align="center"| START
|align="right"| START
|align="right"| Pause
|-
|align="center"| E
|align="center"| L+R
|align="right"| TRIANGLE
|align="right"| Toggle screenshake
|-
|align="center"| SHIFT+D
|align="center"| Y+L
|align="right"| L
|align="right"| Load state
|-
|align="center"| SHIFT+S
|align="center"| Y+R
|align="right"| R
|align="right"| Save state
|-
|align="center"| Hold F9
|align="center"| Hold SELECT+START+Y
|align="right"| Hold START
|align="right"| Reset
|-
|align="center"| F11
|align="center"| SELECT
|align="right"| SELECT
|align="right"| Fullscreen
|}


==Vita port Credits ==
==Credits==
Thanks to GuilhermeSouza, Calistex, VitaSDK &amp; Vita Nuova Discord Server for helping either directly with code or indirectly. lemon32767 for making the original ccleste. Original developers for making this cool game.
Vita port Credits:
* Thanks to GuilhermeSouza, Calistex, VitaSDK &amp; Vita Nuova Discord Server for helping either directly with code or indirectly.  
* lemon32767 for making the original ccleste. Original developers for making this cool game.


== Original credits ==
Original credits:
Sound wave files are taken from https://github.com/JeffRuLz/Celeste-Classic-GBA/tree/master/maxmod_data, music ogg files were obtained by converting the .wav dumps from pico 8, which I did using audacity &amp; ffmpeg.
* Sound wave files are taken from https://github.com/JeffRuLz/Celeste-Classic-GBA/tree/master/maxmod_data.
* Music ogg files were obtained by converting the .wav dumps from pico 8, which I did using audacity &amp; ffmpeg.


All credit for the original game goes to the original developers (Matt Thorson &amp; Noel Berry).
All credit for the original game goes to the original developers (Matt Thorson &amp; Noel Berry).


==Changelogs==
==External links==
'''(v.1.0)'''
* GitHub - https://github.com/Decomius/ccleste-vita
* First Release.
* VitaDB - https://vitadb.rinnegatamante.it/#/info/621


== External links ==
[[Category:Other game ports on Vita]]
* Official Website - https://github.com/JeffRuLz/Celeste-Classic-GBA
[[Category:Vita game ports]]
* Github - https://github.com/Decomius/ccleste-vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/621

Latest revision as of 03:13, 26 October 2024

ccleste-vita
Cclestevita2.jpg
General
AuthorDecomius
TypePlatform
Version1.0
LicenseMixed
Last Updated2021/03/06
Links
Download
Website
Source

This is a port for PS Vita/PS TV of a C source port of the original celeste (Celeste classic) for the PICO-8, designed to be portable.

Celeste is a platform game in which players control a girl named Madeline as she makes her way up a mountain while avoiding various deadly obstacles.

Controls

Left/Right - Move left/right

Up/Down - Look up/down

Cross - Jump

Square - Dash

Start - Pause

Triangle - Toggle screenshake

L/R - Load/Save state

Hold Start - Reset

Select - Fullscreen

Screenshots

cclestevita3.jpg cclestevita4.jpg

cclestevita5.jpg cclestevita6.jpg

Credits

Vita port Credits:

  • Thanks to GuilhermeSouza, Calistex, VitaSDK & Vita Nuova Discord Server for helping either directly with code or indirectly.
  • lemon32767 for making the original ccleste. Original developers for making this cool game.

Original credits:

All credit for the original game goes to the original developers (Matt Thorson & Noel Berry).

External links

Advertising: