Frictional Games Forum (read-only)
Resources Crashes on my mod ? WTF HELP! - 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: Resources Crashes on my mod ? WTF HELP! (/thread-16146.html)



Resources Crashes on my mod ? WTF HELP! - SilentHideButFine - 06-14-2012

<Resources>
<Directory Path="/_temp" AddSubDirs="true" />
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/The_Unsubscribe_Killer/maps" AddSubDirs="true" />
<Directory Path="/textures" AddSubDir s="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/flashbacks" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/commentary" AddSubDirs="true" />
<Directory Path="/custom_stories" AddSubDirs="true" />
</Resources>
the name of the map is The_Unsubscribe_Killer Smile +rep to the one who help Smile


RE: Resources Crashes on my mod ? WTF HELP! - Strembitsky - 06-14-2012

Is it an FC? If it is follow Your Computer's tutorial.

If it isn't, try this:

Code:
<Resources>
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/textures" AddSubDir s="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/flashbacks" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/commentary" AddSubDirs="true" />
<Directory Path="/custom_stories" AddSubDirs="true" />
</Resources>



RE: Resources Crashes on my mod ? WTF HELP! - SilentHideButFine - 06-15-2012

(06-14-2012, 11:19 PM)Strembitsky Wrote: Is it an FC? If it is follow Your Computer's tutorial.

If it isn't, try this:

Code:
<Resources>
<Directory Path="/fonts" AddSubDirs="false" />
<Directory Path="/textures" AddSubDir s="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/gui" AddSubDirs="true" />
<Directory Path="/static_objects" AddSubDirs="true" />
<Directory Path="/sounds" AddSubDirs="true" />
<Directory Path="/main_menu" AddSubDirs="true" />
<Directory Path="/shaders" AddSubDirs="true" />
<Directory Path="/lights" AddSubDirs="true" />
<Directory Path="/billboards" AddSubDirs="true" />
<Directory Path="/entities" AddSubDirs="true" />
<Directory Path="/graphics" AddSubDirs="true" />
<Directory Path="/viewer" AddSubDirs="true" />
<Directory Path="/particles" AddSubDirs="true" />
<Directory Path="/models" AddSubDirs="true" />
<Directory Path="/music" AddSubDirs="true" />
<Directory Path="/flashbacks" AddSubDirs="true" />
<Directory Path="/textures" AddSubDirs="true" />
<Directory Path="/misc" AddSubDirs="true" />
<Directory Path="/commentary" AddSubDirs="true" />
<Directory Path="/custom_stories" AddSubDirs="true" />
</Resources>
Any link for a mod with this???


RE: Resources Crashes on my mod ? WTF HELP! - Stepper321 - 06-15-2012

(06-15-2012, 03:09 PM)SilentHideButFine Wrote:
(06-14-2012, 11:19 PM)Strembitsky Wrote: Is it an FC? If it is follow Your Computer's tutorial.

If it isn't, try this:

Any link for a mod with this???
Is this a Full Conversion or just a normal Custom Story? And what happens if it crashes?


RE: Resources Crashes on my mod ? WTF HELP! - SilentHideButFine - 06-15-2012

(06-15-2012, 03:14 PM)Stepper321 Wrote:
(06-15-2012, 03:09 PM)SilentHideButFine Wrote:
(06-14-2012, 11:19 PM)Strembitsky Wrote: Is it an FC? If it is follow Your Computer's tutorial.

If it isn't, try this:

Any link for a mod with this???
Is this a Full Conversion or just a normal Custom Story? And what happens if it crashes?
Its gonna be a mod but not Full Conversion