Skip to content

Instantly share code, notes, and snippets.

@EliotVU
EliotVU / EditPackagesCommandlet
Created November 19, 2012 17:01
A simple commandlet for the Unreal Engine 2. This commandlet makes it possible to modify the EditPackages in GAME.ini through a batch(.bat) file.
// Coded by Eliot Van Uytfanghe @ 2010.
Class EditPackagesCommandlet Extends Commandlet;
event int Main( string Parms )
{
local bool bAdd;
local string PackageName;
local int i;
Log( Parms, name );