Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DinoMod creatures dont have a texture/text markings #26364

Closed
denemcam opened this issue Oct 22, 2018 · 5 comments
Closed

DinoMod creatures dont have a texture/text markings #26364

denemcam opened this issue Oct 22, 2018 · 5 comments
Labels
<Bug> This needs to be fixed Mods: Dinomod Anything to do with the Dinoclysm mod (DinoMod) Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. (S2 - Confirmed) Bug that's been confirmed to exist SDL: Tiles / Sound Tiles visual interface and sounds.

Comments

@denemcam
Copy link

Describe the bug
Dinomod creatures, or at least the one that i met, Allosaurus, doesn't have any texture or text markings.

To Reproduce

Try to see the dinosaur..? You can't. It's invisible.

Expected behavior
I should see what comes next to me before it bites my head off. :(

Screenshots
It's on a puddle of blood, and shown on minimap.
dino

Versions and configuration(please complete the following information):

  • OS: [Win 7]
  • Game Version: [0.C-33469-g72b502c]
  • Graphics version: [Tiles - Default, ChestHole]
  • Mods loaded: ["dda","no_npc_food","filthy_morale","novitamins","craftgp","safeautodoc","brightnights","Tolerate_This","FIC_Weapons","realguns","ew_pack","makeshift","Medieval_Stuff","More_Survival_Tools","nw_pack","DinoMod","modular_turrets","Salvaged_Robots","alt_map_key","crazy_cataclysm","mutant_npcs","npc_traits","national_guard_camp","more_locations","FujiStruct","mapgen_demo","Experimental-Z-Level","Urban_Development","boats","deoxymod","blazemod","Tanks","necromancy","more_classes_scenarios","RL_Classes","manualbionicinstall","StatsThroughSkills"];
@Soyweiser
Copy link
Contributor

Soyweiser commented Oct 23, 2018

I'm going to assume it has no tile set for the chesthole tileset. Which is odd, you would assume it would default to the symbol D. However, the dino mod has strange color settings, the Allosaurus is brown_white for example. Perhaps this color isn't rendered properly, could you try something? Open data\mods\DinoMod\dinosaur.json and change the color from "brown_white" to "white", and see if it then shows up.

Edit:
Interestingly some of the dinosaurs do have tiles: http://prntscr.com/l9g555 even stranger, the mon_allosaurus has a tile set to it, and that tile exists.

Also ran into this: : http://prntscr.com/l9ge9q which is odd as I think both should have blue box with the name on them, and the 44 magnum one looks like shells.

a 120mmheat shell looks like a keg. http://prntscr.com/l9gna2

Could be related to #25284

@LyleSY
Copy link
Contributor

LyleSY commented Oct 24, 2018

I saw this too and thought it was an issue with ChestHole. Here is the Allosaurus in MXotto+:
screen shot 2018-10-24 at 1 24 57 pm

But sure enough in Chesthole vanilla it's the invisible Allosaurus:
screen shot 2018-10-24 at 1 27 13 pm

MShock24 fails to a nice orange D:

screen shot 2018-10-24 at 1 28 30 pm

Chesthole32 nothing:
image

The Allosaurus has a symbol and color defined in the code:

"type" : "MONSTER",
"id" : "mon_allosaurus",
"name": "Allosaurus",
"species":"DINOSAUR",
"default_faction":"allosaurus",
"symbol":"D",
"color":"brown_white",
"size":"LARGE",

I don't think DinoMod is causing this.

@ZhilkinSerg ZhilkinSerg added <Bug> This needs to be fixed (S2 - Confirmed) Bug that's been confirmed to exist Mods Issues related to mods or modding SDL: Tiles / Sound Tiles visual interface and sounds. Monsters Monsters both friendly and unfriendly. labels Nov 10, 2018
@LyleSY
Copy link
Contributor

LyleSY commented Apr 11, 2020

Just confirmed this is still an issue in Chesthole16
image

@int-ua int-ua added the Mods: Dinomod Anything to do with the Dinoclysm mod (DinoMod) label Jan 14, 2021
@wapcaplet
Copy link
Contributor

Still reproducible in 0.E-9681-g2cca4d658c with ChestHole16, and the "Allosaurus" and "Stegosaurus" dinos (possibly others). Other tile sets including MSXOtto+, Ultica/Chibi_Ultica, RetroDays, and BrownLikeBears are fine, and either display a D or artwork for the Allosaurus and Stegosaurus.

@LyleSY
Copy link
Contributor

LyleSY commented Jul 27, 2022

Closed by #34196

@LyleSY LyleSY closed this as completed Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bug> This needs to be fixed Mods: Dinomod Anything to do with the Dinoclysm mod (DinoMod) Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. (S2 - Confirmed) Bug that's been confirmed to exist SDL: Tiles / Sound Tiles visual interface and sounds.
Projects
None yet
Development

No branches or pull requests

6 participants