![]() |
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: My TC Help Thread :P - RawkBandMan - 01-09-2012 (01-09-2012, 02:15 AM)Your Computer Wrote: PreMenu category isn't closed. Can't find anything else wrong with it, unless i'm blind.Ah, thank you, it's fixed now! The weird thing is I was nagging my friend for not closing his categories earlier :| Also, even though I've linked the Archives.map file with the door in my first map, every time I go through my level door, it says Could Not Load World File maps/overnighthorror/.map It's like I didn't link my maps, but I have and that's the odd thing. There is no .map_cache file to delete, so I'm stumped. I mean, I could always make a script in front of the door that can be interacted with and use the ChangeMap command, but I am not really sure how to make it so you can only interact with the script :| RE: My TC Help Thread :P - Statyk - 01-09-2012 (01-09-2012, 02:51 AM)XxRoCkBaNdMaNxX Wrote: Also, even though I've linked the Archives.map file with the door in my first map, every time I go through my level door, it saysDid you set a spawn position in the door's "SpawnPos"? RE: My TC Help Thread :P - RawkBandMan - 01-09-2012 (01-09-2012, 03:07 AM)Statyk Wrote:Yes, but does the PlayerStartArea in the second map have to be named differently then the ones in the current map?(01-09-2012, 02:51 AM)XxRoCkBaNdMaNxX Wrote: Also, even though I've linked the Archives.map file with the door in my first map, every time I go through my level door, it saysDid you set a spawn position in the door's "SpawnPos"? RE: My TC Help Thread :P - Khyrpa - 01-09-2012 (01-09-2012, 03:21 PM)XxRoCkBaNdMaNxX Wrote: Yes, but does the PlayerStartArea in the second map have to be named differently then the ones in the current map?Nope, that shouldn't matter. You most likely have a typo somewhere. maps/overnighthorror/.map that doesnt look right, its like you have folder inside maps folder named overnighthorror and that folder has .map try to name it without .map I'm not sure if its needed. Test things... RE: My TC Help Thread :P - RawkBandMan - 01-10-2012 I figured it out. I have backup of my maps and it turns out I was editing my backups instead of my maps inside maps/overnighthorror/ facepalm.png RE: My TC Help Thread :P - RawkBandMan - 01-15-2012 IGN0RE PL0X, This was so I could see my friend's script in PHP. RE: RockBand's TC Help Thread :P - RawkBandMan - 01-15-2012 Okay a real problem now. I added a few scripts to my first map, and now I get Unexpected End of File (63, 2) Code: void OnStart() RE: RockBand's TC Help Thread :P - Your Computer - 01-15-2012 UseKeyOnDoor -> SetLevelDoorLocked, improper string (though you should really consider using the parameter variables). RE: RockBand's TC Help Thread :P - RawkBandMan - 01-15-2012 Now whenever I click on my level door, it goes through it and crashes instantly with no error message or anything (not even in the hpl.log). Could anyone help? (Yes I have a map set in the Level Editor on the door...) RE: RockBand's TC Help Thread :P - RawkBandMan - 01-16-2012 Thanks Your Computer what you said fixed it, but I still have the crashing instantly problem.. |