Page 1 of 1

Odd LUA files

Posted: Mon May 19, 2014 3:53 am
by Allanius2
Can someone tell me why certain .lua file aren't in English like the others are? I'm looking at the source for ORRR2 trying to learn how the system works. In the mod_assets/script folder I see a file called "._init.lua". Why, when I open it does it say:

Code: Select all

 │┬  ┐  Mac OS X         ┐       2  ♫°   ┐  ♫â    TEXT
... and so on and so forth? Is there another way to read this file?

Re: Odd LUA files

Posted: Mon May 19, 2014 8:24 am
by antti
Allanius2 wrote:Can someone tell me why certain .lua file aren't in English like the others are? I'm looking at the source for ORRR2 trying to learn how the system works. In the mod_assets/script folder I see a file called "._init.lua". Why, when I open it does it say:

Code: Select all

 │┬  ┐  Mac OS X         ┐       2  ♫°   ┐  ♫â    TEXT
... and so on and so forth? Is there another way to read this file?
Those ._ files are just metadata that Mac OS X computers generate. In other words, those files are not a part of the mod and can be ignored or deleted.:)