Search found 2 matches

by stefan
Sun Jul 26, 2009 4:00 pm
Forum: Programming Discussion
Topic: How do you embed lua files?
Replies: 5
Views: 550

Re: How do you embed lua files?

GyroVorbis wrote:Use luac to compile Lua code. This makes it unreadable to the user (as well as uneditable).

But it seems like you aren't worried about editing, you just don't want to have to worry about a bunch of files.

I believe you can do what you want with a resource editor, though.
Thanks. :)
by stefan
Sat Jul 25, 2009 1:02 pm
Forum: Programming Discussion
Topic: How do you embed lua files?
Replies: 5
Views: 550

How do you embed lua files?

Hi.

Is it possible to embed lua files into the program so that if you send your file to someone, they only get the program and not all of the resources as separate files?

Thanks in advance.