iPhone Port

Questions, comments and discussion about the Game Editor development.

Re: iPhone Port

Postby Kalladdolf » Thu Mar 11, 2010 7:17 pm

But you used the accelerometer for movement control, right?
And the other puzzle games are point'n'click.

Like, currently I'm making t35tbot mainly for the iPhone (I'm already using the appropriate resolution, but that's not important).
I have onscreen controls. Check out Archibald's Adventure on the AppStore. You'll know what I mean.
If you need a more popular example, there's the best graphics game on the App Store: N.O.V.A, a halo clone. It also uses an onscreen joystick with a couple of buttons you have to press/use simoultaneously.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: iPhone Port

Postby akr » Thu Mar 11, 2010 7:33 pm

Touches are supported. Accelerometer is on the todo list and not supported yet. Multitouch means multi-finger-touch,
eg with 2 or 3 fingers the same time. This will not be supported.
On screen controls are no problem at all.
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: iPhone Port

Postby makslane » Thu Mar 11, 2010 7:38 pm

I think the Multitouch can be an evolution of the iPhone port.
What I´m thinking is to make the Mouse (tap, touch, ...) Down and Up events without specify the left, middle or right click.
When you receive the down or up event, you can use an funtion (getTouch()) to get the touch index (1, 2, 3, 4, 5...)
This will be generic, so if the device is a mouse, not a multitouch screen, you can get the index of the mouse button (for example.: 1=left, 2 = middle, 3=right)
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: iPhone Port

Postby akr » Thu Mar 11, 2010 7:54 pm

Maks, I want to follow your thoughts. If you know a game in appstore which uses that sophisticated controls lemme know
and I will have a look. My newest jump-and-run on iphone is great-giana-sisters. This uses simple left-right-jump onscreen controls. I thought as simple the control as better.

Andreas
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: iPhone Port

Postby akr » Thu Mar 11, 2010 7:56 pm

Btw I am currently in the profiler. While running jewelcase I noticed the performance to go down when having > 100 sprites on the screen.
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: iPhone Port

Postby Kalladdolf » Thu Mar 11, 2010 8:57 pm

Sorry, but I think there's a misunderstanding.
For many onscreen controls, multitouch (being able to control more than one onscreen control at a time; take gameboy controls for example), multitouch IS essential.
Image
I hope this image clarifies it.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: iPhone Port

Postby skydereign » Thu Mar 11, 2010 10:17 pm

Yeah, almost any game aside from turnbased/puzzle games need multitouch, and actually many of these games need them, and right now it is not supported. In games you would not be able to do anything fluidly, though there are some tricks to fake smooth movement.
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score

Re: iPhone Port

Postby makslane » Thu Mar 11, 2010 11:47 pm

I know multitouch is important. But more important now is we have a port of the current engine.
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: iPhone Port

Postby Kalladdolf » Fri Mar 12, 2010 7:04 am

Yea, I'm already grateful to you guys for doing this at all. This is really cool, and I hope that the multitouch can be somehow integrated (I speak in layman's terms, as I have absolutely no idea what it takes to include such a feature) in the future.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: iPhone Port

Postby akr » Fri Mar 12, 2010 7:39 am

Ok. Got it! Is a good point. Will do a testcase with two actors dragging around the same time on the iphone screen and let you know if this works.
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: iPhone Port

Postby makslane » Fri Mar 12, 2010 1:21 pm

This is a good test: use two (each with your own Mouse Down event) and see if the event happens in the other actor when the first already received the a touch (Mouse Down event)
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: iPhone Port

Postby Chai » Fri Mar 12, 2010 3:07 pm

Wow, it sounds great.
Right now, I work on an engine called GameSalad.

Frankly, Game-Editor is far better beyond than GameSalad.
The code in Gamesalad is very bad. Always get a mistake when porting to Iphone.

So, if Game-Editor can do Iphone port.
I would like to support or buy your new engine too.

Hopefully, this dream is coming soon.
User avatar
Chai
 
Posts: 361
Joined: Sat Apr 30, 2005 2:26 pm
Location: Thailand
Score: 30 Give a positive score

Re: iPhone Port

Postby akr » Fri Mar 12, 2010 4:54 pm

Hi Chai, I suppose you are doing game development with game salad. Or are you a game salad engine developer?
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: iPhone Port

Postby Chai » Fri Mar 12, 2010 5:04 pm

Dear AK,

I used to use a game-editor for developing my game.
viewtopic.php?f=4&t=7444

Then, I also try to use a GameSalad for developing my game as well.
User avatar
Chai
 
Posts: 361
Joined: Sat Apr 30, 2005 2:26 pm
Location: Thailand
Score: 30 Give a positive score

Re: iPhone Port

Postby akr » Fri Mar 12, 2010 5:07 pm

Chai, wow. That looks really cool. Lets bring this to the iphone appstore real quick. This market will grow double digit
in the next 3 years.
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest