Newbie Questions

Game Editor comments and discussion.

Newbie Questions

Postby rudyj » Wed Jan 21, 2009 4:16 am

First of all I must say that I am impressed with this product. I was wondering if anyone could answer the following questions.


1. Is the product being developed or has development slowed.
2. Have any commercial games been released using this product.
3. It it possible to have cut scenes in games and level switching using this product.
4. Can you allow your users of your game to save their progress to continue later.
rudyj
 
Posts: 17
Joined: Tue Jan 20, 2009 4:46 am
Score: 0 Give a positive score

Re: Newbie Questions

Postby skydereign » Wed Jan 21, 2009 5:59 am

1. gameEditor has been around, and is now converting to opensource. When all of the bugs are fixed, it should be fully functioning, if that is what you meant.
2. I believe so, but I can't think of them right now. There have not been many, though it is fully possible.
3. What do you mean by cutscenes? It is possible to make scenes within your game with gifs and other.
4. Saving is possible with gameEditor. To do this you need to save variables, such as how many levels you have completed, stats, and other. There are many topics on this if you need more detail.

I hope this helped.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Newbie Questions

Postby DST » Wed Jan 21, 2009 7:57 am

Game Editor IS fully functioning, and has been for some time, though development seems to have slowed.
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: Newbie Questions

Postby skydereign » Wed Jan 21, 2009 8:00 am

Oops, I meant that the opensource version... At least I think it is not fully working, I can't seem to get it work. Yes it IS fully functioning.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Newbie Questions

Postby jimmynewguy » Wed Jan 21, 2009 8:56 pm

Didn't glowball come from GE? I can't remember....
Working on a probably too ambitious project! Wild-west-adventure-RPG-shooter-thing.
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Re: Newbie Questions

Postby BlarghNRawr » Sat Mar 07, 2009 8:46 pm

cutscenes work, they simply have to be in an animation type ge understands (which is most)
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

Re: Newbie Questions

Postby kayanat » Wed Mar 18, 2009 9:55 am

How come when I Run a game editor it makes my Computer crash? When I run a game editor like for Oblivion or Command and Conquer or the Dawn of war editor (editor programs = Dawn Of War tools,and TES Construction)????
kayanat
 
Posts: 1
Joined: Mon Mar 16, 2009 9:17 am
Score: 0 Give a positive score

Re: Newbie Questions

Postby BlarghNRawr » Wed Mar 18, 2009 4:46 pm

try uninstalling and reinstalling it..
i think ive heard this problem before
if that dont work, try hitting your computer with something large and then yelling at it in a high pitched voice
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

Re: Newbie Questions

Postby fweb34 » Sun Mar 29, 2009 3:25 am

im trying to make a stick fighting game... and i have a punch animation but i want the other guy to only be hurt on the punch on frame 6 but im trying wait for frame.. but i just cant figure out how to work it!
fweb34
 
Posts: 1
Joined: Tue Jul 08, 2008 6:25 pm
Score: 0 Give a positive score

Re: Newbie Questions

Postby skydereign » Sun Mar 29, 2009 3:34 am

You can do it several ways, one is just to create a collision event, than when you confirm it, select way for a certain frame, then set that to the 6th frame. If that does not work, you can use variables. You will need to set up some variable system anyways, so you set the attack to punch. If there is a collision, and the animation is punch, and it is the 6th frame, then you can deal damage.
Enemy->Collision->Script Editor
Code: Select all
if (attack==1 && collide.animpos==6)
{
    // Hit
}

Attack is a variable that changes for each attack. ie. no_attack=0, punch=1, kick=2...
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: Newbie Questions

Postby jimmynewguy » Sun Mar 29, 2009 2:32 pm

kayanat wrote:How come when I Run a game editor it makes my Computer crash? When I run a game editor like for Oblivion or Command and Conquer or the Dawn of war editor (editor programs = Dawn Of War tools,and TES Construction)????


.......... :(
we don't edit existing games
we make new ones........

....too many people are asking about things like this....
Working on a probably too ambitious project! Wild-west-adventure-RPG-shooter-thing.
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Re: Newbie Questions

Postby Caaz Games » Sun Mar 29, 2009 3:39 pm

jimmynewguy wrote:
kayanat wrote:How come when I Run a game editor it makes my Computer crash? When I run a game editor like for Oblivion or Command and Conquer or the Dawn of war editor (editor programs = Dawn Of War tools,and TES Construction)????


.......... :(
we don't edit existing games
we make new ones........

....too many people are asking about things like this....


lol, it should have a different name lol but game maker is taken....Game creator? Gamesomthin....
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Re: Newbie Questions

Postby Kalladdolf » Sun Mar 29, 2009 4:58 pm

Game materializer...
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Newbie Questions

Postby DST » Sun Mar 29, 2009 7:38 pm

Kalladdolf wrote:Game materializer...


good 1

how about

CreateAGameWithoutHavingToLearnComplex2dCollisionAlgorithmsAndSpending4YearsMakingAGameEngineFirst....editor?
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: Newbie Questions

Postby Caaz Games » Sun Mar 29, 2009 9:37 pm

DST wrote:
Kalladdolf wrote:Game materializer...


good 1

how about

CreateAGameWithoutHavingToLearnComplex2dCollisionAlgorithmsAndSpending4YearsMakingAGameEngineFirst....editor?


XD haha

how about..
Build A game workshop! wait thats like on the verge of copyright :P
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

Next

Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron