Custom HUD'S kind of things - 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: Custom HUD'S kind of things (/thread-30408.html) Pages:
1
2
|
RE: Custom HUD'S kind of things - Slanderous - 08-19-2015 (08-19-2015, 03:02 PM)Amnesiaplayer Wrote:(08-19-2015, 02:12 PM)Mugbill Wrote: Well, the loading screen can be changed because you have a script for it. There's no script for setting a custom image as a damage overlay for a specific monster. If that was the case, it'd probably be in the User Defined Variables within the entity, but it's not. The way splats are configured are based on the attack type the enemy uses (if I remember correctly). Although you can change the type of an enemy, you cannot add a new type without a mod. The types for the Grunt and the Brute are "Claw" and "Slash" I think. Like we said earlier, you can do it, but you should have a IFC because no one likes replacing files. Just make one, edit the bloodsplat image how you want and it should be fine. RE: Custom HUD'S kind of things - Amnesiaplayer - 08-19-2015 (08-19-2015, 03:22 PM)Slanderous Wrote:(08-19-2015, 03:02 PM)Amnesiaplayer Wrote:(08-19-2015, 02:12 PM)Mugbill Wrote: Well, the loading screen can be changed because you have a script for it. There's no script for setting a custom image as a damage overlay for a specific monster. If that was the case, it'd probably be in the User Defined Variables within the entity, but it's not. The way splats are configured are based on the attack type the enemy uses (if I remember correctly). Although you can change the type of an enemy, you cannot add a new type without a mod. The types for the Grunt and the Brute are "Claw" and "Slash" I think. Oh, so it is not possible to place a new one in my "graphics" folder? and what does an IFC mean?! Fc means full converson or something like that lol, Mod. cs is custom story, but Ifc? a Vanilla or something like that? RE: Custom HUD'S kind of things - Romulator - 08-19-2015 IFC = Isolated Full Conversion Which is, just another name for Full Conversion, but does not use certain things, but uses other stuff instead. It's just an FC. Vanilla = Normal, unmodified Amnesia. RE: Custom HUD'S kind of things - Slanderous - 08-19-2015 (08-19-2015, 03:38 PM)Amnesiaplayer Wrote:(08-19-2015, 03:22 PM)Slanderous Wrote:(08-19-2015, 03:02 PM)Amnesiaplayer Wrote:(08-19-2015, 02:12 PM)Mugbill Wrote: Well, the loading screen can be changed because you have a script for it. There's no script for setting a custom image as a damage overlay for a specific monster. If that was the case, it'd probably be in the User Defined Variables within the entity, but it's not. The way splats are configured are based on the attack type the enemy uses (if I remember correctly). Although you can change the type of an enemy, you cannot add a new type without a mod. The types for the Grunt and the Brute are "Claw" and "Slash" I think. You don't have to replace the imgaes, you can place new ones, you just have to add them manually in the game files. |