Jump to content

Recommended Posts

Posted (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 by Xepha537
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...