Rebuilt Engine?

If i changed something in the baselightmass.ini file do i need to rebuilt the engine ?? If so, how can i do that without using visual studio ? Thanks

Changing the ini/config files is just a text file which the code should parse (read) which means that you shouldn’t have to re-build anything. However, you will need some form of compiler if you are planning on changing the code and I would recommend Visual Studio 2013 Express just for ease and simplicity as it is documented to be working with the Engine easily.

Thank you Dune :slight_smile: