Is possible modyfying game settings via script? (fGunScopeWo

Post » Mon Dec 05, 2011 9:41 am

I found interesting to modify ScopeWobble effect that is in game settings as "fGunScopeWobbleMult" (default = 1). Is this possible to modify this value via script or any other GECK's way? I mean to add perk to increase or decrease it and would like to know how to control it.
User avatar
Celestine Stardust
 
Posts: 3390
Joined: Fri Dec 01, 2006 11:22 pm

Post » Mon Dec 05, 2011 1:26 am

In a script you can use http://geck.gamesas.com/index.php/SetGameSetting to change it. Not sure about using a perk though. I have never made any, so I can't help you there. :/
User avatar
Tha King o Geekz
 
Posts: 3556
Joined: Mon May 07, 2007 9:14 pm

Post » Mon Dec 05, 2011 12:52 pm

In a script you can use http://geck.gamesas.com/index.php/SetGameSetting to change it. Not sure about using a perk though. I have never made any, so I can't help you there. :/

Thanx, friend.

(I just wanted if player.has perk "Scope woble" >>> set game setting "fGun(..)" ie. 3/5/7whatever)

Most appreciated, though.
User avatar
James Shaw
 
Posts: 3399
Joined: Sun Jul 08, 2007 11:23 pm

Post » Mon Dec 05, 2011 4:09 am

http://geck.gamesas.com/index.php/SetGameSetting is a console-only function. If you want to change a game setting in an actual script, you'll need to use a FOSE function - either http://fose.silverlock.org/fose_command_doc.html#con_SetGameSetting or http://fose.silverlock.org/fose_command_doc.html#SetNumericGameSetting. Note that only http://fose.silverlock.org/fose_command_doc.html#SetNumericGameSetting will accept a variable as its second parameter.

Cipscis
User avatar
Eddie Howe
 
Posts: 3448
Joined: Sat Jun 30, 2007 6:06 am

Post » Sun Dec 04, 2011 10:57 pm

Oh I did not see at the bottom it was under the category "Console Functions". Sorry. >.> Its weird that they wouldnt have one without FOSE though. :/
User avatar
TOYA toys
 
Posts: 3455
Joined: Sat Jan 13, 2007 4:22 am


Return to Fallout 3