Techium Announcement System
A guide to set up the TAS (Techium Announcement System)
The TAS is a system designed for displaying messages. Using a PC a user will type into an input box to display a message. The message can be changed as many times as needed and includes a lock to stop lower ranked players.
Setting up
Configuration
To configure the TAS enter the "Configuration" script inside the model. Next change the PIN underneath "Login" to set a code for the user. There are more options such as "Start_State" which will effect whether the system starts unlocked or locked upon joining the game. "Group_Config" will rank lock the system to a minimum and maximum rank from a group. Insert the Group ID into "Group_ID". Set the minimum in "MinRank" and maximum in "MaxRank".
What it looks like
return {
["PC_Config"] = {
["Login"] = {
["Pin"] = "1234", -- Change this to your pin | What does this do?...
},
["Start_State"] = "Locked", -- OTHERS: Locked/Unlocked - Description Soon
["Group_Config"] = {
["Group_ID"] = 0,
["MinRank"] = 0,
["MaxRank"] = 255,
},
},
["Display_Config"] = {
},
}
Loader
The loader has been obfuscated to avoid other companies or users from rebranding, reselling or stealing source code for their own benefit and use. The source code will not be given out to any user. Please avoid attempting to deobfusucating this loader as you will fail. Ultimately don't be sad enough to try and steal someone else's code. :)
Last updated