|
Title: Space exploration sandbox project Post by: MrNothing on October 27, 2014, 06:06:33 AM Hi there!
About the project: I am working on a procedural exploration game (multiplayer) with planetary level precision. The game concept itself is not defined yet, I know there will be resources collecting, and that players will be able to build their own space base/ship. I am focusing on the engine at the moment, it is close from being completed, I will then start implementing gameplay features. About the engine: I am using Unity for the client, I only used custom shaders. For the server side, I use my own c++ server that is based on winsocket. Medias: Here is a video of the latest prototype: https://www.youtube.com/watch?v=lja5qGbkPmY Some screenshots: (http://img11.hostingpics.net/thumbs/mini_6878587443.jpg) (http://www.hostingpics.net/viewer.php?id=6878587443.jpg)(http://img11.hostingpics.net/thumbs/mini_9490933945.jpg) (http://www.hostingpics.net/viewer.php?id=9490933945.jpg)(http://img11.hostingpics.net/thumbs/mini_6537112547.jpg) (http://www.hostingpics.net/viewer.php?id=6537112547.jpg)(http://img11.hostingpics.net/thumbs/mini_4109154146.jpg) (http://www.hostingpics.net/viewer.php?id=4109154146.jpg) I have been working on this project for 4 months now, i would love to hear your thoughts on the project. Also if you like the project feel free to subscribe to my youtube channel: https://www.youtube.com/user/smilefr21 Thank you for your time. Title: Re: Space exploration sandbox project Post by: narolol on October 27, 2014, 07:02:53 AM Looks awesome! What are your sci-fi inspirations? I'd guess Star Trek?
Title: Re: Space exploration sandbox project Post by: MrNothing on October 27, 2014, 07:13:21 AM Looks awesome! What are your sci-fi inspirations? I'd guess Star Trek? Hi, actually, I am not defined on doing this on a sci-fi context, I am thinking off something like Miyasaki (with floating castle like spaceships) A scenery like this really inspires me: (http://ieron.i.e.pic.centerblog.net/4qh5pbxv.jpg) Nothing is sure about this project yet, and I am always open to suggestions. Title: Re: Space exploration sandbox project Post by: MrNothing on October 28, 2014, 02:39:32 PM Hi there, time for some news!
I finished the shader for the sun, it is now an actual element in the game instead of a simple flare: (http://img15.hostingpics.net/thumbs/mini_9233715052.jpg) (http://www.hostingpics.net/viewer.php?id=9233715052.jpg) (http://img15.hostingpics.net/thumbs/mini_5260269251.jpg) (http://www.hostingpics.net/viewer.php?id=5260269251.jpg) (http://img15.hostingpics.net/thumbs/mini_4438654853.jpg) (http://www.hostingpics.net/viewer.php?id=4438654853.jpg) |