Frictional Games Forum (read-only)
Changing item color, inventory image - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Changing item color, inventory image (/thread-13936.html)

Pages: 1 2


RE: Changing item color, inventory image - Damascus - 03-17-2012

I found the mesh and gave it to a completely different item (small bag of coins). It now appears in game, can be picked up, and has the right info on it. Only problem now is that it appears massive in game, even when i try to scale it down in the Model or Level Editor.



RE: Changing item color, inventory image - Damascus - 03-18-2012

I seem to continually be running into this "original file conflict" when trying to create a second item, how in the hell do I get around it? Here's what I'm doing step by step:

Spoiler below!
Open "coins_small.ent" file in Model Editor
Import mesh -> stone_small01.dae
Change dimensions of body
Change variables (Make it a grab object)
Save as "fulm_gold.ent" in "custom_stories/Festung/entities/gameplay"
Place random item in game from dropdown list (crowbar in this case)
Change .ent file loaded to my "fulm_gold.ent"
Change internal name of object

Still, no matter what original .ent file I use, it refuses to show up in game. I have no map_caches.



RE: Changing item color, inventory image - Your Computer - 03-18-2012

(03-18-2012, 08:00 PM)Damascus Wrote: Here's what I'm doing step by step:

In that case, i don't think it is failing to show up in game, rather the body may not be attached to the mesh (your steps don't list attaching the body to the mesh). When the mesh isn't attached to the body the mesh ends up placed in the middle of the map, while the body is where you placed the entity in the level editor.


RE: Changing item color, inventory image - Damascus - 03-18-2012

Yeah, the model and body weren't attached to each other. But, it still does not show up in game after I attach them. I reloaded the .ent file too just to be safe.


RE: Changing item color, inventory image - Your Computer - 03-18-2012

(03-18-2012, 09:21 PM)Damascus Wrote: Yeah, the model and body weren't attached to each other. But, it still does not show up in game after I attach them. I reloaded the .ent file too just to be safe.

Delete the .msh file and any new .map_cache files, then reload the map.


RE: Changing item color, inventory image - Damascus - 03-18-2012

I don't have any .map_cache files. And I don't know what .msh file you're talking about.

If it will be of any help, I can post a video of what I'm trying to do.