CrazyAce Posted August 19, 2016 Share Posted August 19, 2016 I have the bat.txt files stored in Fallout4.exe directory. I do have the below string in my Fallout4Custom.INI file in "Documents\My Games\Fallout4" folder. [General]sStartingConsoleCommand=bat autoexec I use this autoexec.txt to run CL OFF, it works for that. However I don't want to auto the bats I have every time I start a new game. I've ran in consle the command: bat army & bat army.txt. I don't know what else to do anymore. I removed the string line from the *.ini file and still cannot run bat files, I get an error every time I run a bat that states:Batch file could not be found/opened. No idea why I cannot run bat files. Link to comment Share on other sites More sharing options...
Perraine Posted August 19, 2016 Share Posted August 19, 2016 Batch (.txt) files go in the \DATA directory ... The autoexec.txt is a Startup file only (like a command line argument) Link to comment Share on other sites More sharing options...
CrazyAce Posted August 20, 2016 Author Share Posted August 20, 2016 Batch (.txt) files go in the \DATA directory ... The autoexec.txt is a Startup file only (like a command line argument) Batch file could not be found/opened. That's what I was thought as well, but the Internet says its where the exe is, which I've ran them from there before. Crazy issue I'm having. And the only reason I'm in this mess is I had to reinstall FO4 (completely wiped it) and now I cannot get any bats to execute. Lets take this mod as an example:http://www.nexusmods.com/fallout4/mods/301/? I use it and it did run before the clean up. :edit:Nevermind, I'm a stoned idiot. I renamed the bat files (as an example) "bat batarmor.txt", (this is so I can keep track of them). So in game I was typing bat batarmor. No wonder why these were not working. I just needed to remove the first bat in the file names. Link to comment Share on other sites More sharing options...
krispyfryde Posted June 15, 2017 Share Posted June 15, 2017 Just a helpful note - if you have Windows Explorer set to hide file extensions you may be effectively creating "[batch].txt.txt" -- like I did. Best way to check if you're having trouble is unhide file extensions and make sure the file just has one extension. Honestly I'm sharing this because I had this symptom verbatim, and I killed the better part of two hours trying to figure out what I did wrong, whether Nexusmod was an issue, whether I was using the right folder (yep it's actually the one where the .exe file sits) and completely overlooked the hidden file extension. Now I know this is a rookie oversight, but in my defense I'm still getting used to Windows 10 and this new desktop. That's my line and I'm sticking to it. I want to spare anyone else an evening of listening to their wife's teasing for something so "basic". Link to comment Share on other sites More sharing options...
slimdandee Posted January 1, 2018 Share Posted January 1, 2018 I can't even get this single line to work with bat player.additem 000731a3 10000 all it returns is "Expected end of line" any Ideas why Link to comment Share on other sites More sharing options...
donaldcreepr Posted February 4, 2019 Share Posted February 4, 2019 end of line error means you dont have ; at the end of your line change the line to player.additem 000731a3 10000; Link to comment Share on other sites More sharing options...
Recommended Posts