Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Creating a game using HPL2
xxxxxxxxxxxxxxxx Away
Posting Freak

Posts: 935
Threads: 0
Joined: Jun 2012
Reputation: 54
#17
RE: Creating a game using HPL2

Well I'd say it really depends on exactly what features you want to implement in your game. Take UDK for example (which I've made two projects with - not alone of course): With UDK what you basically do, is you're creating a game based on whats already there and that is for example a UT Deathmatch. So you write new classes or change existing ones, until you've turned that Deathmatch into whatever game you want to have. In theory it's even possible (and it has been done) to turn it into a 2D - sidescroller, but the further you go away from the already implemented First-person-shooter mechanic, the harder it gets in the coding department. Some things can be done with Kismet and Matinee (node-based scripting), others require you to code in unreal script.
(For example replacing the standard UT bots with your own meshes and animations requires a change in the classes if I remember correctly)

Some things might be almost impossible or unnessecarily complicated to do, because, well, UDK is not the same thing as the actual licensed Unreal Engine - you don't have access to the engine source code. (please correct me if I'm wrong - I'm an artist, not a coder Wink )
The art pipeline is pretty straightforward in UDK, you can import meshes as fbx, ase or obj and animations are imported using the ActorX plugin for 3ds max and Maya. The Node based Material Editor is a pretty powerful tool
too, as is the Particle Editor.

It also depends on what YOU want to learn. Because "making a game" is...um...like saying you want to learn how to build a skyscraper from scratch. It's theoretically not impossible, but there are so many different skills involved that it would take you a lifetime to learn them all. Not to mention the sheer workload thats waiting for you Wink (There's a reason Minecrafts default textures and animations are very simple ^^) So if youre mostly interested in creating 3D assets and animations, you should obviously use an engine/ modkit that just let's you replace existing models without you having to change much code. Doing an Amnesia custom story with your own art content might be a good idea (I've never worked with the editor though.)

On the other hand if you're more interested in coding you might want to use an engine like Ogre that let's you code your entire game logic from scratch.

If you have a team, I'd say let your coder choose the engine, because he/she is probably going to be the one facing the hardest problems and should be able to write in the language he feels the most comfortable with.

I hope I was able to help somewhat Smile

Edit: Whoah something was wrong with the formatting of my post there...sry.
(This post was last modified: 06-30-2012, 09:11 PM by xxxxxxxxxxxxxxxx.)
06-30-2012, 09:09 PM
Find


Messages In This Thread
Creating a game using HPL2 - by MaZiCUT - 06-28-2012, 03:43 PM
RE: Creating a game using HPL2 - by Your Computer - 06-28-2012, 03:59 PM
RE: Creating a game using HPL2 - by WesleyTack - 06-28-2012, 04:05 PM
RE: Creating a game using HPL2 - by Kreekakon - 06-28-2012, 05:16 PM
RE: Creating a game using HPL2 - by MaZiCUT - 06-28-2012, 05:55 PM
RE: Creating a game using HPL2 - by Measuring - 06-28-2012, 06:05 PM
RE: Creating a game using HPL2 - by MaZiCUT - 06-28-2012, 06:25 PM
RE: Creating a game using HPL2 - by Bridge - 06-28-2012, 06:41 PM
RE: Creating a game using HPL2 - by Lucas - 06-28-2012, 06:44 PM
RE: Creating a game using HPL2 - by MaZiCUT - 06-28-2012, 06:55 PM
RE: Creating a game using HPL2 - by Kein - 06-28-2012, 06:58 PM
RE: Creating a game using HPL2 - by Ghieri - 06-28-2012, 07:37 PM
RE: Creating a game using HPL2 - by MaZiCUT - 06-28-2012, 08:35 PM
RE: Creating a game using HPL2 - by WesleyTack - 06-28-2012, 10:12 PM
RE: Creating a game using HPL2 - by spukrian - 06-29-2012, 08:42 AM
RE: Creating a game using HPL2 - by MaZiCUT - 06-29-2012, 10:53 AM
RE: Creating a game using HPL2 - by xxxxxxxxxxxxxxxx - 06-30-2012, 09:09 PM
RE: Creating a game using HPL2 - by MaZiCUT - 07-03-2012, 11:24 AM
RE: Creating a game using HPL2 - by Slanderous - 01-16-2013, 08:20 PM
RE: Creating a game using HPL2 - by Statyk - 01-17-2013, 05:23 AM



Users browsing this thread: 1 Guest(s)