.Bat Text to .esp ?

Post » Wed Jun 20, 2012 3:25 pm

Turning this bat text file to .esp possible?
just sometimes I forget to type bat kill :)

set decapitationchance to 200
set killmoverandom to 200
help decapitationchance
help killmoverandom
User avatar
Courtney Foren
 
Posts: 3418
Joined: Sun Mar 11, 2007 6:49 am

Post » Wed Jun 20, 2012 3:41 am

Maybe there's some file converter around? I always wondered how people made .ESP doing things like that, so I would like to know this too.
User avatar
Deon Knight
 
Posts: 3363
Joined: Thu Sep 13, 2007 1:44 am

Post » Wed Jun 20, 2012 11:20 am

Nope. Papyrus doesn't talk to the console which is all the batch files can execute. You'd have to make a plugin to do it...

No way to run console batch files, or access console functions from Papyrus. Unlike the previous scripting system, Papyrus has no relation to the console and doesn’t talk to it.

Note: KillMoveRandom is a "Constant" global and no current Papyrus function will set it unless you untick the "Constant" flag. Were I you, I'd just set the global values in a plugin how you want 'em rather than translating that batch file to Papyrus.
User avatar
Jessica Nash
 
Posts: 3424
Joined: Tue Dec 19, 2006 10:18 pm

Post » Wed Jun 20, 2012 11:53 am

Console commands are just scripts that set ingame variables. Just set the variables with the CK and save and you should have an .esp
If you want to edit other .esp files without the CK, you can use TesVSnip.
User avatar
Natalie Taylor
 
Posts: 3301
Joined: Mon Sep 11, 2006 7:54 pm

Post » Wed Jun 20, 2012 7:47 am

Console commands are just scripts that set ingame variables. Just set the variables with the CK and save and you should have an .esp
If you want to edit other .esp files without the CK, you can use TesVSnip.

so download CK then what? P+TY
User avatar
cassy
 
Posts: 3368
Joined: Mon Mar 05, 2007 12:57 am

Post » Wed Jun 20, 2012 5:41 am

...open Skyrim.ESM, edit the globals' values, then save your ESP.
User avatar
Rebekah Rebekah Nicole
 
Posts: 3477
Joined: Fri Oct 13, 2006 8:47 pm

Post » Wed Jun 20, 2012 6:12 pm

...open Skyrim.ESM, edit the globals' values, then save your ESP.
how do I open Skyrim.ESM? P+TY
User avatar
Nathan Barker
 
Posts: 3554
Joined: Sun Jun 10, 2007 5:55 am


Return to V - Skyrim