08-24-2015, 01:25 PM
(08-24-2015, 12:52 PM)DarkGrievous7145 Wrote: glad it was of some use
well, I probably can't help you there, do the .SC files have any kind of header, at least?
"Header"?... Header...
I'm going to sound like an absolute Scrub I'm sure, but I'm not familiar with the term. I'm new blood when it comes to coding.
In amongst the files I did see this in the EnemyUnits.as file:
package game.characters
{
import flash.display.*;
import flash.events.*;
import flash.geom.*;
import flash.text.*;
import game.actions.*;
import game.battlefield.*;
import game.gameElements.*;
import game.gui.*;
import game.isometric.*;
import game.isometric.boundingElements.*;
import game.isometric.camera.*;
import game.isometric.characters.*;
import game.items.*;
import game.missions.*;
import game.sound.*;
import game.states.*;
import game.utils.*;
This seems to show that the game is "Importing" these things, sounds, game elements, and the GUI among other things from somewhere... But I can't figure out where it is being "Imported" from.
What is most irritating about not being able to get my hands on this data, is that some kid from Bangkok who used to update the Army Attack Wiki had some sort of way to get the sprites of a few of the units, as well as some unreleased content onto the Wiki.
Do you think it would be of any help if I uploaded the files I extracted? It's about 8 Megabits and someone with more coding knowledge might be able to figure it out better than I can.