Do you have to use C++ to program Custom Stories? - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +--- Thread: Do you have to use C++ to program Custom Stories? (/thread-9341.html) |
Do you have to use C++ to program Custom Stories? - ItisisSC - 07-24-2011 Do you have to? Or can I use Python or something? RE: Do you have to use C++ to program Custom Stories? - Tanshaydar - 07-24-2011 Amnesia uses AngelScript for scripting, so you can't use neither C++ nor Python. Though, AngelScript is very similar to C++ and it's more like Python when it comes to referencing. RE: Do you have to use C++ to program Custom Stories? - ItisisSC - 07-24-2011 (07-24-2011, 07:40 AM)Tanshaydar Wrote: Amnesia uses AngelScript for scripting, so you can't use neither C++ nor Python. Okay, so if I learned Python first, then would learning AngelScript be made easier than starting with AngelScript? RE: Do you have to use C++ to program Custom Stories? - TFEF - 07-24-2011 Either way is fine, but AngelScript won't be very difficult if you decide to learn it first. It's just a matter of memorizing functions and what they do, and knowing when to apply them. RE: Do you have to use C++ to program Custom Stories? - ItisisSC - 07-24-2011 Alright, thanks! RE: Do you have to use C++ to program Custom Stories? - Tanshaydar - 07-24-2011 Learning a general programming language will help learning others. I'd suggest learning Python first as it has a rising reputation in industry. AngelScript will be easier. |