Page 1 of 1

Galaxy Bear Returns!

Posted: Fri Mar 07, 2014 11:56 pm
by DatamancerStudios
Hey all, we started working on Galaxy Bear again after a few years ( some of you may remember it ).
It's going well so far, and we'd just like some feedback on our initial screenshots.
If you are interested in our little story we also started a blog ( screenshots inside! ):
http://datamancerstudios.blogspot.com/

Thanks guys, would love to hear your feedback!

Re: Galaxy Bear Returns!

Posted: Sat Mar 08, 2014 4:51 pm
by Light-Dark
Looks great man keep up the hard work! On a side note, the graphics kind of remind me of Super Mario World :P.

Re: Galaxy Bear Returns!

Posted: Sat Mar 08, 2014 8:31 pm
by DatamancerStudios
Thanks for your feedback! The art direction may change once I get a "real" artist on board. But it's working for me right now!

Re: Galaxy Bear Returns!

Posted: Sun Mar 09, 2014 4:09 pm
by bbguimaraes
Loved those graphics ;)

Re: Galaxy Bear Returns!

Posted: Sun Mar 09, 2014 7:11 pm
by DatamancerStudios
Thank you! We are currently debating between the pixel art style or a more modern hi-res cartoony look.

Re: Galaxy Bear Returns!

Posted: Tue Mar 11, 2014 4:07 am
by SomeAwesomeUsername
DatamancerStudios wrote:Hey all, we started working on Galaxy Bear again after a few years ( some of you may remember it ).
It's going well so far, and we'd just like some feedback on our initial screenshots.
If you are interested in our little story we also started a blog ( screenshots inside! ):
http://datamancerstudios.blogspot.com/

Thanks guys, would love to hear your feedback!
I love all the detail you guys put into that. How many people are working on it with you?

Re: Galaxy Bear Returns!

Posted: Tue Mar 11, 2014 8:06 pm
by DatamancerStudios
So far it has just been me, however I have an artist friend who will be joining the project soon and revamping it. The game idea itself is also changing significantly, although still going to be a platformer.

Re: Galaxy Bear Returns!

Posted: Thu Mar 13, 2014 9:58 am
by RyanPridgeon
DatamancerStudios wrote:Hey all, we started working on Galaxy Bear again after a few years ( some of you may remember it ).
It's going well so far, and we'd just like some feedback on our initial screenshots.
If you are interested in our little story we also started a blog ( screenshots inside! ):
http://datamancerstudios.blogspot.com/

Thanks guys, would love to hear your feedback!
Loving the art on this

Re: Galaxy Bear Returns!

Posted: Sat Mar 29, 2014 11:26 pm
by DatamancerStudios
Hey guys, just making a post on here to let you know that I made a new blog post explaining our current situation and we should be getting on track with development soon. I have been working tirelessly on writing an engine from scratch rather than using Unity, and I have an artist joining the party so things should be shaping up soon!

It has also come to my attention that I never really explained much about the project, so once we knock out some design details I will try to update with a FAQ or something...

Thanks all!

Re: Galaxy Bear Returns!

Posted: Sun Mar 30, 2014 5:26 am
by ph0sph0ruz
DatamancerStudios wrote:Hey guys, just making a post on here to let you know that I made a new blog post explaining our current situation and we should be getting on track with development soon. I have been working tirelessly on writing an engine from scratch rather than using Unity, and I have an artist joining the party so things should be shaping up soon!

It has also come to my attention that I never really explained much about the project, so once we knock out some design details I will try to update with a FAQ or something...

Thanks all!
I came to the same conclusion as you on the engine. Personally I think it's worth every effort in the end. Good Luck, I look forward to seeing more.

Re: Galaxy Bear Returns!

Posted: Thu Apr 03, 2014 9:56 am
by DatamancerStudios
Back again, made another blog post for you guys to check out with fancy pants 3D Rendering!
http://datamancerstudios.blogspot.com/2 ... ngine.html

I'd really like to know if anyone would be interested in Engine/Design videos and blogposts while we prepare a game idea and wait until summer where we can get time to go ham on the dev.

Thank you for any feedback!

Re: Galaxy Bear Returns!

Posted: Fri Apr 04, 2014 5:55 am
by ph0sph0ruz
DatamancerStudios wrote:Back again, made another blog post for you guys to check out with fancy pants 3D Rendering!
http://datamancerstudios.blogspot.com/2 ... ngine.html

I'd really like to know if anyone would be interested in Engine/Design videos and blogposts while we prepare a game idea and wait until summer where we can get time to go ham on the dev.

Thank you for any feedback!
I'd be interested in seeing those. I'm at the point where I'm beginning to create my own engine based on the Entity Component System. I am going to abstract out everything into systems so that I can rip and replace if needed and support different rendering systems and such. I have some base code already from other projects and I'm thinking of just making a simple game at first with it to test it out as I go along developing the ECS portion.

Re: Galaxy Bear Returns!

Posted: Fri Apr 04, 2014 9:48 am
by DatamancerStudios
This engine I'm working on was originally a component system. I am very familiar with Unity, and was using it for a while and after coming back to c++ I decided to implement similar design. However, I did role back to the deep hierarchy or whatever you call it approach with the Base Entity-GameObject-Actor ( called an Actor in my engine ). I just feel more at home with this approach and I find myself writing less hook-together/management code to keep all the components glued together. It's all personal preference really though. The gamer will likely never see your code!

Re: Galaxy Bear Returns!

Posted: Fri Apr 04, 2014 11:19 am
by ph0sph0ruz
DatamancerStudios wrote:This engine I'm working on was originally a component system. I am very familiar with Unity, and was using it for a while and after coming back to c++ I decided to implement similar design. However, I did role back to the deep hierarchy or whatever you call it approach with the Base Entity-GameObject-Actor ( called an Actor in my engine ). I just feel more at home with this approach and I find myself writing less hook-together/management code to keep all the components glued together. It's all personal preference really though. The gamer will likely never see your code!
Good to know. I know ECS is probably overkill for a smaller game but I like the scalability of it. I know it's possible to scale with other systems but I want to keep systems separate enough so I can rip and replace later without too much hassle. I guess I'll find out.

So yeah I'm definitely interested to hear how your work is going and I'll be airing my dirty laundry as I go along as well.

Re: Galaxy Bear Returns!

Posted: Mon Apr 07, 2014 9:17 pm
by DatamancerStudios
New blogpost is up:
http://datamancerstudios.blogspot.com/

We decided our idea direction and we are going to be implementing online multiplayer! I will probably start a new topic with the game name to keep it seperate from this original topic, since so much has changed.