Jump to content

Pancakes

Members
  • Posts

    1,204
  • Joined

  • Last visited

Everything posted by Pancakes

  1. Pancakes

    For Realz

    Hopefully this will be the most pointless blog I ever post for Alien Saga. BUT, fyi, I have a weird work schedule where I work like crazy for about 9 days where I'm on the road a lot and so on even when I'm sick like with last week and this week, and then I hopefully get 5 days off round abouts. tl;dr There are updates to be made within the next 5 days or so.
  2. guys it's easy to say that when it's not you doing the work and it's not your company, the future is 99.99% to be vr but who knows the oculus rift may have some serious problems that delay the proliferation of vr by 1 year, 2 years, 5 years, who knows? But you know what, if it does take off it's another win for deferred lighting, with people's POV being enhanced so much, he olden days of lightmapping could be coming to an end. It just won't cut it anymore since you can't force the player into one specific camera angle or stop someone from tilting their heads in such a way that it reveals all your lighting illusions
  3. good tutorial! I think I agree with everything you said in it
  4. I remember being a little kid and dreaming about this sort of technology. Let's hope it takes off now as opposed to 10 years later. What if we hooked up about 5 Xbox Kinects for super accurate motion tracking and then put on an occulus rift. It would be the Imaginarium or the Holodeck! Just have to hire a bunch of midgets to hit me with nerf bats in order to simulate physical feedback. Who am I kidding. I couldn't afford that.
  5. Can't tell you how exciting it would be to hear that I can jump inside of my own game and look around =)
  6. you could have a boolean that checks whether character is on the ground or not, whenever this character is not on the ground you can start a timer, if the character comes in contact with the ground after a certain amount of time you should subtract someHPvalue * amount of time airborne
  7. It would be nice if there was an indie version of Masa Life that doesn't cost $5000. Just guessing on that price. And I'm taking a look at FX Studio and they aren't listing a price on the front page. Which is not a good sign. I'm guessing $3000 for that. #pessimism
  8. darn forgot my code again, can I get a resend ?
  9. I don't think it's fair for me to put Josh's every move with LE3 under scrutiny without exposing my own work to criticism. So here I will be posting my progress on my opening exercise with Leadwerks 3. I will be working on improving in all walks of game development and also responding to the soon to be created video tutorials. I plan to work on my first LE3 project for the next 4-6 months in iterations. Which means that I will do a rough once over version that will admittedly look and play like ****, then go back and clean it up, and then go back again and polish that (repeat). My goals are simply to have one level, and one character and one enemy and polished gameplay sound effects and soundtrack within that tiny scope. The working title for this project is 'Alien Saga' - the name has probably been taken already but who cares. The main character is an alien female - who I will refer to as 'Ely' in honor of Leadwerks. She's still very rough but here is her iteration one general design. Stay tuned, the first iteration of Alien Saga is gonna be pretty rough and I'll be posting as much as I can without delay. I'll feel better when I complain to Josh about this and that knowing that I'm putting all my cards out here on the table. (Ely from Alien Saga. Iteration One)
  10. yes I agree, LE2 renderer is poetry, I understand it may make me look unhip to drool over graphical quality but *droool* I think Josh misses it being in LE3 too! So that could be a good thing.
  11. Let's just make an "Ask shadmar" thread
  12. In Windows 8, the corners on the screen are pretty hip. Just not as hip as some people on the forum.
  13. you are so hipster that it hurts me sometimes, THROUGH the internet
  14. well of course Josh and Chris are still at GDC, and so I technically do not know how to do this, but my guess would be: Include as a part of your entity/model's main flowgraph script an output that you can connect to a physical proxy node complete with orientation variables and whatever bells and whistles you think you want to have or simply type it in with the in editor exposed properties tab. So even though it appears to be an enigma at the moment I think in a week or so it will be incredibly intuitive to deal with this which is why I'm not concerned about it at the moment.
  15. blender has a great decimate modifier that you can use to get a collision shape from a complex model
  16. shadmar is one of Leadwerk's best features
  17. Ok ok, I'm 90% to giving u my money. Just show me a tutorial on the flowgraphs and I shall eagerly make it rain upon ur bank account, (ok ok, make it drizzle)
  18. I add as little detail as possible and allow the player imagination to fill in the rest. All my favorite games had low detail in the graphics. I know of some JRPGs on the Playstation one and Playstation two used the exact same tree model to populate every forest in teh game. They weren't even rotated or scaled differently. And I was so into the game that I didn't even notice until years later. So if I was modeling a sewer I would have 3-4 landmarks that I wanted to represent the location alongside an atmosphere in the lighting and color scheme. Other than that, I don't think it's necessary to have pipes with engravings of mock manufactorers on them. THough attention to detail is pretty cool and all.
  19. most people don't realize you have to be in the orthographic viewport in order to spawn CSG and lights. I know I didn't until I resorted to the good old randomly smash every button on screen strategy
  20. can u put all ur questions in one thread?, ur kind of dominating this section of the forum, btw I don't know the answer, sorry
  21. Blade3d was the best editor. Period. But Leadwerks is getting there. I have a suggestion to bring in some of Blade3d's scene editor options for placing props in the scene. I will illustrate with just a series of commands that a player might use in order to place some stone pillars on a target CSG cube. 1) Drag-drop stone pillar asset into scene. 2) Right-click stone pillar and drop down option for new Blade3d-esque scene options for the stone pillar. 3) select Duplicate --> x6 (to make six copies of stone pillar) 4) group select the stone pillars then... 5) select Organize --> Rows x Columns --> 2x3 (to place the six pillars into a 2x3 formation) 6) select Drop to Floor --> then left click the CSG cube you want to act as the floor. 7) with the stone pillars selected again choose Make Circular bam. you can have a perfectly aligned ring of stone pillars with 3 on the left and 3 on the right by doing this. I know it seems like a lot of actions but in practice it's a great way to test out layouts for your props with just a few button presses. Blade3d had other options like, Stack Selected, Rotate Randomly, etc. It was great having those options.
  22. well this topic went to pot. just chiming in that I ONLY call it a visual scripting 'language' because that is what Josh refers to it as. Nobody else I know ever does that anywhere else. It's part of the Leadwerks bias that you just have to deal with. He's entitled to that bias if he wants. I will call it a 'language' here because this is his forum and there is no reason to argue over that point. It's actually simpler for me to call it a language here because it takes less time to explain the difference between where Leadwerks Flowgraphs are and where I want them to be. Leadwerks flowgraphs are 5-10% away from handling the logic I have in mind. And the changes can all be done superficially in Lua. The only question is whether performance will be hit and by how much.
×
×
  • Create New...