Moving spotlight, Blurr? - 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: Moving spotlight, Blurr? (/thread-31669.html) Pages:
1
2
|
RE: Moving spotlight, Blurr? - FlawlessHappiness - 11-11-2015 No, you can't, because you need to make your own Insanity Events. RE: Moving spotlight, Blurr? - Amnesiaplayer - 11-12-2015 (11-11-2015, 08:05 PM)FlawlessHappiness Wrote: No, you can't, because you need to make your own Insanity Events. Okey thanks. You should create a (cod) zombies map from like bo2... Like completely remake "bus depot" since that's a small map, and just do how it looks like, It will look cool if this is actually gonna happen in a amnesia custom story Wait I have an another question, is it possible for me to create some objects, and make it as an item/pickable part, WITHOUT the hand showing or any other things that hints you that that is an actual "pickable thing" ?! I want to do some easter eggs, but if you cansee a big ass hand in the middle of the screen... it kinda is messed up... RE: Moving spotlight, Blurr? - Traggey - 11-12-2015 LOL Hello DNAlange. RE: Moving spotlight, Blurr? - Romulator - 11-12-2015 (11-12-2015, 02:04 PM)Amnesiaplayer Wrote: Possible for me to create some objects, and make it as an item/pickable part, WITHOUT the hand showing or any other things that hints you that that is an actual "pickable thing" ?! You'd need a Full Conversion for that - and as far as I know, the trick here would be to make the pickup hand icon transparent, but that would make it transparent for every item you can pick up. I don't know how to get rid of the blue aura hint (the faint blue outline around the object), but my best guess it is somewhere in game.cfg. RE: Moving spotlight, Blurr? - FlawlessHappiness - 11-13-2015 (11-12-2015, 05:13 PM)Romulator Wrote:(11-12-2015, 02:04 PM)Amnesiaplayer Wrote: Possible for me to create some objects, and make it as an item/pickable part, WITHOUT the hand showing or any other things that hints you that that is an actual "pickable thing" ?! How about: PHP Code: SetEntityCustomFocusCrossHair(string& asName, string& asCrossHair); And for the blue aura thing... don't make it an item. Instead make it into a normal object. Then put a script area around it. If the player then interacts with the script area add the desired item to the inventory. RE: Moving spotlight, Blurr? - Amnesiaplayer - 11-13-2015 (11-13-2015, 03:30 AM)FlawlessHappiness Wrote:(11-12-2015, 05:13 PM)Romulator Wrote:(11-12-2015, 02:04 PM)Amnesiaplayer Wrote: Possible for me to create some objects, and make it as an item/pickable part, WITHOUT the hand showing or any other things that hints you that that is an actual "pickable thing" ?! Oh thanks!! does that make the "hand" invisible?? that'd be something great!! Wait, I kinda wanna jump from a cs to a fc. is it difficult to create a fc?! I mean, I have over 30 maps now and some of them are too big, like 5 mb... What do I actually have to do "exactly" to have a fc? I really missed and dispassed a LOT of features, like Underwater effects, this etc etc... RE: Moving spotlight, Blurr? - FlawlessHappiness - 11-13-2015 I did a quick search for you. Try this |