Jump to content
Sign in to follow this  
Vergyz

VTC.World client launch options

Recommended Posts

VTC.World client launch options

 

 

-nojoy disabling support in the VTCWorld client for joysticks (gamepads, steering wheels, etc.).

Setting hotkeys for joystick buttons (gamepad, steering wheel, etc.) in the main menu of the VTCWorld client will not be available.

It will help in case of a rare problem of closing the VTCWorld client when some joysticks (gamepads, steering wheels, etc.) spontaneously reconnect in Windows.

How to enable the parameter:

Спойлер

1) In the properties of the VTCWorld shortcut on the Desktop => Add to the Object field: -nojoy

For example :


"C:\Program Files (x86)\VTCWorld\VTCWorld.exe" -nojoy

Note: In this case, the parameter will not work after updating or reinstalling the VTCWorld client, when the shortcut will be replaced.

 

 

2) Or manually create an empty text file called nojoy.enable in the new folder Documents\VTCWorld\cfg

 

3) Or using Windows Powershell:

  • Press the Win+R keys (or right-click on Start => Run menu)
  • Type powershell in the field (Windows PowerShell will open)
  • Type the following command in Windows Powershell:
    
    New-Item -Force -Path (Join-Path -Path ([Environment]::GetFolderPath("MyDocuments")) -ChildPath 'VTCWorld\cfg\nojoy.enable') -ItemType File

     

  • Press Enter

 

-cefdisablegpu disabling hardware acceleration by GPU in the built-in browser of the VTCWorld client.

How to enable the parameter:

Спойлер

1) In the properties of the VTCWorld shortcut on the Desktop => Add to the Object field: -cefdisablegpu

For example:


"C:\Program Files (x86)\VTCWorld\VTCWorld.exe" -cefdisablegpu

Note: In this case, the parameter will not work after updating or reinstalling the VTCWorld client, when the shortcut will be replaced.

 

2) Or manually create an empty text file called cefdisablegpu.enable in the new folder Documents\VTCWorld\cfg

 

3) Or using Windows Powershell;

  • Press the Win+R keys (or right-click on Start => Run menu)
  • Type powershell in the field (Windows PowerShell will open)
  • Type the following command in Windows Powershell:
    
    New-Item -Force -Path (Join-Path -Path ([Environment]::GetFolderPath("MyDocuments")) -ChildPath 'VTCWorld\cfg\cefdisablegpu.enable') -ItemType File

     

  • Press Enter

 

    -tpaenable — enabling TPA mode. Mode of working of the VTC.World client, in which the game.sii save file of the VTC.World profile is copied to a special folder for decryption and reading by third-party projects without restrictions.

    If TrucksBook Client is running, this mode is activated automatically.

    How to enable the parameter:

    Спойлер

    1) In the properties of the VTCWorld shortcut on the Desktop => Add to the Object field: -tpaenable

    For example:

    
    "C:\Program Files (x86)\VTCWorld\VTCWorld.exe" -tpaenable

    Note: In this case, the parameter will not work after updating or reinstalling the VTCWorld client, when the shortcut will be replaced.

     

    2) Or manually create an empty text file called tpaenable.enable in the new folder Documents\VTCWorld\cfg

     

    3) Or using Windows Powershell:

    • Press the Win+R keys (or right-click on Start => Run menu)
    • Type powershell in the field (Windows PowerShell will open)
    • Type the following command in Windows Powershell:
      
       New-Item -Force -Path (Join-Path -Path ([Environment]::GetFolderPath("MyDocuments")) -ChildPath 'VTCWorld\cfg\tpaenable.enable') -ItemType File

       

    • Press Enter

     

      Share this post


      Link to post
      Share on other sites
      Guest
      This topic is now closed to further replies.
      Sign in to follow this  

      ×