AlmarM Posted November 20, 2007 Author Posted November 20, 2007 (edited) Look mayby this helps: q3map2.exe is a program in C\Program Files\GtkRadiant 1.5.0\. I need to use this program to decompile a .bsp to a .map The .bat need to be in the same dir as q3map2.exe The -game et -convert -format map c:/v2/ are -game = witch game? There are maps in C\Program Files\GtkRadiant 1.5.0\ like et.game so -game et -format map = Decompile to .map c:\v2 = the dir where the file is witch need to be decompiled. EDIT: Let me say this: If you run things in CMD.exe, the cmds are in System32. But the q3map2.exe isnt in System32 but in C:\Program Files\GtkRadiant 1.5.0\ Edited November 20, 2007 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
weaponx Posted November 20, 2007 Posted November 20, 2007 Why don't you just execute the command in the batch file directly from autoit? RunWait(@ComSpec & " /c q3map2.exe -game et -convert -format map c:/v2/" & $Read & ".bsp", "C:\Program Files\GtkRadiant 1.5.0", @SW_SHOW)
AlmarM Posted November 20, 2007 Author Posted November 20, 2007 (edited) OMG YOU SO GREAT YOU DID IT TY I realy know your the best OHYEAH I realy mean it... Your the best EDIT: OMG YOU* YOU'RE :"> Edited November 20, 2007 by AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
kjcdude Posted November 25, 2007 Posted November 25, 2007 (edited) that was painful to watch Edited November 25, 2007 by kjcdude
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now