Frictional Games Forum (read-only)
Help Us To Improve the Wiki! - 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)
+--- Thread: Help Us To Improve the Wiki! (/thread-8711.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


RE: Help Us To Improve the Wiki! - plutomaniac - 07-14-2011

alright! One of these days I will make an Intel gpu troubleshooting thread, new drivers, how to clean the old ones etc so that we don't have to right the same things all over every time. Maybe we should make a locked support area at the Wiki. Anyway, just an idea... Smile


RE: Help Us To Improve the Wiki! - xtron - 07-14-2011

Okay thanks Jens I will move my fail placed tutorial.


RE: Help Us To Improve the Wiki! - xtron - 07-14-2011

Any tutorial requests?. I got alot of freetime so I can make some tutorials but I don't have any idea which one.


RE: Help Us To Improve the Wiki! - Kyle - 07-14-2011

(07-14-2011, 01:34 PM)xtron Wrote: Any tutorial requests?. I got alot of freetime so I can make some tutorials but I don't have any idea which one.

You can always make a tutorial on how to make a tutorial. Tongue


RE: Help Us To Improve the Wiki! - xtron - 07-14-2011

hahahaha Tongue. N1 kyle. But I meant...more like HPL2 tutorials XD


RE: Help Us To Improve the Wiki! - Kyle - 07-14-2011

(07-14-2011, 03:47 PM)xtron Wrote: hahahaha Tongue. N1 kyle. But I meant...more like HPL2 tutorials XD

I know, I just really don't know what else to add either. Big Grin


RE: Help Us To Improve the Wiki! - plutomaniac - 07-14-2011

what about how to turn on/off lights with a button or switch? Something simple, press the button and the fire starts or something. Longshot?


RE: Help Us To Improve the Wiki! - xtron - 07-14-2011

Oh good idea Pluto Big Grin Imma get started on it soon.


RE: Help Us To Improve the Wiki! - Kyle - 07-14-2011

Code:
void OnStart()
{
     SetEntityPlayerInteractCallback("Button", "Func01", true);
}
void Func01(string &in asEntity)
{
     SetLightVisible("candle_1", true);
}

Tongue

I'll think about it. Smile


RE: Help Us To Improve the Wiki! - Tanshaydar - 07-15-2011

Like this? http://www.moddb.com/mods/white-night/videos/lamp-switches