Frictional Games Forum (read-only)
Making an entity - 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: Making an entity (/thread-18930.html)

Pages: 1 2 3 4


Making an entity - MrDosht - 10-25-2012

Hi, hoping to use the grunt moving, attacking and everything, apart from its appearance, in my custom story, I am hoping to be able to create a completely new looking thing, yes I got the inspiration from the Dark room custom story. So cutting to the chase, how do you make the sort of entities that appear in that. Or more simply, how could a convert a .jpg file to a .ent file to replace the grunt with? Thanks for any help!


RE: Making an entity - Statyk - 10-25-2012

So you want an enemy like Dark Room's Pedobear?
1) It's based on the Waterlurker.
2) You need to make a .mat of the image using the material editor.
3) Open the Waterlurker in Model Editor
4) Pick Billboards and find the material you made.
5) Position the billboard and attach it to the Waterlurker.
6) Save as a new .ent.


RE: Making an entity - MrDosht - 10-25-2012

(10-25-2012, 09:17 PM)Statyk Wrote: So you want an enemy like Dark Room's Pedobear?
1) It's based on the Waterlurker.
2) You need to make a .mat of the image using the material editor.
3) Open the Waterlurker in Model Editor
4) Pick Billboards and find the material you made.
5) Position the billboard and attach it to the Waterlurker.
6) Save as a new .ent.
This is probably a stupid question but how do I actually use the material editor to make a .mat file? When I try to open the file it only lets me open .mat files D:


RE: Making an entity - The chaser - 10-25-2012

Maybe you could attach a billboard to the monster with script.


RE: Making an entity - FlawlessHappiness - 10-25-2012

(10-25-2012, 09:22 PM)MrDosht Wrote:
(10-25-2012, 09:17 PM)Statyk Wrote: So you want an enemy like Dark Room's Pedobear?
1) It's based on the Waterlurker.
2) You need to make a .mat of the image using the material editor.
3) Open the Waterlurker in Model Editor
4) Pick Billboards and find the material you made.
5) Position the billboard and attach it to the Waterlurker.
6) Save as a new .ent.
This is probably a stupid question but how do I actually use the material editor to make a .mat file? When I try to open the file it only lets me open .mat files D:
How about opening a .mat file, redoing it so it's what you want it to be, and save it as something else. Be careful not to overwrite anything


RE: Making an entity - MrDosht - 10-25-2012

(10-25-2012, 09:30 PM)beecake Wrote:
(10-25-2012, 09:22 PM)MrDosht Wrote:
(10-25-2012, 09:17 PM)Statyk Wrote: So you want an enemy like Dark Room's Pedobear?
1) It's based on the Waterlurker.
2) You need to make a .mat of the image using the material editor.
3) Open the Waterlurker in Model Editor
4) Pick Billboards and find the material you made.
5) Position the billboard and attach it to the Waterlurker.
6) Save as a new .ent.
This is probably a stupid question but how do I actually use the material editor to make a .mat file? When I try to open the file it only lets me open .mat files D:
How about opening a .mat file, redoing it so it's what you want it to be, and save it as something else. Be careful not to overwrite anything
I tried that but it doesn't seem to work...


RE: Making an entity - ZodiaC - 10-25-2012

(10-25-2012, 09:22 PM)MrDosht Wrote: This is probably a stupid question but how do I actually use the material editor to make a .mat file? When I try to open the file it only lets me open .mat files D:
Well the material editor is the easy part!
You are going to need photoshop or gimp(Unless you find somewhere ready-to-use textures)
Make your texture and then save it as jpg,png,dds,tga and put it into the billboard folder
In the material editor:
Firstly you change The type to: SolidDiffuse
The go to Textures and click the Diffuse
A new option shall appear
Just press the square button ([...]) below the diffuse File
Load the file from the billboards folder
Change the Blend mode to Alpha(Not sure try Add if alpha wont work)
Press File->Save as->Choose location(Inside the billboard folder )
Save the mat file with the same name with the picture file
That's it!!!
Here is some pics on how to do it:
http://www.mediafire.com/download.php?72e8cqbtacfwpc8


RE: Making an entity - MrDosht - 10-27-2012

(10-25-2012, 11:17 PM)belikov Wrote:
(10-25-2012, 09:22 PM)MrDosht Wrote: This is probably a stupid question but how do I actually use the material editor to make a .mat file? When I try to open the file it only lets me open .mat files D:
Well the material editor is the easy part!
You are going to need photoshop or gimp(Unless you find somewhere ready-to-use textures)
Make your texture and then save it as jpg,png,dds,tga and put it into the billboard folder
In the material editor:
Firstly you change The type to: SolidDiffuse
The go to Textures and click the Diffuse
A new option shall appear
Just press the square button ([...]) below the diffuse File
Load the file from the billboards folder
Change the Blend mode to Alpha(Not sure try Add if alpha wont work)
Press File->Save as->Choose location(Inside the billboard folder )
Save the mat file with the same name with the picture file
That's it!!!
Here is some pics on how to do it:
http://www.mediafire.com/download.php?72e8cqbtacfwpc8
Thanks! I managed to make a .mat file with that but I can't seem to open the file from the modeleditor, it doesn't appear in the billboards folder even though that is where I saved it... should I rename it as a .ent file?


RE: Making an entity - ZodiaC - 10-27-2012

(10-27-2012, 07:56 PM)MrDosht Wrote: Thanks! I managed to make a .mat file with that but I can't seem to open the file from the modeleditor, it doesn't appear in the billboards folder even though that is where I saved it...
First of all I made a mistake it's not soliddiffuse but translucent for type and forblend mode its Add this will make the image transparent..Now about your problem did you put the image inside as well(the one you used in material editor)?And were exactly did you tried to import the mat file??You have to import the mat file you create for billboard and attach the billboard on the entity you want to make


RE: Making an entity - MrDosht - 10-27-2012

(10-27-2012, 08:25 PM)belikov Wrote:
(10-27-2012, 07:56 PM)MrDosht Wrote: Thanks! I managed to make a .mat file with that but I can't seem to open the file from the modeleditor, it doesn't appear in the billboards folder even though that is where I saved it...
First of all I made a mistake it's not soliddiffuse but translucent for type and forblend mode its Add this will make the image transparent..Now about your problem did you put the image inside as well(the one you used in material editor)?And were exactly did you tried to import the mat file??You have to import the mat file you create for billboard and attach the billboard on the entity you want to make
Howw do i import the .mat file? I have both the jpg image and the .mat fikle in billboards but when i click the ... icon in billboards in the model viewer and go into the billboards file it doesn't have my file D: Also thanks for the translucent thing! my original one was a cube which wouldn't have looked very good in game!