Jump to content

Azure_Zero

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Azure_Zero

  1. I think a useful new functions for maps would be GetCameras (returns a list of camera) GetLights (returns a list of lights) GetModels (returns a list of Models) etc if folks need quick access to specific entity types
  2. We have a winner, who got what I was asking for, I pasted the code in, but I'm getting a problem on Map::Load(mapname, StoreWorldObjects); I'm getting Error 1 error C3867: 'State::StoreWorldObjects': function call missing argument list; use '&State::StoreWorldObjects' to create a pointer to member
  3. No, I'm trying to not create a camera in code, but tell the code use a camera in the level/map/scene. The code is in C++, not lua.
  4. Hi I'm trying to set the camera to one I have in the scene Currently I'm using one that is created, but I would like to switch to one that already is in the scene/level/map. I'm curious as to how to do this? Thank you for your time and replies AZ
  5. I backed at the Pro Backer level, does it cover a Windows Standard version of Leadwerks?
  6. I just found this post. it is helpful in that it links to samples and tutorials of some of the items in the list. (some in Lua, others in c++) And as one person once said "Patience is a Virtue."
  7. Since I'm very new to Lua and to programming with an API in C++. I think a starter kit or template kit would be nice for the beginners to this, who could see what does what, why it's needed, and how it works. This would give a base idea of a foundation for experimentation and development of their idea of a game. As some of us may have a very hard time combining the various tutorials (or no tutorial on subject in lua) and getting the engine to run a single player experience like the start of Half-life, Menu screen, start game, no weapons, explore, then **** hits the fan then load new level, test new weapons, going through a breakable wall to the exit. If the starter kit / starter template is a good idea I think it should contain the following example maps; an example of creating and using a statemachine for main menu, an options menu that effects the game, and the game itself, an example of level/map switching, an example of weapon pickup and weapon switching, and have an example of two weapons, a melee (crowbar, knife etc) and a gun which displays it's ammo count when selected (to help in learning to display ammo count, HP, SP etc.), An example of a breakable wall, or building collapse from breaking a support. and a final example where all the examples are tied to gather. All of these should be covered in both C++ and Lua langauges to help those who are new to programming in either of these languages and picked up the engine, since it looks to be better than some of the other engines out there. Now, I will admit I'm aiming to make an RPG, but since the FPS genre is the easiest type of game to start from. It would be the best starting point to learn from. And if people enjoy the starter kit, maybe a more advanced kits could be made to cover more advanced things like; creating or modifing the AI behavior (learn AI logic and processing), Character subtypes (learn inheritance), inventory systems, Advanced map features, ... Etc
×
×
  • Create New...