• 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!

TFS 1.X+ Basic doubt about revscripts

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,210
Solutions
35
Reaction score
206
Are there any gains in using revscripts? in relation to code optimization, reading speed, something like that?
I use tfs 1.2 without revscripts, would it be worth switching to a newer one, where revscripts are used?
 
For me, personally, its just more convenient to have scripts without all the .XML files.
Just put lua file into folder and you are done.
Convenient.
Apart from this i didnt notice any differences in the script processing. There may be some but not visible on the first sight.
 
Easier to script for as well, imo.

Don't need to make a global table for multiple scripts to pull from, can just put it all into a single script.

But yeah, not really a specific benefit, besides consolidating larger scripts into a single file.
 
Back
Top