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

Universal Century Gundam Online .DET

Post questions about game models here, or help out others!
Post Reply
alon
mega-veteran
mega-veteran
Posts: 163
Joined: Mon Nov 29, 2010 10:38 am
Has thanked: 32 times
Been thanked: 2 times

Re: Universal Century Gundam Online .DET

Post by alon »

finale00 wrote:Parse the file and then write out the contents in MQO format.
Here's a Sanae plugin that I use.
Troopermanaic wrote: that is something that really interests me, I been trying to add a cubemap to the files so they can have a shiny effect. If you notice the taxi is glossy but the MS are matte. I was trying to see if I could add that gloss effect to them.
I don't know much about material properties and hence don't know much about how or where they might be stored.
error messaged "Invalid syntax @ line 4".
"from .lib.ModelObject import Model3D"
Last edited by alon on Sat Mar 31, 2012 8:24 am, edited 2 times in total.
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

finale00 wrote:Parse the file and then write out the contents in MQO format.
Here's a Sanae plugin that I use.

I don't know much about material properties and hence don't know much about how or where they might be stored.

It may be a elementary question, how can I use UCGundamnOnline_det.py file?
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Universal Century Gundam Online .DET

Post by finale00 »

oops, forgot about that

Download this viewtopic.php?f=29&t=6932

Put the .py file in the plugins folder
Run command line

Python Sanae.py <your .det file>

and it'll create an MQO file based on what I've figured out so far.
Someone should be able to easily make a blender importer script based on it (I haven't looked at blender at all)
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

finale00 wrote:oops, forgot about that

Download this viewtopic.php?f=29&t=6932

Put the .py file in the plugins folder
Run command line

Python Sanae.py <your .det file>

and it'll create an MQO file based on what I've figured out so far.
Someone should be able to easily make a blender importer script based on it (I haven't looked at blender at all)
Is this correct?

Code: Select all

Python Sanae.py MS05_OLDZAKU.DET
Sorry, I am as good as a beginner.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Universal Century Gundam Online .DET

Post by finale00 »

yes. you will also need python installed.
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

finale00 wrote:yes. you will also need python installed.
I click *.bat file, but nothing happens
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Universal Century Gundam Online .DET

Post by finale00 »

It should work if you drag and drop the file over the bat file.
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

finale00 wrote:It should work if you drag and drop the file over the bat file.

Do you notice the mistake?
Image
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Universal Century Gundam Online .DET

Post by finale00 »

I don't know what the problem could be.
Try typing the command in command-line directly to see what the errors are.
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

finale00 wrote:I don't know what the problem could be.
Try typing the command in command-line directly to see what the errors are.
Thank you for your thoughtfulness.
I will try again after rebooting
Troopermanaic
advanced
Posts: 71
Joined: Fri Jul 01, 2011 4:29 pm
Has thanked: 5 times
Been thanked: 5 times

Re: Universal Century Gundam Online .DET

Post by Troopermanaic »

hmm Ill try this out later. It would seem you are trying to get the import to work? IDK I just read that pic above.
EZ-BMS for when you want to work with non-programmers viewtopic.php?f=33&t=10499
If you like what I do then support my coffee addiction https://www.paypal.com/cgi-bin/webscr?c ... 853S265MPW
alon
mega-veteran
mega-veteran
Posts: 163
Joined: Mon Nov 29, 2010 10:38 am
Has thanked: 32 times
Been thanked: 2 times

Re: Universal Century Gundam Online .DET

Post by alon »

What version Sanae to install with Python?
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

I used several times, but nothing happens.
Do you notice the mistake?
Last edited by youngmark on Fri Apr 13, 2012 7:30 pm, edited 1 time in total.
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Re: Universal Century Gundam Online .DET

Post by finale00 »

Works fine for me when I clicked on it. Parsed the sample.det file and output a gundam MQO.

It is most likely some other issue you are having, like maybe environment variables or something (like maybe python is not on the search path).
alon wrote:What version Sanae to install with Python?
I wrote it in python 2.6 and know that it works with 2.7.
Not sure if it works for 3.x though it should since I don't use any libraries beyond os.

Maybe some syntax has changed since 2.x, don't know.
User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 6 times

Re: Universal Century Gundam Online .DET

Post by youngmark »

finale00 wrote:Works fine for me when I clicked on it. Parsed the sample.det file and output a gundam MQO.

It is most likely some other issue you are having, like maybe environment variables or something (like maybe python is not on the search path).
alon wrote:What version Sanae to install with Python?
I wrote it in python 2.6 and know that it works with 2.7.
Not sure if it works for 3.x though it should since I don't use any libraries beyond os.

Maybe some syntax has changed since 2.x, don't know.
I wrote it in python ver.2.6.6.
Post Reply