betto212 Posted December 22, 2011 Share Posted December 22, 2011 there is any fose for dummies manual around ? im really needing one i just want to learn how to get pressed keys and how to compile this because geck refuses Link to comment Share on other sites More sharing options...
Xepha537 Posted December 22, 2011 Share Posted December 22, 2011 (edited) there is any fose for dummies manual around ? im really needing one i just want to learn how to get pressed keys and how to compile this because geck refuses First you need to know How to use FOSE with the GECK Then you'll need IsKeyPressed with a scancode as a parameter. So, for example you might have a Start Game Enabled quest script, where after pressing a key, "stuff" happens: scn doStuffScript ; DirectX Scancode: 25 = P Begin GameMode if IsKeyPressed 25 ;do stuff endif End I did something very similar in my Action Point Powered PipBoy Light mod. Which simply brought up a menu after pressing "P". That should get you started. :) Edited December 22, 2011 by Xepha537 Link to comment Share on other sites More sharing options...
Recommended Posts