carnivores-cpe / Carn2-Menu

Carnivores 2/IA Menu implementation using left over code from Interface.cpp and referencing the Carnivores 1 menu code.
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Todo: Implement Hunt menu #4

Closed Rexhunter99 closed 4 years ago

Rexhunter99 commented 4 years ago

Hunt menu is bare bones, has basic rendering of text UI.

tminard commented 4 years ago

+1 on scrollable lists

Rexhunter99 commented 4 years ago

+1 on scrollable lists

Areas and dinosaurs are capable of being scrolled with the scroll-wheel. I will later on implement a slider bar that acts like a scroll bar. The menu supports 'unlimited' amounts of maps and up to 32 huntable creatures. Though that requires source-code modders to implement support in their .REN builds.

Rexhunter99 commented 4 years ago

All that's left of the Hunt menu now is configuring the Info part of the screen to show dinosaur, weapon and accessory information, right now it only shows areas. It also needs to be adjusted so that it displays synchronised with the thumbnail (right now it doesn't, it works via last clicked.)