• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

0.3 to 0.2

Evan

A splendid one to behold
Senator
Premium User
Joined
May 6, 2009
Messages
7,018
Solutions
1
Reaction score
1,040
Location
United States
I'm trying to update a 8.6 0.3 server to a 9.1 0.2 server, I realize several things have to be changed, but I run into one problem/question.
I realized 0.3 has a lib folder with many different files and 0.2 does not, however, they have a global file.
Is the entire lib folder in 0.3 the same as the global file in 0.2?
 
I'm trying to update a 8.6 0.3 server to a 9.1 0.2 server, I realize several things have to be changed, but I run into one problem/question.
I realized 0.3 has a lib folder with many different files and 0.2 does not, however, they have a global file.
Is the entire lib folder in 0.3 the same as the global file in 0.2?

Yes, it is. You can either join all functions from lib into global, or use dofile() function in global to load them separately.
 
Back
Top