I need help making my game!!!
Displaying 1-11 of 11 total.
1
RPGirl
|
How do I make my map interactive?? Can anyone help me to make my game?? Where can I find an in-depth tutorial on how to make a game... preferably one designed for newbies that's easy to understand.
thanks
Que Sera Sera
Posted on 2001-07-03 14:44:50
|
invicticide
|
I don't think there are any good tutorials for V2 games. There's almost no good *docs* for V2 :)
Here's a quick walkthrough of making interactive maps, in two parts.
PART ONE - ENTITIES
Entities are the characters on your map. You place entities in maped by hitting E then clicking tiles. Shaded tiles are entities. Clicking a shaded tile brings up the entity properties box. You specify a CHR file here (use the CHR list button to load a CHR) and some other stats (read the maped docs for full info.)
In the entity window, specify an event number for when the entity is activated. Then, in your map VC file, you script all your events in VergeC (read the docs for info on scripting) There's an autoexec event that's first in every map VC, then events numbered 1 through whatever.
For the numbered event you gave an entity, script whatever you want in there, like a talk box. Boom! Entity talks :)
PART TWO - ZONES
Zones allow players to activate stuff by being in a certain part of the map, or to activate "tiles" (like treasure chest and stuff.)
In maped, hit N for zone mode, then lay down zones just like tiles. (Again, read the docs for more info.) Zones specify events just like entities do, and you script them the same way.
Normal zones activate when the player steps into the zoned space. If you set the zone to "enable adjacent activation" then the player can activate it by pressing ENTER *next* to the zone (like chests and doors.)
----
That's how you do interactive stuff. It's really basic. The best way to learn is to try things, and when it doesn't work, fix it and try again. Experience is the best teacher (and crap like that :)
The only other option is to find a copy of V1 floating around somewhere, cuz it has lots of docs and tutorials. But it's more limiting :) Of course, it's more newbie-friendly (as our oldbie friends continually point out on the other board :)
That is all.
--Invicticide
Posted on 2001-07-03 14:54:18
|
RPGirl
|
Hey, thanks a ton, but could you do me one last favor? could you give me a link to some good doc files?
Que Sera Sera
Posted on 2001-07-03 15:09:08
|
RPGirl
|
I'm having trouble with maped. When I click E and make a tile, nothing happens. Same goes for N and
Que Sera Sera
Posted on 2001-07-03 15:29:51
|
invicticide
|
For zones (N) you have to make sure you're placing a zone #. Zone 0 is empty, you know? Use A/Z to scroll through zone numbers. Place zones numbered 1 or higher. Also, to specify zone info, hit CTRL in zone mode, then use UP/DOWN to scroll through zone numbers.
For entities, when you draw onto a tile, you should get a shaded box over that tile. It's hard to see on really dark tiles or all black ones--maybe that's the case. Otherwise, if it's not drawing a shaded tile, I don't know what's up with that.
As far as docs... hmm, I think there were some okay ones on TVS (www.vergesource.com) but since it went down you have to sift through the FTP server, and that kinda sucks... try it anyway, tho :|
And try the articles/tutorials/docs on this site. Not that they're likely to help much, but I don't know about much else. Sorry :(
Try making a post here or on the general board asking for some docs. Someone's bound to have something on their site.
That is all.
--Invicticide
Posted on 2001-07-03 15:44:54
|
RPGirl
|
thanks a ton, Invicticide. In case you couldn't tell (YEAH RIGHT!!!) I'm a newbie. Sorry for being such a pain!
Que Sera Sera
Posted on 2001-07-03 16:20:28
|
invicticide
|
I was a newbie once too :) And V2 *is* a pain. But it's worth it (mostly), once you get it down.
That is all.
--Invicticide
Posted on 2001-07-03 16:27:41
|
Rysen
|
http://www.doc.ic.ac.uk/~rwkl97/ep/data/tutorials/feyrv2tt.html
Feyr's V2 tutorial, though it was put out when the first version of V2 was around, it's still a pretty good resource. ^_^
Hope that helps, and good luck. =)
Posted on 2001-07-03 16:40:16
|
Psalt
|
This go's for anyone who would like a person to join their team. (I was Nu|| on the VS boards for anyone who knows me... I almost never post.)
Hey I may be willing to help with your game however, I would like to know some more about it before commiting to anything.
I can write and code fairly well, I can also draw but I would prefer not to do that for anyone. (I am to lazy with it.) If you want writing proof go to my web site @ http://souldoor.sphosting.com/ all by hand in notepad!!
Posted on 2001-07-03 18:09:19
|
RPGirl
|
ok.. don't laugh it's a stupid kind of premise. The main characters are Aiko, Mina, Li, and Skya. Aiko has to team up with Mina to win the heart of Li and make him dump Skya. At some point you have to trick Skya and Li into helping. The first thing you have to find is a staff. that's all I've been able to think of so far... because I've been so frustrated just trying to get my stuff to work. I'll zip my character file so you can see Aiko and Mina.
Que Sera Sera
Posted on 2001-07-03 23:16:58
|
hamas008
|
well i need at that as well but it's got summat to do with the test file.
Posted on 2001-07-09 07:10:06
|