Added A Full Rule List

This commit is contained in:
Cooldude2606
2017-12-30 14:39:26 +00:00
parent 96af51bf2e
commit 373f294dcf
2 changed files with 94 additions and 56 deletions

View File

@@ -17,34 +17,35 @@ Gui.center.add{
name='readme', name='readme',
caption='utility/questionmark', caption='utility/questionmark',
tooltip={'readme.tooltip'} tooltip={'readme.tooltip'}
}:add_tab('guildlines',{'readme.tab1-name'},{'readme.tab1-tooltip'},function(frame) }:add_tab('guildlines',{'readme.guildlines-name'},{'readme.guildlines-tooltip'},function(frame)
for i = 1,10 do for i = 1,10 do
local style=nil; if i == 1 then style = 'caption_label' end local style=nil; if i == 1 then style = 'caption_label' end
format_480(frame.add{ format_480(frame.add{
type='label', type='label',
caption={'readme.tab1-line'..tostring(i)}, caption={'readme.guildlines-line'..tostring(i)},
style=style style=style
}) })
end end
end):add_tab('chat',{'readme.tab2-name'},{'readme.tab2-tooltip'},function(frame) end):add_tab('chat',{'readme.chat-name'},{'readme.chat-tooltip'},function(frame)
format_480(frame.add{ format_480(frame.add{
type='label', type='label',
caption={'readme.tab2-singleline'} caption={'readme.chat-singleline'}
}) })
end):add_tab('commands',{'readme.tab3-name'},{'readme.tab3-tooltip'},function(frame) end):add_tab('commands',{'readme.commands-name'},{'readme.commands-tooltip'},function(frame)
format_480(frame.add{ format_480(frame.add{
type='label', type='label',
caption={'readme.tab3-singleline'} caption={'readme.commands-singleline'}
}) })
Gui.bar(frame,480)
local table = frame.add{name='command_table',type='table',column_count=2} local table = frame.add{name='command_table',type='table',column_count=2}
table.add{ table.add{
type='label', type='label',
caption={'readme.tab3-col1'}, caption={'readme.commands-col1'},
style='caption_label' style='caption_label'
} }
table.add{ table.add{
type='label', type='label',
caption={'readme.tab3-col2'}, caption={'readme.commands-col2'},
style='caption_label' style='caption_label'
} }
table.draw_vertical_lines = true table.draw_vertical_lines = true
@@ -61,7 +62,7 @@ end):add_tab('commands',{'readme.tab3-name'},{'readme.tab3-tooltip'},function(fr
discription.style.width = 400 discription.style.width = 400
discription.style.single_line = false discription.style.single_line = false
end end
end):add_tab('links',{'readme.tab4-name'},{'readme.tab4-tooltip'},function(frame) end):add_tab('links',{'readme.links-name'},{'readme.links-tooltip'},function(frame)
local links={ local links={
'https://discord.me/explosivegaming', 'https://discord.me/explosivegaming',
'https://explosivegaming.nl', 'https://explosivegaming.nl',
@@ -77,7 +78,7 @@ end):add_tab('links',{'readme.tab4-name'},{'readme.tab4-tooltip'},function(frame
for i = 1,4 do for i = 1,4 do
frame.add{ frame.add{
type="label", type="label",
caption={'readme.tab4-cap'..tostring(i)}, caption={'readme.links-cap'..tostring(i)},
style='caption_label' style='caption_label'
} }
format(frame.add{ format(frame.add{
@@ -85,20 +86,33 @@ end):add_tab('links',{'readme.tab4-name'},{'readme.tab4-tooltip'},function(frame
text=links[i] text=links[i]
}) })
end end
end):add_tab('servers',{'readme.tab5-name'},{'readme.tab5-tooltip'},function(frame) end):add_tab('servers',{'readme.servers-name'},{'readme.servers-tooltip'},function(frame)
format_480(frame.add{ format_480(frame.add{
type='label', type='label',
caption={'readme.tab5-singleline'} caption={'readme.servers-singleline'}
}) })
Gui.bar(frame,480)
for i = 1,6 do for i = 1,6 do
frame.add{ frame.add{
type='label', type='label',
caption={'readme.tab5-format',tostring(i),{'readme.tab5-cap'..tostring(i)}}, caption={'readme.servers-format',tostring(i),{'readme.servers-cap'..tostring(i)}},
style='caption_label' style='caption_label'
} }
format_480(frame.add{ format_480(frame.add{
type='label', type='label',
caption={'readme.tab5-des'..tostring(i)} caption={'readme.servers-des'..tostring(i)}
})
end
end):add_tab('rules',{'readme.rules-name'},{'readme.rules-tooltip'},function(frame)
format_480(frame.add{
type='label',
caption={'readme.rules-singleline'}
})
Gui.bar(frame,480)
for i = 1,20 do
format_480(frame.add{
type='label',
caption={'readme.rules-format',i,{'readme.rules-rule'..tostring(i)}}
}) })
end end
end) end)

View File

@@ -1,44 +1,68 @@
[readme] [readme]
tooltip=Open the readme gui that opens when you first join. tooltip=Open the readme gui that opens when you first join.
tab1-name=Guild Lines guildlines-name=Guild Lines
tab1-tooltip=These are the guildlines you should follow guildlines-tooltip=These are the guildlines you should follow
tab1-line1=Welcome to the Explosive Gaming Community! guildlines-line1=Welcome to the Explosive Gaming Community!
tab1-line2= guildlines-line2=
tab1-line3=Here are some guidelines to keep this Server fun for everyone: guildlines-line3=Here are some guidelines to keep this Server fun for everyone:
tab1-line4=- Hacking / cheating / abusing bugs will not be tolerated. guildlines-line4=- Hacking / cheating / abusing bugs will not be tolerated.
tab1-line5=- Be polite and use common sense. guildlines-line5=- Be polite and use common sense.
tab1-line6=- Nobody likes spam. That includes: Chat, Bots, unlimited Chests and Concrete. guildlines-line6=- Nobody likes spam. That includes: Chat, Bots, unlimited Chests and Concrete.
tab1-line7=- Do not remove stuff without even trying to talk / ask about it. guildlines-line7=- Do not remove stuff without even trying to talk / ask about it.
tab1-line8=- Trains: LHD (Left hand drive), no Loops and use them for long distances. guildlines-line8=- Trains: LHD (Left hand drive), no Loops and use them for long distances.
tab1-line9= guildlines-line9=
tab1-line10=If you have any questions about the rules, the server or the game in general, feel free to ask. Have Fun! guildlines-line10=If you have any questions about the rules, the server or the game in general, feel free to ask. Have Fun!
tab2-name=How To Chat chat-name=How To Chat
tab2-tooltip=How to chat in factorio with default key config chat-tooltip=How to chat in factorio with default key config
tab2-singleline=Chatting can be difficult for new players because its different than other games! Its very simple, the button you need to press is the “GRAVE/TILDE” key its located under the “ESC key”. If you would like to change the key go to your controls tab in options. The key you need to change is “Toggle Lua console” its located in the second column 2nd from bottom. chat-singleline=Chatting can be difficult for new players because its different than other games! Its very simple, the button you need to press is the “GRAVE/TILDE” key its located under the “ESC key”. If you would like to change the key go to your controls tab in options. The key you need to change is “Toggle Lua console” its located in the second column 2nd from bottom.
tab3-name=Commands commands-name=Commands
tab3-tooltip=These are the commands you can use commands-tooltip=These are the commands you can use
tab3-singleline=These are the many diffrent custom commands you are able to use, the base game commands are not shown commands-singleline=These are the many diffrent custom commands you are able to use, the base game commands are not shown
tab3-col1=Command Name commands-col1=Command Name
tab3-col2=Command Help commands-col2=Command Help
tab4-name=Links links-name=Links
tab4-tooltip=Helpful links for ways to get in touch links-tooltip=Helpful links for ways to get in touch
tab4-cap1=Discord voice and chat server: links-cap1=Discord voice and chat server:
tab4-cap2=Our website: links-cap2=Our website:
tab4-cap3=Steam: links-cap3=Steam:
tab4-cap4=Patreon: links-cap4=Patreon:
tab5-name=Servers servers-name=Servers
tab5-tooltip=Info on our other servers servers-tooltip=Info on our other servers
tab5-singleline=Welcome to the Explosive Gaming Community! servers-singleline=Welcome to the Explosive Gaming Community!
tab5-format=S__1__: __2__ servers-format=S__1__: __2__
tab5-cap1=Public servers-cap1=Public
tab5-des1=A place for all players, this map reset every 24h. servers-des1=A place for all players, this map reset every 24h.
tab5-cap2=Standard servers-cap2=Standard
tab5-des2=Before you play make sure you understand the game, reset every 48h. servers-des2=Before you play make sure you understand the game, reset every 48h.
tab5-cap3=Pro servers-cap3=Pro
tab5-des3=A pure mega base server, reset every 7 days and a password is needed to join. servers-des3=A pure mega base server, reset every 7 days and a password is needed to join.
tab5-cap4=Modded servers-cap4=Modded
tab5-des4=A modded server not much to say, just download the mods to play. Link on Discord for members. servers-des4=A modded server not much to say, just download the mods to play. Link on Discord for members.
tab5-cap5=Events servers-cap5=Events
tab5-des5=Sometimes we hold events, may require a password, join discord for more info. servers-des5=Sometimes we hold events, may require a password, join discord for more info.
tab5-cap6=Donator servers-cap6=Donator
tab5-des6=For those people who have two much money and give us some. Anything goes per request. servers-des6=For those people who have two much money and give us some. Anything goes per request.
rules-name=All Rules
rules-tooltip=A full list of rules for the server
rules-singleline=This is a full list of rules what must be followed, the guildlines will cover most points in here but for those who like to follow the rules word to word then here is the full list.
rules-format=__1__) __2__
rules-rule1=Hacking/cheating, exploiting and abusing bugs is not allowed.
rules-rule2=Any bugs or exploits found should be reported. (no creative items)
rules-rule3=Do not disrespect any player in the server.
rules-rule4=Do not take every item frmo a belt or via logics request, share resources.
rules-rule5=Do not spam, this includes stuff such as chat spam, item spam, chest spam etc.
rules-rule6=Do not laydown or remove concrete or stone with bots without permission.
rules-rule7=Do not use active provider chests without permission.
rules-rule8=Do not use speakers on global or with alearts without permission.
rules-rule9=Do not remove/move major parts of the factory without permission.
rules-rule10=Do not walk in player random direction for no reason(to save map size).
rules-rule11=Do not remove stuff just because you dont like it, tell people first.
rules-rule12=Do not rotate belts, deactive belts with wires, or cause production to stop.
rules-rule13=Do not make train roundabouts. Or any loops of any kind.
rules-rule14=When using trains use the same size that others have used.
rules-rule15=Trains are Left Hand Drive (LHD) only.
rules-rule16=Do not complain about lag, low fps and low ups or other things like that.
rules-rule17=Do not ask for rank, our ranks are synced with discord, admins cant give ranks.
rules-rule18=Do not advertise other servers unless you are a trusted server owner.
rules-rule19=Report any one who breaks the rules.
rules-rule20=Use common sense and what an admin says goes.