zgreen Posted January 9, 2011 Report Share Posted January 9, 2011 For the scripting, do you use java or javascript. I am clueless at both, so some tutorials would be good.Thanks Quote Link to comment Share on other sites More sharing options...
Texas_DPS Posted January 9, 2011 Report Share Posted January 9, 2011 the only scripting i have seen is c++ Quote Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted January 9, 2011 Report Share Posted January 9, 2011 As far as I know the game engine is only designed to handle C++. Where did you get java and javascript from? Quote Link to comment Share on other sites More sharing options...
zgreen Posted January 9, 2011 Author Report Share Posted January 9, 2011 As far as I know the game engine is only designed to handle C++. Where did you get java and javascript from?I thought that java was c++ and that javascript was c Quote Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted January 10, 2011 Report Share Posted January 10, 2011 Nope theres completely 4 separate languages. Despite each one being there own language, there all rather similar. You can throw PHP in to that mix to. Although separate, if you look at it, its fairly similar, but not the exact same. for example in php you can use <? php code here ?>html code here<? php code here ?> in a php file but something like this does not work in c++. However in C++ and php you can disable multiple lines of text like this:/*codecodecodecode*/However to do this in an XML file:<!--codecodecodecode--!>So if you have experience in say php, you dont really need to learn C++ so much as you need to learn how the code applies with in the game itself but can vary between mods. Quote Link to comment Share on other sites More sharing options...