I am sure someone will point me to some link or FAQ or a "use search"-cliche or something, but I wonder if any of the following engines is even in remote consideration for SCUMMVM's future: Magnetic Scrolls (best candidate as seems there is no real engine development for years), ICOM (pleeeease, it is point-n-click), Level 9 (A-code), Scott Adams.
Most of which are not point and click, but still Classics and still Adventures.
Maybe a side project for "non-point-and-click" (also to include Z-machine in its blanket but not support ONLY Z-machine?).
See this also:
http://pdd.if-legends.org/
Will if ever?
Moderator: ScummVM Team
- eriktorbjorn
- ScummVM Developer
- Posts: 3558
- Joined: Mon Oct 31, 2005 7:39 am
Re: Will if ever?
For text adventures - even illustrated ones - I'd much rather use an interpreter that's good at handling text. ScummVM does not currently include any advanced font rendering, clipboard support, etc.
- dreammaster
- ScummVM Developer
- Posts: 557
- Joined: Fri Nov 04, 2005 2:16 am
- Location: San Jose, California, USA
Re: Will if ever?
One of the most important things to remember is that just adding a game engine to ScummVM won't magically make people appear to work on it - if it hasn't been worked on for years, there's no reason to believe that adding it to ScummVM will cause that to change. Not only that, but to convert an existing engine to work with ScummVM in the first place requires a substantial effort as well.NLS wrote:Magnetic Scrolls (best candidate as seems there is no real engine development for years)
So if you'd really like to see a particular game engine added, it, the best thing to do is to do it yourself - study the existing implementation's source code, study some of ScummVM's existing game engines, and try and port the engine over to run under ScummVM. Don't let a lack of familiarity with programming daunt you - this could be the ideal project for you to learn
There is no work on the magnetic scrolls front because "magnetic" is done. it plays all the games including magnetic windows etc.
ICOM stuff would be interesting but with only 4 games its kinda limited, and I didnt think any of those are stellar games.
Having written a scott adams emulator I dont see the point in trying to add it or zcode or acode to scummvm.
Like magnetic, the l9 interpreter is "done" and doesnt need updating since it plays all the games.
ICOM stuff would be interesting but with only 4 games its kinda limited, and I didnt think any of those are stellar games.
Having written a scott adams emulator I dont see the point in trying to add it or zcode or acode to scummvm.
Like magnetic, the l9 interpreter is "done" and doesnt need updating since it plays all the games.
I wake up this thread of mine from almost three years ago (!!!), to ask/comment...
1) Gargoyle has moved to googlecode and has a build 1.2010 (newer than SCUMMVM-MISC one). Any plans to update yours?
http://code.google.com/p/garglk/
2) Why is it so bad to include Gargoyle to the main build? It's not that a big engine. Yes it's not really point and click (although you could allow for clickable compass and maybe some basic clickable commands), but ok SCUMMVM is already was "loose" from its original definition.
3) What about Magnetic Scrolls? (there is an independent project called Magnetic plus I think it is included in Gargoyle) Scott Adams?
4) ICOM? It is the definition of point and click (and double-click, and click-n-drag, you name it )...
1) Gargoyle has moved to googlecode and has a build 1.2010 (newer than SCUMMVM-MISC one). Any plans to update yours?
http://code.google.com/p/garglk/
2) Why is it so bad to include Gargoyle to the main build? It's not that a big engine. Yes it's not really point and click (although you could allow for clickable compass and maybe some basic clickable commands), but ok SCUMMVM is already was "loose" from its original definition.
3) What about Magnetic Scrolls? (there is an independent project called Magnetic plus I think it is included in Gargoyle) Scott Adams?
4) ICOM? It is the definition of point and click (and double-click, and click-n-drag, you name it )...
- dreammaster
- ScummVM Developer
- Posts: 557
- Joined: Fri Nov 04, 2005 2:16 am
- Location: San Jose, California, USA
Not really. Although I called the engine Gargoyle, I have only ever gotten as far as converting the Frotz engine core to run under ScummVM. Plus, mine doesn't implement the Glk layer that Gargoyle does - it simply reimplements the I/O core under Frotz, so it isn't really related to the other Gargoyle project.NLS wrote:I wake up this thread of mine from almost three years ago (!!!), to ask/comment...
1) Gargoyle has moved to googlecode and has a build 1.2010 (newer than SCUMMVM-MISC one). Any plans to update yours?
http://code.google.com/p/garglk/
Whilst I personally think along those lines, the group discussion was that ScummVM is desired to be kept more for point-n-click adventures. Other types get included only if they share a codebase with some existing point-n-click game engine, such as for the Simon Puzzle Pack, or Lands of Lore.NLS wrote: 2) Why is it so bad to include Gargoyle to the main build? It's not that a big engine. Yes it's not really point and click (although you could allow for clickable compass and maybe some basic clickable commands), but ok SCUMMVM is already was "loose" from its original definition.
From what I've seen, they're like the early Legend games (screen pictures with text input). I don't think there's ever been a discussion of whether such games would be appropriate or not. Then again, no one has actually stood up and volenteered to work on the games, so it's a moot point at the moment.NLS wrote: 3) What about Magnetic Scrolls? (there is an independent project called Magnetic plus I think it is included in Gargoyle) Scott Adams?
- we already have the AGI engine, which has text input, but with moving characters, and the Mohawk engine
Some of them definitely fit in. So it's just a matter of finding someone willing to devote the months and/or years of time to working on any of them, either reverse engineering the games from scratch, or hunting down original source code for the games.NLS wrote: 4) ICOM? It is the definition of point and click (and double-click, and click-n-drag, you name it )...
- Red_Breast
- Posts: 775
- Joined: Tue Sep 30, 2008 10:33 pm
- Location: The Bar Of Gold, Upper Swandam Lane.
I compiled a ScummVM build with Gargoyle once and tried some IF with it. Overall I have to agree with what Dr McCoy said in another thread.
http://forums.scummvm.org/viewtopic.php ... &start=195
Dr McCoy quote -
"Yeah, there already was a discussion about that. And the final decision was that it doesn't belong into ScummVM.
Even I -- and I'm quite an "inclusionist" -- didn't really think it fits. When playing text adventures, I like to have the features (and feel) of a terminal: copy & pasting, input sequences like ^W for delete word, etc.. ScummVM doesn't provide that, isn't laid-out for that."
http://forums.scummvm.org/viewtopic.php ... &start=195
Dr McCoy quote -
"Yeah, there already was a discussion about that. And the final decision was that it doesn't belong into ScummVM.
Even I -- and I'm quite an "inclusionist" -- didn't really think it fits. When playing text adventures, I like to have the features (and feel) of a terminal: copy & pasting, input sequences like ^W for delete word, etc.. ScummVM doesn't provide that, isn't laid-out for that."