Frictional Games Forum (read-only)
[CONFIG] .bat file crashes while opening IFC - 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: [CONFIG] .bat file crashes while opening IFC (/thread-27126.html)

Pages: 1 2 3


RE: .bat file crashes while opening IFC - Neelke - 11-09-2014

[br][br]Yours faithfuly,[br]Judge Phil McCaww/Entry>

A missing <

[br][br]Yours faithfuly,[br]Judge Phil McCaww</Entry>


RE: .bat file crashes while opening IFC - A.M Team - 11-09-2014

(11-09-2014, 05:34 PM)Neelke Wrote: [br][br]Yours faithfuly,[br]Judge Phil McCaww/Entry>

A missing <

[br][br]Yours faithfuly,[br]Judge Phil McCaww</Entry>

Thanks for the correction but when I edited it it still stopped working.


RE: .bat file crashes while opening IFC - MsHannerBananer - 11-10-2014

Thanks for posting your lang. I went through and edited the problems you didn't seem to find using the lang editor tool. There are no longer any errors in the following script, so please replace what you have with what I've posted and test it out. If it doesn't work, then the problem is elsewhere. Big Grin

ALSO: After you've replaced your lang with what I've given you, if the game still crashes, please re-post the hpl log from Documents/Amnesia/YOUR MOD NAME HERE.

PHP Code:
<LANGUAGE>
  <
RESOURCES>
     <
Directory Path="/fonts" />
     <
Directory Path="/lang/english" />
  </
RESOURCES>
  <
CATEGORY Name="Journal">
     <
Entry Name="Diary_Council_SD_Name">Council Letter (Screw Driver)</Entry>
     <
Entry Name="Diary_Council_SD_Text"> [council_sd.ogg] [br]Dear DrPoo,[br][br]My name is Judge Phil and I have been notified of an illegal item in your possessionAccording to our agreement you can live temporarily on this planet only if you are allowed the land that you build your house on and if you report ALL personal items.[br][br]We are forced to keep your 'screw driver' until futher meetings are held.[br][br]Yours faithfuly,[br]Judge Phil McCaww</Entry>
  </
CATEGORY>
  
  <
CATEGORY Name="Dialogue">
     <
Entry Name="DP_Wake_1">Morning already?</Entry>
     <
Entry Name="DP_Wake_2">You know what I needA good cuppa tea.</Entry>
     <
Entry Name="DP_Wake_3">Oh The fire's lit. Now isn't that cosy?</Entry>
  </
CATEGORY>
  
  <
CATEGORY Name="PreMenu">
     <
Entry Name="GammaMsg">This game should be played in the proper Amnesia settingSet the gamma so that the right square is barely visible to not be in the 'dark' while playing.</Entry>
     <
Entry Name="SanityMsg">Don't stare at enemies too long! The doctor is easily bored and may dose off while some monstrosity mauls him.</Entry>
     <Entry Name="VillMsg">One last thing, villagers don'
t take too kindly to hooligansBehave yourself![br][br]-C.M</Entry>
  </
CATEGORY>
    
  <
CATEGORY Name="Ending">
     <
Entry Name="MainCredits">- AN A.M PRODUCTION -[br][br][br]- DOCTOR POONEO -[br][br][br]Developed by Aidan Maxwell (TheDoctorPoo)</Entry>
  </
CATEGORY>
  
  <
CATEGORY Name="Loading">
        <
Entry Name="LoadScreenMain">Processing...</Entry>
    </
CATEGORY>
</
LANGUAGE