Our Network: VGFacts - DidYouKnowGaming? - The Spriters Resource - Muscle Tower


User(s) Viewing This Thread: 1 Guest(s)
Post Reply 
 
Thread Rating:
  • 6 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[GAME][IN DEVELOMENT] - Project FrostFire
Author Message
Codestar Offline
I'm too sexy for my code
**

Posts: 441
Joined: May 2008
Reputation: 28
Post: #1
[GAME][IN DEVELOMENT] - Project FrostFire
[Image: ffscreen1.png]
[Image: ffscreen2.png]
[Image: ffscreen3.png]
[Image: ffscreen4.png]
[Image: berylfortscreenie.png]

Hello and welcome to the Project FrostFire devlog!

This game is set in a world "frozen in time" by an evil tyrant named Lord Touketsu (or King Cold as he is sometimes referred to as). It's the story of a young boy named Nicolas who lives on a small island in the outskirts of the mainland, who begins a journey of peril, excitement, and mystery. He is born into a small village hidden in the mountains of Glacia island as the child of the village's protector and hero, Kumara. Kumara wields the power to create fire literally out of thin air and uses this power to protect the people he cares about in his village. This power comes from a magical scarf that he wears that transforms a persons most inner desires and ambitions into an element. Nicolas always looks up to his father and hopes to one day be just like him and have his courage. Little does he know what the future actually has in store for him in this world frozen in time...

Main Characters
Nicolas
[Image: childnicoidle.gif]

Kumara
[Image: kumarastand.png]

Various NPC's
[Image: morenpcs.png]

Various Baddies
[Image: moomblah.png][Image: enemy1_idle.gif]

Youtube channel with FrostFire's BGM and in the future, it's demo trailers
http://www.youtube.com/projectfrostfire

My personal Dev Blog that I post updates on throughout the game's development
http://studiokaikimi.blogspot.com

[Image: CodestarAvatarLogo.png]
(This post was last modified: 07-20-2010 10:25 PM by Codestar.)
01-25-2010 04:23 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Login or Register to remove these ads!
Sengir Offline
You can call me Al
***
Moderators

Posts: 1,689
Joined: May 2009
Reputation: 72
Facebook Steam
Post: #2
RE: Project FrostFire DevLog
Still looking really cool!

[Image: zfaQh.gif] [Image: b0KxM.gif] [Image: qjGOacY.png]
(This post was last modified: 01-25-2010 04:26 PM by Sengir.)
01-25-2010 04:26 PM
Find all posts by this user Thank this post Quote this message in a reply
Codestar Offline
I'm too sexy for my code
**

Posts: 441
Joined: May 2008
Reputation: 28
Post: #3
RE: Project FrostFire DevLog
Thanks. I'm going to keep this thread up to date as much as i can with my progress.

Currently I'm working on Frostfire's level editor more than i am on the actual mechanics of the game.
I'm looking to have as much of the actual game development as i can outside of GM.

Basically the actual .exe will be a compiler for all of my stuff.

Currently I have...
+ all of the sprites external
+ all of the dialog files external
+ all of the music external
+ all of the sfx external
+ an entity system that creates objects and whatnot within the game all from common parent classes

what I'm working on adding
+ having tilesets external (done, just not implemented into the main engine)
+ having all the levels external
+ having the ability to create entities (players, npcs, enemies, bosses, cutscenes, items) in the game via an external scripting environment (GMLua)

The advantage to all of this is that I can have a good ground work to develop the game with. This will speed up the process a lot. Not to mention I will have a fully functional engine to make other games with, including sequels. It also allows players to create their own content and their own mods via the level editor and the open scripting environment. Which should keep people busy after I release the first demo and give me time to work on finishing the game.

[Image: CodestarAvatarLogo.png]
(This post was last modified: 01-25-2010 08:04 PM by Codestar.)
01-25-2010 04:35 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,108
Joined: May 2008
Reputation: 115
Post: #4
RE: Project FrostFire DevLog
this is pretty cool because it also makes the game's loading time drop by a lot since the opening preload is basically just a program that calls up external resources when needed.

01-25-2010 06:23 PM
Find all posts by this user Thank this post Quote this message in a reply
Codestar Offline
I'm too sexy for my code
**

Posts: 441
Joined: May 2008
Reputation: 28
Post: #5
RE: Project FrostFire DevLog
Not only that, but it drastically lowers the size of the exe. I mean throughout the entire game GM will only use one room basically.(excluding menu screens and whatnot)
Once you move to different areas it takes care of all the loading code and object placement from the dynamic loading of level files.

Plus, the more of the game development I have outside of GM, the easier it will be to port the engine to other platforms.

[Image: CodestarAvatarLogo.png]
(This post was last modified: 01-25-2010 08:19 PM by Codestar.)
01-25-2010 07:55 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,108
Joined: May 2008
Reputation: 115
Post: #6
RE: Project FrostFire DevLog
teach me how to implement external content loading please

edit- Not only could you create an easily port-able game, but as you said, it would allow players to creat custom content, characters, and levels.
I just got a good idea revolving around this.

(This post was last modified: 01-26-2010 05:27 AM by Vipershark.)
01-26-2010 05:26 AM
Find all posts by this user Thank this post Quote this message in a reply
Kat Offline
Phantasmal Harlequin
***

Posts: 2,001
Joined: May 2008
Reputation: 72
DeviantArt Facebook Resource - Sprites Steam Tumblr Twitter
Post: #7
RE: Project FrostFire DevLog
So basically if I wanted to, I could replace every single sprite and as long as I name it right it would work?
01-26-2010 03:26 PM
Find all posts by this user Thank this post Quote this message in a reply
Goemar Offline
The Slug-Copter Sucks
***

Posts: 1,849
Joined: Jul 2008
Reputation: 31
Post: #8
RE: Project FrostFire DevLog
Been a long time since I checked on this, like over a year and it still looks really promising. A bit disappointed there isn't a demo out but I'll live.

[Image: randomimage.cgi]
01-26-2010 03:55 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Kat (01-26-2010)
tsr moderation staff Offline
Have Trumpet, Will Excite!

Posts: 2,018
Joined: May 2008
Post: #9
RE: Project FrostFire DevLog
wait weren't you were going to give the sprites some shading?
01-26-2010 03:58 PM
Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,108
Joined: May 2008
Reputation: 115
Post: #10
RE: Project FrostFire DevLog
(01-26-2010 03:26 PM)Lunyka Wrote:  So basically if I wanted to, I could replace every single sprite and as long as I name it right it would work?

Yes, that should work.
Same with sounds and stuff too.
I'm assuming it's as simple as a texture edit in 3D games?

01-26-2010 04:42 PM
Find all posts by this user Thank this post Quote this message in a reply
Codestar Offline
I'm too sexy for my code
**

Posts: 441
Joined: May 2008
Reputation: 28
Post: #11
RE: Project FrostFire DevLog
(01-26-2010 03:58 PM)[fish in space] Wrote:  wait weren't you were going to give the sprites some shading?

yeah, those are some older screenshots.

As for lunkya's question, yeah it's pretty much as simple as that, although you can extend upon that with GMLua and actually make your own entities with their own actions, sounds, and sprites.

[Image: CodestarAvatarLogo.png]
01-26-2010 06:07 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Kat Offline
Phantasmal Harlequin
***

Posts: 2,001
Joined: May 2008
Reputation: 72
DeviantArt Facebook Resource - Sprites Steam Tumblr Twitter
Post: #12
RE: Project FrostFire DevLog
Thats pretty awesome.
01-26-2010 06:56 PM
Find all posts by this user Thank this post Quote this message in a reply
Codestar Offline
I'm too sexy for my code
**

Posts: 441
Joined: May 2008
Reputation: 28
Post: #13
RE: Project FrostFire DevLog
Here's a screenshot of what the level editor looks like currently.

[Image: FFLeveledit.png]

[Image: CodestarAvatarLogo.png]
01-26-2010 08:55 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Vipershark Offline
Smells like ~Desire~
***
Moderators

Posts: 5,108
Joined: May 2008
Reputation: 115
Post: #14
RE: Project FrostFire DevLog
TEACH ME THIS.

01-26-2010 09:30 PM
Find all posts by this user Thank this post Quote this message in a reply
[-] Thanked by
Kat (01-26-2010)
Codestar Offline
I'm too sexy for my code
**

Posts: 441
Joined: May 2008
Reputation: 28
Post: #15
RE: Project FrostFire DevLog
Nothing I can really teach... You just have to come up with a system for doing it. I pretty much have an ini file for each characters set of sprites that tells their location, bbox stuff, and whatnot and i have scripts in my engine that load them accordingly from reading those. It's really no different than how you would design a resource loading system in any other programming language/library. I would probably recommend looking at the indie brawl source to get some ideas. that's one place where I somewhat got an idea of what i wanted to do.

[Image: CodestarAvatarLogo.png]
(This post was last modified: 01-27-2010 07:56 PM by Codestar.)
01-27-2010 07:51 PM
Visit this user's website Find all posts by this user Thank this post Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme:


Login or Register to remove this ad!