Page 1 of 1
Which programming languages?
Posted: Wed Nov 28, 2012 7:53 pm
by shuffo
Hi,
I'm just curious to know what sort of programming languages you use to mod xbox games for example? I would very much like to contribute to the game modding communities, but as a programmer.
I would assume c++ or c#?
Re: Which programming languages?
Posted: Wed Nov 28, 2012 8:13 pm
by Fiodis
For modding BF2 on the PC, you use LUA, which is a derivative of C. XBox modding is a bit more complicated, but still involves LUA.
Re: Which programming languages?
Posted: Sat Dec 01, 2012 5:16 pm
by shuffo
Ahh ok I've heard of Lua, I'll have to have a play around with it. Thanks!
Re: Which programming languages?
Posted: Sun Dec 02, 2012 7:29 am
by LEO
If you wan't o modify the shaders you have to learn c++. I don't know, maybe it is not possible to modify the xbox shaders but its possible for pc and it's very fun

If you wan't to make good mods you have to learn the SYSTEM of OOP because BF2 use this system. Just google OOP and you will learn a lot