PDA

View Full Version : SCA File decompile


Southwest
09 Dec 2007, 11:32
i recently downloaded bgl analyzer and it created a sca.file if i want to ulter this scenery file how do i do this i don't really know what a sca.file is and how to change it.
Any ideas.
Thanks in advance
Psmith

chris.eve
09 Dec 2007, 12:38
This'll be a SCASM source file. See www.scasm.de for the compiler. Most of the information you'll need will be in the help files and documentation. They're a bit cryptic in places, but hey, it'd be no fun if it was too easy :D

Southwest
09 Dec 2007, 13:24
thanks for the but what is the file i need to downlaod?

PakMac
09 Dec 2007, 19:39
You need to download Scasm 2.96, along with the help files.

David
CanUK Scenery (http://www.canuk-scenery.org)

Southwest
10 Dec 2007, 11:11
thanks i have downloaded the scasm the latest but an error says. this is a win32 application and needs command line parameters. please open a console window (dosbox)to enter command lines.

What does this mean.

arno
10 Dec 2007, 14:14
It means that SCASM is not a Windows program with a graphical user interface, it is a compiler that you can best call from the command prompt to compile the SCASM source file into a BGL file again.

To edit the SCA file you will have to use a text editor, like notepad.

PakMac
11 Dec 2007, 07:06
As Arno says or you can drag the SCA file onto the scasm.exe icon to compile it.

David