Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

878859 Posts in 32941 Topics- by 24349 Members - Latest Member: Ozymandias

May 22, 2013, 08:41:16 PM
TIGSource ForumsDeveloperFeedbackDevLogsLast Ascent
Pages: [1] 2
Print
Author Topic: Last Ascent  (Read 1504 times)
DustyDrake
Level 9
****



View Profile
« on: May 11, 2012, 07:21:02 PM »



Original opening post is as follows, preserved in a blue box:
Quote
My friend and I enjoy the Legend of Zelda series.
There was just one problem with it, very little multiplayer.
Some of my favorite times were when we were so mad at each other during the Four Sword 25th Anniversary, we'd just end up fighting with each other.

Then we thought: what if there was a game around that?
A Legend of Zelda styled deathmatch game?

Suddenly the ideas started flowing, and I made a small prototype that added levels and used recolored NES Zelda 1 sprites.
That prototype was lost to the void that is a backpack, thankfully.

Cut to a year later, I'm learning XNA.
I'm also adding one of the characters from Last Ascent to a mod for an indie game, and my friend brings it up for consideration.

Now we're working on a GDD, with revised ideas and new custom art, which you can see here

This is one of two games I really want to make.
This is Last Ascent.
« Last Edit: April 22, 2013, 01:48:25 PM by DustyDrake » Logged

SolarLune
Level 10
*****


:1


View Profile WWW Email
« Reply #1 on: May 11, 2012, 07:44:36 PM »

It's cool that you have a lot of art, though there's something off about the Mage's head. What's the blue parts supposed to be? Floating particles?

Anyway, it's an interesting concept. I partially feel like the reason the Four Swords worked was because of the whole "RPG" part, the ability to go about and find different items and weapons and use them to traverse the dungeon. Without that (if it's just a straight deathmatch), it seems like it might be a bit stale. However, you still have the items that you can equip, so that sounds interesting.

Anyway, hope you get far with this project. It sounds like it could be really fun.
Logged


DustyDrake
Level 9
****



View Profile
« Reply #2 on: May 11, 2012, 07:56:30 PM »

The Mage has 'mana' lines from excess magic usage, like Maze from Fable

And we're working on an idea for how players get the items and characters they use.
Right now it's just you get a random item after every match or so, and then if you have all of a character's preferred items, you unlock that character as well.
Logged

DustyDrake
Level 9
****



View Profile
« Reply #3 on: May 12, 2012, 03:50:29 PM »

God I really want to work on Last Ascent right this instant, but I've got school work to make up, and I'm fairly certain I broke my router considering I forgot to call the server ending script when working on the networking aspect of Last Ascent.
Logged

DustyDrake
Level 9
****



View Profile
« Reply #4 on: May 14, 2012, 10:56:34 AM »

Worked on some art for some tiles today

The Sun and Moon tiles are for special map elements, which I'll explain more in detail when I get a chance.

I'm a little iffy on the pillar's base though.
I can't figure out how I'll shade it to make it look right.
Logged

DustyDrake
Level 9
****



View Profile
« Reply #5 on: May 16, 2012, 02:44:57 PM »

Ugh, if I want to graduate I have to spend most of my time working on making up schoolwork for the next 3 weeks. So what updates that happen during that time will likely only be art based. I promise I'll get to coding eventually!
Logged

DustyDrake
Level 9
****



View Profile
« Reply #6 on: May 20, 2012, 10:41:07 AM »

So, I was taking a break, playing the 25th anniversary edition of one of the Four Sword games (the hero's trial in that can go to hell, by the way), and I had an idea for fans that could be placed in maps. A silver kind, which is bolted to the floor, and a gold kind which can be moved around using grappling hooks, ect. The fan's ability to push players around will be determined by their 'knockback' stat, so players who use the knight with the Jo'la mask will barely be affected at all. Also, as an exception to THAT, if a player is in the air (via jumping or being knocked into the air) they will be pushed by the full force of the fan.
Logged

DustyDrake
Level 9
****



View Profile
« Reply #7 on: May 25, 2012, 05:35:59 PM »

So, Renya and I have been having a slight argument over which way the art should go. He imagined Last Ascent being dark and gloomy, and I imagined it being bright for holy-'aligned' characters and dark for the void/evil-'aligned' characters. Does anyone have any input on this?
Logged

DustyDrake
Level 9
****



View Profile
« Reply #8 on: June 10, 2012, 05:00:36 PM »

So, school is almost over for me, just a few more days.
That means that development for Last Ascent can finally start soon.
It's so close I can almost feel it! Big Laff
Logged

SolarLune
Level 10
*****


:1


View Profile WWW Email
« Reply #9 on: June 10, 2012, 06:20:45 PM »

Great to see that enthusiasm. Keep it up while you code - it's easy to want to play games instead of make them.

I'm not sure about the graphic style - you would have to develop the world a bit more. Is it supposed to be always dark and gloomy, Gotham City style? Or is it bright and happy? The style of the characters should fit the style of the world.
Logged


DustyDrake
Level 9
****



View Profile
« Reply #10 on: June 10, 2012, 06:48:02 PM »

The normal world is bright and happy and the void is the dark and gloomy area.
Canonically, they do not interact very often, hence the stark contrast.
Logged

mokesmoe
Level 10
*****



View Profile Email
« Reply #11 on: June 10, 2012, 09:06:07 PM »

Worked on some art for some tiles today

The Sun and Moon tiles are for special map elements, which I'll explain more in detail when I get a chance.

I'm a little iffy on the pillar's base though.
I can't figure out how I'll shade it to make it look right.

The outline of the circle on the base shouldn't go straight up at the top, but that probably looks weird since they're the same colour.
Logged
DustyDrake
Level 9
****



View Profile
« Reply #12 on: June 16, 2012, 04:22:21 PM »

Update 0
Just wanted to kinda cut the red ribbon on the devlog.

Working on getting the player moving around and animating, ect.
Logged

DustyDrake
Level 9
****



View Profile
« Reply #13 on: June 18, 2012, 03:13:41 PM »

Bleh, I feel really stupid right now.
I've got a Room class which contains a List<T> of Objects.
My plan was to have the game add objects to that list when needed (like when a bow is shot), however it appears that you can not edit a List<T> while the game is running, which is annoying.
Logged

SolarLune
Level 10
*****


:1


View Profile WWW Email
« Reply #14 on: June 19, 2012, 07:49:44 PM »

C++ and XNA, huh? Not very familiar with either, but can't you just substitute the object list with a modifiable list class?

EDIT: Oh, and keep going - everybody encounters setbacks while programming their game. Some are harder than others, and some things that you think are going to take forever to implement aren't really that difficult. It's the journey of game development that makes you realize just how so many cool things you've seen in games work.
Logged


Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic