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
really strange bug
zombiehacker595 Offline
Member

Posts: 141
Threads: 51
Joined: Mar 2012
Reputation: 3
#3
RE: really strang bug

(04-05-2012, 11:25 AM)Tekkie Wrote:
(04-05-2012, 11:23 AM)zombiehacker595 Wrote: so i have been working on this map for a couple of hours and for some reason one sledge hammer crashes the whole game the aim was to get the player to go into a room door closes behind them and the locked message was that the sledge hammer could break it down i did the scripting but for some reason the sledge crashes the whole game i went back and deleted it and the map loaded fine any one have any clues as to why this is happining???? if not i guess i can just use a shovel Smile


I would suggest pasting the scripting from your .hps file here, so that the coders can point out which bit of coding you've written is causing the crash. I don't think it's the actual item, more, how you've added it to the game and how you've told the game you want the player to use it =]


AddEntityCollideCallback("cellar_wood01_2", "sledge_1", "BreakDoor", true, 1);
}

void BreakDoor(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("cellar_wood01_2", false);
}
and i got no error message saying the script was wrong i got that huge game crash message saying something is wrooooong so yea i dont know what is going on
nvm script is fucked a shovel was already on the map i just replaced the sledges name with the shovels on the script and got major crash i think im gonna have to ditch it Sad

(This post was last modified: 04-05-2012, 11:39 AM by zombiehacker595.)
04-05-2012, 11:26 AM
Find


Messages In This Thread
really strange bug - by zombiehacker595 - 04-05-2012, 11:23 AM
RE: really strang bug - by Tekkie - 04-05-2012, 11:25 AM
RE: really strang bug - by zombiehacker595 - 04-05-2012, 11:26 AM
RE: really strange bug - by flamez3 - 04-05-2012, 03:24 PM
RE: really strange bug - by Xanthos - 04-05-2012, 07:40 PM
RE: really strange bug - by JetlinerX - 04-05-2012, 07:57 PM
RE: really strange bug - by zombiehacker595 - 04-06-2012, 12:36 AM
RE: really strange bug - by JetlinerX - 04-06-2012, 04:24 AM
RE: really strange bug - by zombiehacker595 - 04-06-2012, 05:00 AM



Users browsing this thread: 1 Guest(s)