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

FAKE-08 Vita: Difference between revisions

From GameBrew
m (Text replacement - "GameBrew!" to "GameBrew")
No edit summary
Line 15: Line 15:
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/vitahomebrews/fake08vita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/fake08vita.7z
|website=
|website=https://github.com/jtothebell/fake-08
|source=https://github.com/jtothebell/fake-08
|source=https://github.com/jtothebell/fake-08
}}
}}
A Pico 8 player for homebrew consoles. Not related to or supported by Lexaloffle Software. Latest release includes releases for [[Fake-08 3DS|Nintendo 3DS]], Nintendo Switch, [[Fake 08 Vita|Sony PS Vita]], Nintendo Wii U, the Miyoo CFW for bittboy and similar consoles, and the Miyoo Mini.
A Pico 8 player for homebrew consoles. The goal of Fake-08 is to make Pico-8 games playable on platforms that aren't officially supported. Latest release includes releases for [[Fake-08 3DS|Nintendo 3DS]], Nintendo Switch, [[Fake 08 Vita|Sony PS Vita]], Nintendo Wii U, the Miyoo CFW for bittboy and similar consoles, and the Miyoo Mini.


==Project Goals==
Originally created by Lexaloffle Software, PICO-8 is a virtual machine and game engine. It is designed to be a fantasy video game console that mimics the limited graphical and sound capabilities of 8-bit systems of the 1980s.
The goal of Fake-08 is to make Pico-8 games playable on platforms that aren't officially supported. As such, I will only be providing builds for platforms that won't run Pico-8 proper (No Windows, Mac, Linux, Raspberry Pi, or web builds). As maintainer, my focus is on improving compatibility having fun. If you would like a specific feature or bug fixed, feel free to add an issue (but be patient- it may not be worked on immediately) or submit a pull request (see Other Notes below).


==Usage==
==Installation==
# Download vpk and install with [[Vitashell Vita]] on Vita.
Download VPK and install with [[VitaShell]] on Vita.
#Pico 8 cart files go in the p8carts/ directory of your memory card (memory card at ux0:/ on Vita). .p8 text file carts and .p8.png image file carts are supported.
#Launch FAKE-08 either via the homebrew menu or normal system UI (depending on how you installed). Use left and right to cycle through carts on the SD card. Choose a cart using the X(Vita) button.
#To exit the currently running cart, press Start or + to open the pause menu and select Exit to Menu. Press R to cycle between rendering sizes. Press L and R simultaneously to exit the application. You can also close it via your console's operating system controls (home button etc).


==Media==
Pico 8 cart files go in the p8carts/ directory of your memory card (memory card at ux0:/ on Vita). .p8 text file carts and .p8.png image file carts are supported.
<youtube>3vguypSCRtk</youtube>
 
==User guide==
You can download games from the [https://www.lexaloffle.com/bbs/?cat=7#sub=2 Pico-8 BBS] in png format. Click on the Cart link in the lower left of the game view, and save it into your p8carts directory. Below are some games that you can try out.
 
If you are trying to play a multi cart game, it should be noted that you must provide all the carts required by the game as FAKE-08 currently does not have cart downloading capabilities. All carts should be placed in the same directory.
 
See also [https://github.com/jtothebell/fake-08/wiki/Cart-Compatibility FAKE-08 Cart Compatibility].
 
==Controls==
Left/Right - Cycle through carts on the SD card
 
Cross - Choose a cart
 
Start  - Pause menu, Exit the currently running cart
 
R - Cycle between rendering sizes
 
L+R or Home - Exit the application


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-01.png
'''PICO-8 games''' (credits)
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-02.png
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-03.png
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-04.png
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-05.png
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-06.png
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-07.png
https://dlhb.gamebrew.org/vitahomebrews/fake08vita-08.png


==Changelogs==
harold-5.p8.png
ppwr-2.p8.png
picotetris-5.p8.png
 
tinygolfpuzzles-1.p8.png
rtype-3.p8.png
bondstones-0.p8.png
 
'''PS Vita'''
fake08vita3.png
 
fake08vita4.png
 
==Known issues==
Latest Pico 8 version v0.2.2 features (sprite fill patterns, text control codes, custom fonts, etc) not implemented yet.
 
Games using flip() (like tweetcarts) have intermittent problems exiting back to the menu, and may crash the console. Use with caution.
 
Sound emulation is not perfect, and the noise implementation is noticeably inaccurate. Most of my sound implementation was ported over from Zepto 8. with the exception of the Noise instrument which was ported from PicoLove. It is not 100% accurate, and some games have noticeable clipping/popping.
 
See [https://github.com/jtothebell/fake-08/issues Issues] page for more specifics.
 
==Changelog==
'''v0.0.2.19'''
'''v0.0.2.19'''
* Fix behavior when drawing coordinates beyond sprite sheet bounds
* Fix behavior when drawing coordinates beyond sprite sheet bounds
Line 99: Line 127:


[https://github.com/jtothebell/fake-08/releases Release notes.]
[https://github.com/jtothebell/fake-08/releases Release notes.]
==Credits==
* [https://www.lexaloffle.com/pico-8.php Zep/Lexaloffle software] for making pico 8.
* Nintendo Homebrew Community.
* Vita Homebrew Community.
* [https://github.com/samhocevar/zepto8 zepto8] - Probably the best Pico 8 emulator. FAKE-08's audio, tline, and newer png decompression implementations were ported from zepto8, and other parts were heavily influenced. Alsod use a slightly modified [https://github.com/samhocevar/z8lua z8lua] for pico 8 specific features.
* [https://github.com/gamax92/picolove PicoLove] - Basis for a previous project - PicoLovePotion - and first learned the basics of Pico 8's API.
* [https://github.com/0xcafed00d/tac08 tac08] - A Pico 8 emulator. FAKE-08's sprite rendering and cart parsing is heavily based on tac08, and it uses 0xcafed00d's utf8-util to handle special characters in pico 8 carts.
* [https://github.com/TurtleP/LovePotion LovePotion] - An implementation of Love2d for 3DS and switch that served as the runtime for PicoLovePotion, and a great way to make homebrew games for the 3DS and switch. Also use a modified version of their static Logger implementation.
Postcard image from Vita Sprite credits:
* [https://www.lexaloffle.com/bbs/?pid=13897#p Rabu Rabu Monster] by pedroavelar (No License).
* [https://www.lexaloffle.com/bbs/?pid=16886#p Rainy Day Friends] by electricgryphon (CC4-BY-NC-SA License).
* [https://www.lexaloffle.com/bbs/?pid=44647#p chrysopoeia] by benjamin_soule (No License).
* [https://www.lexaloffle.com/bbs/?pid=46990#p warehouse panic] by benjamin_soule (No License).
* [https://www.lexaloffle.com/bbs/?pid=54395#p Barp the Balldragon] by Saffith (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=celeste_classic_2-5#p Celeste Classic 2] by noel (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=d16solais-0#p Solais] by DragonXVI (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=demon_castle-1#p Demon Castle] by Mush (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=fuz_v1-1.p8#p Fuz] by Jusiv (No License).
* [https://www.lexaloffle.com/bbs/?pid=islander-4.p8#p Islander] by CarsonK (No License).
* [https://www.lexaloffle.com/bbs/?pid=littlenecromancer-4.p8#p Little Necromancer] by Fred_Osterero (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=nano_villager-0.p8#p Villager] by partnano (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=picodriller-0.p8#p Pico Driller] by johanp (No License).
* [https://www.lexaloffle.com/bbs/?pid=pigments-0.p8#p pigments] by benjamin_soule (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=polarpanic-0.p8#p Polar Panic] by johanp (No License).
* [https://www.lexaloffle.com/bbs/?pid=ruwukawisa-0.p8#p Little Architect] by benjamin_soule (No License).
* [https://www.lexaloffle.com/bbs/?pid=scrap_boy-4.p8#p Scrap Boy] by BoneVole (CC4-BY-NC-SA).
* [https://www.lexaloffle.com/bbs/?pid=shelledshinobi1-7.p8#p Shelled Shinobi] by noppa (No License).
* [https://www.lexaloffle.com/bbs/?pid=ufo-0.p8#p UFO Swamp Odyssey] by paranoidcactus (CC4-BY-NC-SA).
Games in Screenshots:
*[https://www.lexaloffle.com/bbs/?tid=45507 Harold's Bad Day] by biovoid.
*[https://www.lexaloffle.com/bbs/?tid=46495 Pico World Race 1.2] by PAK9.
*[https://www.lexaloffle.com/bbs/?tid=38532 bondstones] by benjamin_soule.
*[https://www.lexaloffle.com/bbs/?tid=44842 rtype] by TheRoboZ.
*[https://www.lexaloffle.com/bbs/?tid=38918 Tiny Golf Puzzles] by beepyeah.
*[https://www.lexaloffle.com/bbs/?tid=33775 Pico Tetris v1.0] by Vanessa.


== External links ==
== External links ==
* Github - https://github.com/jtothebell/fake-08
* GitHub - https://github.com/jtothebell/fake-08
* VitaDB - https://vitadb.rinnegatamante.it/#/info/623
* VitaDB - https://vitadb.rinnegatamante.it/#/info/623
* Reddit - https://www.reddit.com/r/vitahacks/comments/m3um3j/release_fake08_a_homebrew_pico_8_emulator/

Revision as of 05:49, 2 Ocak 2023

FAKE-08
File:Fake08vita.jpg
General
Authorjtothebell
TypeComputer
Version0.0.2.19
LicenseMixed
Last Updated2022/10/13
Links
Download
Website
Source

A Pico 8 player for homebrew consoles. The goal of Fake-08 is to make Pico-8 games playable on platforms that aren't officially supported. Latest release includes releases for Nintendo 3DS, Nintendo Switch, Sony PS Vita, Nintendo Wii U, the Miyoo CFW for bittboy and similar consoles, and the Miyoo Mini.

Originally created by Lexaloffle Software, PICO-8 is a virtual machine and game engine. It is designed to be a fantasy video game console that mimics the limited graphical and sound capabilities of 8-bit systems of the 1980s.

Installation

Download VPK and install with VitaShell on Vita.

Pico 8 cart files go in the p8carts/ directory of your memory card (memory card at ux0:/ on Vita). .p8 text file carts and .p8.png image file carts are supported.

User guide

You can download games from the Pico-8 BBS in png format. Click on the Cart link in the lower left of the game view, and save it into your p8carts directory. Below are some games that you can try out.

If you are trying to play a multi cart game, it should be noted that you must provide all the carts required by the game as FAKE-08 currently does not have cart downloading capabilities. All carts should be placed in the same directory.

See also FAKE-08 Cart Compatibility.

Controls

Left/Right - Cycle through carts on the SD card

Cross - Choose a cart

Start - Pause menu, Exit the currently running cart

R - Cycle between rendering sizes

L+R or Home - Exit the application

Screenshots

PICO-8 games (credits)

harold-5.p8.png ppwr-2.p8.png picotetris-5.p8.png

tinygolfpuzzles-1.p8.png rtype-3.p8.png bondstones-0.p8.png

PS Vita fake08vita3.png

fake08vita4.png

Known issues

Latest Pico 8 version v0.2.2 features (sprite fill patterns, text control codes, custom fonts, etc) not implemented yet.

Games using flip() (like tweetcarts) have intermittent problems exiting back to the menu, and may crash the console. Use with caution.

Sound emulation is not perfect, and the noise implementation is noticeably inaccurate. Most of my sound implementation was ported over from Zepto 8. with the exception of the Noise instrument which was ported from PicoLove. It is not 100% accurate, and some games have noticeable clipping/popping.

See Issues page for more specifics.

Changelog

v0.0.2.19

  • Fix behavior when drawing coordinates beyond sprite sheet bounds
  • Fix mget bounds check being off by one on upper bounds (fixes some visual artifacts in map() and tline() calls)
  • Fix some text wrapping bugs
  • Fix some text coloring bugs
  • Fix bugs keeping track of smaller than default character size and line heights
  • Fix a bug with music playback where looping sections were cut short (thanks @fringd)

v0.0.2.18

  • Add an alternate cart and settings menu (thanks @DPS2004 ). Access settings through the pause menu, and turn on new cart menu from there.
  • Add support for ? print shorthand in locations other than the start of a line
  • Add support for pal with a single argument for resetting an individual palette (thanks @SamsTheNerd)
  • Prevent infinite loops caused by aggressive compiler optimizations preventing correct identification of max fix32 value
  • Add undocumented _set_fps function
  • stub out stat(29) and stat(30) to prevent erroneous keyboard press detection (fix weapon switching in Poom)
  • Improve support for suppressing the pause menu (also makes switching weapons easier in Poom)
  • Fix memory functions (peek, poke, memset, memcpy) at addresses above 0x8000 (thanks @nckstwrt)
  • Fix ord call with very long strings from overflowing (thanks @nckstwrt)
  • Fix lua parsing when a number is next to a keyword staring with "e" (ie end or else) (thanks (@nckstwrt)
  • Fix p8scii control code for background colors not using correct dimensions
  • Add support for p8scii control code one off characters
  • Improve handling of multiline comments (still needs work, but is improved)

v0.0.2.17

Bug Fixes:

  • Improve image quality of non-integer scaled images by using wide mode.
  • Fix loading multi cart games.

All platforms:

  • Honor print mode defaults poked into memory.
  • Refactor cartdata serialization and deserialization to work consistently across CPU architectures.
  • Add reset function.
  • Fix regression in mget bounds checking.
  • support extra arguments to poke2 and poke4.
  • Fix map default values if width has been changed and/or large map is being used.
  • Honor suppress pause menu flag.
  • Fix tline wrapping.
  • Fix passing a param to load if there is a nil breadcrumb.
  • Added support for getting key presses via stat (currently only supported on debug builds- Thanks @DPS2004).

v0.0.2.16

Bug Fixes:

  • Stub out stat values 120-122 (fix some crashing carts).
  • Fix setting map width to 256 (0).
  • Fix cartdata return value (credit to @DPS2004).
  • music pattern playback with a non-standard length (credit @DPS2004).

Improvements:

  • Fix local references of pico 8 api methods (possible small performance boost).
  • Add support for optional peek and poke arguments.
  • Add support for most P8SCII control codes (no audio or decoration characters yet).
  • Add support for menu item value changes (credit @DPS2004).

Release notes.

Credits

  • Zep/Lexaloffle software for making pico 8.
  • Nintendo Homebrew Community.
  • Vita Homebrew Community.
  • zepto8 - Probably the best Pico 8 emulator. FAKE-08's audio, tline, and newer png decompression implementations were ported from zepto8, and other parts were heavily influenced. Alsod use a slightly modified z8lua for pico 8 specific features.
  • PicoLove - Basis for a previous project - PicoLovePotion - and first learned the basics of Pico 8's API.
  • tac08 - A Pico 8 emulator. FAKE-08's sprite rendering and cart parsing is heavily based on tac08, and it uses 0xcafed00d's utf8-util to handle special characters in pico 8 carts.
  • LovePotion - An implementation of Love2d for 3DS and switch that served as the runtime for PicoLovePotion, and a great way to make homebrew games for the 3DS and switch. Also use a modified version of their static Logger implementation.

Postcard image from Vita Sprite credits:

Games in Screenshots:

External links

Advertising: