Game development platform recommendations?

  • 48 Replies
  • 16286 Views
*

Offline AClockworkLemon

  • 708
  • 2
  • -Inactive-
    • View Profile
Re: Game development platform recommendations?
« Reply #15 on: April 11, 2010, 01:46:00 »
On another note, ACWL what does premium Unity have that the free version does not?

Among other things, it removes the Unity splash screen you get in your games from the free version, allows you to get addons for game dev for other consoles (iphone, wii, etc), and allows yo to use fancier resources.

However, I do have one simple 3D game in mind I've always wanted to do even since before I created Within a Deep Forest, and Unity might be just the right thing for it.

Unless it is going to be commercial and make a bunch of cash, unity might not be the best bet, seeing as the free version puts a big 'Powered by Unity' splash screen up when the game opens. Also remember (i have hit this wall before) that as soon as you add that extra dimension, yo have to write at least 10x the amount of code, and spend 10x as long on building it =(
I'm not dead. Not entirely. And yes, I'm embarrassed by most of the posts I made here.
:hiddenstar: - From Pumpkinbot

*

Offline Wanderer

  • 159
  • 0
  • He deserved it.
    • View Profile
Re: Game development platform recommendations?
« Reply #16 on: April 11, 2010, 02:00:13 »
that as soon as you add that extra dimension, yo have to write at least 10x the amount of code, and spend 10x as long on building it =(

True to that!
"I wander to many places, but I quest to few."

YOUTUBE: http://www.youtube.com/user/CreepyThumb

I leave and come back, kinda like a ghost. Hmm...

*

Offline Mr. Monkey

  • 222
  • 1
  • jolly good fellow
    • View Profile
Re: Game development platform recommendations?
« Reply #17 on: April 11, 2010, 05:18:42 »
Unity doesn't have Linux support...:(
o__  o

*

Offline AClockworkLemon

  • 708
  • 2
  • -Inactive-
    • View Profile
Re: Game development platform recommendations?
« Reply #18 on: April 11, 2010, 05:59:29 »
Unfortunately not, however it does hold the ability, even with the free version, to both run and build for mac and PC.
I'm not dead. Not entirely. And yes, I'm embarrassed by most of the posts I made here.
:hiddenstar: - From Pumpkinbot

*

Offline smeagle

  • 352
  • 3
  • Using Arch now
    • View Profile
Re: Game development platform recommendations?
« Reply #19 on: April 11, 2010, 09:25:12 »
Blender game engine would not be ideal for 2d games. Ive used it a lot.

pros

It is really good for people who do not want to learn too many programming languages, and can be completely programmed with "logic bricks".
If Nifflas can learn how use the 3d modeling part of blender, intergrating it into a game would be extremely easy. Just put all the parts together, assign physics and controls, and the basic game is done!

It uses Bullet Physics, so making a game with physics is very easy.
Its functionality can be extended with python scripting.

cons


Because blender was originally made for 3d modelling, the blender game engine isn't as usable as it could be.
An example is that making a particle system in modeling is different from making a particle system in game engine.
Also, textures do not work the same in game engine mode than they do when rendered.

Other


It has many different Python script extensions, but not enough to cause problems. Most of these are Import or Export scripts, but some are useful, such as:
City generator
Nut and bolt creator
tree generator
and a few other useful ones.
These scripts are NOT compiled, just .py, so you can edit the scripts and add your own parts to it.

it is pretty powerful, but i am not entirely sure how stable it is.

It is good to get into, because there is a script to export to flash 3d.

As someone said, it has a very steep learning curve, it took me ages to figure most of the stuff I know out.

Overall, I recommend it, as it is simple to make a 3d game, and it can then be exported to a runtime.

Oh yes, its multiplatform.
Linux
Windows
Mac
Solaris
Irix

On an entirely different note, good luck with finding a good game development platform.  :D

I have used blender extensively  C)p

EDIT: here is a really good video to show the large features of it:
http://www.youtube.com/watch?v=pc9JWYuUa2o
and here is a full game made in blender
http://www.youtube.com/watch?v=Canbxj0RBTk
« Last Edit: April 11, 2010, 11:16:56 by smeagle »

*

Offline LPChip

  • You can only truly help other people by allowing them to fail.
  • 3510
  • 138
  • Excel at the thing you're the best at!
    • View Profile
    • LPChip Interactive
Re: Game development platform recommendations?
« Reply #20 on: April 11, 2010, 11:52:10 »
The downside is that it's 3D, so there's a chance Torque Game Builder is a better choice for me. However, I do have one simple 3D game in mind I've always wanted to do even since before I created Within a Deep Forest, and Unity might be just the right thing for it.

You can make 2D using 3D. :) Or semi-3D. By fixing the Z axis and only move the X and Y axis, you have a 2D game. :)

In fact, if the Z axis remains 0, and you give the depth only 1 pixel, it will look 2D even more.
« Last Edit: April 11, 2010, 11:56:10 by LPChip »
on the left, above my avatar.

MODPlug Central Forum
"If I tried to kill you, I'd end up with a big fat hole through my laptop." - Chironex

*

Offline Nifflas

  • 1532
  • 61
    • View Profile
Re: Game development platform recommendations?
« Reply #21 on: April 11, 2010, 11:59:23 »
I know, but it can still be more messy than in a 2D environment. However, since I have a simple 3D game in mind I'd like to do, I'm thinking perhaps it's the best idea after all.

*

Offline LPChip

  • You can only truly help other people by allowing them to fail.
  • 3510
  • 138
  • Excel at the thing you're the best at!
    • View Profile
    • LPChip Interactive
Re: Game development platform recommendations?
« Reply #22 on: April 11, 2010, 15:37:32 »
You know what they say, trying never is a bad thing, because it allows you to learn.
on the left, above my avatar.

MODPlug Central Forum
"If I tried to kill you, I'd end up with a big fat hole through my laptop." - Chironex

*

Offline Wanderer

  • 159
  • 0
  • He deserved it.
    • View Profile
Re: Game development platform recommendations?
« Reply #23 on: April 11, 2010, 17:23:35 »
You know what they say, trying never is a bad thing, because it allows you to learn.

True to that!

LP you made me interested in Blender too, I don't really want to spend $1200 on Unity...  :oops:

EDIT: What do you know in far as watermark/splash screen in Blender? Can you buy a full version and have no watermark or splash screen?
« Last Edit: April 11, 2010, 17:28:40 by Wanderer »
"I wander to many places, but I quest to few."

YOUTUBE: http://www.youtube.com/user/CreepyThumb

I leave and come back, kinda like a ghost. Hmm...

*

Offline Razzorman

  • 965
  • 4
  • Contemplating name change.
    • View Profile
Re: Game development platform recommendations?
« Reply #24 on: April 11, 2010, 17:36:46 »
LP you made me interested in Blender too, I don't really want to spend $1200 on Unity...  :oops:
Huh? I thought unity was "only" 300$.
My only star: :hiddenstar:

 :D

Re: Game development platform recommendations?
« Reply #25 on: April 11, 2010, 18:14:53 »
Blender is completely free and always will be, and it doesn't show a splash screen.

Re: Game development platform recommendations?
« Reply #26 on: April 11, 2010, 19:31:42 »
Is it just me or are these all 3d programs?
Lurk more.

*

Offline LPChip

  • You can only truly help other people by allowing them to fail.
  • 3510
  • 138
  • Excel at the thing you're the best at!
    • View Profile
    • LPChip Interactive
Re: Game development platform recommendations?
« Reply #27 on: April 11, 2010, 19:44:25 »
Is it just me or are these all 3d programs?

Its just you, but they too are 3D programs X)
on the left, above my avatar.

MODPlug Central Forum
"If I tried to kill you, I'd end up with a big fat hole through my laptop." - Chironex

*

Offline Razzorman

  • 965
  • 4
  • Contemplating name change.
    • View Profile
Re: Game development platform recommendations?
« Reply #28 on: April 11, 2010, 20:42:41 »
Is it just me or are these all 3d programs?
Blender and Unity are 3D programs, but torque apparently has a 2D mode too.
My only star: :hiddenstar:

 :D

*

Offline AClockworkLemon

  • 708
  • 2
  • -Inactive-
    • View Profile
Re: Game development platform recommendations?
« Reply #29 on: April 11, 2010, 22:52:50 »
as Razz said, blender and Unity are 3D, and torque has two products: Torque3D and Torque Game Builder, which is 2D.
Indeed, Unity Pro is $1200
I'm not dead. Not entirely. And yes, I'm embarrassed by most of the posts I made here.
:hiddenstar: - From Pumpkinbot