Hello, all! Need help getting started....
Displaying 1-16 of 16 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
dilated_junkee

Hello everyone! I'm new here and I just need help with getting started on a game. What are all the things that I need? What should I do first? Do I need to write all the code in a plain text editor, or do you have a special application that I need to use? If I'm missing anything please fill me in. Just help me get started.

Btw, I've tried to run Maped.exe and I get an error message saying, "Please set registry key HKLM\Software\Microsoft\.NETFramework\InstallRoot to point to the .NET Framework install location"
What do I need to do here?

If anyone can help, I would most definitely appreciate it.
Thanks in advance!:)

Posted on 2004-06-08 21:33:16

mcgrue

Maped 3 requires installation of the Microsoft .NET framework. You can get that via Windows Update, or directly by getting it [here]. It's like a 22-meg download.

Keep in mind it's just neccesary for the dev tools. Aen's working on some other devtools that require Sun's Java interpreter, but either way the dev tools require a large interpreter of some kind. ;)

Your VERGE games will be able to run on computers without .NET or Java on them, if there was any question of that. VERGE.EXE is like 100% old-school C++ code.

...I should finish the FAQ ^_^

Posted on 2004-06-08 21:45:07

mcgrue

Also, yes, you write vc in a text editor. We here all recommend [Textpad]. it's got all the good juju of a mediumweight text editor, and there's a [v3 syntax file] already made to give syntax highlighting for vc... quite useful!

You can also set it up to run your project via a keystroke (my development version of sully is ctrl-1 ;) and other such neat things.

The only slight drawback is that find is f5, not CTRL-F, and replace is F8 and not CTRL-R. Unconventional, but not insurmountable.

Edit: I really, really should finish the FAQ... ^_^

Posted on 2004-06-08 21:50:55 (last edited on 2004-06-08 21:51:20)

dilated_junkee

Thanks alot, mcgrue! you've been extremely helpful to me! I appreciate it! just one more thing: What software do u recommend I do all the graphics in? and when I'm done, are there any specific guidelines that I need to follow before implementing them into my game, such as the width and height of the character sprites?

thanks in advance!

Posted on 2004-06-08 22:03:16

chanman

Quote:Originally posted by Dilated Junkee

What software do u recommend I do all the graphics in?


either Photoshop or Paint Shop Pro, which ever you are comfortable with (and which ever you can aford.) If you never used any of those programs before, I would recommend Paint shop pro as it has a more simplistic design.

If you don't want to spend money, you can get GIMP (I never used it before though) or Windows paint!

Posted on 2004-06-08 22:14:30 (last edited on 2004-06-08 22:15:57)

dilated_junkee

thank you for the advice. fortunately, I just so happen to own a copy of photoshop. the last question i had was are there any specific guidelines that I need to follow before implementing my art into my game, such as the width and height of the character sprites? And how does chrmak work?

I need to know this before i start creating the art for my game.

btw, there was this old dos-based application made by Richard Lau called ACE CE. I'm sure you guys know about it. Can I, by any chance, use that to make my CHRs?

sry about all the questions, guys. I'm just trying to gain as much knowledge as possible! :D

Posted on 2004-06-08 23:23:05 (last edited on 2004-06-08 23:30:02)

Overkill

The only thing you have to follow, is purple (RGB=255,0,255) is transparent, and all your frames for that character must have consistent size (ex. every frame is 32x64), with a one-pixel padding to seperate each frame. There's probably other stuff, but that's all I can think of.

Posted on 2004-06-08 23:30:31

mcgrue

The transparent color RGB(255,0,255) is more properly called 'magenta'.

Also acceptable is 'the most useless color known to man'.

Posted on 2004-06-09 02:41:54

Kildorf

I would say that RGB(0,255,255) (I like to call it "death-cyan") is equally as useless as death-magenta. I would also like to point out that they both make fairly good transparent colours (just as VERGE uses magenta) because there's no other reason for a sane person to use the colours ever.

Posted on 2004-06-09 03:31:36

mcgrue

0,255,255 has some uses as glowy-effects! :D

The whole 0,255,255 through 255,255,255 spread is a particularly jarring one for the eyes as the tones generally seem to be less distinguishable to the eye.

Posted on 2004-06-09 03:37:48

Gayo

My battle system uses cyan. It is good for glowy stuff. It's also a decent sky colour, though I prefer something with a bit more red and a bit less green. But then, magenta figures very prominently in my Windows colour scheme, so I can't entirely be trusted.

Posted on 2004-06-09 08:11:41

mcgrue

Quote:Originally posted by Gayo

My battle system uses cyan. It is good for glowy stuff. It's also a decent sky colour, though I prefer something with a bit more red and a bit less green. But then, magenta figures very prominently in my Windows colour scheme, so I can't entirely be trusted.


Doubleyou. Tee. Eff?

You know, you make surprisingly nice sprites for a blind man.

Posted on 2004-06-09 09:02:41

Interference22

Jesus H. Christ on a moped, Gayo. If there's ever a "what does your desktop look like" thread in Castle Heck, for the love of God don't assault us with your personal abomination.

Also, can I recommend snagging ALL of the games and kit in the Contest directory of files in the V3 section of the files archive: they're the easiest examples of code to understand (with a few exceptions). Also grab the packin demo (Sully Chronicles) and Interference's Textbox Library (since I made it and don't see anything wrong with the odd bit of gratuitous plugging).

Posted on 2004-06-09 14:25:51

dilated_junkee

Thanks, Interference for the advice. I've already startd downloadnig the files you suggested!

Thanks again everyone for your help!

Peace.

Posted on 2004-06-10 03:02:23

Gayo

Quote:Originally posted by Interference22

Jesus H. Christ on a moped, Gayo. If there's ever a "what does your desktop look like" thread in Castle Heck, for the love of God don't assault us with your personal abomination.


:(

Posted on 2004-06-11 15:49:57

Interference22

Quote:Originally posted by Gayo

Quote:Originally posted by Interference22

Jesus H. Christ on a moped, Gayo. If there's ever a "what does your desktop look like" thread in Castle Heck, for the love of God don't assault us with your personal abomination.


:(


Actually, having seen such a thread pop up as we speak, I've probably already seen worse (*cough*Zip*cough*).

Posted on 2004-06-11 15:58:09


Displaying 1-16 of 16 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.