Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the blue shimmer around items?
Streetboat Offline
Posting Freak

Posts: 1,099
Threads: 40
Joined: Mar 2011
Reputation: 56
#11
RE: How to remove the blue shimmer around items?

(03-28-2011, 06:49 PM)Googolplex Wrote: In which file can I find that option?

Hm? Just put it as an entry in OnStart in your .hps file. I guess I would also use SetEntityInteractionDisabled, too.
OnStart
{
SetPropEffectActive("item_name", false, false);
SetEntityInteractionDisabled("item_name", true);
}

[Image: signature-2.png]
(This post was last modified: 03-28-2011, 08:10 PM by Streetboat.)
03-28-2011, 08:10 PM
Find




Users browsing this thread: 1 Guest(s)