opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.38k stars 143 forks source link

Can't draw guns in TR1 #548

Closed rsantellan closed 6 years ago

rsantellan commented 6 years ago

Hi, I have check out last commit dee5090c0636ef25138a1908ea4a817e2da66b5c and I can't draw guns. I press F or f and nothing happens. I like the new menu interface but I can't make it work. Thanks in advance!

vvs- commented 6 years ago

Open inventory menu (ESC by default) then select pistols by using look keys (arrows by default) and press action (left CTRL by default). After that you should be able to draw by pressing F key.

EDIT: Recent commits introduced changing the configuration from menu. This could lead to a loss of previous key assignments. Just verify which keys are actually listed in configuration menu.

TeslaRus commented 6 years ago

commands names was totally renamed to one commands set for UI, config, console. control_constants.lua contains comments with actual commands names.

rsantellan commented 6 years ago

@vvs- Doing what you told make me draw the guns. Thanks a lot.