Page 1 of 1

GR2 to OBJ (Unrelated Help) [Solved]

Posted: Fri Dec 18, 2009 9:47 pm
by AceAngel
The contents of this post was deleted because of possible forum rules violation.

Re: GR2 to OBJ (Unrelated Help)

Posted: Sun Feb 21, 2010 9:32 am
by Mirrodin
After reading the readme file it looks like the program REQUIRES you to name the output file manually. I think that's your hangup. Sorry I don't know much about batching other than the basics, if you can find a way to grab the name of the current source file and automatically create the name of the output file with the .obj extension it'll work.

Edit: Just tried the tool after downloading and it seems to convert with several issues. Most output files are incomplete and the program crashes (I am running on windows 7 x64 though) and the only file it succesffuly converted I imported with Milkshape 3d and it was just individual vertices or points not connected. No mush just point cloud it looked like.

Re: GR2 to OBJ (Unrelated Help)

Posted: Sun Feb 21, 2010 11:17 am
by shekofte
thanks so much AceAngel for sharing evegr2toobj

Re: GR2 to OBJ (Unrelated Help)

Posted: Sun Feb 21, 2010 7:27 pm
by shekofte
if i am right about your question !
this bath file convert all gr2 files in the current directory :

Code: Select all

for %%f in (*.gr2) do evegr2toobj %%f %%f_.obj
you can modify it in any form easily :
http://technet.microsoft.com/en-us/libr ... 90909.aspx
converter.rar