Hello, What Game Editor can do?

Game Editor comments and discussion.

Hello, What Game Editor can do?

Postby layer00 » Sat Oct 08, 2011 5:02 am

Hello everyone, i'm new here... first of all sorry for my bad english i hope you understand my english XD.
I want to know if the game editor can make a database for creating save and continue and for score ranking.
Thanks ^_^.
User avatar
layer00
 
Posts: 2
Joined: Fri Oct 07, 2011 3:16 pm
Score: 0 Give a positive score

Re: Hello, What Game Editor can do?

Postby Hblade » Sat Oct 08, 2011 5:21 am

Hi there! I'm Hblade, Welcome to the forums! We're glad to have you!

Game Editor can do So very much (Version 1.4), and even more when 1.5 is released. (No official date yet, though). Please take the time to watch all of these "How to make a game" tutorial I'm creating, and it'll show you just how powerful game editor really is! :)
Link: Click Here
Code: Select all
http://www.youtube.com/playlist?list=PLAEF0C4866D55D12F


Also, go to Here to get another grasp of just what game editor can do.

I will be making more tutorials along the way. So please be sure to keep up to date with them! :)



And yes, Game Editor can use save and loads :) In fact, it's what I'm covering in Episode 3! :)

--Hblade
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Hello, What Game Editor can do?

Postby layer00 » Sun Oct 09, 2011 12:56 am

w0w thank you very much for the tutorial and info, this will be helpful.
Btw is the script from the game editor is the same as in C language?
User avatar
layer00
 
Posts: 2
Joined: Fri Oct 07, 2011 3:16 pm
Score: 0 Give a positive score

Re: Hello, What Game Editor can do?

Postby Hblade » Sun Oct 09, 2011 3:26 am

It's EXTREMELY similar yes :)
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Hello, What Game Editor can do?

Postby EvanBlack » Sun Oct 09, 2011 8:37 am

* means its a pointer. It can't store unlimited text. It means its creating a pointer to a value in memory.

char data type stores a single character.

in order to store a string of characters you would use

char string[10] = "MyString" //This string holds 10 characters but is storing only 8.

I am not absolutely positive if the /0 (NULL character) is added automatically, but it is placed at the end of a string as a terminator.

so

char var = "a" //This can only hold a single character.
(\__/) ( Soon... The world)
(O.o )< will be mine!____)
(> < )
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bunny Overlord 2012!
EvanBlack
 
Posts: 202
Joined: Fri Sep 30, 2011 10:17 am
Score: 19 Give a positive score

Re: Hello, What Game Editor can do?

Postby Hblade » Sun Oct 09, 2011 5:52 pm

Thank you so much for info :) I never really took the time to study it but it probably would have been a good idea.
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Hello, What Game Editor can do?

Postby EvanBlack » Sun Oct 09, 2011 6:16 pm

Yeah. You really should, especially if you are going to try to teach others. Because everyone who watches your videos would expect that you know what you are doing and that everything you say is correct. I really like that you want to help others is really cool, the first tutorial was pretty good but I think you should redo it, try to explain everything better, and improve your "sound" quality ;)

If you can, try to have a script on hand that you can read from or have memorized, this would improve it greatly. If there is anything you don't quite understand, there are tons of references online, just google search it.

A good idea would be to reference this: http://en.wikibooks.org/wiki/A_Little_C_Primer

Code: Select all
http://en.wikibooks.org/wiki/A_Little_C_Primer
(\__/) ( Soon... The world)
(O.o )< will be mine!____)
(> < )
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bunny Overlord 2012!
EvanBlack
 
Posts: 202
Joined: Fri Sep 30, 2011 10:17 am
Score: 19 Give a positive score

Re: Hello, What Game Editor can do?

Postby Hblade » Sun Oct 09, 2011 7:27 pm

Yeah your right. Heh, my first tutorials were butchered.

I just gave a bunch of wiki links in the description.
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest