How to actually begin developing in T-Engine 4?
Posted: Fri May 11, 2018 4:12 pm
TLDR: How do you actually begin programming in T-Engine 4? As in, how do you get to an environment in which you can write, save, build, and execute the code?
-----
Hello all!
Nice to meet you, my name is Vincent and I'm a 29-year-old Dutch guy. I am new to the community and to TOME itself, but I do have some experience with other roguelikes, and with programming relatively simple programs privately in C++ and Java, although not Lua. I decided to try T-Engine 4 after hearing on Roguelike Radio that this is also what Darren Grey uses for his games.
I realize this is the noobiest of noob questions, but I am hoping if it's something I'm struggling with, perhaps other visitors to these forums sometimes do as well, and so it might be worth having the discussion available on here. That is, if the information is not already available somewhere, but I at least was unable to find it.
So here it is: How do you actually begin programming in T-Engine 4? As in, how do you get to an environment in which you can write, save, build, and execute the code? I installed TOME (already had it on Steam as well) in hopes of finding a link to an environment to code in, but all I found was the game itself. Similarly, I installed Lua using this guide (except for 5.3.4 rather than 5.3.0), and that gives me a Lua command prompt in which I can successfully type and execute single Lua commands, but I'm not sure where and how to write a program consisting of multiple lines and how to save that somewhere.
Like I said, I'm very new at this. I love programming, but I always get very hung up on/frustrated by the logistics of how to get started, finding an environment, installing libraries, etc. I had the same issue with Java before. (I use Eclipse for that now.)
In case it matters, I'm on Windows 10, 64 bit.
Thank you very much for your assistance!
-----
Hello all!
Nice to meet you, my name is Vincent and I'm a 29-year-old Dutch guy. I am new to the community and to TOME itself, but I do have some experience with other roguelikes, and with programming relatively simple programs privately in C++ and Java, although not Lua. I decided to try T-Engine 4 after hearing on Roguelike Radio that this is also what Darren Grey uses for his games.
I realize this is the noobiest of noob questions, but I am hoping if it's something I'm struggling with, perhaps other visitors to these forums sometimes do as well, and so it might be worth having the discussion available on here. That is, if the information is not already available somewhere, but I at least was unable to find it.
So here it is: How do you actually begin programming in T-Engine 4? As in, how do you get to an environment in which you can write, save, build, and execute the code? I installed TOME (already had it on Steam as well) in hopes of finding a link to an environment to code in, but all I found was the game itself. Similarly, I installed Lua using this guide (except for 5.3.4 rather than 5.3.0), and that gives me a Lua command prompt in which I can successfully type and execute single Lua commands, but I'm not sure where and how to write a program consisting of multiple lines and how to save that somewhere.
Like I said, I'm very new at this. I love programming, but I always get very hung up on/frustrated by the logistics of how to get started, finding an environment, installing libraries, etc. I had the same issue with Java before. (I use Eclipse for that now.)
In case it matters, I'm on Windows 10, 64 bit.
Thank you very much for your assistance!