cannot run the program
Displaying 1-3 of 3 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
Falcorus

Hi, I am very new to this program, only downloaded it today, but currently cant even get into the program. if someone can give me a step by step to get program running after downloading and extracting the zip. Would be much appreciated ^^

Posted on 2005-07-07 12:20:11

zaril

make sure you have a file called system.vc in the same folder as verge.exe and in the .vc file you can type something like:

System.vc

void autoexec()
{
int X, Y, S, T, C;
int W, H;

W = ImageWidth(screen);
H = ImageHeight(screen);

RectFill(0,0,W-1,H-1,RGB(0,0,0),screen);

while(!key[SCAN_ESC])
{
X = Random(0, W);
Y = Random(0, H);
S = Random(5, 15);
T = timer%5;
if (T==1) C = Random(0, 255);
UpdateControls();
RectFill(X,Y,X+S,Y+S,
RGB(128+(C/2),C,128-(C/2)),screen);
ShowPage();
}
}


Save and run the verge.exe and you should have something pretty to look at.

Posted on 2005-07-07 13:09:48

Rysen

In addition to zaril's sexy code work, might I point out
My Beginners Tutorial

and

Overkill's Beginners Tutorial

They both have some rockin' information to help you get started.

Good luck! ^_^

Posted on 2005-07-07 14:20:12


Displaying 1-3 of 3 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.