how do i create a shortcut that starts my game with a different .ini file?

  • 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.

Kyllian

if (Driver == Bot.Pawn); bGTFO=True;
Aug 24, 2002
3,575
0
36
45.64.294
kyllian.deviantart.com
Create your shortcut, then RightClick -> Properties
In the Target field, add -userini=NEWUSER.ini and -ini=NEW.ini after x:\UT2004\System\UT2004.exe

Change NEWUSER and NEW to whatever you want
Ex: UserBob.ini, UT2004Bob.ini
 

Taleweaver

Wandering spirit
May 11, 2004
2,630
0
36
43
Off course
There's also a program called UT Profile Manager. It allows you to make different profiles, so you can start the game with whatever profile you want (screenshot).

I would recommend slag's gamecontrol since it has a lot of features, but I never got that program to work right.
 

DaBeatard

Mr.How
Nov 20, 2002
1,264
0
0
Visit site
Just to be completely clear, it should look like this-
"C:\Program Files\UT2004\System\UT2004.exe" -userini=newUser.ini -ini=newUT2004.ini