Author Topic: acReader for the AC3D files  (Read 575 times)

Offline Xjazz

  • Gold Member
  • *****
  • Posts: 2653
acReader for the AC3D files
« on: March 23, 2007, 06:29:33 AM »
Hi

I coded with Craven's (from http://www.blenderartist.org forum) kind help a .ac file reader script. You can find a script from here.

The script needs a python installed to your pc.
http://www.python.org/download/


The script creates a text report from given .ac file:



Note! The script and the source .ac file must be in same folder.

There are two options:
- writing just the .ac file name (without extension) will give a simplyfied report just with names and properties.
- writing the .ac file name (without extension) with '+' mark right after the name will give a full report, like in picture.

You get a vertices, surfaces, material and texture names per object. The A-tag after the texture name means a  related alpha.bmp file found and the number tells the transparent color palette index number.
« Last Edit: March 23, 2007, 06:50:34 AM by Xjazz »

Offline Xjazz

  • Gold Member
  • *****
  • Posts: 2653
Stand-alone version for the pure win users
« Reply #1 on: April 24, 2007, 04:50:30 PM »
Hi

Here is the stand-alone acReader1b2 program for the windows.
http://www.warezhouze.1g.fi/Here/AC3D/acReader.zip

Just unzip file to the HTC/aheditor/export  folder and run acReader1b2.exe from there.

This  program has a same functions than previous python .py script, plus this one will open the text report automatically with your default .txt editing program.

The exe with needed files is compiled with py2exe.