![]() |
[SOLVED]Help please: map not showing up - 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: [SOLVED]Help please: map not showing up (/thread-11266.html) Pages:
1
2
|
RE: Help please: map not showing up - DjSimplicity - 11-10-2011 (11-10-2011, 07:48 PM)Unearthlybrutal Wrote: Try this to your .cfg file:It still wont show up in the game ![]() And yes, i filled in the blanks. RE: Help please: map not showing up - Obliviator27 - 11-10-2011 <Main Name ="Episode IV: A New NOPE" Author ="Dennis Falck" Mapfolder ="maps/" Startmap ="00_newlife.map" Startpos ="PlayerStartArea_1" /> ------ extra_english.lang <LANGUAGE> <CATEGORY NAME="CustomStoryMain"> <ENTRY NAME="Description">Nope, nope, nope, nope, nope.</ENTRY> </CATEGORY> </LANGUAGE> ----------- 00_newlife.hps void OnStart() { } void OnEnter() { } void OnLeave() { } ----------- Try that. Capitalization is vital. RE: Help please: map not showing up - DjSimplicity - 11-10-2011 (11-10-2011, 09:30 PM)Obliviator27 Wrote: <MainStill nothing ![]() i don't know what i'm doing that is wrong ![]() RE: Help please: map not showing up - Obliviator27 - 11-10-2011 Make sure the maps folder is called maps and not Maps as well as the map name being correct. If there are any complications, you can add me on Skype or Steam (Obliviator27) and we can work this out when we're both online. RE: Help please: map not showing up - DjSimplicity - 11-10-2011 (11-10-2011, 09:59 PM)Obliviator27 Wrote: Make sure the maps folder is calledThanks, i'll add you on skype. Btw, i got it to show up in the game now, but after i click on it and the "OK" button the game crashes :/ RE: Help please: map not showing up - Statyk - 11-11-2011 (11-10-2011, 10:51 PM)DjSimplicity Wrote:something is wrong in the .hps... Could be a missing quotation, wrong capitalization, etc. post the entire script of the map you're first going into, here.(11-10-2011, 09:59 PM)Obliviator27 Wrote: Make sure the maps folder is calledThanks, i'll add you on skype. RE: Help please: map not showing up - DjSimplicity - 11-11-2011 (11-11-2011, 01:35 AM)Statyk Wrote:void OnStart()(11-10-2011, 10:51 PM)DjSimplicity Wrote:something is wrong in the .hps... Could be a missing quotation, wrong capitalization, etc. post the entire script of the map you're first going into, here.(11-10-2011, 09:59 PM)Obliviator27 Wrote: Make sure the maps folder is calledThanks, i'll add you on skype. { } void OnEnter() { } void OnLeave() { } RE: Help please: map not showing up - Statyk - 11-11-2011 (11-11-2011, 01:40 AM)DjSimplicity Wrote: void OnStart()Wow... lol Okay, then this tells me your spawn could be screwed up. Check it in the level editor AND in your custom_story_settings.cfg... Check ALL capitalizations. If this doesn't work, check to see if an entity is bugged in the map. For example, a chair in a wall. RE: [SOLVED]Help please: map not showing up - GreyFox - 11-11-2011 whats your map name, and you .hps name? are they both in the maps folder? sorry if thats been asked. I don't have alot of time to read all replys -Grey Fox RE: Help please: map not showing up - DjSimplicity - 11-18-2011 (11-11-2011, 02:32 AM)Statyk Wrote:(11-11-2011, 01:40 AM)DjSimplicity Wrote: void OnStart()Wow... lol Okay, then this tells me your spawn could be screwed up. Check it in the level editor AND in your custom_story_settings.cfg... Check ALL capitalizations. If this doesn't work, check to see if an entity is bugged in the map. For example, a chair in a wall. (11-11-2011, 04:57 AM)GreyFox Wrote: whats your map name, and you .hps name? are they both in the maps folder?They have the exact same name, they are both in the maps folder. No problem, i don't mind. |