VERGE SYSTME TROUBLE... HELP!
Displaying 1-11 of 11 total.
1
ChronoRPG
|
Two things here... one I can't create user.cfg and two everytime I go to type in a DOS window it terminates the program and I can't type!
ACK!
What am I supposed to do!
ACK! ACK!
Posted on 2001-07-13 12:00:48
|
invicticide
|
First and foremost:
DID YOU READ THE DOCS?
I know they're all kinda hard to find, but make a concerted effort to get them all. VergeC.txt is the most important.
Now it doesn't really explain user.cfg. Try this:
LOG
VIDMODE 320 240
SOUND_DEVICE 0
HICOLOR
END
Make a new text doc, put all that in it, and name it user.cfg (*not* user.cfg.txt. You may have to shut off that damnable "hide known extensions" option in Windows)
VergeC.txt explains the system.vc which you also need, and how to compile it. You need a system.vc to start your game; without one, Verge goes *boom*
Try this:
VOID AUTOEXEC()
{
MAP("TEST.MAP");
}
Make that system.vc (again, *not* system.vc.txt... sheesh)
You will also need a map to start on. Open up MapEd, hit ESC, choose Map Properties... and rename the map and VSP to TEST.MAP and TEST.VSP. Leave the music field blank. Save your map and exit.
Then create a new text doc called TEST.VC and do this:
EVENT // AUTOEXEC
{
SETPLAYER(ENTITYSPAWN(5,5,"PLAYER.CHR"));
}
Note: the args for entityspawn() may be backwards. I can never remember if the coordinates go first, or the CHR file! Sorry :(
Okay, now you also need a PLAYER.CHR. Unless you already know how to make your own CHRs, just rip one from someone's V2 game (*not* V1 game; not compatible) and rename it PLAYER.CHR.
With all this ready, pull up DOS, go to your VERGE folder, type VCC ALL. There should be no errors (not much code to get errors in, hehe :)
Now run VERGE.
If it still freaks out, try changing SOUND_DEVICE in USER.CFG to various numbers 0-3. I think 3 is no sound, though.
You may want to/have to remove the HICOLOR line from USER.CFG if your video card is really old and Verge freaks out over it. Doing so will revert to 256-color Verge palette stuff, which has its own advantages.
That is all.
--Invicticide
NOTE TO CURRENT AND FUTURE NEWBIES: READ THE DOCS, ALWAYS ALWAYS ALWAYS! (Okay, I'm done)
Posted on 2001-07-13 12:24:07
|
Ear
|
The docs don't help one bit with something like this. Don't hide behind a now meaningless cliche.
Another thing. In NotePad to save a file with an extension you simply type "file.ext" WITH quotation marks.
Also, if you tell someone to "read the docs," you better damn well know the order of the arguments in the function you're posting!
- Ear "It's time for the human race to enter the solar system."
Posted on 2001-07-13 22:24:01
|
Roto
|
The docs, of course, don't help with user.cfg. I think invinc was referring to coding in Verge (and not tampering with user.cfg) when he said that.
In other words, get off his back.
Posted on 2001-07-15 00:43:18
|
invicticide
|
(nt)
Posted on 2001-07-15 12:01:43
|
Ear
|
No where in the VERGE docs does it tell you how to get v2 running with events. NO where. Don't bother me with the bullshit again. Telling someone to 'read the docs' for something the docs won't help them with is useless behavior.
- Ear "It's time for the human race to enter the solar system."
Posted on 2001-07-15 13:30:38
|
Roto
|
Idiot. I didn't even mention that either and if you think I did, YOU, MY FRIEND, ARE WRONG.
Posted on 2001-07-16 01:21:36
|
Ear
|
(nt)
- Ear "It's time for the human race to enter the solar system."
Posted on 2001-07-16 19:50:42
|
Roto
|
Seriously, don't you have anything better to do?
Posted on 2001-07-17 01:26:55
|
andy
|
Do YOU have anything better to do?!
Ear had a point. invicticide yelled "RTFD!!!" at someone who had a problem that the documentation didn't even touch.
Now... let's all let this post rot and head for the groovy happy place where the sun is warm, and the drinks have little umbrellas in them!
"I can't wait for this latest pile of melodrama to disappear, so that the VERGE community can once again concentrate on games rather than on itself." -- Joe Lee
Posted on 2001-07-17 18:01:59
|
Roto
|
But Ear didn't seem anything better to do and you don't seem to have anything either...In other words,
Sheesh.
Posted on 2001-07-17 19:09:46
|