Skip to content
#

game

Here are 47,589 public repositories matching this topic...

lila
openage
heinezen
heinezen commented Oct 1, 2021

Required skills: Python

Difficulty: Easy

For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:

INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
AtkinsSJ
AtkinsSJ commented Feb 5, 2022

Discovered while working on #16558, the Options window code misuses a couple of other string IDs to format the "Window scale factor" (as a number with 2 decimal places) and "Autosave amount" (as a positive integer). Ideally both would either have unique strings defined, or some general-purpose number-formatting ones.

olistic
olistic commented May 25, 2018

Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.

Example:

# Starbolt - beginner
bjorn
bjorn commented Jun 18, 2021

The Terrain Brush can fill full tiles by holding Control. It is mentioned in the manual, but it would be nice if this feature was easier to discover. Also some people may want this mode to be the default, so that they don't have to hold Control all the time.

I'd suggest we add a toggle button, or two buttons to switch between, to the toolbar for the Terrain Brush. It should allow changing the c

MaxD98
MaxD98 commented Feb 9, 2022

Describe the bug

As title says, you can gain the Strong Knees mutation from the Batrachian tree even if you already have Bad Knees.

Steps to reproduce

  1. Choose the Bad Knees trait from character creation or debug menu.
  2. Gain the Strong Knees mutation from debug menu or mutagen.
  3. See that you can have those two mutations at the same time.

Expected behavior

I expect

abstreet
dabreegster
dabreegster commented Feb 8, 2022

NOTE: I marked this as a good first issue; I'd love help with any of these! If you're interested, please comment here and I can provide more info to get started.

Moving a growing list of UX problems from my offline notes to here. Many found from a quick UX study with @Robinlovelace -- thanks!

  • Proposals aren't saved on web, because abstio::write_binary is unimplemented. Local storag

Improve this page

Add a description, image, and links to the game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the game topic, visit your repo's landing page and select "manage topics."

Learn more