Frictional Games Forum (read-only)
How to Create Custom Billboards - 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: How to Create Custom Billboards (/thread-14403.html)



How to Create Custom Billboards - Kreekakon - 04-01-2012

Hi there all again. I've searched for the answer to this question for quite a bit, but couldn't find anything.

So basically...the title speaks for itself. Anyone can tell me how?



RE: How to Create Custom Billboards - SilentStriker - 04-01-2012

You make a .mat file basically Smile



RE: How to Create Custom Billboards - Statyk - 04-01-2012

(04-01-2012, 03:11 PM)SilentStriker Wrote: You make a .mat file basically Smile
Add an image of something of your choice by the power of 2 (e.g. 256x256, 512x512, 1024x1024, 2048x2048, etc. I recommend 256x256 or 516x516 depending on the size and detail of your image) to a custom folder in the "Billboards" folder in the redist.

Make the .mat and place it with that image. Open the level editor and place the billboard with the billboard button.


RE: How to Create Custom Billboards - Kreekakon - 04-01-2012

How exactly do I make a .mat? Can someone walk me through the whole process of image(.jpg, .png, etc...) to billboard?



RE: How to Create Custom Billboards - Khyrpa - 04-01-2012

You should be able to basically open up a stock billboard .mat file with notepad and see for yourself whats inside it. Look at the filetypes frictional used, look at the settings they used in material editor and use your brains to figure it all out.

1. create image with program of choice(powers of 2 don't actually matter if you don't use .dds)
2. export as .dds (dxt1 if you dont have color or alpha, dxt5 if you have) or just png
3. open material editor
4. create new, set the material to translucent and look up settings from frictionals .mat files
5. save the image and .mat into same folder and you should be set




RE: How to Create Custom Billboards - Kreekakon - 04-04-2012

Ok, I tried what you suggested, and the billboard is visible in-editor, but when I open the game for testing it cannot be seen in-game.