fixing BLOXBASE problems

t264 not found and BASE.tsx gets deleted too early
This commit is contained in:
Matthias Mailänder
2012-06-09 20:57:22 +02:00
parent c3052d863a
commit 22e0828566
2 changed files with 231 additions and 262 deletions

View File

@@ -468,7 +468,6 @@ namespace OpenRA.Mods.D2k.Widgets.Logic
File.Copy("mods/d2k/tilesets/BASE.tsx", Path.Combine(PathToImages, "BASE.tsx"));
// this is ugly: a GUI will open and close immediately after some delay
Process.Start("OpenRA.TilesetBuilder.exe", Path.Combine(PathToImages, "BASE.png")+" 32 --export Content/d2k/Tilesets");
File.Delete(Path.Combine(PathToImages, "BASE.tsx"));
Game.RunAfterTick(() =>
{