CombatExtended-Continued / CombatExtended

Combat Extended mod for RimWorld
372 stars 252 forks source link

[Patch Request]: Biomes! Core/Islands/etc. #884

Open Alicecomma opened 3 years ago

Alicecomma commented 3 years ago

Mod name: Biomes!

Link to mod download (preferably Steam workshop or Github): https://github.com/biomes-team

Description: Adds a bunch of biomes with animals. Plants are autopatched. The mods throw some errors when the animal graphics are blitcropped - maybe some of them are transparent.

Had Flame080 (Flame080#6278) request the patch to be made.

Content: What does the new mod contain? Check all that apply.

Complete the following checklist before submitting a request. I hereby verify that I have done all of the following:

Breadbox2k19 commented 3 years ago

Blitcropped? What does that mean.

Alicecomma commented 3 years ago

Blitcropped? What does that mean.

The hitboxes for animals are created by looking at their textures, which are only editable when they're 'blitted' on a new texture (due to Unity not allowing textures to be edited/accessed otherwise), then they are cropped pixel by pixel, testing each for an alpha value above 0.15 (or so). If an animal has a fully transparent texture, it throws an error.