Jump to content

Main public logs

Combined display of all available logs of Out of Ore Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:27, 4 March 2026 Tattecko talk contribs created page Template:OOO-Buildings/Concrete (Created page with "<tabber> Standard= {{OOO-Buildings |list= <div class="ooo-browser__item is-active" data-target="concreteblock">Concrete Block</div> <div class="ooo-browser__item" data-target="concretefloor">Concrete Floor</div> <div class="ooo-browser__item" data-target="concretewall">Concrete Wall</div> |panels= <div id="concreteblock" class="ooo-browser__info is-active"> {{OOOInfoBox|type=Buildings|art=400011}} </div> <div id="concretefloor" class="ooo-browser__info"> {{OOOInfoBox|...")
  • 20:27, 4 March 2026 Tattecko talk contribs created page Template:OOO-Buildings/Wood (Created page with "{{OOO-Buildings |list= <div class="ooo-browser__item is-active" data-target="woodblock">Wood Block</div> <div class="ooo-browser__item" data-target="woodfloor">Wood Floor</div> <div class="ooo-browser__item" data-target="woodwall">Wood Wall</div> <div class="ooo-browser__item" data-target="woodwalll">Wood Wall L</div> <div class="ooo-browser__item" data-target="woodwallr">Wood Wall R</div> <div class="ooo-browser__item" data-target="woodroof">Wood Roof</div> |panels= <d...")
  • 20:01, 4 March 2026 Tattecko talk contribs created page Template:OOO-Buildings (Created page with "<includeonly>{{#invoke:OOO_BuildingsBrowser|render}}</includeonly> <noinclude> {{Documentation}} == Purpose == Displays a browser view of building elements by subcategory using the OOO data modules. It automatically generates the list and infobox panels from: Module:OOO/Data/Buildings == Usage == <pre> {{OOO-Buildings |subcategory=Wood }} </pre> == Parameters == {| class="wikitable" ! Parameter ! Description |- | subcategory | Building subcategory to display (Wo...")
  • 19:36, 4 March 2026 Tattecko talk contribs created page Template:OOO-Browser (Created page with "<includeonly><div class="ooo-browser"> <div class="ooo-browser__list"> {{{list|}}} </div> <div class="ooo-browser__panel"> {{{panels|}}} </div> </div></includeonly><noinclude> == Documentation == Reusable two-column browser layout. * Left column: clickable items (you provide the markup in <code>|list=</code>) * Right column: panels (you provide the markup in <code>|panels=</code>) This template only renders layout. It does not generate items or panels by itself. === R...")
  • 13:37, 4 March 2026 Tattecko talk contribs created page Template:OOO-Step (Created page with "<includeonly> <div class="ooo-step"> <div class="ooo-step__title"> <span class="ooo-step__number">Step {{{number|}}}</span> — {{{title|}}} </div> <div class="ooo-step__body"> {{#if:{{{image|}}}| <div class="ooo-step__image"> [[File:{{{image}}}|140px]] </div> }} <div class="ooo-step__content"> {{{text|}}} </div> </div> </div> </includeonly><noinclude> == OOO Step Template == Displays a structured step used in guides and tutorials. An optional image can be added...")
  • 13:36, 4 March 2026 Tattecko talk contribs created page File:Exmpl img.png
  • 13:36, 4 March 2026 Tattecko talk contribs uploaded File:Exmpl img.png
  • 12:53, 4 March 2026 Tattecko talk contribs created page Template:OOO-Tip (Created page with "<includeonly> <div class="ooo-tip"> đź’ˇ <strong>{{{title|Tip}}}</strong><br> {{{text|}}} </div> </includeonly><noinclude> == OOO Tip Template == Displays a small inline gameplay tip that can be placed anywhere on a page. === Usage === <syntaxhighlight lang="wiki"> {{OOO-Tip | text = Use conveyors to automate transport. }} </syntaxhighlight> Default title is **Tip**. === Custom Title Example === <syntaxhighlight lang="wiki"> {{OOO-Tip | title = Pro Tip | text = Sp...")
  • 09:23, 4 March 2026 Tattecko talk contribs created page Template:OOO-Separator (Created page with "<includeonly><div class="ooo-section-title">{{{title|}}}</div></includeonly><noinclude> == OOO Separator Template == Creates a centered section separator with lines on both sides. === Usage === <syntaxhighlight lang="wiki"> {{OOO-Separator | title = Navigation }} </syntaxhighlight> === Example === {{OOO-Separator | title = Community & Resources }} ---- <templatedata> { "description": "Creates a centered section separator with decorative lines on both sides.",...")
  • 21:42, 3 March 2026 Tattecko talk contribs created page Module:OOOFAQ (Created page with "local p = {} function p.render(frame) local args = frame:getParent().args local html = mw.html.create('div') :addClass('ooo-faq') local index = 1 while args['question' .. index] do local question = args['question' .. index] local answer = args['answer' .. index] or '' local item = html:tag('div') :addClass('mw-collapsible mw-collapsed ooo-faq__item') item:tag('div') :addClass('ooo-faq__q...")
  • 20:10, 3 March 2026 Tattecko talk contribs created page Template:OOO-FAQ/doc (Created page with "== OOO FAQ Template == Creates collapsible FAQ sections styled for Out of Ore Wiki. ---- === Usage === <syntaxhighlight lang="wiki"> {{OOO-FAQ | content = <details class="ooo-faq__item"> <summary class="ooo-faq__question"> How does power work? </summary> Power is generated by generators and distributed through cables. </details> }} </syntaxhighlight> ---- === Live Example === See: OOO-FAQ-Demo ---- === Notes === • Do not wrap answers in extra div elem...")
  • 20:09, 3 March 2026 Tattecko talk contribs created page Template:OOO-FAQ (Created page with "<includeonly> <div class="ooo-faq"> {{{content|}}} </div> </includeonly> <noinclude>{{Documentation}}</noinclude>")
  • 20:00, 3 March 2026 Tattecko talk contribs created page OOO-FAQ (faq template. doc: ooo-faq/doc)
  • 19:36, 3 March 2026 Tattecko talk contribs created page Template:OOO-Intro (intro template that can be used on top of pages, pre styles, just fill in)
  • 18:08, 3 March 2026 Tattecko talk contribs created page Template:OOO-Notice (global notice template with multiple types to use.)
  • 21:20, 2 March 2026 T-Bone talk contribs changed group membership for Tattecko from (none) to administrator, interface administrator, bureaucrat and suppressor
  • 21:20, 2 March 2026 Eiromplays talk contribs changed group membership for T-Bone from interface administrator and administrator to interface administrator, administrator, bureaucrat and suppressor
  • 17:00, 1 January 2026 Eiromplays talk contribs deleted page File:Fakturautkast.pdf (content was: "", and the only contributor was "Eiromplays" (talk))
  • 17:00, 1 January 2026 Eiromplays talk contribs created page File:Fakturautkast.pdf
  • 17:00, 1 January 2026 Eiromplays talk contribs uploaded File:Fakturautkast.pdf
  • 23:38, 19 December 2025 T-Bone talk contribs created page Support/Troubleshooting/Incompatible software (Created page with "This page lists software that is known to cause issues with '''Out of Ore''' in some cases. Having one of the programs listed below does '''not''' mean the game will always fail to run. However, if you are experiencing startup issues or crashes, temporarily disabling or uninstalling the software listed here may help identify the cause. == Antivirus and security software == Some third-party antivirus and security programs may block the game from starting or may remove...")
  • 23:32, 19 December 2025 T-Bone talk contribs created page Template:NeedHelp (Created page with "== Need help? == If you are unsure how to proceed or need assistance, the best place to get help is our Discord server. Please post your question in the '''game-help''' forum channel, where other players and the development team can help. * Discord server: https://discord.gg/nmc * Game help forum: https://discord.com/channels/463319805311582208/1251084151243804713")
  • 23:32, 19 December 2025 T-Bone talk contribs created page Support/Save game backup and restore (Created page with "This page explains how to back up, restore, and share save games in '''Out of Ore'''. Out of Ore does not currently support Steam Cloud, so save games are stored locally on your computer. == When should I back up my save games? == It is recommended to back up your save games: * Before reinstalling the game * Before reinstalling Windows * Before switching to a new computer * Before troubleshooting crashes or issues * If you want to share a save game with another player...")
  • 23:12, 19 December 2025 T-Bone talk contribs created page Support/How to send crash reports (Created page with "When Out of Ore crashes, the game usually creates crash files that help us understand what went wrong. This page explains how to collect and send those files. == Step 1: Locate the crash files == Crash files are usually stored here: <pre> %localappdata%\OutOfOre\Saved\Crashes </pre> Each crash is stored in its own folder, named something like: <pre> UE4CC-Windows-XXXXXXXXXXXX </pre> If multiple folders exist, the most recent one is usually the relevant crash. == Ste...")
  • 23:09, 19 December 2025 T-Bone talk contribs created page Support/File locations (Created page with "This page lists important file locations used by '''Out of Ore''' and explains what they are generally used for. You can copy any of the paths below and paste them directly into the File Explorer address bar. == Steam Cloud support == Out of Ore does not currently support Steam Cloud synchronization. This means that save games, companies, and other local data are stored only on your computer and are not automatically backed up by Steam. If you are reinstalling the g...")
  • 19:00, 19 December 2025 T-Bone talk contribs deleted page Troubleshooting/Performance issues (content was: "#REDIRECT Support/Troubleshooting/Performance issues", and the only contributor was "T-Bone" (talk))
  • 16:20, 19 December 2025 T-Bone talk contribs deleted page Troubleshooting (content was: "#REDIRECT Support/Troubleshooting", and the only contributor was "T-Bone" (talk))
  • 15:29, 19 December 2025 T-Bone talk contribs deleted page Troubleshooting/Crashes (content was: "#REDIRECT Support/Troubleshooting/Crashes", and the only contributor was "T-Bone" (talk))
  • 15:29, 19 December 2025 T-Bone talk contribs moved page Troubleshooting/Performance issues to Support/Troubleshooting/Performance issues
  • 15:29, 19 December 2025 T-Bone talk contribs moved page Troubleshooting/Game won’t start to Support/Troubleshooting/Game won’t start
  • 15:29, 19 December 2025 T-Bone talk contribs moved page Troubleshooting/Crashes to Support/Troubleshooting/Crashes
  • 15:29, 19 December 2025 T-Bone talk contribs moved page Troubleshooting to Support/Troubleshooting
  • 15:27, 19 December 2025 T-Bone talk contribs created page Support (Created page with "This section contains technical help and support resources for '''Out of Ore'''. * Support/Troubleshooting * Support/How to report a bug * Support/Known issues")
  • 15:22, 19 December 2025 T-Bone talk contribs created page Troubleshooting/Performance issues (Created page with "= Performance issues = This page covers performance-related problems such as low FPS, stuttering, or long loading times. Content will be expanded as common patterns are identified.")
  • 15:22, 19 December 2025 T-Bone talk contribs created page Troubleshooting/Crashes (Created page with "= Crashes = This page covers issues where Out of Ore starts but crashes during gameplay or loading. Common crash causes and solutions will be added as they are identified. If you are experiencing crashes, please include: * What you were doing when the crash occurred * Whether it happens consistently * Any error messages or crash reports")
  • 15:21, 19 December 2025 T-Bone talk contribs created page Troubleshooting/Game won’t start (Created page with "This page lists common technical issues and solutions for '''Out of Ore'''. If you are having problems launching the game, crashing, or experiencing unexpected behavior, please check the sections below before contacting support. == Game won’t start == === Symptoms === One or more of the following may happen: * Clicking '''Launch''' in Steam briefly changes the button to '''Running''', then it returns to '''Launch''' * The game window never opens * No error message i...")
  • 22:09, 17 December 2025 T-Bone talk contribs created page Troubleshooting (Created page with "This page lists common technical issues and solutions for '''Out of Ore'''. If you are having problems launching the game, crashing, or experiencing unexpected behavior, please check the sections below before contacting support. == Game won’t start == === Symptoms === One or more of the following may happen: * Clicking '''Launch''' in Steam briefly changes the button to '''Running''', then it returns to '''Launch''' * The game window never opens * No error message i...")
  • 23:02, 4 December 2025 T-Bone talk contribs created page Multiplayer (Created page with "Our of Ore Multiplayer")
  • 22:50, 4 December 2025 T-Bone talk contribs created page Version/0.32 (Created page with "{{Version infobox | version = 0.32 | date = 2025-12-04 | type = Update | steam = https://store.steampowered.com/news/app/2009350/view/517480275699041201 | summary = Adds two new bucket wheel excavators, raises multiplayer limit to 16, improves dirt effects, adds the Metal Ore Sorter, and includes numerous vehicle, production, and UI fixes. }} = Update 0.32 = ''Bucket wheel excavators'' Update '''0.32''' introduces two new bucket wheel excavators,...")
  • 20:56, 4 December 2025 T-Bone talk contribs created page Version/0.31 (Created page with "{{Version infobox | version = 0.31 | date = 2025-10-23 | type = Update | summary = Introduces 15 new vehicles—including rope shovels and long-boom excavators—alongside the new Skill Tree, Periodic Table of Elements, QoL upgrades, and major fixes across vehicles, buildings, production systems, UI, and gameplay. | steam = https://store.steampowered.com/news/app/2009350/view/519728266793191831 }} = Version 0.31 = ''Released October 23, 2025'' '''Update 0.31'''...")
  • 19:49, 4 December 2025 T-Bone talk contribs created page Version/0.30 (Created page with "{{Version infobox | version = 0.30 | type = Major update | date = 2025-07-11 | steam = https://store.steampowered.com/news/app/2009350/view/508459935414091824 | summary = Introduces automatic manufacturing, pipelines, and fluid systems. Adds new production units, expanded company management, and upgraded fuel mechanics, pushing Out of Ore toward fully automatable mining and refining workflows. }} '''Update 0.30 – Automatic Manufacturing''' is a major updat...")
  • 11:41, 3 December 2025 T-Bone talk contribs created page Version (Created page with "Version page")
  • 23:54, 2 December 2025 T-Bone talk contribs created page Version/0.29.3639 (Created page with "{{Version infobox | version = 0.29.3639 | date = 2025-06-27 | type = Hotfix | steam = https://store.steampowered.com/news/app/2009350/view/536605983645893210 | summary = Fixes fuel behavior and tanker transfer issues. | nocategory = 1 }} '''Version 0.29.3639''' is a hotfix released on '''June 27, 2025'''. It focuses on fuel system corrections following the major mechanics update earlier in the month. == Patch Notes == * Corrected fuel use * Tankers no lo...")
  • 23:53, 2 December 2025 T-Bone talk contribs created page Version/0.29.3345 (Created page with "{{Version infobox | version = 0.29.3345 | date = 2025-04-27 | type = Hotfix | summary = Fixes a dirt transformation issue caused by changes in 0.29. | nocategory = 1 }} '''Version 0.29.3345''' is a hotfix released on '''April 27, 2025'''. It resolves issues where dirt would incorrectly transform or change type in the new systems introduced in 0.29. == Patch Notes == * Fixed dirt transformation issue")
  • 23:53, 2 December 2025 T-Bone talk contribs created page Version/0.29.3344 (Created page with "{{Version infobox | version = 0.29.3344 | date = 2025-04-27 | type = Patch | summary = Button limit increase, dirt sorting fixes, and new crate-drop overflow system. }} '''Version 0.29.3344''' was released alongside {{Version|0.29.3343}}, expanding controller button support and improving dirt sorting and item overflow behavior. == Patch Notes == * Max button limit increased to 32 (previously 16) * Added another D-pad * Fixed some dirt sorting issues * Added cr...")
  • 23:52, 2 December 2025 T-Bone talk contribs created page Category:Version 0.29 (Created page with "0.29 patches")
  • 23:52, 2 December 2025 T-Bone talk contribs created page Version/0.29.3343 (Created page with "{{Version infobox | version = 0.29.3343 | date = 2025-04-27 | type = Patch | summary = Crash fixes, translation corrections, controller tweaks, and lighting fixes. | nocategory = 1 }} '''Version 0.29.3343''' is a patch released on '''April 27, 2025'''. It contains stability improvements, translation fixes, and controller adjustments. == Patch Notes == * Fixed some crashes * Corrected some translations * G29 pedals issue fixed * Fixed lights issues * Removed...")
  • 23:51, 2 December 2025 T-Bone talk contribs created page Version/0.29.3340 (Created page with "{{Version infobox | version = 0.29.3340 | date = 2025-04-18 | type = Hotfix | steam = https://store.steampowered.com/news/app/2009350/view/536599641627558277 | summary = Fixes quest list duplication issues introduced in 0.29. | nocategory = 1 }} '''Version 0.29.3340''' is a hotfix released shortly after {{Version|0.29}}, addressing a UI issue with duplicated quests. == Patch Notes == * Fixed quests list duplicating")
  • 23:50, 2 December 2025 T-Bone talk contribs created page Version/0.29 (Created page with "{{Version infobox | version = 0.29 | date = 2025-04-18 | type = Major update | steam = https://store.steampowered.com/news/app/2009350/view/536599641627558073 | summary = Massive conveyor, power, UI, and systems overhaul introducing new production chains, energy management, and a redesigned MineOS interface. }} '''Version 0.29''' is a major content and systems update for ''Out of Ore'', released on '''April 18, 2025'''. It introduces the full conveyor ove...")
  • 23:48, 2 December 2025 T-Bone talk contribs created page Version/0.27.3371 (Created page with "{{Version infobox | version = 0.27.3371 | date = 2025-06-26 | type = Update | summary = Adds new fuel mechanics, UI improvements, a Company Manager, and further save and tutorial fixes. | nocategory = 1 }} '''Version 0.27.3371''' is a small update released on '''June 26, 2025'''. It introduces improved fuel mechanics, UI changes, new company-related tools, and several game stability fixes. == Patch Notes == * New Fuel mechanics * Fuel tankers have separate...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)