bvbohnen / x4-projects

Parent repo for other X4 projects, with shared code for documentation and release generation.
MIT License
42 stars 12 forks source link

Lua files in dat files #15

Closed kuertee closed 1 year ago

kuertee commented 1 year ago

Hey SirNukes, Got a question: Do we need lua files loaded with LuaLoader.Load to be loose files? Or can they be packed into the dat files?

bvbohnen commented 1 year ago

They have to be loose since it is using the lua import system instead of the x4 virtual file system.

kuertee commented 1 year ago

Thanks SirNukes!