Trial Balloon Cythera remake?
#1
Posted 24 December 2009 - 02:44 PM
Suppose there were a (legal) remake of Cythera, using the original media (with minor improvements, but not all new graphics) and scenario (same plot, maybe some new content, but nothing affecting the main story) but with bugfixes and completion of half-finished features like fishing. This hypothetical remake will run on current versions of OS X, Linux and Windows.
Would you pay $30 for it? If not, what would you pay?
Suppose that the remake above also included an editor allowing users to create and share their own game content. This editor would require rudimentary programming skills to use on more than a trivial level.
Would you be willing to pay more for it, if it included such an editor?
Don't read too much into this.
www.magnatune.com - Magnatune: Internet record label. Wide selection of music in MP3, flac, ogg: no DRM. Legal. Artists get 50% of your money.
#2
Posted 24 December 2009 - 11:24 PM
#3
Posted 25 December 2009 - 12:50 AM
If the editor was as easy to use as say, MASCOT, then I'd definitely be willing to spend more, especially if the editor had the ability to introduce new sprites/music/skills/etc.
#4
Posted 26 December 2009 - 03:36 AM
If the editor was as easy to use as say, MASCOT, then I'd definitely be willing to spend more, especially if the editor had the ability to introduce new sprites/music/skills/etc.
Because an editor would be needed to fix most of the scenario bugs/incomplete features, the editor would definitely be able to do all those things, and much more. It's the "easy" part that is in question...
Anyway, thanks for your data.
www.magnatune.com - Magnatune: Internet record label. Wide selection of music in MP3, flac, ogg: no DRM. Legal. Artists get 50% of your money.
#5
Posted 26 December 2009 - 08:52 AM
I voted than an editor would not affect my decision. I don't know what I'd do with it even if I did have programming skills, which I don't. If it would be possible for me to download and play other people's editings without any programming skills, that would be fun.
#7
Posted 27 December 2009 - 12:40 AM
#9
Posted 27 December 2009 - 05:23 PM
damage = [(20, Damage.Blade), (10, Damage.Cold)]
item_name = "Cool Sword"
item_image = (Image, "CoolSwordPic")
sound = (Sound, "SwordClink")
That kind of thing, mostly. You'd have to edit text files... in all honesty anyone with enough of a brain to write an interesting scenario should be able to figure out what is going on with something like that enough to make, say, a sword of fire with a different picture and different damage, and it would presumably be documented.
However, if you wanted to do something more sophisticated, like, say, add a new scroll that does something that is qualitatively different from a previous one - e.g. one that summons a horde of angry squirrellizards to devour all who oppose you, rather than changing the fireball scroll so that it makes a blue blast and does cold damage instead of fire damage - some understanding of actual programming would be required. But then, it may be that someone has already made a scroll that summons 1-4 rat lizards and all you need to do is modify it. (I choose summoning here because I don't think Cythera has any routine summoning, if memory serves; if you wanted to do something like do damage with a scroll, well, there are plenty of ones you could modify in the game already.)
Scripting quests would presumably be somewhat more involved, as well.
Some people have a psychological barrier against "programming" which they think means having to edit text files... but in reality, the level of logical complexity required is what matters. People do some really sophisticated stuff with EV mission bits for example, which is way harder conceptually than changing a "Damage.Cold" to "Damage.Fire" or such in a text file, but because the later required editing a text file instead of a graphical form... some people will balk at it.
www.magnatune.com - Magnatune: Internet record label. Wide selection of music in MP3, flac, ogg: no DRM. Legal. Artists get 50% of your money.
#10
Posted 27 December 2009 - 05:45 PM
*Unless it's Avatara, of course."
-- From the memoirs of Sundered Angel
#11
Posted 27 December 2009 - 06:50 PM
This post has been edited by IT 000: 27 December 2009 - 06:51 PM
#12
Posted 28 December 2009 - 09:24 AM
And when you applied it to scrolls and quests and such, it would be somewhat similar.
But my main point is that an interface opens up that allows you to easily edit the text files which would be saved to a 'game data' folder or something so that the game could use it.
But I also think there should be two editor if not one huge fancy one. While the first one would deal mainly with creation and management of the elements to create the game, the second would deal with the control and placement of said elements in the game. Simply, one's text based, the other's graphically based.
This might be more difficult, but it would make creating maps a lot easier as well as plotting courses for NCPs.
Aquaria has a kind of good addition to this, it allowed you to jump right into game play to test out your latest work, a feature I wished MASCOT had.
#13
Posted 28 December 2009 - 12:08 PM
I once made a weapon that would almost fight for you & deal devastating damage to anything. (For the sake of nominal balance it also decreased the wielder's armour rating.) Unfortunately when I found where it had randomly generated at, it was Cursed... *sigh*
I'm assuming the map would be best viewed with a fixed width font, or does it need to be described square by square? The first way would be easiest to plot the terrain, but the second way would probably work better for placing Items/Monsters/Plots.
I was playing with the Harry editor recently & couldn't figure out how to make the buttons work with their doors/whatever.
As far as I can figure it's impossible to include actual story elements without some programing type knowledge.
If you could make a scenario editor system that has a shallow enough learning curve, for an engine like Delver, I'd strongly consider paying as much as $50 for it.
Silverfish: 1.52ft/46.3cm Tall
Mitsos/Pirro: Canonically statted
Don't forget to write Cythera Chronicles!
#14
Posted 28 December 2009 - 12:31 PM
....
As far as I can figure it's impossible to include actual story elements without some programing type knowledge.
If you could make a scenario editor system that has a shallow enough learning curve, for an engine like Delver, I'd strongly consider paying as much as $50 for it.
That's probably a fair comparison, as far as editors go. However, there would be a graphical map editor, because Cythera's map is too complex (what with multiple layers and all) to be an easily-editable text file.
You should theoretically be able to hack together quests from existing ones in many cases, but in general they would require rudimentary programming skills.
www.magnatune.com - Magnatune: Internet record label. Wide selection of music in MP3, flac, ogg: no DRM. Legal. Artists get 50% of your money.