Jump to content

gamecreator

Members
  • Posts

    4,937
  • Joined

  • Last visited

Everything posted by gamecreator

  1. Seemed so. Or maybe he went Turbo. http://steamcommunity.com/sharedfiles/filedetails/?id=219202273
  2. Or, if you put a shape (like a box) in the map does it light correctly? Could it be just that the model is mapped with a black texture?
  3. Could be a bug but would you like to share your project so we could test it?
  4. Check out the window functions. I haven't used it before but maybe GetCurrent is what you're looking for (there used to be a function called AppSuspended in Leadwerks 2 but I couldn't find it here).
  5. Under material: http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/material/materialsetshadowmode-r257
  6. There's gotta be stats out there for mobile like there is for the PC with the Steam survey...
  7. This is done by putting an exported FBX file into your project models folder. The editor will automatically convert it. You then need to copy all your texture files into the materials folder and the editor will convert them to textures. Then you need to convert the textures to materials (right-click on each one and I think it's the last option). Finally, double click the model file in the editor and drag the materials to the appropriate parts to assign them. This is done from memory but it's something close. Here's to hoping that one day Josh will automate this process.
  8. It's pretty clear when you save both to your hard drive and cycle through them with a good viewer that can switch instantly, like XnView (free). The polish / extra effort thing is always a tradeoff. In this case, I really think it's worth it.
  9. The only thing I can guess at the moment is to make sure your Leadwerks folder is at least 1GB in size. Mine is 1,832,383,796 bytes. Steam\steamapps\common\Leadwerks Indie Edition That would at least indicate that it installed properly.
  10. Sorry, I missed that part of your post. Maybe you'd be able to have two decals, one a shadow and one a circle above it. But selection circles themselves generally don't cast shadows (as they don't seem to in your picture).
  11. But yeah, when decals come out, they should be the proper solution.
  12. Does SDL support non-Xbox controllers? I shared controller code before for LE2 but it was Windows only (http://www.leadwerks.com/werkspace/files/file/299-joystick-gamepad-example/).
  13. I was wondering the same. Someone on reddit said that you can tell the OpenGL capabilities by looking at the DirectX ones. I imagine they correlate but not sure how tightly.
  14. That looks new. Maybe it's coming in the next few days and he added the documentation early. You can see the SteamController documentation is pretty much an empty page right now so I think it's literally being worked on right now.
  15. Thanks. I was going to use Entity::Point but I'm not familiar with AlignToVector yet.
  16. Ah, a shader. That makes sense, though I haven't entered that world yet and I'm horrible with math so I think I'll keep it simple. Thanks though!
  17. I was wondering: how is this lightning effect done in 3D? My game is simpler in that it is top-down and so I can create a plane in my 3D program. I was then thinking of pointing it toward the target and then stretching it via SetScale. That's probably easy enough but is there a better way? (I can animate the lightning via changing textures, that's not a problem.)
  18. That works for smaller games and to keep pushing forward, definitely. For larger ones you need to plan ahead, hence why the pros use design docs.
  19. Also important to mention that a lot of beginners fail because they start with games that are too big. It's a common sight to see begininers want to make the next MMO and not realize what you're starting to realize: the huge amount of time and resources required. If you've never made a game before you're strongly encouraged to make a few very small ones first as learning experiences.
  20. Agreed that we could definitely use a set of terrain functions like LE2 had.
  21. You can create random heightmaps in programs like Photoshop and import them.
  22. Josh is at Steam Dev Days and hasn't been active in the last day, according to his post history. I'd bump this again in a day or two (I'm curious too, having pre-ordered it).
  23. Good job. To me, some of these material/shader needs are a bit unclear.
×
×
  • Create New...