Page 3 of 6

Re: AION cgf to collada converter

Posted: Sun Nov 14, 2010 9:38 pm
by jin76
yes i was also able to get the cgf files but am stuck at that part. I am pretty sure there must be a program that can export these files to max or something

Re: AION cgf to collada converter

Posted: Sun Nov 14, 2010 9:58 pm
by Axolotl
jin76 wrote:yes i was also able to get the cgf files but am stuck at that part. I am pretty sure there must be a program that can export these files to max or something
This program is python script that is attached in first post. But as i wrote be sure that you have right cgf files couse firse i also thouth that i had cgf files, but the problem was in them. Don't use RPGviewer to unpak archives.
Then use the script from the first post, but you must manually edit all the paths to files, and create output folder (the script cannot create it by itself)

Re: AION cgf to collada converter

Posted: Wed Dec 15, 2010 5:40 pm
by fewks
dunno if anyone still interested in it, but i imported models into 3ds max with CryImporter, it have bones and skin but, i cannot import animation . When im trying to open animation - it changes timeline but no animation appears. Does anyone have the same problem? maybe you know how to solve it :)

Re: AION cgf to collada converter

Posted: Wed Dec 15, 2010 6:20 pm
by pixellegolas
I think animations are internal and made by AION so it cannot be imported. It is not standard so someone needs to figure it out separatly

Re: AION cgf to collada converter

Posted: Sun Feb 06, 2011 1:56 pm
by Szkaradek123
The contents of this post was deleted because of possible forum rules violation.



Update: 2014-12-08
Aion Blender importer.
It requires Blender version 249 and Python 26

Steps:
1.unpack importer
2.run Blender249.blend
3.in Blender Text Window press alt+p and select cgf file for meshes and skeleton
3.for animation press alt+p and select caf file

Re: AION cgf to collada converter

Posted: Mon Feb 21, 2011 9:57 pm
by Rimbros
To be honest Szkaradek123, this its one of the best contributions i see in the last 6 months man here in xentax man, congratulations. :D

Re: AION cgf to collada converter

Posted: Tue Feb 22, 2011 5:32 pm
by jin76
great work :D

sorry for my stupid question but can you tell me how i can run this in blender. I have never used blender before and have been trying to get this to work for long time but i am unable to do so. I installed blender 2.49b and python 2.6.1 and each time i try to open the .blend file i am unable to see the code or run the script i am getting some machine code. Please help :roll:


edit 1

ok now i am able to import the script in but keep getting the error "Convert Game Engine script from 4.48 API to 2.49 API" and which wont go away
can some one help

Re: AION cgf to collada converter

Posted: Tue Feb 22, 2011 10:00 pm
by Axolotl
Szkaradek123 great work, thanks.
But is it possible to see something like this script for 3ds Max?

Re: AION cgf to collada converter

Posted: Sun Mar 20, 2011 9:04 am
by blackfoxeye
Nice Blender script.
It would be great if the script supports the latest version of "Blender 2.56a" and latest "Python 3.2"

Re: AION cgf to collada converter

Posted: Sun Mar 20, 2011 4:33 pm
by blackfoxeye
Image

Re: AION cgf to collada converter

Posted: Sat Jul 16, 2011 2:20 am
by pixellegolas
trying this out to now on blender 2.49 and python 2.6.2. I get this error:

Code: Select all

Traceback <most recent call last>:
File "aion importer.py", line 507, in bevent
File "aion importer.py", like 172 in read_cgf_data
AttributeError: 'MtlChunk' object has no attribute 'texD'
This I get with the example models provided and also others

Re: AION cgf to collada converter

Posted: Sat Jul 23, 2011 8:28 pm
by Rimbros
Axolotl wrote:Szkaradek123 great work, thanks.
But is it possible to see something like this script for 3ds Max?
Its not posible i think cause its more dificulty make this for max.

Re: AION cgf to collada converter

Posted: Sat Jul 23, 2011 8:39 pm
by chrrox
its possible someone just has to have interest to do it.

Re: AION cgf to collada converter

Posted: Sat Aug 27, 2011 9:01 pm
by kylem
pixellegolas, you're not alone..... I got the same error w/ blender 2.49b using python 2.6.6

Re: AION cgf to collada converter

Posted: Sat Aug 27, 2011 11:56 pm
by finale00
If someone provides a max import template then more people would probably volunteer to write one.