
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A CLI toolkit for managing and deploying Victoria 3 mods, including sending mod files to the game, launching the game, and more.
A CLI toolkit for Victoria 3 modders. Automate common tasks like sending mod files to the game, launching the game, and managing your mod workspace.
To install globally via npm:
npm install -g v3mt
Follow these steps to get started with the default behavior:
Run the following command to set up your modding workspace:
v3mt init
This will guide you through project setup.
Once your workspace is configured, you can send your mod files to the game folder:
v3mt send-to-game
This command will:
After sending your mod files, you can launch the game directly from the CLI:
v3mt launch-game
By default, the game will launch in debug mode. Use the --no-debug option to disable debug mode.
Here’s a detailed list of all available commands, their purposes, and options:
v3mt initPurpose:
Initialize and configure your modding workspace.
Options:
-s, --skip-intro: Skip the introductory animation.-o, --yes-os-warning: Automatically confirm the OS warning.-y, --yes-overwrite: Automatically confirm overwriting an existing configuration.v3mt send-to-gamePurpose:
Send mod files from the source folder to the Victoria 3 mod folder.
Options:
-y, --yes: Automatically confirm prompts without asking.-i, --ignore-mod-folder-warning: Skip validation of the destination folder (use with caution).v3mt launch-gamePurpose:
Launch Victoria 3 directly from the CLI.
Options:
-n, --no-debug: Launch the game without debug mode.-i, --id <id>: Specify a custom Steam Game ID (default: 529340).v3mt open-mod-folderPurpose:
Open the mod folder in your system’s file explorer or Visual Studio Code.
Options:
-e, --explorer: Open the folder in the system file explorer instead of VS Code.v3mt open-game-folderPurpose:
Open the Victoria 3 game folder in your system’s file explorer or Visual Studio Code.
Options:
-e, --explorer: Open the folder in the system file explorer instead of VS Code.v3mt open-error-logPurpose:
Open the Victoria 3 error log file.
Options:
-e, --explorer: Open the file in the system file explorer.-t, --text: Open the file in the default text editor.-n, --new-window: Open the file in a new Visual Studio Code window.v3mt setup-mod-foldersPurpose:
Set up common folder structures for Victoria 3 mods in the source folder.
Options:
None.
v3mt setup-vsc-tasksPurpose:
Create or update Visual Studio Code tasks for modding.
Options:
None.
Here’s an example workflow for using v3mt:
v3mt init to configure your workspace.v3mt send-to-game to deploy your changes to the game.v3mt launch-game to test your mod in Victoria 3.v3mt open-error-log to debug any issues.Pull requests and issues are welcome! See GitHub Issues.
MIT
FAQs
A CLI toolkit for managing and deploying Victoria 3 mods, including sending mod files to the game, launching the game, and more.
We found that v3mt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.