Project Q
Ideas
End Ideas
Camera Hacking to get a better view of the level
Destructable Walls
Dismemberment
Gold Upgrade
Special Items
Not overpowered (Gold is seen more as a good gesture from the player than a purchase)
My Thanks
Character
Skills
Trees (Names Subject To Change)
Brute
Skills
Perks
Increased Health
Increased Damage Resistance
Assassin
Skills
Perks
Increased Speed
Increased Melee Damage
Increased Melee Speed
Sharpshooter
Skills
Perks
Items
Cosmetic
Hats
War Paint
Various Costumes
Clothes
Storage
Holsters
Carry More Guns
Backpack
Carry More Utility Items
Function
Shoes for Extra speed
Kevlar for increased Ballistic Protection
Custom Voice
Specific Lines
Genders
Levelling System
Unlocks More Items in the Store
Earns Skill Points
Prestige System
Large Wad Of Currency
Special/Rare Items
Weapons
Guns
Shooting Mechanic
Primarily Top-Down
1 Carrryable gun + 2 Utility Items
More Carryable Later
Upgrades
Skills
Items
(See Holster + Backpack)
Subject To change. (2 Guns + 3 Utility Items + Possible Extra(s) )
Damage Numbers
Muzzle Flash
Looting
Varied Item Rarities
Upgrades
Cosmetics
Patterns
Colours
Less Bullet spread
Stocks
Sights
Lasers
Grips
More Ammo
Extended Clip
Ammo Drum
Range
View Distance Determined by Gun Range
Scopes
Barrels
Ammo Types
Incediary
Poison Laced
Uranium
Fragmentation
Tracer
Standard
Gun Types
Assault Rifles
Snipers
Sidearms
SMGs
PDWs
Explosive
Rocket Launchers
Grenade Launchers
Grenades
Melee
Swords
Clubs
Advanced
Chainsaw
Strimmer
Deployables
Turrets
Sandbags
Mines and traps
Testing Features
Ghost Mode: Enables player to move through walls
Requests
Kieran
Auto-Reload
Tom
'Remaining Enemies' counter
Multiple Secondary weapons
Kill Counter
Bjorn
Grace period for placing mines and turrets.
More Zombies
Joe
Minigun
First Person Perspective Camera
Bugs
Urgent
Zombies sometimes float of infinitely for no apparent reason.
Suspected Fix: Somethings up with the NavAgent...
Sometimes zombies don't spawn or make it to the level.
Suspected Fix: They may be getting stuck on something.
Player gets stuck on walls and various other GameObjects
Suspected Fix: Something to do with the material?
Player Gains infinite stamina when Shift is Pressed before movement.
Suspected Fix: Umm...
Minor
Player Gravity is very low
Suspected Fix: Physics.Gravity in a fixed update function on the PlayerController.cs
Zombies sometimes struggle to fit through windows...
Suspected Fix:Something with the NavMesh?
Fixed
A slight delay between Actual Health and the Health displayed
Suspected Fix: Something to do with 'InvokeRepeating'
Actual Fix: Guess who was right! Changed the '1f,1f' values to '0.1f, 0.1f'
Zombies need to collide with the player multiple times to do multiple damage instances
Suspected Fix: InvokeRepeating again?
Actual Fix: OnTriggerStay. Give the player higher health and the default zombie does 5 damage every frame.
Fire-Rate can be bypassed with really fast clicking
Suspected Fix: InvokeRepeating?
Actual Fix: && Time.time > timeBetweenshots
timeBetweenShots = Time.time + fireRate;
timeBetweenShots = Time.time + fireRate;
Zombies Break into "dance" or sleep when the player is defeated
Suspected Fix: Enemy AI script tells the enemy to aim at Tag("Player"). When the Player is destroyed the enemy has nothing to aim at.
Actual Fix: I revamped the AI and navigation. The bug basically fixed itself when I did that.
Bullets can go through walls infinitely and hit enemies
Suspected Fix: Something to do with 'OnCollison(blah blah blah)'
Actual Fix: Rigidbodies
Players can poke some guns throught the wall and shoot into other rooms.
Suspected Fix: Player hitbox that encapsules the gun.
Actual Fix: I was right. Only a temporary fix, however
Players can push the enemies around and make them floaty
Suspected Fix: Turn down mass on player object.
Actual Fix: Turned down mass on player object and increase mass on enemies
Quit Button on menu doesn't work.
Suspected Fix: Application.Quit might not actually be set to the quit button. I can't remember...
Actual Fix: I'm actually a fucking idiot... Turns out i didn't set it...
Enemies don't spawn when loading the level the second time in one instance of the game. Enemies somtime just won't spawn regardless.
Suspected Fix: Rework enemy spawning scripts from the ground up.
Actual fix: Setting all the kill and wave variables back to the start on Start. This stopped them keeping the values from the previous play
Weapon Purchase Nodes spaz out when there are 2 nodes selling different weapons.
Suspected Fix: Bools should tell it what weapons are equipped and what weapons aren't.
Actual Fix: SetActives were messed up due to sloppy code.
Total points displayed on Game Over isn't counting up.
Suspected Fix: Static values stepping on each others toes?
Actual Fix: Debug key for adding points was not adding to "Total Points"
Stamina decreases when shift is held, regardless of if the player is actually moving
Suspected Fix: Adding an if(movement input) and containing the shift input within it.
Actual Fix: Basically this but more complicated.
Total points in the game over screen mess up.
Suspected Fix: Make text box bigger.
Actual Fix: Yeh... Just make the text box bigger..
Important
UI
Health Count (0-Player Health)
Multiple Arenas
Sounds
Footsteps
Enemies
Voice Lines (See Character)
Optimisation
Health Pickups
Damage Numbers
Animations
Weapon Pickups
Weapon HotBar
Damageable and repairable barriades
Recoil
Knockback
Actual Model for AK
Completed
Camera that pans with player
Health bar
Title Screen
Extremely Basic and Subject to Change
Ammo
Extremely Basic. Just a placeholder. Not too happy with how it turned out but I needed SOMETHING
Stamina + Stamina Bar
Modular for allowing powerups to increase various elements
Sprinting
When stamina reaches 0 the player cannot sprint.
Point System
AI Pathfinding
Enemy Spawner Node
Pause Menu
Very Simple, needs some more work.
Point Purchases
Ammo Counter
Guns
Debug Menu (For My Testing)
Infinite Ammo
Ammo is now not a constraint. NOTE: Players still have to reload their gun(s).
Godmode
Currently Attempting
Ragdoll on death
Tutorial panel in menu
Dropped
REALLY IMPORTANT
Rework Weapon and Ammo System
Can equip 2 primary guns
Weapon type specific ammo pools