Jump to content

Batch files that repeat themselves.


vaelen2001

Recommended Posts

A normal batch file would be able to do that, but Fallout 4 uses txt files with normal console commands.

Due to the fact, that you use txt files with normal console commands there is no way to use the normal in batch files used commands like "goto" or "timeout" which would make your idea possible. The fallout console would simply not recognize the commands.

So the only thing that would come near this is a txt file with something like:

 

kah

bat kahFile

 

If you name your txt file "kahFile" this would lead to an overflow of the command kah (the file would simply open itself over and over again) ... how often I don't know. Maybe as fast as your pc can handle executing this command per second?

So, as far as I know, there's no possible way to make a repeating bat file in Fallout 4.

 

 

However, what fun would it be to play the game without any enemies? :wink:

Edited by L3s7ing
Link to comment
Share on other sites

  • 2 weeks later...

A normal batch file would be able to do that, but Fallout 4 uses txt files with normal console commands.

Due to the fact, that you use txt files with normal console commands there is no way to use the normal in batch files used commands like "goto" or "timeout" which would make your idea possible. The fallout console would simply not recognize the commands.

So the only thing that would come near this is a txt file with something like:

 

kah

bat kahFile

 

If you name your txt file "kahFile" this would lead to an overflow of the command kah (the file would simply open itself over and over again) ... how often I don't know. Maybe as fast as your pc can handle executing this command per second?

So, as far as I know, there's no possible way to make a repeating bat file in Fallout 4.

 

 

However, what fun would it be to play the game without any enemies? :wink:

Thank you for your reply.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...