PHombie Posted November 29, 2015 Share Posted November 29, 2015 Yes, you type them in one key at a time.Can u please help me bind "player.placeatme 0007d2a3" to "f1" button ? What i need to do ? Link to comment Share on other sites More sharing options...
noxrequiem Posted November 29, 2015 Share Posted November 29, 2015 (edited) I hope I'm able to get something working ^^ I've never written a mod before so I have to figure out how to do so first. Edited November 29, 2015 by noxrequiem Link to comment Share on other sites More sharing options...
behippo Posted November 30, 2015 Author Share Posted November 30, 2015 Any idea how to bind console commands to keys ?Yes, you type them in one key at a time. This kind of sarcastic comment isn't terribly helpful, as is obvious with his follow-on comment. Yes, you type them in one key at a time.Can u please help me bind "player.placeatme 0007d2a3" to "f1" button ? What i need to do ? I hope I'm able to get something working ^^ I've never written a mod before so I have to figure out how to do so first. It is not currently possible to bind arbitrary commands to a keypress. We expect to enable keypress detection within F4SE as we have done in previous xSE releases, but we haven't implemented it yet. In any case, without the official scripting tools there will be no easy way to provide this sort of functionality. I suppose once we have key detection someone could write a plugin to do this work - but that seems overkill. Early next year when the CK is released someone ought to be able to write this sort of script easily. Link to comment Share on other sites More sharing options...
scrivener07 Posted December 1, 2015 Share Posted December 1, 2015 Well I just got called out for being an ass :confused:@PHombie google AutoHotKey. Its an external program you can use to setup a macro for console commands.Heres an example of a mod that uses autohotkey scripts to enter console commands in game.http://www.nexusmods.com/fallout4/mods/146/? Link to comment Share on other sites More sharing options...
behippo Posted December 1, 2015 Author Share Posted December 1, 2015 Well I just got called out for being an ass :confused:@PHombie google AutoHotKey. Its an external program you can use to setup a macro for console commands.Heres an example of a mod that uses autohotkey scripts to enter console commands in game.http://www.nexusmods.com/fallout4/mods/146/? This is a very helpful post. Had the information about using AutoHotKey been in your first post I wouldn't have said anything. As it was in the F4SE thread talking about our keypress support, and with no mention of AutoHotKey at all it seemed unhelpful. Link to comment Share on other sites More sharing options...
PsyckoSama Posted December 1, 2015 Share Posted December 1, 2015 All I can ask is please put in something about paid mods in the EULA because there's a good chance those are coming back and you are the guys who could shoot them in the foot harder than anyone else. Link to comment Share on other sites More sharing options...
KidNamedCudii Posted December 1, 2015 Share Posted December 1, 2015 All I can ask is please put in something about paid mods in the EULA because there's a good chance those are coming back and you are the guys who could shoot them in the foot harder than anyone else.That would be putting all the modders against each other. I believe the "paid modders'' were a few of the popular ones on the Nexus. I don't think they would do that. But I really do hope they don't bring back paid mods. I think it's coming to consoles but PC idk. Link to comment Share on other sites More sharing options...
behippo Posted December 1, 2015 Author Share Posted December 1, 2015 (edited) All I can ask is please put in something about paid mods in the EULA because there's a good chance those are coming back and you are the guys who could shoot them in the foot harder than anyone else. No, we are not going to change our EULA. If the issue of paid mods comes up again we'll have the same response we had for Skyrim: The xSE tools will be free for everyone to use. We want to make the game better for everyone. Edited December 1, 2015 by behippo Link to comment Share on other sites More sharing options...
ShinraStrife Posted December 2, 2015 Share Posted December 2, 2015 (edited) Does the current F4SE allow version checks through scripting? For instance, if I build F4SE.psc the same way SKSE's is setup: Scriptname F4SE Hidden int Function GetVersion() global native int Function GetVersionMinor() global native int Function GetVersionBeta() global native int Function GetVersionRelease() global native int Function GetScriptVersionRelease() global return 48 endFunction int Function GetPluginVersion(string name) global native Would I be able to check the version via script? Edited December 2, 2015 by ShinraStrife Link to comment Share on other sites More sharing options...
behippo Posted December 2, 2015 Author Share Posted December 2, 2015 Does the current F4SE allow version checks through scripting? For instance, if I build F4SE.psc the same way SKSE's is setup: Scriptname F4SE Hidden int Function GetVersion() global native int Function GetVersionMinor() global native int Function GetVersionBeta() global native int Function GetVersionRelease() global native int Function GetScriptVersionRelease() global return 48 endFunction int Function GetPluginVersion(string name) global native Would I be able to check the version via script? No, we haven't implemented any of the scripting functionality yet. We've put in place the hooks into Papyrus, so in theory it could be done assuming you could compile the pex file. I don't think we were planning on doing so until the GECK became available. But plans can change. Let me chat with the team and see what they think. What are you doing that needs this functionality so early? You've got me curious. Link to comment Share on other sites More sharing options...
Recommended Posts