callum123 Posted December 4, 2012 Share Posted December 4, 2012 Say I have some mapping, is there any difference in FPS, draw distance, Lag etc... from converting a map file into createObject in lua? Whats are the pro's and con's of each? Thanks. Link to comment
myonlake Posted December 5, 2012 Share Posted December 5, 2012 As far as I know, map files are downloaded separately in the map download process. If you use them in a lua script file, it will load them via the script process instead. I don't think there's much of big differences - I have used both and I can't see any major differences. Link to comment
eAi Posted December 6, 2012 Share Posted December 6, 2012 Maps are much better compressed than LUA, and should be a fair bit faster to load. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now