Made Some of the core files show credit

This commit is contained in:
Cooldude2606
2017-07-02 23:18:04 +01:00
parent 0c68849870
commit 71e789b508
5 changed files with 11 additions and 11 deletions

View File

@@ -9,10 +9,10 @@ Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove. The credit below may be used by another script do not remove.
]] ]]
local credits = {{ local credits = {{
name='ExpGaming - Rank Control Functions', name='Explosive Gaming Rank System',
owner='Explosive Gaming', owner='Explosive Gaming',
dev='Cooldude2606', 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', factorio_version='0.15.23',
show=true show=true
}} }}

View File

@@ -9,12 +9,12 @@ Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove. The credit below may be used by another script do not remove.
]] ]]
local credits = {{ local credits = {{
name='ExpGaming - Server Interface', name='Explosive Gaming Server Interface',
owner='Explosive Gaming', owner='Explosive Gaming',
dev='Cooldude2606', dev='Cooldude2606',
description='A way of talking with the server with out breaking achevements', description='A way of talking with the server with out breaking achevements',
factorio_version='0.15.23', 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 local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line----------------------------------------------------------- --Please Only Edit Below This Line-----------------------------------------------------------

View File

@@ -9,10 +9,10 @@ Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove. The credit below may be used by another script do not remove.
]] ]]
local credits = {{ local credits = {{
name='File Header - ExpGaming-Core-GUI', name='Center Gui',
owner='Explosive Gaming', owner='Explosive Gaming',
dev='Cooldude2606', dev='Cooldude2606',
description='Just A File Header To Organise Code', description='The main gui in the center',
factorio_version='0.15.23', factorio_version='0.15.23',
show=false show=false
}} }}

View File

@@ -9,12 +9,12 @@ Discord: https://discord.gg/XSsBV6b
The credit below may be used by another script do not remove. The credit below may be used by another script do not remove.
]] ]]
local credits = {{ local credits = {{
name='Setup for the Gui Object', name='Explosive Gaming Gui System',
owner='Explosive Gaming', owner='Explosive Gaming',
dev='Cooldude2606', dev='Cooldude2606',
description='The very fondation of the Gui System', description='Without this it would not be the same',
factorio_version='0.15.23', 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 local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
--Please Only Edit Below This Line----------------------------------------------------------- --Please Only Edit Below This Line-----------------------------------------------------------

View File

@@ -6,12 +6,12 @@
-- @usage require('stdlib/event/event') -- @usage require('stdlib/event/event')
local credits = {{ local credits = {{
name='StdLib', name='Factorio StdLib',
owner='Afforess', owner='Afforess',
dev='Afforess', dev='Afforess',
description='The Factorio StdLib used here for the event handler', description='The Factorio StdLib used here for the event handler',
factorio_version='0.15.23', 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 local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end