Important information: this site is currently scheduled to go offline indefinitely by end of the year.

GR2 to OBJ (Unrelated Help) [Solved]

Post questions about game models here, or help out others!
Post Reply
AceAngel
veteran
Posts: 115
Joined: Sun Feb 08, 2009 5:45 pm
Has thanked: 35 times
Been thanked: 8 times

GR2 to OBJ (Unrelated Help) [Solved]

Post by AceAngel »

The contents of this post was deleted because of possible forum rules violation.
You do not have the required permissions to view the files attached to this post.
Last edited by AceAngel on Sat Apr 09, 2011 4:26 am, edited 1 time in total.
Mirrodin
advanced
Posts: 71
Joined: Tue May 31, 2005 7:36 pm
Has thanked: 3 times
Been thanked: 2 times
Contact:

Re: GR2 to OBJ (Unrelated Help)

Post 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.
User avatar
shekofte
mega-veteran
mega-veteran
Posts: 221
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 301 times
Been thanked: 20 times
Contact:

Re: GR2 to OBJ (Unrelated Help)

Post by shekofte »

thanks so much AceAngel for sharing evegr2toobj
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs
User avatar
shekofte
mega-veteran
mega-veteran
Posts: 221
Joined: Sun Jan 18, 2009 1:45 pm
Location: Sagittarius
Has thanked: 301 times
Been thanked: 20 times
Contact:

Re: GR2 to OBJ (Unrelated Help)

Post 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
You do not have the required permissions to view the files attached to this post.
ILLUSORY VIDEO GAMES ARE MORE IMPORTANT THAN PRECIOUS INTERNATIONAL FOOTBALLs
Post Reply