Skip to content
#

game

Here are 51,940 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
duncanspumpkin
duncanspumpkin commented May 17, 2022

G1_FLAG_BMP has the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.

good first issue
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
Wyrdean
Wyrdean commented Jun 1, 2022

Describe the bug

As this is likely unintended, I'm labeling this as a bug.
Broken 5-point anchors off of phase shulkers and other similar entities never spawn with batteries

Steps to reproduce

  1. Find new lab
  2. Explore until finding a phased enemy
  3. Kill
  4. Notice lack of battery

Expected behavior

You would expect them to have batteries, even if they are empty or very low c

Good First Issue (S1 - Need confirmation)
abstreet
devilutionX
AJenbo
AJenbo commented Mar 20, 2022

Only the host is able to pick up the gray suit (and probably the brown one as well). Other players are able to see it, but the item will vanish if they attempt to pick it up.

Is probably caused by SpawnQuestItem() not syncing the item with the client, this also affects the Torn Notes and most single player quests. The solution should be similar to what was done in https://github.com/diasurgical

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