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
Block Hints.
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#3
RE: Block Hints.

Here's a function i generally use, it will block out most default hints:

void BlockDefaultHints()
    {
        BlockHint("DarknessDecrease");
        BlockHint("EntityGrab");
        BlockHint("EntityLever");
        BlockHint("EntityPush");
        BlockHint("EntitySlide");
        BlockHint("EntitySwingDoor");
        BlockHint("EntityWheel");
        BlockHint("PickLantern");
        BlockHint("PickOil");
        BlockHint("PickTinderbox");
        BlockHint("QuestAdded");
        BlockHint("RecentlyReadText");
        BlockHint("SanityHit");
        BlockHint("SanityLow");
    }

If you want it to block out more hints, look in the original campaign save files for your non-developer profile; the names of the hints are in there.

Tutorials: From Noob to Pro
(This post was last modified: 09-28-2011, 04:00 AM by Your Computer.)
09-28-2011, 03:59 AM
Website Find


Messages In This Thread
Block Hints. - by Angerpull - 09-28-2011, 03:00 AM
RE: Block Hints. - by Tanshaydar - 09-28-2011, 03:39 AM
RE: Block Hints. - by Your Computer - 09-28-2011, 03:59 AM
RE: Block Hints. - by NylePudding - 09-28-2011, 08:13 PM
RE: Block Hints. - by Tanshaydar - 09-28-2011, 08:19 PM
RE: Block Hints. - by Rapture - 09-28-2011, 08:23 PM
RE: Block Hints. - by Tanshaydar - 09-28-2011, 08:24 PM
RE: Block Hints. - by Your Computer - 09-28-2011, 11:18 PM
RE: Block Hints. - by Tanshaydar - 09-28-2011, 11:22 PM



Users browsing this thread: 1 Guest(s)