TheDeveloper
|
Ok, here's the schpiel. User.cfg and system.vc are just plain ordinary text files just like a .txt file. (except ending .cfg and .vc respectively) Start up your favorite editor (textpad is highly reccomended by most everyone in the verge community) or even notepad will do. Make your user.cfg look something like this:
log
vidmode 320 240
end
If you are using v2.6 you will also need to add a line with "safemode" (minus quotes) somewhere before the line that says "end". Now each game's system.vc will be different since system.vc is the file that contains all the code (functions, variables, etc.) that will be used in your game. The basic (meaning reqired) format for system.vc is this,
void autoexec() {
//put some code here to be run when the game starts
}
I highly reccomend checking out tutorials both on this site and on the Verge Source (http://www.vergesource.com/articles/) Also be sure to read the FAQ available at http://www.vergesource.com/articles/view/38/
-The Developer "[A review of ff4(2)]Aaaahhh... great game, great characters, great story, great music, BAAAAAAAD graphics."
Posted on 2001-06-28 23:30:31
|