KevinMos3, on Wed Dec 14, 2011 10:12 AM, said:
Sounds interesting. I'm looking forward to seeing what you come up with. Keep it up!
If I HAD to choose, I'd choose weather, as I pretty much never find anyone to play 2-player with (by "pretty much" I mean just "never" lol).
Okie Dokie Lokie...I was actually thinking, if I can't do both in one version, i'll split the game into two versions, that way, those who want a 2-player mode, will have it, and those that want weather, will have it.
Propane13, on Wed Dec 14, 2011 10:17 AM, said:
I have a random recommendation for future backing up of your stuff, if you felt like learning a new skill set.
I'm not sure how familiar you are with version control, but you can install a program like subversion or git.
Then, if you learn some of those commands/concepts, you can back up your stuff for free on a site like projectlocker.com
I currently have any code I've written in the last 3 years backed up via a git repository at that site.
It's private, free, and a great backup solution that doesn't require making full copies of source to other hard drives.
What makes it even nicer is that I can just run a single command to "back up" my new changes in history, and it takes about 2 seconds to do.
I know a lot of people aren't into version control stuff, but once you know it, it's very powerful stuff.
-John
P.S. A two-player mode sounds interesting-- it'll be cool to see what you come up with.
Well, so far, here's how i'm making the 2-player mode fit into the game.
Basically, this will be *KINDA* like A link to the Past, as there will be 2 different overworlds, each with their own unique layout, and dungeons...
but it's different, as you aren't time-traveling, you're dimension traveling.
the second link, is activated by an item that you will probably get in either the first dungeon of the first world, or the first dungeon of the second world.
it's currently, in the project, known as the coop orb....what it does, is it summons the link from the 2nd dimension, to aid the first link.
Now, before I say this, I need to ask, if you think this idea is silly, or doesn't seem to fit, let me know...I can change it, as the demo is still only 70% done.
I'm planning on doing something similar to the dark-world, in that, the link there isn't human.
I am planning on making the 2nd link a female too, just for the heck of it, really.
like I said, i'm willing to change that if people don't like it.
here, this is what both links look like:
The Left one, is Player 1, AKA normal Link.
The Right one, is Player 2, Known in the project currently, as Alternate Link
Oh, and anyone wanna come up with a name for Link 2?
(EDIT)
just in case it's hard to tell what the links look like by sprites alone, i'll post some concept artwork in a little while.
Edited by Master_Programmer, Wed Dec 14, 2011 10:45 AM.