Skip to content
#

game

Here are 49,000 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
python assets good first issue
Broxzier
Broxzier commented Mar 21, 2022

With support for rectangular maps added to the game, the requirement for heightmaps to be square is no longer necessary.

https://github.com/OpenRCT2/OpenRCT2/blob/5edc5617152bf360015120dfd6eaf7595b19d6ee/src/openrct2/world/MapGen.cpp#L662-L667

The code below the above check relies on the assumption that the width and height match. This needs

enhancement good first issue
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
good first issue pkg: cli type: enhancement status: claimed
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

usability good first issue
OnTheDouble
OnTheDouble commented Mar 22, 2022

Describe the bug

An NPC gave me a quest to gather 80 cattail stalks but they are only available outside winter. It's day 12 of winter right now.

Steps to reproduce

  1. Meet an NPC in the winter.
  2. Ask to help them.
  3. Get cattail stalk quest.
  4. Try to harvest cattails.
  5. Only get roots but not stalks. Quest is soft-locked until spring.

Expected behavior

Expected behavior

Good First Issue Missions
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
good first issue

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