how to compile a vc file??
Displaying 1-6 of 6 total.
1
aeon
|
I have read plenty of manuals, tutorials or web pages, but I have not find one that says how to compile a vc.
They told us how to make a vc file, but not how to use the VCC exe. I hace tried run it, put my vc file on the aplication icon.
what can i do???
Posted on 2000-11-27 18:49:10
|
Tralu
|
It's rather simple really. Just add the .vc file you want to compile after VCC. It should look like :
VCC stupid.vc
Now, there's a way to compile all .vc files at once. Just type in VCC ALL and all of your files should be comipled in one swift stroke of the keys.
http://www.geocities.com/tatewaki_42/ - The Cyberwizards Realm
http://elfwood.lysator.liu.se/loth/c/r/cruz19/ - My Elfwood Gallery
Posted on 2000-11-27 19:23:01
|
el_desconocido
|
Right-click vcc.exe and select properties. Click the 'program' tab, and click to the right of the data in the 'cmd line' box, hit space then type 'all'. It should look something like:
C:\MESSIAH\REV2K\VCC.EXE all
Click 'Apply' then close the box. Now whenever you want to compile, you can (double) click vcc.exe or the vcc.pif file (a shortcut for dos) that you just created. Keep in mind all the game files (.chr, .map, .vc, etc) must be in the same folder as vcc.exe, verge.exe, maped.exe, etc.
Took me two days to figure that out when I started.
Hope that helps.
-Pontifex
(aka: ¶, the coder formerly known as Prince Paul)
Posted on 2000-11-27 19:24:27
|
el_desconocido
|
-Pontifex
(aka: ¶, the coder formerly known as Prince Paul)
Posted on 2000-11-27 19:26:08
|
aeon
|
thaks..that works.
but do i have to configure the VCC properties any time that I want to compile???
Posted on 2000-11-27 19:51:49
|
el_desconocido
|
-Pontifex
(aka: ¶, the coder formerly known as Prince Paul)
Posted on 2000-11-28 09:46:20
|