Chris Vossen Posted March 2, 2013 Share Posted March 2, 2013 If you're ever wondering what a function does, every function should have a complete example program in both C++ and Lua. This means you can copy and paste an entire Lua example into App.Lua (Make sure you save a copy of the original somewhere, or you can always delete it and click update on the installer) and click run! Wondering what GoToPoint does? Throw the Lua example in as App.Lua and viola. 2 Quote Link to comment Share on other sites More sharing options...
shadmar Posted March 2, 2013 Share Posted March 2, 2013 You guys really outdone yourselves in the docs this time. I like this alot. Good thing you didn't die Chris 1 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
ZeroByte Posted March 2, 2013 Share Posted March 2, 2013 I know, when i have a problem, i just look at the Docs and it's all there, real nice... Quote Win 7 64, LE 2.31, Liquid Cooled I7-960 @ 4.00GHz, 6GB DDR3 Ram @ 1600mhz, BFG GTX295, Sound Blaster X-FI. Link to comment Share on other sites More sharing options...
YouGroove Posted March 2, 2013 Share Posted March 2, 2013 Thanks , it will help a lot. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted March 2, 2013 Share Posted March 2, 2013 The same applies to C++ projects. Just copy and paste the example into App.cpp and run the project. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
kennar Posted March 2, 2013 Share Posted March 2, 2013 Will complete documentation be integrated into the download? Quote Link to comment Share on other sites More sharing options...
Josh Posted March 2, 2013 Share Posted March 2, 2013 The documentation is all online. I'm not sure what you're asking? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
kennar Posted March 2, 2013 Share Posted March 2, 2013 I don't want to manually download (wget) the files, though an option. I generally have no interest in reading documentation on line, rather I prefer on my local machine, preferably as a PDF. Depending on the material it will be printed. Quote Link to comment Share on other sites More sharing options...
Josh Posted March 2, 2013 Share Posted March 2, 2013 At this point we're going to keep it online. I'd rather put all our effort into one set of docs, instead of splitting it between different versions. We do have a feed that pulls all the content from the database, and in the future we might turn that into a PDF, but it's not worth the effort right now. I also like the online docs because we can answer questions immediately in the comments below each page. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
YouGroove Posted March 2, 2013 Share Posted March 2, 2013 If you work offline, there is no way to read docs I thaught it wsa just needed some converted to copy docs to some Word format or PDF. That's really sad , perhaps some bad choice on the documentaion system choosen. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
shadmar Posted March 2, 2013 Share Posted March 2, 2013 You could try httrack, a nice little offline tool for webpages. Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
Josh Posted March 2, 2013 Share Posted March 2, 2013 I've got to ask...where do you go that you do not have an internet connection? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
YouGroove Posted March 2, 2013 Share Posted March 2, 2013 I find Goblin AI specially complicated, lot of programming. It would need hight level functions like : Chase player Turn to player I find that example programming in C# very simple compared to read all Goblin : http://www.burgzerga...ial-enemy-ai-22 I htink it's because Goblin AI deals with animations and states at same time. Thre should be perhaps separate Lua files like that instead of one big file : - GoblinStatesManager (it would manage all states here by a simple call) - GoblinAnimations (you call a function like "run" and the program know if it must wait or blend or play the animation) - GoblinAI (chase , attack, idle that would call GoblinAnimations and GoblinStatesManager) 4 I'll follow reference programming where there is example and assemble them and do in my way instead. If we can have some Flowgraphs components doing that, some generic AI ennemy like that , yes Flowgraphs will have a great interest. Something like that in terms of Flowgraphs components : Components like : simpleAI : Detect, chase Movement : idle, walk patrol , run, attack1 , attack 2, fall down I will try to make something like that. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Admin Posted March 2, 2013 Share Posted March 2, 2013 Chase player See Entity::Follow: http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/entity/entityfollow-r697 Looks like we missed the example on that one. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted March 2, 2013 Share Posted March 2, 2013 yes one that could be handy Quote Stop toying and make games Link to comment Share on other sites More sharing options...
kennar Posted March 2, 2013 Share Posted March 2, 2013 I've got to ask...where do you go that you do not have an internet connection? I'll respond for myself. * my parents do not have internet (older folks). I do visit. * in a month my current contract ends meaning that the only place for internet, unless I find a coffee shop, is my apartment. I plan to effectively go the "independent" route consequently for now there will not be any work connection through the day. * I don't have a cell phone (that is, I choose to not have a cell phone) I have come to like the freedom of not always being connected. Our realities are not fully overlapping. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted March 2, 2013 Share Posted March 2, 2013 I agree a lot. Even during travel you won't have internet connexion (not always). Speaking of language reference : A simple Class : Pivot The pivot class is an invisible entity with no special characteristics. Why does it has such name that usually is used for rotations stuff ?? Really this can misunderstood you when reading the code, i would never thaught Pivot was en empty class and thaught more about rotation stuff. Why not calling it simpleClass or emptyCLass instead ? Quote Stop toying and make games 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.