Have a mod, that doesn’t have a tile set, and doesn’t seem to have at least one of it’s item set with an actual tile for a vehicle part. So I have a big ugly ampersand sign in my vehicle. I want to get rid of it by changing the tile to look like something else.
I assume the looks_like json property should do this, and documentation on the modding seems to agree. But when I set the property it doesn’t seem to change the tile when I load up a saved game with it in it.
I’ve tried:
“looks_like”: “craft_rig”
Which I believe should make it look like the FOODCO Buddy, I’ve tried “f_sink” which is what the FOODCO buddies tag looks like, I’ve tried using other vehicle part IDs, like the welding rig, all with no success, it simply remains an ugly orange ampersand.
Anyone know what’s wrong, how I can address it? If it helps I’m also using the Undead People tileset from SomeDeadGuy.
Thanks.