I wonder if there is any other tutorial for Lite-C expect the one on 3dgamestudio website with workshops, I couldn't find much on internet about Lite-C. Also the Tutorial on 3dGS web is not what I expected that tutorial to be. Its because it doesn't really show how to create stuff it just shows how to modify stuff and add different features.
Also how do you switch in SED between Lite-C mode to Pure Mode with just C.
Re: Another Tutorial for Lite-C
[Re: Sengey]
#186359 02/29/0809:3902/29/0809:39
i find for the basic the tutorial from 3dgs is very good. If you want more different tutorials you can find it at "au.conitec.net". For the pure mode you have to include the following: "#include <acknex.h> // include for Pure Mode" For the legacy mode: "#include <litec.h>" You can find a lot from legacy / pure mode also in the AUM67 magazine.
Last edited by Widi; 02/29/0809:55.
Re: Another Tutorial for Lite-C
[Re: Widi]
#186360 02/29/0821:5302/29/0821:53
Thanks but I already knew that website but I didn't look hard enough so thanks a lot. Also about Legacy and Pure mode I know that Legacy is more complicated but which one uses only C. Also do you know any ptogramms that you can write C++ in.
Thanks for taking your time.
Last One Standing.
Re: Another Tutorial for Lite-C
[Re: Sengey]
#186361 03/01/0800:2003/01/0800:20
I don't have much experience in Legacy, but I find Lite-C seems to be most similar to the original A5/A6 versions, and fits more with my C++ background then Legacy, but like I said I don't have much experience, so this is just me 2 cents
A clever person solves a problem. A wise person avoids it. --Einstein