question...

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.
Apr 21, 2003
2,274
2
38
Europe
I need several console commands to be loaded at one, is there a way, instead of writing each separately into the console? Preferably it would be an executable that loads automaticaly at start (offline game).

For example, you want the console commands "god" and "ghost" to be either activated at once (not typing them separately, but as one line), or as said, loaded as an executable file, if it is possible.
 
A

AbNadekKutikEb7

Guest
iirc at least it u1 you can use | between commands

so i think you can do something like "set input x god | ghost" or such

If that does not work , You can create a .txt file with the commands in your u/system/ folder and type the commands one on each line , and in game use the exec myfile.txt command.

More detailed explaination of what im talking about (appiles to ut as well)
http://www.unrealsp.org/community/serverguide/coop1.html#exec