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
Configuration Files Help Map Error? (HPL LOG)
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#6
RE: Map Error? (HPL LOG)

(01-02-2015, 05:27 AM)Julius Caesar Wrote: Looks like an error in your scripting, like Lange said. Go to the folder where you place your maps and you should find these files with an .hps extension. Open it using NotePad and then copy-paste the contents here.

Oh, and if you find a map_cache file inside your map folder, delete it.

Well if you want to know, it seems to only affect ONE level 'setteler_hos.map'. If you must know there are TWO levels with thalers in them but only this map is affected.

Heres my GLOBAL hps:
PHP Code: (Select All)
////////////////////////////
// Run at the start of the game.
void OnGameStart()
{
    
//The current random chatter for levell 21 and 26
        
BlockHint("SanityAdd");
    
BlockHint("LanternNoItem");
    
BlockHint("LanternNoOil");
    
BlockHint("LeanHint");
    
BlockHint("PushHint");
    
BlockHint("ThrowHint");
    
BlockHint("DefaultDeath");
    
BlockHint("HintHint");
    
BlockHint("EntityWheel");
    
BlockHint("EntityGrab01");
    
BlockHint("EntityGrab02");
    
BlockHint("EntityPush");
    
BlockHint("EntitySlide");
    
BlockHint("EntitySwingDoor");
    
BlockHint("EntityLever");
    
BlockHint("DarknessDecrease");
    
BlockHint("SanityHit");
    
BlockHint("SanityLow");
    
BlockHint("PickSanityPotion");
    
BlockHint("PickCoin");
    
BlockHint("PickHealthPotion");
    
BlockHint("PickOil");
    
BlockHint("PickLantern");
    
BlockHint("PickTinderbox");
    
BlockHint("EnemySeen");
    
BlockHint("StickyArea");
    
BlockHint("HideHint");
    
BlockHint("EnemyTip01");
    
BlockHint("EnemyTip02");
    
BlockHint("CombineHint");
    
BlockHint("RunHint");
    
//BlockHint("QuestAdded");
    
BlockHint("RecentlyReadText");
    
SetGlobalVarInt("Thalers",0);     

(This post was last modified: 01-02-2015, 04:26 PM by A.M Team.)
01-02-2015, 03:36 PM
Find


Messages In This Thread
Map Error? (HPL LOG) - by A.M Team - 01-02-2015, 12:24 AM
RE: Map Error? (HPL LOG) - by DnALANGE - 01-02-2015, 12:49 AM
RE: Map Error? (HPL LOG) - by A.M Team - 01-02-2015, 12:54 AM
RE: Map Error? (HPL LOG) - by DnALANGE - 01-02-2015, 01:26 AM
RE: Map Error? (HPL LOG) - by PutraenusAlivius - 01-02-2015, 05:27 AM
RE: Map Error? (HPL LOG) - by A.M Team - 01-02-2015, 03:36 PM
RE: Map Error? (HPL LOG) - by PutraenusAlivius - 01-03-2015, 05:12 AM
RE: Map Error? (HPL LOG) - by A.M Team - 01-03-2015, 11:15 PM
RE: Map Error? (HPL LOG) - by PutraenusAlivius - 01-04-2015, 07:33 AM
RE: Map Error? (HPL LOG) - by Daemian - 01-04-2015, 05:13 PM
RE: Map Error? (HPL LOG) - by A.M Team - 01-04-2015, 08:32 PM
RE: Map Error? (HPL LOG) - by Daemian - 01-04-2015, 09:22 PM
RE: Map Error? (HPL LOG) - by A.M Team - 01-05-2015, 07:36 PM
RE: Map Error? (HPL LOG) - by Daemian - 01-05-2015, 10:15 PM



Users browsing this thread: 1 Guest(s)