![]() |
Changes won't show 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: Changes won't show up.. (/thread-8124.html) Pages:
1
2
|
Changes won't show up.. - DannieWest - 05-19-2011 http://www.youtube.com/watch?v=UJCq2W2_bYo A video showing the map. I got a hatch in my room that just won't open, I've tried to change loads of stuff, editing walls and ceilings to perfectness, but the changes won't show up ;o Tried both false and true on forcecacheskipsaving thingy, but nothing works ![]() RE: Changes won't show up.. - MrBigzy - 05-19-2011 Something is probably clipped with it and blocking it. Try removing the planes and walls around it for a sec and see if it works. RE: Changes won't show up.. - Tanshaydar - 05-19-2011 You sure you did setup the dev environment and saving the changes you made to your map? Edit: I watched the video. Try to delete the cache file. Though, it's not recommended since you should setup developer environment. I don't know how to do in Mac, but it should be possible: http://wiki.frictionalgames.com/hpl2/amnesia/devenvguide RE: Changes won't show up.. - DannieWest - 05-19-2011 MrBigzy: Yea I've tried that, but the problem is when I start the map the changes haven't been saved, except in the level editor, like there is another map without the changes somewhere, but I've checked everywhere and can't find it :o Tanshaydar: Haven't set up the dev enviroment cuz I'm not sure about the: In user_settings.cfg, inside the ”<Map”-element set Folder=”” to the root folder for your maps (eg Folder=“MyMaps/”), this folder MUST be located inside the maps folder in the game directory (where you put the tools). In user_settings.cfg, inside the ”<Map”-element set File=”“ to point to the map you want to load (eg File=“my_map.map”). thingys, not sure where that is on the mac... Hmm, tried both deleting the cache, and leaving it there, but none of em work ;o RE: Changes won't show up.. - Tanshaydar - 05-19-2011 Here's my user_settings.cfg It's for Windows, though I don't think there will be much of a change: Spoiler below!
RE: Changes won't show up.. - DannieWest - 05-19-2011 Hmm, the user settings looks like this: <Map File="TestStory.map" Folder="TestStory/Maps/" StartPos="" /> since I got the map I want in custom_stories -> TestStory -> Maps, but when I start the game it sais "FATAL ERROR: Could not load TestStory/Maps/TestStory.map world file." ..? o.o RE: Changes won't show up.. - Tanshaydar - 05-19-2011 Create a TestStory folder in maps folder and write "maps/TestStory/" for the Folder="" thing. Put your maps into there, once you are finished and ready to release, put all maps into custom_stories folder and test it. While developing, constantly testing the maps is more important. RE: Changes won't show up.. - DannieWest - 05-19-2011 Still getting same error =/ Yea, as soon as I do slightest change I test run it to see everything works smoothly, and it's kind of annoying starting up the game all the time, but I can't seem to get it right >.< Suppose I maybe could bundle up a lil package containing the files needed for dev environment and maybe someone could check what's wrong with it..? >.< (Got so quite I suppose no1 knows what the problem might be) Nvm, found out what the problem was :o Realized I was in the wrong maps folder (tried inside the customstory one -.-) Was when I re-read the once you are finished and ready to release, put all maps into custom_stories folder and test it" that I realized I was completely wrong! So thanks a lot for the help! ![]() RE: Changes won't show up.. - Tanshaydar - 05-19-2011 Oh, my bad. I should've point that maps folder I was talking about is the folder in root directory. Anyway, I'm glad you solved the problem ![]() RE: Changes won't show up.. - DannieWest - 05-19-2011 Haha, dw about it, I'm just glad I got dev env xP Btw, do you know if there's any way of getting the extra_english to work in debug mode? :o The key unlocks the door, but it sais "picked up", instead of "Picked up key smelling like cheese" :o |