CodeBase - Entity Data Extraction Plug-In For Cartography Shop 4.1

Return to the CodeBase listing

Category: Libraries

Version: 1.0

0
0

Information

Uploaded: 26th Jun 2004 16:25

Modified: 26th Jun 2004 16:39

Author:  Lord Harry

Summary

This DLL Library plug-in will extract Entity data from a .csm file. The entity data is extracted to a text based file with an extension of .elf (Entity List File). I have added the source code for anyone who is interested but you just can just download the zip file (contains .dll library and readme files, in addition to the source code) if you're not. It is important to read the readme file as it contains installation instructions and information about a bug in CShop 4.1 that you will need to be aware of to use the extracted data effectively.

Full Description

The entity data is extracted into the .elf file in the following format :<br /> <br /> ----------------------------------------<br /> ELF Entity List File<br /> Ver1.00<br /> Entity#=0<br /> Flags=0<br /> GroupId=0<br /> &quot;classname&quot;=&quot;Light&quot;<br /> &quot;range&quot;=&quot;400&quot;<br /> &quot;color&quot;=&quot;255 255 0&quot;<br /> &quot;style&quot;=&quot;1&quot;<br /> &quot;flags&quot;=&quot;1&quot;<br /> XPos=-128.000000<br /> YPos=216.000000<br /> ZPos=280.000000<br /> Entity#=1<br /> Flags=0<br /> GroupId=0<br /> &quot;classname&quot;=&quot;Light&quot;<br /> &quot;range&quot;=&quot;340&quot;<br /> etc ......<br /> ----------------------------------------------------<br />

Comments

No comments yet.