Frictional Games Forum (read-only)

Full Version: Resources Crashes on my mod ? WTF HELP!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<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
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>
(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???
(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?
(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