PDA

View Full Version : Gamer Makers!


Mikado
04-10-06, 18:27
Well, It has to do with game's and stuff so I post it here...

Well I was thinking about creating a game, but I realy don't know how.
So I'me searching someone to learn me. Someone who is expirienced with making games, and ready to help. If you can make games (with any programs, but I'me think it will be GM since allot of people can do that) and you're ready to help, please reply.

Maybe some of the people will say I'me a noob that I'me posting something like this, but I realy wanna learn how to make games. And tutorials won't learn me everything.

I can program a bit with GM, but not with script, only D&D (so it would be helpfull if you can work with script, but D&D is also good) Ofcourse ame I ready to learn with any other program.

I can post some stuff I tried to make, but I don't know how to upload stand alone files.:rolleyes:

Solarblade
04-10-06, 18:56
If you need help with GM, I can help a good amount. With code.

If you want to upload a stand alone, open GM, open desired file, go to File>Create Exectuble. Save it, then find a file host, then upload it, copy showed link, post it in a forum or something, and Voila! You uploaded a file!
You may want to put it in a Zip file though. Makes life easier for some people.

Mikado
04-10-06, 19:16
Da link to my shitty try to make a game. (http://w11.easy-share.com/647292.html)

If you will see my game you'll understand why, it's so shitty...

I don't know how to code, it will be helpfull if you could post here some tips how to make my game better and that sort. From the begin?


The Link to the way I made it. (http://w11.easy-share.com/647297.html)

Sorry for the huge filesize, but winzip is acting stupid, if you realy can't download it, then say it, then I try to make winzip, try tomake winzip work.

Solarblade
04-10-06, 19:42
Well, its not HORRIBLELY bad. It could be worst. Way worst. Give the guy a mask (if you know what one is). It will improve collisions.

For coding, I didn't look at the programming. But to actully code instead of D&D, you just have to know what code does the D&D action. Rather simple.

Here is some important code actions to know:
instance_create(*insert x point here*,*insert y point here*,*insert object name here*);
instance_destroy();
hspeed = *insert desired speed*
vspeed = *insert desired speed*

Anyway, basiclly, use the help file and search for what you want. i.e. Open up the help file, click on the index tab, and type in "instance" (excluding the quotations, then click on instance variable when it shows. It'll show some rather important variables you may want to learn.

Just remember, the help file is your friend.

Thats how I learned how to program quite well.

Razor_Guardian
04-10-06, 23:56
I know how to code GM, as well. And that's a pretty good first game you've got there.

If you need anything, just ask me or SolarBlade.

Mikado
05-10-06, 18:38
Thanks guys, if I have a question, I'll ask it.

megajosh2
10-10-06, 00:54
Hey, I can code GM! I may be able to help with some things.