diff --git a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua index dd5acf2f..41f0bfec 100644 --- a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua +++ b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua @@ -9,10 +9,10 @@ Discord: https://discord.gg/XSsBV6b The credit below may be used by another script do not remove. ]] local credits = {{ - name='ExpGaming - Rank Control Functions', + name='Explosive Gaming Rank System', owner='Explosive Gaming', dev='Cooldude2606', - description='The Core for the Rank Controls', + description='The very core that all of the others are based on', factorio_version='0.15.23', show=true }} diff --git a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua index 4f380587..506a9851 100644 --- a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua +++ b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua @@ -9,12 +9,12 @@ Discord: https://discord.gg/XSsBV6b The credit below may be used by another script do not remove. ]] local credits = {{ - name='ExpGaming - Server Interface', + name='Explosive Gaming Server Interface', owner='Explosive Gaming', dev='Cooldude2606', description='A way of talking with the server with out breaking achevements', factorio_version='0.15.23', - show=false + show=true }} local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end --Please Only Edit Below This Line----------------------------------------------------------- diff --git a/locale/ExpGaming-Core/GUI/ExpGaming - Center Gui.lua b/locale/ExpGaming-Core/GUI/ExpGaming - Center Gui.lua index 7af14de5..9c07edf6 100644 --- a/locale/ExpGaming-Core/GUI/ExpGaming - Center Gui.lua +++ b/locale/ExpGaming-Core/GUI/ExpGaming - Center Gui.lua @@ -9,10 +9,10 @@ Discord: https://discord.gg/XSsBV6b The credit below may be used by another script do not remove. ]] local credits = {{ - name='File Header - ExpGaming-Core-GUI', + name='Center Gui', owner='Explosive Gaming', dev='Cooldude2606', - description='Just A File Header To Organise Code', + description='The main gui in the center', factorio_version='0.15.23', show=false }} diff --git a/locale/ExpGaming-Core/GUI/ExpGaming - Modlue Setup.lua b/locale/ExpGaming-Core/GUI/ExpGaming - Modlue Setup.lua index bafade34..a1697239 100644 --- a/locale/ExpGaming-Core/GUI/ExpGaming - Modlue Setup.lua +++ b/locale/ExpGaming-Core/GUI/ExpGaming - Modlue Setup.lua @@ -9,12 +9,12 @@ Discord: https://discord.gg/XSsBV6b The credit below may be used by another script do not remove. ]] local credits = {{ - name='Setup for the Gui Object', + name='Explosive Gaming Gui System', owner='Explosive Gaming', dev='Cooldude2606', - description='The very fondation of the Gui System', + description='Without this it would not be the same', factorio_version='0.15.23', - show=false + show=true }} local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end --Please Only Edit Below This Line----------------------------------------------------------- diff --git a/locale/StdLib/event.lua b/locale/StdLib/event.lua index 640e9d28..3c68bb80 100644 --- a/locale/StdLib/event.lua +++ b/locale/StdLib/event.lua @@ -6,12 +6,12 @@ -- @usage require('stdlib/event/event') local credits = {{ - name='StdLib', + name='Factorio StdLib', owner='Afforess', dev='Afforess', description='The Factorio StdLib used here for the event handler', factorio_version='0.15.23', - show=false + show=true }} local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end