Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Johnny B. Getgoode (The Guy)

Fury's Sky: Vagabond (AKA Fury's Sky 2 - GZ-based flight action game)

Recommended Posts

FSVAGALogo.png.5e3339611c062631e39091ed73bd7541.png

 

Greetings and salutations! Welcome to the development thread for Fury's Sky: Vagabond, the successor to my older GZ-based flight game, Fury's Sky.

 

Screenshot_FurySkyVagabond_20240101_194008.png.c66028855f5bd41221e3ade43257deec.png

 

---

 

FAQ

 

Q1. Why a new game? Why not just finish the old one?

A1. There are a couple reasons for this. A large part of it was that the code base for FS1 was an unmaintainable mess of spaghetti that was only going to cause problems and induce aggravation going forward. This is largely because, when I started work on FS, I had been seriously programming for less than a year. Mistakes and bad practices were bound to happen. While I'm overall pleased with the work I did, especially considering my lack of experience, it was time to move on. Another reason was to just start from the drawing board creatively and come up with newer, more interesting scenarios and gameplay.

 

Q2. What's gonna be different about Vagabond?

A2. Vagabond will be a vast improvement on the FS concept in terms of gameplay and feel. Even in it's relatively early state, it still has a number of unique features such as an auto-targeting system that reveals enemy health and provides a target for lock-on weapons, a more in-depth and streamlined weapon system for easy development and prototyping of aircraft weaponry, improved controls and handling, and, like I was aiming for, a more streamlined codebase. Further down the line I'm gunning for a more non-linear mission structure, multiple plane classes, and a LOT of weapons.

 

Q3. What are some returning features in Vagabond from the original?

A3. A lot of the basic controls and gameplay functions are still the same. Steering is still done with the mouse, throttle is still manually controlled, players can still somersault and barrel roll by holding Shift and tapping one of the WASD keys, and the airbrake is as functional as ever, with the energy shield and all.

 

Q4. Are there any playable builds available?

A4. As of this writing, not yet. Vagabond is still in a very early stage and it will be a while before a single mission is even in the game. Good news is, the game is progressing quickly, and I might just have a build out sooner than I think. In the meantime, follow this thread for development news and check out some early screenshots.

 

---

ThumbEnforcer.png.dc17237dbff48b09eb9a3ac4c77fa309.png

Model: F/I-8 Enforcer

Default Weapons:

1. Force Cannon: A rapid-fire pulse weapon that can shred opponents in the hands of a skilled pilot.

2. Force Missile: A powerful lock-on pulse that requires a target in order to fire.

Equippable Weapon Types:

Primary: Cannon.

Secondary: Missile.

Top Speed: 65 UPT

Maneuverability: 0.5 deg/T

Health: 120 units

Energy: 200 units

 

ThumbTaurus.png.c585526b305636ba8ce6caea098932b9.png

Model: F/A-22 Taurus

Default Weapons: 

1. Scatter Pulse: A spreadshot weapon that deals heavy damage if all shots connect.

2. Homing Darts: A launcher that fires 4 darts in a cone, which home in on a target after a delay.

Equippable Weapon Types:

Primary: Pulse.

Secondary: Missile.

Top Speed: 60 UPT

Maneuverability: 0.4 deg/T

Health: 150 units

Energy: 250 units

ThumbAries.png.fd464f5b32e7d5a48773b298070a6972.png

 

 

Model: B-9 Aries

Default Weapons: 

1. Flak Shards: A spread of homing, explosive pulses is launched to ensnare and obliterate a target.

2. Flak Bolt: A small, yet powerful, explosive pulse is launched forward at a respectable fire rate.

Equippable Weapon Types:

Primary: Bomb.

Secondary: Bomb.

Top Speed: 50 UPT

Maneuverability: 0.35 deg/T

Health: 200 units

Energy: 300 units

---

Screenshots and media: 

 

 

Screenshot_FurySkyVagabond_20231130_201823.png.d5c18c03486b7d9cd5332d91b671d8fd.pngScreenshot_FurySkyVagabond_20231130_202140.png.2af4e34682feceaa8d8c910bcb332c42.png248250960_GZDoomg4_11.364-bit(2023-10-2615_18_50-0400)11_30_20238_23_48PM.png.0ab1b51b67df81f518823936466d5ec5.png

Screenshot_FurySkyVagabond_20231130_202412.png.e5c4bc0201210e0895a1347709982abe.pngScreenshot_FurySkyVagabond_20231130_202417.png.df720e298f6e391b709b885330b62968.pngScreenshot_FurySkyVagabond_20231130_202423.png.53da9600219f00a87f173fee60e981a2.png

Screenshot_FurySkyVagabond_20231130_202448.png.e94748893df611d3be6fab2d3b19a416.pngScreenshot_FurySkyVagabond_20231130_202508.png.b5745b36fde9a3c051d709f2b2b1cb39.png

Screenshot_FurySkyVagabond_20231130_202635.png.830a69d0d0cfe483fd59f132fc6dc61a.png

Edited by Johnny B. Getgoode (The Guy) : Updated hangar screenie

Share this post


Link to post

1317552091_GZDoom4_10.064-bit(2022-12-0415_23_050100)11_19_202311_29_24PM.png.8d809ef3c6274c1de20fed7e99e03fe5.png

 

So yeah, weapon and plane upgrade systems are coming along nicely. I might as well take a minute and explain how they work.

 

1. When the game boots up, you're dropped into a room with a mission computer. Accessing the computer and choosing a mission will allow access to the hangar, which is where aircraft and weapon handling is done.

2. There will be props of the individual craft in the hangar for planes you have unlocked. Interacting with them will bring up the menu shown above. 
3. Using the menu will allow you to upgrade the plane, choose a primary and secondary weapon, as well as buy new primary and secondary weapons. Note that only weapons that are compatible with the plane you've chosen will be displayed for purchase. 

4. Once you're done, hitting the button that says "Sortie with this aircraft" will launch the mission with the plane you've chosen.

 

And that's it! 

One last thing; weapons come in four types so far (Cannon, Pulse, Missile, and Bomb), and planes can only have certain kinds of weapons in their primary and secondary slots. For example, the Enforcer can only have a cannon in its primary slot and a missile in its secondary slot. Another example; the Aries can have missiles and bombs in both primary and secondary slots. Go ahead and experiment!

Share this post


Link to post
Posted (edited)

Alright, so in the interest of transparency, I feel I'm getting very close to being able to release a public build of FS:Vagabond. There are still a few more things I need to do before it's ready. These are listed below: 

-Develop a tutorial level and a sample level.

-Add environment materials to facilitate these levels.

-Polish the mission menu and add some graphics.

-Add materials/skins for friendly units.

-Get a texture and model for the mission computer.

 

Once all that's done I should be able to have a rudimentary build up and running. I'll be sure to inform you all if any complications arise...

EDIT: striking off tasks!

Edited by Johnny B. Getgoode (The Guy) : Progress update

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×