itch.io is community of indie game creators and players

Devlogs

0.0.2

Project Lonestar
A downloadable game for Windows and macOS
    • Development
      • Player Controller
        • Just like Unreal, player controllers are now separate objects from the pawns that they control. They are singleton-esque. For now, in single player, there's only one in the scene and doesn't need to be destroyed whenever it switches ships, which is really nice.
      • Target Indicators (!)
        • Really happy about these. These now are rendered just on the UI and not in world space so they don't have to reposition themselves and show visible turning towards the camera.
        •  Animate correctly and will soon show colors based on their relation to the controlled ship
      • Item Scriptable Object Fix
        • So apparently scriptable objects need to be in their own file
          • I had a few classes that inherited from an "Item" class all in the same file and they were causing quite a few errors
      • Projectiles
        • Weapons had an issue with not always colliding and apparently they were going too fast and they were too small, so the collider was too fast for the FixedUpdate, this has been fixed
      • Scanner
        • Scanner UI now updates properly when an object gets out of range or is destroyed

Files

  • lonestar.rar 24 MB
    Apr 19, 2018
Download Project Lonestar
Leave a comment