All public logs
From Eco - English Wiki
Combined display of all available logs of Eco - English Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:21, 21 September 2024 User account Mariyahoum2538 talk contribs was created
- 11:57, 18 September 2024 User account Mariyahoum0404 talk contribs was created
- 19:10, 16 September 2024 User account Nurofen talk contribs was created automatically
- 12:52, 8 September 2024 User account Devve talk contribs was created
- 21:03, 6 September 2024 User account Cardy talk contribs was created automatically
- 14:24, 6 September 2024 User account Samisamou talk contribs was created automatically
- 17:10, 5 September 2024 JohnK talk contribs created page Registered Mods (Mod edit) Tag: Visual edit
- 12:22, 4 September 2024 User account LesLimbes360 talk contribs was created automatically
- 20:46, 3 September 2024 User account Natorade talk contribs was created
- 10:47, 3 September 2024 User account Micka talk contribs was created automatically
- 19:34, 26 August 2024 User account Denisc talk contribs was created automatically
- 13:51, 26 August 2024 User account Marikahoum9681 talk contribs was created
- 10:48, 26 August 2024 User account Marikahoum6524 talk contribs was created
- 01:39, 26 August 2024 User account Guilty Spark talk contribs was created
- 12:57, 23 August 2024 User account BZHFINISTERE talk contribs was created
- 13:46, 22 August 2024 StalEF talk contribs created page Module:CommandTable10 (Created page with "local p = {} function p.main() local wiki = '' -- import the required modules local commandsData = require( "Module:CommandData9" ) local commands = commandsData.commands -- create the header of the table local header = "<table class=\"wikitable sortable\"> \n " header = header .. "<tr> \n " header = header .. "<th>Access<br>level</th> \n " header = header .. "<th>Command</th> \n " header = header .. "<th>Short<br>call</th> \n " header = header .. "<th>...")
- 13:45, 22 August 2024 StalEF talk contribs created page Template:ChatCommands10 (Created page with "<includeonly> {{#invoke:CommandTable10|main}} </includeonly> <noinclude> ==Documentation== <pre> {{ChatCommands10}} </pre> This template can be used to grab Command Information and display it in a table. CommandsList will generate the information, using the following Modules: *Module:CommandTable10 *Module:CommandData10 ==Example== {{ChatCommands10}} Category:Table Templates </noinclude>") Tag: 2017 source edit
- 13:40, 22 August 2024 StalEF talk contribs created page Module:CommandData (Created page with "-- Eco Version : 0.11.0.1 beta release-702 -- Export Language: English return { commands = { ['/achievements giveachive'] = { ['command'] = 'giveachive', ['parent'] = 'achievements', ['helpText'] = 'Give an achievement to the given user', ['shortCut'] = 'chieve', ['level'] = 'DevTier', ['parameters'] = { ['Arg1'...")
- 13:37, 22 August 2024 StalEF talk contribs created page Module:CommandData/doc (Created page with "{{DataModule}} The Module:Skills is currently used in: *Module:CommandTable: see Template:ChatCommands for more details. <includeonly>Category:Eco data files</includeonly>") Tag: 2017 source edit
- 13:36, 22 August 2024 StalEF talk contribs moved page Module:CommandData/doc to Module:CommandData10/doc without leaving a redirect
- 13:36, 22 August 2024 StalEF talk contribs moved page Module:CommandData to Module:CommandData10 without leaving a redirect
- 22:07, 20 August 2024 User account YoloMax talk contribs was created
- 14:19, 19 August 2024 User account CoCo7412 talk contribs was created automatically
- 14:04, 19 August 2024 User account Marikahoum5482 talk contribs was created
- 11:13, 19 August 2024 User account Marikahoum1317 talk contribs was created
- 08:18, 19 August 2024 User account Marikahoum2995 talk contribs was created
- 10:37, 18 August 2024 User account 4y64uk talk contribs was created automatically
- 01:28, 17 August 2024 User account ReaperSMS talk contribs was created
- 12:05, 13 August 2024 StalEF talk contribs created page Server Configuration/WorldObjects.eco (Created page with "This may be connected to when world object check to see if their stats have changed, and thus update their appearance. For example, as of 0.8, fertilizing crops requires waiting for (or forcing) a tick update for the new soil statistics to show up when using a Soil Sampler. *<code>TargetTickDeltaTimeMS</code> Time between world object ticks, in milliseconds. Defaults to 0, which makes it variable. Appears to target a 10 minute...") Tag: 2017 source edit
- 12:04, 13 August 2024 StalEF talk contribs created page Server Configuration/Users.eco (Created page with "* <code>MaxRepFromOnePerson</code> The most positive reputation a player can receive from one other player. * <code>MinRepFromOnePerson</code> The most negative reputation a player can receive from one other player. * <code>WhiteList</code> Users who can enter the server without inputting a password. * <code>BlackList</code> Users who are denied entry to the server. * <code>Admins</code> Users with admin privileges, able to use admin commands. * <code>Reputations</code>...") Tag: 2017 source edit
- 12:03, 13 August 2024 StalEF talk contribs created page Server Configuration/Storage.eco (Created page with "*<code>SaveName</code> The name of the world *<code>SaveFrequency</code> (default : "60") Time between saves. *<code>CleanupFilesOnExceptions</code> (default : false) Defines if we clean files when exceptions occured. *<code>StorageDirectory</code> (default : "Storage") Defines the name of the directory where saves files is stored.") Tag: 2017 source edit
- 12:02, 13 August 2024 StalEF talk contribs created page Server Configuration/Stats.eco (Created page with "Controls reading and writing statistics information to the stats database. Disabling these will cause issues with the web interface.") Tag: 2017 source edit
- 12:01, 13 August 2024 StalEF talk contribs created page Server Configuration/Rooms.eco (Created page with "* <code>EmptyBlocksCountAsWindows</code> Disable to require window blocks for windows. * <code>WallBlocksPerWindow</code> Defines how many wall blocks are needed for each empty window or door block.") Tag: 2017 source edit
- 12:01, 13 August 2024 StalEF talk contribs created page Server Configuration/Pause.eco (Created page with "* <code>Paused</code> Pauses the game world when true. * <code>UnpauseAtFirstLogin</code> Allows newly created worlds to be paused until someone joins them for the first time.") Tag: 2017 source edit
- 12:00, 13 August 2024 StalEF talk contribs created page Server Configuration/EcoSim.eco (Created page with "Contains settings for atmosphere, pollution rates (e.g. from tailings) and sea level rise, as well as biome definitions and simulation interactions like rainfall. Also sets configurations for the time multiplier, day & night length and the base skill gain rate. * <code>TimeMult</code> An optional multiplier to make game time (including crafting, simulations, etc.) run faster or slower. * <code>TimeOfDayScale</code> Adjusts the speed at which the day/...") Tag: 2017 source edit
- 11:52, 13 August 2024 StalEF talk contribs created page Server Configuration/WorldGenerator.eco (Created page with "Settings here will only take effect when generating a new world. *<code>Seed</code> Determines the randomizer seed used for world generation. Two identical config files with the same seed will generate identical worlds. Identical config files with different seeds will generate similar (i.e. based on the same parameters) but different worlds. *<code>Dimensions</code> Both values must be equal, and must be multiples of 4 (or the server won't launch). Larger world will be...") Tag: 2017 source edit
- 11:51, 13 August 2024 StalEF talk contribs created page Server Configuration/World.eco (Created page with "*<code>WorldTickCPUMax</code> Determines how much of any CPU core can be used by the server. Defaults to 25%, and should supposedly not be set higher than 75%.") Tag: 2017 source edit
- 11:50, 13 August 2024 StalEF talk contribs created page Server Configuration/Sleep.eco (Created page with "It is default disabled for dedicated servers, and enabled for local servers. * <code>AllowFastForward</code> (default depends on server type) will allow players to use beds to fast-forward time. * <code>SleepTimePassMultiplier</code> (defaulted to "500") defines the maximum fast-forward speed. * <code>TimeToReachMaximumTimeRate</code> (defaulted "10") defines how long the windup time is to reach that maximum fast-forward speed.") Tag: 2017 source edit
- 11:48, 13 August 2024 StalEF talk contribs created page Server Configuration/Profanity.eco (Created page with "Contains a list of offensive words (including such offenders as 'commie' and 'shinola'), presumably for chat protection.") Tag: 2017 source edit
- 11:48, 13 August 2024 StalEF talk contribs created page Server Configuration/Network.eco (Created page with " *<code>PublicServer</code> (default : false) Defines if other players can see server. *<code>Playtime</code> See #Set_playtime_table. *<code>DiscordAddress</code> Invite link ID for a Discord server (the ID after the “discord.gg/”). *<code>Password</code> Defines if a server's password. *<code>Description</code> Defines the name of the server. *<code>DetailedDescription</code> Defines the server's description. *<code>ServerCategory</code> See #Set_server_categ...") Tag: 2017 source edit
- 11:47, 13 August 2024 StalEF talk contribs created page Server Configuration/Maintenance.eco (Created page with "* <code>Auto Shutdow Hour</code> Specifies what UTC hour of the day automatic shutdown should occur. The is best paired with systems that automatically restart the server * <code>Auto Shutdow Message</code> Specifies the message to be sent when the automatic shutdown occurs.") Tag: 2017 source edit
- 11:46, 13 August 2024 StalEF talk contribs created page Server Configuration/Localization.eco (Created page with "* <code>Language</code> (default : "English") Defines the language. ** <code>English</code> English ** <code>French</code> Français **<code>German</code>Deutsch") Tag: 2017 source edit
- 11:42, 13 August 2024 StalEF talk contribs created page Server Configuration/ModKit.eco (Created page with "* <code>WhitelistEnabled</code> Whether to use a whitelist to select mods to load. If disabled, all listed mods will be loaded. * <code>Whitelist</code> Which mods to load when whitelist is enabled. * <code>LiveUpdateUnityFiles</code> Whether to check for unity file updates continuously, e.g. when switching mods around for testing. * <code>PreserveGeneratedModsAssembly</code> Controls if the Eco.Mods.dll assembly is saved on server start.") Tag: 2017 source edit
- 10:57, 13 August 2024 User account Marikahoum4172 talk contribs was created
- 06:14, 13 August 2024 StalEF talk contribs created page Server Configuration/Balance.eco (Created page with "{| class="wikitable sortable mw-collapsible" !Setting !Default !Options !Description |- |<code>MaxActivePlayers</code> |<code>0</code> | | |- |<code>ShelfLifeMultiplier</code> |<code>1.0</code> | |Multiplier applied to food shelf life (conservation). the higher the multiplier, the longest the food can be preserved. |- |<code>CalorieMultiplierOnMove</code> |<code>5</code> | | |- |<code>RetroactiveExperienceRate</code> |<code>0</code> | | |}") Tag: 2017 source edit
- 06:01, 13 August 2024 StalEF talk contribs created page Server Configuration/Difficulty.eco (Created page with "{| class="wikitable sortable mw-collapsible" |+ !Setting !Default !Options !Description |- |<code>CollaborationPreset</code> |<code>MediumCollaboration</code> | * <code>NoCollaboration</code> * <code>LowCollaboration</code> * <code>MediumCollaboration</code> * <code>HighCollaboration</code> |Change collaboration settings to adjust how quickly players gain skill points. |- |<code>SpecialtyCostMultiplier</code> |<code>1.0</code> | |Multiplier applied to the cost of lea...") Tag: 2017 source edit
- 06:00, 13 August 2024 StalEF talk contribs created page Server Configuration/Disasters.eco (Created page with "{| class="wikitable sortable mw-collapsible" !Setting !Default !Options !Description |- |<code>CreateMeteor</code> |<code>true</code> | *<code>true</code> * <code>false</code> |Defines if there is a meteor or not. |- |<code>MeteorImpactDays</code> |<code>30.0</code> | |Number of days before meteor. Real time defined. |}") Tag: 2017 source edit
- 05:37, 13 August 2024 StalEF talk contribs created page Server Configuration/Backup.eco (Created page with "{| class="wikitable" |+ ! Setting !! Default !! Options !! Description |- | |} "Enabled": true, "MaxBackupsInLastHour": 2, "MaxHourlyBackups": 24, "MaxDailyBackups": 3, "MaxWeeklyBackups": 10, "BackupFrequencyInHours": 0.5, "HeadBackupEnabled": false") Tag: 2017 source edit
- 00:36, 13 August 2024 User account AzzuriteTV talk contribs was created
- 08:39, 11 August 2024 StalEF talk contribs protected Template:AboutEco [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (Excessive vandalism) (hist)