MxFelineJaye Posted February 4, 2020 Share Posted February 4, 2020 I'm having trouble using console commands in my game? The console opens, I can type in it, sometimes it even send me back a bit of code in response to what I wrote (just stuff like " LevelSet >> 1.00 " ). But whenever I close the console and return to the game, the commands will have no effect - as if I never typed them. Am I doing something wrong? I'm extra confused because it's not the usual "won't open" issue so I don't even know if any of the usual troubleshooting will help me. Link to comment Share on other sites More sharing options...
M48A5 Posted February 4, 2020 Share Posted February 4, 2020 Please see the article "How to ask for help" and provide all the information noted there. Link to comment Share on other sites More sharing options...
Mktavish Posted February 4, 2020 Share Posted February 4, 2020 I'm having trouble using console commands in my game? The console opens, I can type in it, sometimes it even send me back a bit of code in response to what I wrote (just stuff like " LevelSet >> 1.00 " ). But whenever I close the console and return to the game, the commands will have no effect - as if I never typed them. Am I doing something wrong? I'm extra confused because it's not the usual "won't open" issue so I don't even know if any of the usual troubleshooting will help me. Have you used the console before ?What commands are you typing specifically ?Try a few that should work ... TGM = The God Mode ... should become indestructible TCL = Toggle clip mode ... should be able to walk anywhere through anything , even up in the air.Player.AddItem 0005B63C 1 = Add 1 pencil to inventory ... which after closing the console you will see a message that it was added. Unless you put an extra 1 will make it not show the message. (incase you are doing that and not seeing messages) Also another question ... are you using Vortex ? Which is just a question based on the new rash of posted problems , makes me think there is an issue with vortex maybe brought on by a recent OS update ??? Link to comment Share on other sites More sharing options...
Mktavish Posted February 4, 2020 Share Posted February 4, 2020 Please see the article "How to ask for help" and provide all the information noted there. Not that knowing that stuff isn't good ... just seems the usual stuff in there would not be pertinent to the OP's described problem. Link to comment Share on other sites More sharing options...
MxFelineJaye Posted February 5, 2020 Author Share Posted February 5, 2020 I'm having trouble using console commands in my game? The console opens, I can type in it, sometimes it even send me back a bit of code in response to what I wrote (just stuff like " LevelSet >> 1.00 " ). But whenever I close the console and return to the game, the commands will have no effect - as if I never typed them. Am I doing something wrong? I'm extra confused because it's not the usual "won't open" issue so I don't even know if any of the usual troubleshooting will help me. Have you used the console before ?What commands are you typing specifically ?Try a few that should work ... TGM = The God Mode ... should become indestructible TCL = Toggle clip mode ... should be able to walk anywhere through anything , even up in the air.Player.AddItem 0005B63C 1 = Add 1 pencil to inventory ... which after closing the console you will see a message that it was added. Unless you put an extra 1 will make it not show the message. (incase you are doing that and not seeing messages) Also another question ... are you using Vortex ? Which is just a question based on the new rash of posted problems , makes me think there is an issue with vortex maybe brought on by a recent OS update ??? I don't remember using the console in FO3 before (though I've used it just fine in Skyrim on my system) and I'm not using Vortex. God Mode and No Clip worked fine! tmm 1 didn't work when I tested it, but more importantly I couldn't get any of the speed multipliers to work: (setgs fMoveRunMult # and player.setav speedmult #) Link to comment Share on other sites More sharing options...
M48A5 Posted February 5, 2020 Share Posted February 5, 2020 When trying to increase the speed multipliers, what value were you using? Link to comment Share on other sites More sharing options...
MxFelineJaye Posted February 5, 2020 Author Share Posted February 5, 2020 When trying to increase the speed multipliers, what value were you using? I tried a few values. fMoveRunMult's 'default' is apparently 4, so I set it to 8, then 10, then 100.For speedmult I set it to 100, 200 then 1000. Link to comment Share on other sites More sharing options...
Mktavish Posted February 5, 2020 Share Posted February 5, 2020 Honestly I wouldn't mess with the game wide setting of "fMoveRunMult"That will effect all actors ... and I think that just sets the difference between walk and run speeds. But the reason you are getting no change ( at least from my testing ) is it needs to reevaluate , like an AI package needs an EVP command sort of. Which I forget what the script commands are , that would need be done had this been changed in a script.But there is also a simple in game thing to do "Crouch" Then it will update . Or had you been crouching when using the console ... you would need to stand up. Add edit: What is " tmm 1 " ? Link to comment Share on other sites More sharing options...
Purr4me Posted February 11, 2020 Share Posted February 11, 2020 When trying to increase the speed multipliers, what value were you using? I tried a few values. fMoveRunMult's 'default' is apparently 4, so I set it to 8, then 10, then 100.For speedmult I set it to 100, 200 then 1000. Choose a setting ,I'll give you the code.Multiplier's ere set hard coded and are not accessible via console.they require static ...in other words need to be set in a plugin. Link to comment Share on other sites More sharing options...
Mktavish Posted February 12, 2020 Share Posted February 12, 2020 Speedmult works fine if you crouch ( update the mobility condition) Link to comment Share on other sites More sharing options...
Recommended Posts