• Register

You Are Not A Banana (about $1 in Steam Summer Sale) is set in everyday life and has a sprinkle of imagination and humor. The music, sound effects, visuals and gameplay seek to evoke nostalgia for the 80s and 90s. The story unfolds as a sequence of thought provoking events but I don't want to ruin any surprises.

PC Pick on IndieGames the Weblog

"Offers some of the most original humor I've seen in a video game" - IndieLove

"The soundtrack is brilliant" - 7/10 Spaziogames

"A great diversion when you need to crack a smile and feel like it's 1985" - Jayisgames

"A pretty hilarious trip" - Le Mag

BETTER EDITION FEATURES

  • Rebuilt the entire game from the ground up : )
  • 25 unique Steam achievements
  • Autosave, manual save options, and instant checkpoint loading
  • Revamped menus and UI (such separate music and sfx volume controls)
  • Lots of secrets and hidden story events
  • Improved minigames
  • More fluid movement and interactions
  • New dynamic lighting system
  • Revamped animations and graphics (pixel AA filtering and widescreen assets)
  • Revamped controls and new moves - such as run and search inventory : )
  • 50% funnier jokes

TECH FEATURES

  • Bonus soundtrack: 7 chiptune tracks
  • HD pixel art graphics
  • Dynamic Fmod sound and music
  • Sound based puzzles
  • Surreal mini games

SPECIAL FEATURES

  • Play as a banana!
  • Don't get lost in the infinite graveyard!
  • Avoid dying in your sleep!
  • And for the love of Hades, find your way home before the milk turns sour!
  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
RSS Articles

I remade my debut game You Are Not A Banana from the ground up and released it just in time for the Steam Summer Sale. The Better Edition features improvements and updates based on the player feedback it received. This article provides an overview of some of the new features, tips on the dev process, and links to handy tools/plugins.

Shop

I may have gone against conventional wisdom when I decided to revisit and re-release my first game You Are Not A Banana. Many articles advise devs to move on to their next project as soon as completing their first. I too followed this advice and moved on to create the Mayhem in Single Valley Demo. However, while waiting on funding decisions I decided to update You Are Not A Banana to the new "engine", which had been designed for Mayhem In Single Valley (Note to self: I got to work on shorter game titles).

Over the past few months I've been developing both games in tandem - one informing the other. Again, I think another game dev ‘best practice’ rule broken. I would create a feature or code improvement in one game, and if relevant, jump straight to the other game and add a tailored version of it there too. The You Are Not A Banana: Better Edition remake took me about four months of solid work to complete.

Outside Apartment

For the Better Edition I really tried to address all the feedback, reviews, and comments I had received and to include more of what players liked. I will add further improvements and content over time, such as a speed run and treasure hunt mode, and two fun mini games.

Below is an overview of some of the new features and improvements in the new build, with tips on the dev process, and links to handy tools/plugins.


WHAT WAS INVOLVED IN CREATING YOU ARE NOT A BANANA: BETTER EDITION FEATURES

Coding

I rebuilt the entire game from the ground up, converting all of the code from Unity script to C# with the aid of CSharpatron. Converting the code also allowed me clean up and improve upon the old code based on what I had learned making Mayhem In Single Valley.

UI & UX Improvements

I decided to add autosaving, manual saving, and instant checkpoint loading. Players were rightly frustrated by not being able to save the game at any point. Implementing this feature was one of the more tricky and time-consuming aspects to solve and required a lot of case sensitive coding and play testing.

I revamped menus and UI (e.g. separate music and sfx volume controls). In general, I aimed to give the player as many options as possible while keeping the menus simple, intuitive, and to a minimum.

Title Screen

Audio

I moved all the sound from the old FMOD Designer to FMOD Studio. At the time coupling FMOD to Unity was pretty tricky and documentation was poor. But how time flies in the tech world. For the Better Edition I was able to use FMOD's Unity Itegration plugin which really stabilized the sound when compared to the sometimes buggy audio of the first version of You Are Not A Banana.

Movement and Speed

Many players felt that movements in the original version were a bit slow and clunky. To avoid walking simulator syndrome I added a run feature and speeded up most of the game animations. I moved all of the movements from time based to physics/forces based movements. This gave the main character a bit of inertia (smoother stops and starts), added a sense of weight, and gave a more fluid feel to controller input.

Graveyard Run

Graphics

I incorporated a new dynamic lighting system which allowed me to change the mood of the original 2D environments dramatically. Now the weather brightens/darkens to reflect the mode of a scene.

Street Lighting

I also colour coded scenes. For example, the scary neighbour’s apartment, with the boarded up windows, is lit in a deep and foreboding red.

RedRoom

On a more technical level, I made all outdoor assets widescreen (16:9) and added a customized version of a retro AA filter to remove jaggies and shimmering.

Although the new engine allows for various screen ratios, adaptive menus, and so on, this proved problematic with regards to level design, especial for mini games. For example, in the bike chase mini game a player with a wide screen would have a larger preview of oncoming traffic than a player on a narrow screen.

So I decided to fix the aspect ration to 16:9 using the Aspect Ratio Enforcer script by Eric Haines. While it uses letter boxing (black bars top and bottom of screen) it allowed me to compose the look of a scene with accuracy and to make the mini-games function the same way on any screen size. As a bonus, the black bars give the pixel art a big budget movie production feel.

Animations

Human Sprite Sheet

Since making the original edition I discovered Aesprite. I highly recommend this pixel art drawing and animation package to anyone working with sprite sheets and Unity. In Aesprite, you can add tags to animations and by using Stephan Hövelbrinks' Aesprite to Unity plugin I was vastly able to speed up the pixel art to Unity workflow. In general, Stephan's plugin converts animation tags in Aesprite to create fully labeled sprite sheets, animation controllers, and animation nodes in Unity.

Gameplay

As the game has a bit of a random exploration vibe I decided to include lots of secrets and hidden story events. It became apparent that such events were perfectly suited to, and could run in parallel with, Steam Achievements. The most obscure achievement is the Death By Freeform Jazz achievement. A great local programmer (thanks Andrew Perrault) volunteered to help me incorporate 25 achievements using Steamworks.NET as time was running out to get the Better Edition released for the Steam Summer Sale.

Nightmare

I also added improved signposting. One level where you searched an infinitely large graveyard for a magic grave using sound, in an auditory version of hot and cold, cause a lot of frustration. I added clauses that would initiate a pointer if the player wandered too far off the beaten track. The point direction randomly fluctuates so as not to reveal the exact location of the grave. It also fades away once the player gets back to the edge of the auditory hot and cold game. I was aiming to remain a purist about how the audio functions, but a combination of visual and auditory clues seems to work best in subtly directing the player’s actions.

Lost Hint

Jokes

The game also has 50% funnier jokes. Don't believe me? Why not check out You Are Not A Banana: Better Edition on Steam for yourself!

Museum Hallway

Mayhem In Single Valley: Demo v1.0.1 NOW AVAILABLE!

Mayhem In Single Valley: Demo v1.0.1 NOW AVAILABLE!

News

Demo version 1.0.1 adds graphical, sound, and gameplay improvements based on your feedback.

YOU ARE NOT A BANANA - IS THE PC PICK ON INDIEGAMES THE WEBLOG

YOU ARE NOT A BANANA - IS THE PC PICK ON INDIEGAMES THE WEBLOG

News

Being different is not always a bad thing. You Are Not A Banana is the PC Pick on Indie Games the Weblog.

ANOTHER GREAT REVIEW FOR YOU ARE NOT A BANANA!

ANOTHER GREAT REVIEW FOR YOU ARE NOT A BANANA!

News

Glad to see that another positive review has appeared for You Are Not A Banana. Check it out!

FIRST OFFICIAL REVIEW OF YOU ARE NOT A BANANA!

FIRST OFFICIAL REVIEW OF YOU ARE NOT A BANANA!

News

First official review of You Are Not A Banana has been posted on Italian website Spaziogames!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

X

Latest posts from @briancullenav

RT @gamesasylum: Mayhem in Single Valley puts a fun twist on the apocalypse, presenting fun challenges and a mix of gameplay styles.… T.co

Mar 31 2023

RT @GamingCypher: Mayhem in Single Valley Review for PlayStation @MayhemValley @FluxscopicLtd T.ly

Mar 31 2023

RT @FNGRGNS: "The levels are fun to explore, the comedy is bashful and the music a true highlight; there just maybe not enough m… T.co

Mar 31 2023

RT @gamesasylum: After a false start, Mayhem in Single Valley should be out today. Here's our review: Gamesasylum.com T.co

Mar 31 2023

RT @MayhemValley: Grab your controllers, residents! Mayhem in Single Valley is NOW AVAILABLE on #Switch, #PS & #Xbox!… T.co

Mar 31 2023

RT @tinyBuild: Mutated animals trying to squash you ✅ Weird stuff happening like it's normal ✅ Cunning townsfolk double-crossing y… T.co

Mar 31 2023

RT @IdleSloth84_: Mayhem in Single Valley - Launch Trailer A fast-paced, puzzle-loaded retro action adventure, you play as a teenage… T.co

Mar 31 2023

RT @ConsoleMonster: "Intricate puzzles with an endearing cast and setting, some great writing, and a strong comedic backbone, and you g… T.co

Mar 31 2023

RT @ps4source: Mayhem in Single Valley Review - Rette deine Stadt vor den Mutanten #FluxscopicLimited #MayhemInSingleValleyT.co

Mar 31 2023