Dad72 Posted September 30, 2015 Share Posted September 30, 2015 Hi, I created a course Babylon in French on OpenClassRooms is an online editor just as Eyrolles (for those who know) and I created this course to show how to create a game from start to finish using engine functionalities. This game, I wish also to share Babylon also because I think it can be a good source of inspiration for those who want to create RPG games. I use a lot of trees, shadows, and other collisions and result: 60 FPS. This game shows that on an island on which the character must light a fire to be saved from the island. Here the functionality used in this small game: Optimisation: Octree for collision, selection and dynamicContent WorkerCollision activated for optimized the collision LOD + instances for the forest sceneOptimizer to keep proper FPS Subdivide ground Scene: Ground + elevation + multi-material Water with reflexion and refraction Texture procedural for the fire Particle for the smoke Sprites for the clouds Lens flare for the sun Shadows Collisions and gravity Sun, skybox and lens flare Mucic for the scene (for all browser: ogg and mp3) Sound for the fire (for all browser ogg and mp3) ImportMesh to load the objects in the scene Language system with cookie (FR and EN) Extention CastorGUI Interaction: Picking for pick Key and match box Actions with condition for start fire and doors Show/hide DebugLayer with CTRL + F12 Animation player (walk, run, pick) mode RPG with ZQSD (French) or WASD (Englich) : Z or W + MAJ for run Name Game: SURVIVAL Link of game: http://www.babylon.actifgames.com/Survival/index.php Screenshot: jerome, GameMonetize, NasimiAsl and 8 others 11 Quote Link to comment Share on other sites More sharing options...
iiceman Posted September 30, 2015 Share Posted September 30, 2015 Wow, very cool so far... but somehow I can't find the key in the forest... I give it another try after dinner! One thing I noticed: when moving the camera seems to shake or to jump...not sure how to describe it... you know what I mean? Oh and some of those trees seem to disappear while there are still other trees further away that don't disappear... is that the intended behavior? Quote Link to comment Share on other sites More sharing options...
Dad72 Posted September 30, 2015 Author Share Posted September 30, 2015 Thank you for your comment and test. Yes the key is the most difficult to find. we must observe. Try left the forest when you get to the beach. (the key is rusty) And for the camera that shake or to jump is because of the collisions in the forest. I feel that the engine makes many calculates all the trees goshawks. Maybe he should trees more space or try to use a physical place of moveWithCollisions() For trees, the LOD that does this. I removed the distant trees to save resources and to show that It Works. I just wanted that Babylon LOD system is a smoother transition from one level of detail to the other. Can be anr future improvement LOD for engine . Quote Link to comment Share on other sites More sharing options...
iiceman Posted September 30, 2015 Share Posted September 30, 2015 Okay, found the key... the cursor didn't change when hovering over it (it did with the fire). So I didn't see it at first. But found it and lit the fire Dad72 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted September 30, 2015 Author Share Posted September 30, 2015 Yes the key use "picking" and fire use "Actions" Quote Link to comment Share on other sites More sharing options...
Temechon Posted September 30, 2015 Share Posted September 30, 2015 Nice game ! Didn't find the key, maybe you can make it more visible... Help me I'm stuck on this island :/ Dad72 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 30, 2015 Share Posted September 30, 2015 This is excellent man! Dad72 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted September 30, 2015 Author Share Posted September 30, 2015 Nice game ! Didn't find the key, maybe you can make it more visible... Help me I'm stuck on this island :/ Temechon good point, I'll try to make it more visible. In the meantime, we must look to the left of the forest and at the bottom. Thank you Deltakosh I add the link image of 400 * 250 if you want to put that the demo on the site in THIRD-PARTY ? Quote Link to comment Share on other sites More sharing options...
jerome Posted September 30, 2015 Share Posted September 30, 2015 really great ! could you please add the link to the OpenClassroom course ? Dad72 1 Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted September 30, 2015 Share Posted September 30, 2015 Nice. Could not find Mary Anne either, until I turned off a lot of meshes. Turned the "ground" back on after I navigated to the key. Yea, the key needs to be more findable. Still did not see Mary Anne though. Dad72 1 Quote Link to comment Share on other sites More sharing options...
Samuel Girardin Posted September 30, 2015 Share Posted September 30, 2015 Chapeau ! Chouette environnement fluide, bien designé. Juste un ou deux trucs. La camera peut passer sous le sol, et enfin on peut se noyer et ne jamais ressortir ! Gloup ! Super ! Dad72 1 Quote Link to comment Share on other sites More sharing options...
Samuel Girardin Posted September 30, 2015 Share Posted September 30, 2015 @jcpalmer, thanks for the trick. I found the key ! Quote Link to comment Share on other sites More sharing options...
gryff Posted September 30, 2015 Share Posted September 30, 2015 C'est bon dad Not sure what this "can't find the key" stuff is all about as i found it immediately - maybe I've spent too many hours in adventure games looking for keys in dark rooms As for iiceman's comment: Oh and some of those trees seem to disappear while there are still other trees further away that don't disappear.. What I noticed more was disappearing shadows. The impact of Octrees or LODs do not cast shadows? cheers, gryff Samuel Girardin and Dad72 2 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted September 30, 2015 Share Posted September 30, 2015 You're in Dad72 1 Quote Link to comment Share on other sites More sharing options...
Convergence Posted October 1, 2015 Share Posted October 1, 2015 Nice work. Just planning on leaving a demo or planning to expand it? Dad72 1 Quote Link to comment Share on other sites More sharing options...
RaananW Posted October 1, 2015 Share Posted October 1, 2015 I Can't find the key! (Opening debug console...) Joking - I actually found the key.Looks really good! Just some points (as we all love to give them):The camera is not always showing the player (hiding behind trees and objects), and if the player is very close to the shed you can't really see him.The actions (for example lighting a fire or picking up the key) can be executed very far away from the target objects. So, standing next tot he shed I triggered the fire. But those are small things. This is really awesome!! Dad72 1 Quote Link to comment Share on other sites More sharing options...
BitOfGold Posted October 1, 2015 Share Posted October 1, 2015 Really nice! I liked the sprite method for clouds, simple but looks convincing!I'm also making a small rpg scene, with terrain, trees, dynamic sky and shadows.I will show it when I find the time to finish it: Quote Link to comment Share on other sites More sharing options...
jerome Posted October 1, 2015 Share Posted October 1, 2015 Really huge demo ! Bravo Dad !! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted October 1, 2015 Author Share Posted October 1, 2015 Thank you for all your nice comments. Yes there are some small details that could be improved, but I have no idea how yet been taken. I realized this just for educational purposes. I realized this in three weeks. I think that there are things I would do differently if it was to create a real game, but then I wanted to address several features of the engine. For the camera to go under the ground, I can fix that. but for the camera that goes behind the trees, I do not know how to do. And in terms of what we're going to drown in the water I think is what I can do there. Very nice as what you have done BigOfGold. I am sure you did a system day/night very realistic. I like. Jerome, the course OpenClasseRoom is still realization. I am in part 4 which is precisely to explain how I made this mini game. It is therefore not yet offer the CourseLab. But I would not fail to open a new topic for this. Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted October 1, 2015 Share Posted October 1, 2015 Excellent !! Bien joué, j'ai hâte de voir le tuto publié sur OpenClassRoom, quelque chose me dit qu'il va avoir du succès ! Dad72 1 Quote Link to comment Share on other sites More sharing options...
MarianG Posted October 1, 2015 Share Posted October 1, 2015 Wonderfull. Congrats Dad! Dad72 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted October 1, 2015 Author Share Posted October 1, 2015 Thanks. My next game now on what I work for a long time will be an open source Metaverse using Babylon. It will be the first of its kind. It's still a lot of work 6, 8 months for one ALPHA test . Quote Link to comment Share on other sites More sharing options...
EJanuszewski Posted October 1, 2015 Share Posted October 1, 2015 Nice this looks awesome, I think it'd be cooler to not having to hold mouse to turn, I get a solid 100-144fps (144hz monitor), I couldn't find the key but managed to somehow get outside the skybox Do I win? Quote Link to comment Share on other sites More sharing options...
Dad72 Posted October 1, 2015 Author Share Posted October 1, 2015 I think I will add a minimum and maximum zoom to avoid this kind of thing.for the orientation of the character, I think it is easier to direct like that. Many are playing like that. Quote Link to comment Share on other sites More sharing options...
EJanuszewski Posted October 1, 2015 Share Posted October 1, 2015 It wasn't zoom, that was just to show what happened, I was in the water looking around, got stuck on the edge and kinda just slipped out of the map but didn't really fall, kinda weird. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.