Modifying hotkeys

Post » Sat Jul 31, 2010 5:54 pm

I've been searching for something like this around, but it seems most resort to the FOSE, and frankly I'm havign a hard time understanding it.

basically, what I'm looking for is a way (I was thinking editing an ini file or something), to make it so I can use leters instead of the default number for hotkeying items. For example, instead of using, say, "5" to apply a stimpack, I would like to use "F". Or press "Alt" and have my character equip mines, for example.

Is this doable beyond FOSE. And if not, is there a more comprehensive way for someone like, with no modding experience whatsoever, to make it possible??

And for that matter, is there a mod which allows this? I've been checking the nexus, but no luck so far...


THX in advance.
User avatar
katsomaya Sanchez
 
Posts: 3368
Joined: Tue Jun 13, 2006 5:03 am

Post » Sat Jul 31, 2010 9:43 am

Is this doable beyond FOSE.


No it's not. By default, only the 1-8 keys can be used as hotkeys. The only way around this is to use FOSE. You really should try and figure out how to make it work, alot of the best mods use it.
User avatar
Dominic Vaughan
 
Posts: 3531
Joined: Mon May 14, 2007 1:47 pm

Post » Sat Jul 31, 2010 11:54 am

ok, I'm willing to learn, but is there a guide or something like that? all I found was a reference guide for commands. but no guide as to how to use them...
User avatar
Chad Holloway
 
Posts: 3388
Joined: Wed Nov 21, 2007 5:21 am

Post » Sat Jul 31, 2010 3:39 pm

Well, you'll have to make a mod that has a script that does what you want. My advice is that you find another mod that does something similar, and try to learn how it's done. The http://www.fallout3nexus.com/downloads/file.php?id=8112 might be a place to start, just off the top of my head.
User avatar
Matt Terry
 
Posts: 3453
Joined: Sun May 13, 2007 10:58 am

Post » Sat Jul 31, 2010 8:22 pm

I've written a tutorial aimed at introducing people to Fallout 3's scripting language, if you're interested in learning - http://www.cipscis.com/fallout/tutorials/beginners.aspx.

When detecting keypresses, I usually use code like this (using the "N" key as an example):
int bIsNPressedBegin GameMode	if bIsNPressed != IsKeyPressed 49 ; N		set bIsNPressed to IsKeyPressed 49 ; N		if bIsNPressed			; Code placed here will run when N is pressed		else			; Code placed here will run when N is released		endif	endifEnd

Cipscis
User avatar
Kim Bradley
 
Posts: 3427
Joined: Sat Aug 18, 2007 6:00 am

Post » Sat Jul 31, 2010 5:16 pm

Thanks!, I'll try both both the tutorial, and then I'll check the Grenade mod. I was going to try that Autohotkey software, but I'd rather first try something more directly related to Fallout3..
User avatar
Prohibited
 
Posts: 3293
Joined: Tue Jun 12, 2007 6:13 am


Return to Fallout 3