A downloadable game

A recreation of Gun Gale Online from the TV series Sword Art Online.

You can duel (1 vers. 1) or Free for all with a handful of guns.

This game has phone and tablet support as well as PC support.

Play now on Roblox!

Technical

Interesting technical details about this project:

  • The weapon projectiles have travel time despite seeming instant. They use lots of recursion to accomplish this.
  • Roblox doesn't allow  for some of this game's functionality out of the box so their default camera script had to be modified to allow for things like the third-person, over-the-shoulder camera perspective.
  • The viewmodel when in  first person is just a clone of the player's character mimicking its animations and attached to the camera. To prevent this character's hitboxes from pushing the real character around, they are placed on another physics layer since characters can't have their collision disabled outright.
  • A lot of code from this project served as the starting point for Splatgoo's remake and some has even been backported after being updated in Splatgoo.
  • Some resources I've publicly released were developed specifically for this project such as Freewalk mouse which allows the player character to walk and rotate independently of the camera when Roblox's ShiftLock is enabled.

Leave a comment

Log in with itch.io to leave a comment.