Only LUA ?

Your forum for all discussions around Modding.
notwin
Posts: 2
Joined: Fri Jul 21, 2017 12:01 pm

Only LUA ?

Post by notwin »

Hello it's only LUA or it's possible to dev with C# ?
User avatar
Smith Modding
Posts: 2996
Joined: Sat May 14, 2016 12:42 pm
Location: Harris County, Georgia

Re: Only LUA ?

Post by Smith Modding »

From what I've seen its either LUA or xml. I've downloaded and worked on a lot of mods and I've never seen a mod with C#
Smith Modding Co.
Christian Based Modding
Isaiah 30:23- He will also send you rain for the seed you sow in the ground, and the food that comes from the land will be rich and plentiful. In that day your cattle will graze in broad meadows.:
Playing FS15-19 on PC
Playing too much FS19 :mrgreen:
Specs-
i5-7300HQ|NVIDIA GTX 1050ti|16GB DDR4 RAM|1TB/500GB SSD/256GB M.2|Windows 10
ThaFarmer
Posts: 337
Joined: Fri Jun 09, 2017 4:14 am

Re: Only LUA ?

Post by ThaFarmer »

I've checked a little bit some scripts, and LUA coding is very much alike to C++ coding, or am I wrong?
User avatar
Wopster
Posts: 163
Joined: Sun Feb 28, 2016 6:30 pm

Re: Only LUA ?

Post by Wopster »

ThaFarmer wrote:and LUA coding is very much alike to C++ coding, or am I wrong?
Well, the basics like statements are pretty much the same but other than that it's a completely different thing.

LUA is a scripting language and C++ is a (programming) compiled language.
Scripting languages are traditionally not needed to be compiled to run, and C++ for example does.
Also a scripting language mostly extends a (programming) compiled language to add some flexibility.
Post Reply