![]() |
RockBand's TC Help Thread :P - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: RockBand's TC Help Thread :P (/thread-11794.html) |
RE: RockBand's TC Help Thread :P - RawkBandMan - 01-18-2012 Bumper Cars! RE: RockBand's TC Help Thread :P - Statyk - 01-18-2012 (01-16-2012, 02:40 AM)XxRoCkBaNdMaNxX Wrote: Thanks Your Computer what you said fixed it, but I still have the crashing instantly problem..The error message doesn't come up from, what I've learned, having a crash while the game is running. For example, you played a map, and tried to load another, therefore it crashes without warning. You could either check the hpl.log, or change the game's settings so the map that loads in the level door, is the first level to run when you pick "Start New Game"... An error message should show then. Post what it says here. RE: RockBand's TC Help Thread :P - RawkBandMan - 01-19-2012 (01-18-2012, 04:10 AM)Statyk Wrote:This is all I could really find :/(01-16-2012, 02:40 AM)XxRoCkBaNdMaNxX Wrote: Thanks Your Computer what you said fixed it, but I still have the crashing instantly problem..The error message doesn't come up from, what I've learned, having a crash while the game is running. For example, you played a map, and tried to load another, therefore it crashes without warning. You could either check the hpl.log, or change the game's settings so the map that loads in the level door, is the first level to run when you pick "Start New Game"... An error message should show then. Post what it says here. Code: ExecuteString (1, 1) : ERR : No matching signatures to 'Archives(string@&)' RE: RockBand's TC Help Thread :P - RawkBandMan - 01-23-2012 Still stumped here guys ;_; RE: RockBand's TC Help Thread :P - Your Computer - 01-23-2012 Post the script which gives you the issue. RE: RockBand's TC Help Thread :P - RawkBandMan - 01-23-2012 I don't get any FATAL ERRORS or anything, but I do crash while going into the one map, so I'll just post the hps here PHP Code: void OnStart() RE: RockBand's TC Help Thread :P - Your Computer - 01-23-2012 I don't think function names can start with a number. RE: RockBand's TC Help Thread :P - RawkBandMan - 01-24-2012 (01-23-2012, 11:08 PM)Your Computer Wrote: I don't think function names can start with a number.Ah, thank you very much! |