Go to file
Franklin 01bd24bf19 Removed warnings 2023-11-12 14:37:11 -04:00
assets Added temp weapon switching system, finished glock17 firearmdata 2023-09-18 14:52:54 -07:00
src Removed warnings 2023-11-12 14:37:11 -04:00
.gitignore Initial commit 2023-09-12 00:47:37 -04:00
Cargo.lock Integrated trait objects and made modular spawn points 2023-11-12 14:36:37 -04:00
Cargo.toml Integrated trait objects and made modular spawn points 2023-11-12 14:36:37 -04:00
Design.md Moving pcs 2023-09-18 09:44:51 -07:00
Readme.md Readme stuff 2023-09-17 19:09:04 -07:00
rust-toolchain.toml Added toolchain and updated bevy for bug fix on mac 2023-10-02 12:12:23 -04:00

Readme.md

Experimental game

  • Fix: Make gun have more priority in rendering. So it doesn't clip through walls

  • Feature: Give a collider to the gun and when it collides with something make it move out of the way.

  • Feature: Add bullet holes

  • Fix: No Sprinting while aiming

  • Fix: Movement is clunky and very linear. Add some sort of Lerping for acceleration vectors.

  • Feature: Muzzle flashes for shots

  • Feature: Bullets (raycast or projectile?)

  • Feature: Add smooth camera movement to camera on crouch. Right now it's too fast and looks arcade af. - Feature: Add jump effect to camera

  • Feature: Add Stamina (with bar?)

  • Feature: Subtle Headbob, FOV change on movement (Distinguish between sprinting and walking).

  • Feature: Basic ESC UI, FPS counter, stamina bar

  • Feature: Gun sprinting animations, high ready, low ready, etc...

  • Discussion: PvP vs PvE PVP. ARENA STYLE.

  • Discussion: Realism vs arcade Arcade deisgn. Realism mechanics.

  • Discussion: Gameplay loop

  • Discussion: Is this a survival game? A Shooter? A Sandbox? All? End goal is all. But at first this should be a sandbox where you spawn with a gun.

Focus:

Making a game that you can leverage when you realize what's possible and what's not. Movement system, gun handling, shooting, modding, inventory, hitreg, etc...

Build a realistic fps sandbox with arcadey mechanics, and start to document it, get funding, invest in better animations, and add multiplayer.

MVP to start documenting progress:

  • Shooting bullets.
  • A manequinn that registers hits in every hitbox.
  • A shooting range/place to be in and show process
  • Some resemblance of UI (Escape menu, stamina bar, etc...)
  • Stamina system

End goal landmarks

  • Dynamic hitboxes (heart, brain, lungs)
  • Health system with blodloss instead of a health number
  • Dynamic lighting (Gunshots causing light to be spawned for a duration)
  • Sound system
  • Adrenaline system