
Bitsy Museum Hack
플레이어
0
평점
4.5★
카테고리
Demonstration
정보
Bitsy Museum Hack An extremely simple hack that allows you to showcase, open and play through multiple Bitsy files from a central Bitsy game. Ideas: Bitsy mix-tape Bespoke Bitsy showcase of multiple creators work Portfolio of Bitsy games Chapter selection Show off different characters perspectives Why is it so hacky? ahhh, I didn't have time to make a proper tool?? By only changing a couple of lines of code it is: Compatible with other Bitsy hacks and extensions Able to work with older (and hopefully) newer versions of Bitsy Doesn't mess with the actual game data in any way HOW TO USE: Step 1: Gather up your games Find all the games you want to showcase Rename the files for ease of use (if needed) Step 2: Make the Museum Make your Bitsy Museum base game (or download the demo below!) Add an ending for each game you want to showcase Make the ending text the filename you want to open (without the .html) Save it out Rename it as "index.html" Step 3: Hack it! In each of the games, locate the following in the code (search for RESTART): else if ( isEnding ) { if (input.anyKeyPressed() || input.isTapReleased()) { /* RESTART GAME */ reset_cur_game(); } } Simple replace all of that with: else if ( isEnding ) { /* BITSY MUSEUM HACK: instead of reseting on ending it takes player back to the museum also removes need to click button to reset */ { window.open("index.html", "_self"); } } In the Museum, locate the following code: if (end) { startNarrating( ending[end.id], true /*isEnding*/ ); } Simply replace it with: if (end) { /* BITSY MUSEUM HACK: jump to the apprioprate game! */ window.open(ending[end.id] + ".html", "_self"); } Step 4: Enjoy! Please let me know if there are any bugs or issues with it. You can leave it here or on twitter at @erikaverkaaik. REMOVING THE TITLE / START DIALOGUE: You might want to remove the title or start dialogue from the Museum or from the individual games (depending on your situation). Locate the following code (it should be on line 11): <script type="bitsyGameData" id="exportedGameData"> And remove the opening dialogue that is directly underneath it. Be careful not to remove anything else. Please download the demo (below) to see how it works. Codes changes are commented with /* BITSY MUSEUM HACK */ for easy searching.
제작자
odd-hours
게임 스튜디오
카테고리
Demonstration
유형
미니 게임
출시
최근
플레이어
0
더 많은 Demonstration 게임
이것도 좋아하실 거예요
다른 플레이어들이 지금 좋아하는 인기 게임.