Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Submission trivia!

A topic by PixelRunner created Jul 20, 2023 Views: 133 Replies: 2
Viewing posts 1 to 4
Submitted(+1)

Post some interesting little known facts about your game here! It could be anything. A secret, the origins of a feature, how your game idea changed over the course of the jam, etc.

Examples:

- I was originally going to make a tactical mission-based stealth game, but I switched to a quake-like fps game instead early in development.

- There was going to be a boss battle in the middle of the game where you fight a mecha dragon, and that would be how you got the grenade launcher, but that was cut due to time constraints. The second level would've had an outdoor section for the fight to take place. It would've made for a cool integration of the theme, "dragons",  if I had time!

- It is theoretically possible to do a pacifist run of the entire game, though very hard.

- The ambient soundtrack in the first and second levels is literally just me messing around with a guitar and a pedal, with literally no editing. It turned out surprisingly good, considering the fact that it is the least amount of effort I have ever put into a song.

- When the mech boss is using the projectile attack, if you get close enough, the mech will start shooting itself from the splash damage. This isn't even the best way to cheese it, but I'll let you figure out the best way yourself ;)

Submitted (1 edit)

Cool, that explains why the pistol’s a silenced one, an extra exterior level would have been cool to see more of that skybox.

you seemed to have planned quite a lot of features as well but yeah considering the deadline it would have been hard to pack so much in time especially for a solo effort, still impressive what you managed to have there for the current build :)

Gotta say with how quickly the enemies kill you i didn’t even think of trying a pacifist run XD

Wow this can’t be guessed :o really cool considering how good it sounds in game.

Welp good to know :p

[Edit] : not sure about the post structure on the community posts cause this one doesn’t seem to show as a reply so if there’s any double post weirdness my bad :(

Submitted

Ok so here’s some trivia about my entry :

Some obvious and a bit of Technical stuff :

Many changes had to be made for performance’s sake, among those, 2 of older versions can still be seen in the screenshots

  • Projectiles were all in 3D and a bit more varied, but to save frames i reduced them back to sprites except the lasers.

  • Levels used to have way more enemies present especially level 2, so if it feels there’s not much enemies in there compared to the size that’s why.

  • To stress test the game rendering so many models and handling multiple enemies processing to pathfind to the player, I playtested all levels by just running around without killing any enemies, although not recommended, it makes this technically feasable to speedrun the levels ignoring the enemies and focusing solely on destroying the target objectives.

Some non performance related stuff :

  • I initially planned to showcase more the “Sequel” aspect of the game by re-using the characters from my Mech Jam 3 entry, being the ones that told you the controls in the tutorial in a more diegetic way, as if they were training the new pilots themselves with the retrofited mechs, but i cut it and simplified it as just a basic immersion breaking tutorial due to time.

  • I had a bit more in mind with the large warship shown docked in the final level, at first i wanted to have it fly by slowly above during level2 to tease its appearance in level3 and even planned to have it as a bossfight during the final level instead of it just being docked there but level2 appearance got scrapped to save on performance (again…) and level 3 got cut to it just being a background prop/story mission justification, due to time.

  • The game has 3 music tracks, but technically you could say more 2/half, the menu loop music is a medley of elements from the 2 actual level songs mixed together at a slower speed to spin them off in some sort of jingle that fits.

Some feature origin :

  • I wanted to have scoped weapons for long range in the game but since i found it wouldn’t make much sense to have the mechs putting the gun closer to their head to aim with a giant scope with lenses i took another approach inspired by how older games before Fullscreen scopes or ADS systems used to do it, in particular Bethesda’s Future Shock terminator games and Nove Logic’s old delta force games. So by playing around with viewports in the engine i was able to acheive a similar effect of a small secondary screen showing a zoomed up view of whatever aligned with the regular view’s crosshair. Lore wise i made it that scopes on mech weapons worked this way since they were just cameras sending their feed directly on the pilot’s interface to allow better visibility while moving.

And that’s about all the trivia there is about my game, hope this wasn’t too long or boring :p