Do you need an engine to make a point/click RPG?
Moderator: ScummVM Team
Do you need an engine to make a point/click RPG?
Hi me and my friend are planning to make a short point and click rpg, we're currently in the idea phase and I'm just looking into possible ways to make it. I'm not a brilliant coder, I'm more of the artist but my friend is good with good at c#.
So do we need an engine to work with? Or can something like this be made from scratch?
Are engines free to use? like UDK or Steam Hammer?
Also can anyone recommend some good resources such as tutorials, tips etc? Thanksyou!
So do we need an engine to work with? Or can something like this be made from scratch?
Are engines free to use? like UDK or Steam Hammer?
Also can anyone recommend some good resources such as tutorials, tips etc? Thanksyou!
- Raziel
- ScummVM Porter
- Posts: 1542
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
You could try the AGI/SCI engine
The link will bring you to the internal AGI/SCI Fanmade games forum.
There you should find enough resource and users to keep you busy for a while
The link will bring you to the internal AGI/SCI Fanmade games forum.
There you should find enough resource and users to keep you busy for a while
- MusicallyInspired
- Posts: 1138
- Joined: Fri Mar 02, 2007 8:03 am
- Location: Manitoba, Canada
- Contact:
Or, alternatively, head to the SCI Programming Community where most of the AGI/SCI community still resides nowadays and still has some old-time members that were around when SCI/AGI Studio was booming.
Alternatively alternatively, if you want something with a little more capability, palette colour count (AGI and SCI are limited to 16 colours max), and a modern appeal, check out Adventure Game Studio. AGS is what AGDI used for the free Quest For Glory II remake and also what their commercial counterpart label Himalaya Studios are using to create Mage's Initiation, a new Adventure/RPG in the style of QFG.
Alternatively alternatively, if you want something with a little more capability, palette colour count (AGI and SCI are limited to 16 colours max), and a modern appeal, check out Adventure Game Studio. AGS is what AGDI used for the free Quest For Glory II remake and also what their commercial counterpart label Himalaya Studios are using to create Mage's Initiation, a new Adventure/RPG in the style of QFG.
I am aware of a couple of 256 color AGI games, but the usual tools to develop for them are limited to 16 colors. There are two choices for doing SCI, SCI Studio and SCI Companion. Both are limited to 16 colors. Brian's SCI Studio VGA is not in a usable state. He released the source for it when he moved on, but no one capable has had the time or inclination to finish it.clone2727 wrote:Wrong on both counts!MusicallyInspired wrote:AGI and SCI are limited to 16 colours max
Sure, but that's not what he said.Collector wrote:I am aware of a couple of 256 color AGI games, but the usual tools to develop for them are limited to 16 colors. There are two choices for doing SCI, SCI Studio and SCI Companion. Both are limited to 16 colors. Brian's SCI Studio VGA is not in a usable state. He released the source for it when he moved on, but no one capable has had the time or inclination to finish it.
- MusicallyInspired
- Posts: 1138
- Joined: Fri Mar 02, 2007 8:03 am
- Location: Manitoba, Canada
- Contact:
Thanks for the information everyone, I've had a look into AGI and SCI but they both seem quite old and seems to have limations. Ideally I wanted something a bit more modern (do they exist?)
Here's an example of what I'm aiming for graphically, is it likely that this would be coded from scratch?
Also I've recently been looking at AGS would you recommend that?
Here's an example of what I'm aiming for graphically, is it likely that this would be coded from scratch?
Also I've recently been looking at AGS would you recommend that?
Well, to make a 'point and click RPG', your best bet is probably AGS, as it has the most functionality of the engines mentioned here. It's designed mainly for adventure games though, so designing a combat system would require some programming skill and time investment. It's certainly possible though (see the QFG remake that has been mentioned).
There are a few RPG-making tools out there, mainly the RPG Maker engine, though those are mainly used to create jrpgs. Finally, you could do it as a mod of an existing game with a toolset, such as Neverwinter Nights 1 or 2.
There are a few RPG-making tools out there, mainly the RPG Maker engine, though those are mainly used to create jrpgs. Finally, you could do it as a mod of an existing game with a toolset, such as Neverwinter Nights 1 or 2.
Oh I always thought Adventure games and Point and Click RPG's meant the same thing.KuroShiro wrote:Well, to make a 'point and click RPG', your best bet is probably AGS, as it has the most functionality of the engines mentioned here. It's designed mainly for adventure games though, so designing a combat system would require some programming skill and time investment. It's certainly possible though (see the QFG remake that has been mentioned).
There are a few RPG-making tools out there, mainly the RPG Maker engine, though those are mainly used to create jrpgs. Finally, you could do it as a mod of an existing game with a toolset, such as Neverwinter Nights 1 or 2.
Basically we're making 2D point and click game with pixel art graphics much like Monkey Island etc, and just to clarify there will be no combat, just puzzle based gaming.
Sorry if it wasn't clear what I'm doing, I got a bit confused with the terminology.
Anyway thanks for replying, it's looking like AGS will be the best option for us, I'm also looking into something called wintermute which seems quite good!
There is also a list of engines with authoring tools on our wiki: http://wiki.scummvm.org/index.php/HOWTO-Fangames
- MusicallyInspired
- Posts: 1138
- Joined: Fri Mar 02, 2007 8:03 am
- Location: Manitoba, Canada
- Contact: