Frictional Games Forum (read-only)
Help please >.< - 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: Help please >.< (/thread-24962.html)

Pages: 1 2


RE: Help please >.< - Slanderous - 04-01-2014

You need a transparent texture, use gimp of ps or other program that allows to create transparent images.


RE: Help please >.< - Solarflaire - 04-02-2014

And how do I make it move? Like the roaches in tdd?


RE: Help please >.< - DnALANGE - 04-02-2014

Quote:And how do I make it move? Like the roaches in tdd?
Thats in the source code i believe..
-
*FULL CONVERSION REQUIRED*
The problem is you have to make the function call like 5 times = 5 different pictures to see something MOVE.
It will NEVER look amazing tho..
Check out my full conversion : PREMONITION.
Check the code \ pictures \ Misc\main_sanity_event.cfg.
Those 3 are the most importend ones
all 3 work together, if 1 is NOT there it will NOT function.
To get this to work did cost me about over 50 hours to work..
so FG has made a new function for this problem ( because of me i asked Tongue called):
PHP Code:
StartInsanityEvent("MagnifierGlass_1");
// IMPORTEND!!! ->That is the name of the event i made INSIDE the (Misc\)main_sanity_event.cfg NOT the PICTURE itself. 
To make it STOP call this :
PHP Code:
StopCurrentInsanityEvent();