52 posts
Posted 02 March 2013 - 04:11 PM
Hello, I am looking to make games, but all this super-complex code is way over my head.
Still, I want a game engine. No. Lots of them.
Also, on the standard PC if you can.
Here is my petulant "I want games!" shopping list:
RPG engine
-fairly self explanatory
-top down, Zelda style
-multiple maps with doorways to each
-maps determined by external file(s)
-easy addition of melee and ranged weapons
Arkanoid Engine
-arkanoid was breakout with power ups, essentially
-map making
-powerup addition
Shooter Engine
Top-down shooter engine.
-maps, power-ups, yadda yadda.
-enemy types
So, why not make it?
If you can't make an engine, try to direct me to one if you know of it.
Thank you, I think we all need this sort of thing.
1688 posts
Location
'MURICA
Posted 02 March 2013 - 04:23 PM
52 posts
Posted 02 March 2013 - 04:27 PM
Pardon me, Computercraft Game Engines.
Game Maker is wonderful, though.
Wait.. Game Maker.. CC..
I just blew my own mind.
1619 posts
Posted 02 March 2013 - 06:55 PM
For the record, I can't stand game maker. To me, it's always been a "kiddie" way to make games. They're currently selling one of the editions of game maker for $400, when for free I could download something like Java, C, or C++ and have much more control over my games. Just my two cents. ;)/>
463 posts
Location
Germany
Posted 02 March 2013 - 08:37 PM
There is an RPG Engine, but I don't know whose it is…
1619 posts
Posted 03 March 2013 - 05:01 AM
There is an RPG Engine, but I don't know whose it is…
RPG Maker VX Ace by Enterbrain. I remember that one, it was quite fun. However, it requires translation as it is in Japanese.
1688 posts
Location
'MURICA
Posted 03 March 2013 - 05:34 AM
For the record, I can't stand game maker. To me, it's always been a "kiddie" way to make games. They're currently selling one of the editions of game maker for $400, when for free I could download something like Java, C, or C++ and have much more control over my games. Just my two cents. ;)/>/>/>
Regardless of how "kiddie" it is, the OP states:
but all this super-complex code is way over my head.
and I wouldn't have mentioned Game Maker otherwise, because I personally hate it as much as you do. You have to put something in to get something out, and to get a great game, you either put in patience, or money. That's how it is in this day and age.
419 posts
Location
your hardrive
Posted 03 March 2013 - 06:20 AM
There is an RPG Engine, but I don't know whose it is…
also nitrogen fingers has one
1688 posts
Location
'MURICA
Posted 03 March 2013 - 09:38 AM
Remember guys, he's asking for engines, not frameworks.
IIRC, and don't quote me on this, Engines are basically already games or demoes and you just have to edit/add your code to it to fit whatever idea you might have. Frameworks are basically APIs - a set of functions that help you do what you want while you're actually creating the game. The difference is Engines already have the foundation, while Frameworks/APIs are there to help you build the fountation, and everything else.
Again, don't quote me on this, this is just what I've learned and assumed over the years.
419 posts
Location
your hardrive
Posted 03 March 2013 - 12:21 PM
Nitrogens Rpg engine is an engine it just uses tables loaded from a file