Gombe
Gombe
solved. it was bit field problem.
it seems loading model file is okay, but could not load a motion file. 'count:0' shows there is no key frames in that motion file. https://github.com/elect-gombe/k210_mmd/blob/master/vmd.cpp Make sure your motion...
https://github.com/elect-gombe/quake-k210/blob/5c696159c81664416f84c7aa82dc8d6ac06faba8/source/vid_ctr.c I think here is screen resolution definition. (I'm not sure because this is over a year since last update) (`base_height`, `base_width`) When it comes to screen orientation, I think...
You can also set lower resolution by change setting from game menu using game controller.
> will i need to edit the resolution or flip the screen? Yes. Current program is demo only, so I recommend considering similar game projects, such as [quake](https://github.com/elect-gombe/quake-k210). It supports...