Greasy Fork is available in English.

Idle Pixel Fixed

Extension to improve the experience of Idle Pixel

Tác giả
Karl Peter Skjelvik
Cài đặt hàng ngày
0
Số lần cài đặt
755
Đánh giá
1 0 0
Phiên bản
1.0.8
Đã tạo
03-09-2022
Đã cập nhật
18-12-2023
Giấy phép
N/A
Áp dụng cho

This is an extension for Idle Pixel, meant to improve the user experience.

This extension currently has 2 main components, the Activity Log and the Overview. Both of these components will be extended, and additional components might be added in the future.

Activity Log:

  • The Activity Log saves your loot popups and cooking results for you, so you can look back on them
  • Access the menu with the button in the left pane or pressing tab
  • By default the loot dialogues that appear in the activity log will not appear as pop-ups, but this can be toggled in the activity log settings window (click the cog in the top right)
  • In the activity log settings you can also enable showing the activity log in the overview tab, this is recommended if you have a high resolution screen (effective resolution 1200p+), but can be enabled and tested on smaller screens as well

Overview:

  • The Overview lets you perform many of the most common actions in the game in one tab
  • Access the tab above Key Items in the left pane
  • Whenever possible, the overview uses client-side prediction to make the interface feel a lot smoother
  • The colors are taken from the user settings in the base game to match the look of the rest of the page
  • The tree view lets you monitor growing trees and chop them when they are finished, and you can see your log supply and heat, and add logs to the oven to generate more heat
  • The farming view lets you monitor growing plants and harvest them when they are finished, as well as planting new seeds, adding bonemeal to the bonemeal bin, and see your bonemeal supply
  • The brewing view has 3 modes, 'Drink', 'Brew' and 'Favorite'
    • In the 'Drink' mode, the default mode, you can drink potions you have previously brewed
    • In the 'Brew' mode you can make more potions with your brewing ingredients
    • In the 'Favorite' mode you can toggle which potions should show up in the other modes
  • In the gathering view you can select where to gather, and open gathering bags
  • In the furnace view you can monitor your furnace progress and smelt more ores, and see your bar supply
  • In the machine view you can monitor your mining machinery and change the amount of active machines, and see your current oil flow. You can see your Geodes and open them, and use the minerals coming from geodes. You can see your rocket (just the normal rocket for now), and moonstones

This extension is built with TypeScript and React, and if you inspect the code here it might be hard to understand what is going on. If you are familiar with TypeScript and React, you can find the full repository here https://github.com/kape142/idle-pixel-fixed and look at the source code that compiles to the extension.

Changelogs:

Version 1.0.0

Features:

  • Added the Overview

Version 0.4.0

Features:

  • Added cooking to Activity Log

Version 0.3.0

Features:

  • Basic Activity Log functionality