torch2424 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=17188 picoDeploy - PICO-8 to Android, iOS, Windows, MacOS, and Linux <p>Github Link: <a href="https://github.com/torch2424/picoDeploy">https://github.com/torch2424/picoDeploy</a></p> <p>Features Snippet from the README:</p> <p>&#128421;&#65039; Deploy to Windows, Mac, and Linux using Electron and Electron Builder</p> <p>&#128241; Deploy to Android, iOS, and Web with all listed features using Ionic</p> <p>&#128640; Performant mobile builds using Crosswalk</p> <p>&#128190; Save file (Indexedb) listener, with Pub / Sub functionality to perform actions when the save file is changed</p> <p>&#127918; Mobile on screen gamepad using Google Material Icons</p> <p>&#127918; Usb Gamepad / Xbox 360 controller / PS3 controller support using a modified pico8gamepad</p> <p>&#128166; Splashscreen / Video to hide the Pico 8 boot screen (Not to be mistaken with Ionic mobile app splash screen)</p> <p>&#128250; Background image or video to be displayed behind your game</p> <p>&#9881;&#65039; Settings screen, with support for turning sound on / off, fullscreen for desktop, customizable gamepad color, customizable background color (if not background media), Stretch the game to full resolution, and dropdown credits.</p> <p>&#128736;&#65039; Build System to support multiple picoDeployConfig.json files, and copied for the correct build target set in ENV variables.</p> <p>&#9851;&#65039; Compatible with libraries like greenworks and Cordova Plugin Play Games Services. That can be plugged into a commented PlatformSdkWrapper service, which taps into the Save file listener I mentioned above.</p> <p>P.S I totally started this project before version 0.1.11 which included binary exports for Windows, Mac, and Linux. However, this project still offers a great amount of functionality for deploying and building games, that binary exports do not offer currently.</p> <p>Any feedback on the tool is greatly appreciated, thanks!</p> https://www.lexaloffle.com/bbs/?tid=30920 https://www.lexaloffle.com/bbs/?tid=30920 Fri, 09 Mar 2018 16:13:46 UTC Get Dis Money - Community Edition <p> <table><tr><td> <a href="/bbs/?pid=50157#p"> <img src="/bbs/thumbs/pico50156.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=50157#p"> Get Dis Money - Community Edition 1.0.0</a><br><br> by <a href="/bbs/?uid=17188"> torch2424</a> <br><br><br> <a href="/bbs/?pid=50157#p"> [Click to Play]</a> </td></tr></table> </p> <p>Get Dis Money Links:<br /> Website: <a href="https://getdismoney.com/">https://getdismoney.com/</a><br /> Itch.io: <a href="https://aaronthedev.itch.io/get-dis-money">https://aaronthedev.itch.io/get-dis-money</a><br /> Steam: <a href="http://store.steampowered.com/app/738130/Get_Dis_Money/">http://store.steampowered.com/app/738130/Get_Dis_Money/</a><br /> Google Play: <a href="https://play.google.com/store/apps/details?id=com.teamnocomplygames.getdismoney">https://play.google.com/store/apps/details?id=com.teamnocomplygames.getdismoney</a></p> <p>Source Code And Build Tools:<br /> Source code: <a href="https://github.com/torch2424/getDisMoney-community-edition">https://github.com/torch2424/getDisMoney-community-edition</a><br /> pico8-grunt: <a href="https://github.com/TeamNoComplyGames/pico8Grunt">https://github.com/TeamNoComplyGames/pico8Grunt</a><br /> picoDeploy: <a href="https://www.lexaloffle.com/bbs/?tid=30920">https://www.lexaloffle.com/bbs/?tid=30920</a></p> <p>Hello!</p> <p>I just released my Pico-8 game Get Dis Money. You can use the links above to learn more about it. What is interesting, is that I was able to publish it as a full game on Steam, Google Play, and Itch.io using a build tool I made called picoDeploy. You can learn more about that above as well!</p> <p>All of the code to the game's build tools is open source above, as well as this &quot;community edition&quot; of the game. The &quot;community edition&quot; is just a stripped down version of the game, but with all the main mechanics and code in place :)</p> <p>I hope you enjoy! Feel free to explore any of the links I put above, and any feedback on the game is G R E A T Y L Y appreciated. Thanks!</p> https://www.lexaloffle.com/bbs/?tid=30919 https://www.lexaloffle.com/bbs/?tid=30919 Fri, 09 Mar 2018 16:05:57 UTC PICO-8 Audio on Mobile Web Browsers <p>Hello!</p> <p>I am currently wrapping up a tool that allows wrapping a PICO-8 cart as an Electron and Ionic app. Meaning, Pico-8 can be exported as a Windows, Mac, Linux, Android, and Ios application. Which, simply wraps the cart inside of a web browser that can be run as a single application. However, it provides more features such as a save file, indexedb, watching service (For things like achievements), Options for fullscreen and sound, A mobile gamepad, a splash screen to hide PICO-8 booting, and much more!</p> <p>However, I am currently trying to get over the last hump in the framework before taking the time to write all of the documentation. And that is audio performance on Android.</p> <p>I've come across a few good discussions on the forums here:</p> <p><a href="https://www.lexaloffle.com/bbs/?tid=30147">https://www.lexaloffle.com/bbs/?tid=30147</a></p> <p><a href="https://www.lexaloffle.com/bbs/?tid=29383">https://www.lexaloffle.com/bbs/?tid=29383</a></p> <p><a href="https://www.lexaloffle.com/bbs/?tid=29209">https://www.lexaloffle.com/bbs/?tid=29209</a></p> <p>But none of them come with a solution, but more of just acknowledging that it is a problem. So I thought I'd create this thread in an attempt to fix and discuss the issue.</p> <p>And to put one foot forward, I currently test on a Nexus 5x and a Pixel 2. They do not display the audio issues. However, my roommate and girlfriend's phone do. So what I've noticed, I've been getting Android updates as they come in. I trust my 5x is on 7.1, where my Pixel 2 is on 8.1. Where my girlfriend and roommate are &lt;= 7.0 . After some additional research, I am starting to suspect this may be the fix: <a href="https://developer.android.com/about/versions/nougat/android-7.0.html#webview">https://developer.android.com/about/versions/nougat/android-7.0.html#webview</a></p> <p>The Built-in Android webview may not play well with Audio from the Emscripten code within the cart js files.</p> <p>I personally can not test and repot on Ios devices unfortunately.</p> <p>Anyways, any help or ideas would be appreciated! Thanks!</p> https://www.lexaloffle.com/bbs/?tid=30573 https://www.lexaloffle.com/bbs/?tid=30573 Mon, 08 Jan 2018 01:41:40 UTC pico8Grunt - Build Toold For Concatenating Lua Files into a Pico 8 Cart <p>Hello!</p> <p>First time posting here, and I thought I would show a little tool I made. </p> <p><strong>pico8Grunt</strong> is a gruntfile used to create a build system around concatenating lua code into pico8 carts. This will allow for you to be able to write code in an editor of your choice, write code into multiple files, and have them all loaded back into the cart whenever you save a file!</p> <p>This has made my experience coding on pico8 a lot better, and I hope it does for you too.</p> <p><a href="https://github.com/TeamNoComplyGames/pico8Grunt"><a href="https://github.com/TeamNoComplyGames/pico8Grunt">https://github.com/TeamNoComplyGames/pico8Grunt</a></a></p> <p>Thank you!</p> <p>P.S I am an Atom user, I suggest getting the following packages for nicer syntax support:<br /> <a href="https://atom.io/packages/language-pico8"><a href="https://atom.io/packages/language-pico8">https://atom.io/packages/language-pico8</a></a><br /> <a href="https://atom.io/packages/language-lua"><a href="https://atom.io/packages/language-lua">https://atom.io/packages/language-lua</a></a></p> https://www.lexaloffle.com/bbs/?tid=28916 https://www.lexaloffle.com/bbs/?tid=28916 Wed, 01 Mar 2017 03:56:04 UTC