Sentinel Sparrow
Newbie
- Feb 19, 2020
- 69
- 68
- 67
alright time to wrap my head around the technical game plan:
MC = shadow demon spirit thing...that wears the armor of his foes?
>check story see if mechs are viable lol for low poly 3D character rotation
3rd person character controller, smash bros like, twin stick + 2 button inputs
Combat = light/heavy, block/parry dash/dodge, auto ranged attacks for swarms/hordes/waves?
Enemy shadows soldiers (maybe additional Alien swarms?, zombie hordes?)
- enemies = 2D sprite renderers of front facing torso/head/weapon/hands/shield
- flip book for animation for torso walking
- lerp animation clips for weapon swing if weapons separate to save on memory)
Levels = 3D platforms and structural (walls doors etc), arenas and pathways of the tower
2D Goddesses, Visual Novel, Spine like animations and rigged.
- idle, face swap, 3 sex poses, speed change and climax
2D process
Draw -> Vector color -> psb limbs/parts -> ai normal map -> unity sprite rig -> animation clips -> unity lighting + my hlsl sprite renderer shader
3D process (for level structures tiles)
ref img / draw ->
i think thats it, besides me wanting to remake a tile based movement system to avoid clipping and unity physics
oh yeah
- save system not sure, player prefs then java or something
- combat check = ray cast, unless tile based
- talk /interact sphere cast
- dynamic skill spell creator
- dialogue tracking
- character/npc/enemy stats system
- ux for the ui, menu flow, shop menu, inventory etc
MC = shadow demon spirit thing...
>check story see if mechs are viable lol for low poly 3D character rotation
3rd person character controller, smash bros like, twin stick + 2 button inputs
Combat = light/heavy, block/parry dash/dodge, auto ranged attacks for swarms/hordes/waves?
Enemy shadows soldiers (maybe additional Alien swarms?, zombie hordes?)
- enemies = 2D sprite renderers of front facing torso/head/weapon/hands/shield
- flip book for animation for torso walking
- lerp animation clips for weapon swing if weapons separate to save on memory)
Levels = 3D platforms and structural (walls doors etc), arenas and pathways of the tower
2D Goddesses, Visual Novel, Spine like animations and rigged.
- idle, face swap, 3 sex poses, speed change and climax
2D process
Draw -> Vector color -> psb limbs/parts -> ai normal map -> unity sprite rig -> animation clips -> unity lighting + my hlsl sprite renderer shader
3D process (for level structures tiles)
ref img / draw ->
You must be registered to see the links
(easy to draw on the mesh it handles the UV's)i think thats it, besides me wanting to remake a tile based movement system to avoid clipping and unity physics
oh yeah
- save system not sure, player prefs then java or something
- combat check = ray cast, unless tile based
- talk /interact sphere cast
- dynamic skill spell creator
- dialogue tracking
- character/npc/enemy stats system
- ux for the ui, menu flow, shop menu, inventory etc