after having kinda contracted new members for the team, i've started to work in testing a very simple Lua code for our engine.

hardcoded paths in any source code is something that I completely hate. having being victim of my own code way too many times, I choose now to point my finger at gents that still choose to write code this silly way.

I forgive Jeroen for this because the presented code is not supposed to show production quality, but rather functional code. No problems here!

But I really need to put this obstacle behind me with some clever code, while being also very very lazy, I've overcome my initial fears. the code I produced is not 100% effective, but does the job better the the old, hardcoded stuff :P

this is still ineffective (two files with essentially the same code) but better then before.

cheers!