Googolplex
Banned
Posts: 2,340
Threads: 246
Joined: Oct 2008
|
How to remove the blue shimmer around items?
Did anyone knew that?
|
|
03-25-2011, 03:28 PM |
|
Tanshaydar
From Beyond
Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation:
67
|
RE: How to remove the blue shimmer around items?
I think it's not up to modder, but user's configuration.
|
|
03-25-2011, 04:20 PM |
|
stonecutter
Member
Posts: 140
Threads: 17
Joined: Feb 2011
Reputation:
4
|
RE: How to remove the blue shimmer around items?
you can use the model editor and change the type to static instead of item but i think that you cant use it as an item anymore !
|
|
03-25-2011, 04:21 PM |
|
Russ Money
Senior Member
Posts: 360
Threads: 25
Joined: Dec 2010
Reputation:
4
|
RE: How to remove the blue shimmer around items?
(03-25-2011, 04:21 PM)stonecutter Wrote: you can use the model editor and change the type to static instead of item but i think that you cant use it as an item anymore !
True, but if you made a work around where the player interacts with the static object, it sets that entity to inactive, and add the item to the player's inventory.
|
|
03-25-2011, 10:46 PM |
|
Pandemoneus
Senior Member
Posts: 328
Threads: 2
Joined: Sep 2010
Reputation:
0
|
RE: How to remove the blue shimmer around items?
Well, as far as I know the lever handle has no blue shimmer, you might want to take a look at that one.
[edit]
Try changing the item type in the *.ent files from Item to Object, maybe that removes it.
[edit2]
Yeah it does, but you can't pick it up anymore (I mean so it goes into your inventory). A workaround might be that you make the item inactive when interacting and add it to the inventory via scripts.
(This post was last modified: 03-25-2011, 11:41 PM by Pandemoneus.)
|
|
03-25-2011, 11:34 PM |
|
Shev
Member
Posts: 238
Threads: 25
Joined: Dec 2010
Reputation:
0
|
RE: How to remove the blue shimmer around items?
I think its possible to disable it in the config.
i spam meme 4 raeg
|
|
03-26-2011, 12:00 AM |
|
Pandemoneus
Senior Member
Posts: 328
Threads: 2
Joined: Sep 2010
Reputation:
0
|
RE: How to remove the blue shimmer around items?
(03-26-2011, 12:00 AM)Shev Wrote: I think its possible to disable it in the config.
I took a look at it before, but couldn't find the option.
(This post was last modified: 03-26-2011, 01:18 AM by Pandemoneus.)
|
|
03-26-2011, 01:17 AM |
|
Googolplex
Banned
Posts: 2,340
Threads: 246
Joined: Oct 2008
|
RE: How to remove the blue shimmer around items?
OK I have found the option to disable or to reduce the flash light for the items. So, you did not have flashed items anymore.
But the blue shimmer is unable to disable.
Then we have to live with that.
I also think, without flash light and shimmer, it will be very hard to find some items in the darkness.
So, I let it as it is.
In Penumbra I always disable this option but the items there are not so hidden like in Amnesia.
(This post was last modified: 03-26-2011, 05:13 PM by Googolplex.)
|
|
03-26-2011, 05:12 PM |
|
Streetboat
Posting Freak
Posts: 1,099
Threads: 40
Joined: Mar 2011
Reputation:
56
|
RE: How to remove the blue shimmer around items?
Actually, you can disable that effect with just a script:
SetPropEffectActive(string& asName, bool abActive, bool abFadeAndPlaySounds);
|
|
03-26-2011, 10:55 PM |
|
Googolplex
Banned
Posts: 2,340
Threads: 246
Joined: Oct 2008
|
RE: How to remove the blue shimmer around items?
In which file can I find that option?
|
|
03-28-2011, 06:49 PM |
|
|