dos33fsprogs/ootw/TODO

120 lines
2.8 KiB
Plaintext
Raw Normal View History

2019-07-29 18:05:53 +00:00
BEHAVIOR DIFFERENCES:
+ L1
- underwater there is a water-motion effect
- bubble motion is fancier in real thing
- get out of water, you face forward unless key pressed
(we don't have a forward sprite as it looks weird)
- arrival, the beast movement seems to depend on your xpos?
- small things like birds flying are not implemented
- beast on hill and 2nd screen -- complex, only appears if
you happen to leave same time beast does? then movement
depends on xposition?
- earthquake can happen while on rope?
- sometimes falling rocks can follow you to next screen
2019-08-09 04:37:07 +00:00
+ L2
- gun movement: gun is held by head when running
- separate left facing vs right facing sprites
2019-03-15 17:00:47 +00:00
KNOWN BUGS:
+ ootw: pool monster grabs you a edge of pool (glitch)
+ intro: there's still a bit of a pause when the elevator door finishes opening
TODO:
2019-03-04 16:43:19 +00:00
2019-07-15 19:58:30 +00:00
General:
* Movement:
+ running: Missing one running frame (?)
+ ability to run+jump
+ ability to kick while crouching
+ ability to shoot whic crouching
2019-07-19 04:48:17 +00:00
+ running then crouch, you slide a bit
2019-07-15 19:58:30 +00:00
* sprites_to_draw:
+ physicist crouch-kicking
+ physicist crouch-shooting
2019-07-15 19:58:30 +00:00
+ physicist run+jumping
+ physicist swimming
+ beast tripping
+ physicist shot
2019-07-19 04:48:17 +00:00
+ alien shot
+ alien running
+ friend walking
+ friend running
2019-07-15 19:58:30 +00:00
* underwater:
+ ripples in water
* pool:
+ background of beast moving off
+ adjust tentacle to not go off edge of screen
+ adjust x position of tentacle grab
* cavern:
+ slugs on ceiling drop
+ background of beast moving off ?
+ adjust slug attack range
* beast:
+ hook up beast ending cutscene
+ compress/transparency beast ending cutscene
+ add beast tripping
* rope_room:
+ re-enable earthquake while swinging
+ speed up background if possible
2019-01-25 20:49:51 +00:00
Level/Checkpoint #2:
2019-03-27 04:17:12 +00:00
* general
+ If aliens catch you, they punch you
+ Shields disappear if you leave the room
2019-08-09 02:48:12 +00:00
+ Alien AI
+ Gun sprites/action
+ Implement door
+ Implement end scene
+ Shoot the wire in the basement
2019-07-15 19:58:30 +00:00
* cage room:
2019-07-19 04:48:17 +00:00
+ in game, after some time the guard calms down
2019-03-27 04:17:12 +00:00
2019-07-15 19:58:30 +00:00
* Jail:
+ Doors that open/blast?
+ flashes from gunfire in neighboring room
+ Implement enemies
+ death animation
+ in actual game foreground enemies can continue to next screen
2019-03-27 04:17:12 +00:00
2019-07-15 19:58:30 +00:00
* Elevator:
+ Elevator can change direction mid-floor
2019-07-19 17:13:23 +00:00
+ Elevator should shoot sparks every 20 frames or so
2019-07-12 16:24:37 +00:00
2019-07-15 19:58:30 +00:00
* View:
2019-07-29 18:05:53 +00:00
+ music play when viewing city?
2019-07-12 16:24:37 +00:00
Level/Checkpoint #3:
2019-08-09 02:48:12 +00:00
+ smoke
+ Poisoning
+ Only show a window around us rolling
+ Fix animation speed of rolling
2019-08-11 18:18:15 +00:00
+ Actual game shakes the camera when you hit the ground after falling
2019-07-12 16:24:37 +00:00
Level/Checkpoint #4:
2019-08-09 02:48:12 +00:00
+ Falling as enter level
+ Implement gun recharger
+ Implement doors
+ Implement guard
+ Add friend/shooting foreground action
+ Allow falling into pit/spike
+ Allow jumping to platform
+ Allow exiting level
Level/Checkpoint #5:
+ Falling as enter level
+ Allow falling into first pit
2019-08-09 04:37:07 +00:00