An open API service indexing awesome lists of open source software.

https://github.com/allar/ue4-autoconfig-changer

Little automation tool that changes UE4 project config settings based on command line
https://github.com/allar/ue4-autoconfig-changer

Last synced: 3 days ago
JSON representation

Little automation tool that changes UE4 project config settings based on command line

Awesome Lists containing this project

README

          

# ue4-autoconfig-changer

Automation tool that helps with making changes to UE4 project configs

# Install

`npm install Allar/ue4-autoconfig-changer -g`

# Usage

`ue4-autoconfig-changer -d ProjectDir -a SteamAppID`

# Things

`-d ProjectDir` is required. This should be the folder that contains your .uproject file.

`-a SteamAppID` is optional. SteamAppID should be your integer Steam App ID.

`-s true` is optional. If `-s true`, project will have plugin `OnlineSubsystemSteam` *enabled*. If false (default), no changes are made.

`-v true` is optional. If `-v true`, project will have plugins `SteamVR` and `OculusVR` *disabled*. If false (default), no changes are made.

`-l true` is optional. If `-l true`, project will remove `Linter` from the project file definition (effectively disabling it). If false (default), no changes are made.