Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Configuration Files Help Crash on Full Conversion Loadup
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#1
Crash on Full Conversion Loadup

Didn't think making a FC would be so difficult to set up o.0

I seem to have the issue of whenever my map is about to load, it fails :/ I can get to the menu and then to the loading screen but cannot go further as it crashes on startup.

I have attached my hpl.log file as it seems to be needed, the main_init.cfg file and I am certain all the files are where they should be. I've also included in the spoiler what is in the OnStart() area of the coding of my first map. Unless it has something to do with me calling the "Main" save folder located at C:/Users/<username>/Documents/Amnesia/Main - but when I changed this last, I could not save a profile :O

Note: Yes; "/myconversion/music/" and the sub dirs are in my resources in the myconversion folder. I say this because The Beginning Of The Night.ogg is located there.

Spoiler below!

void OnStart()
{
AddEntityCollideCallback("Player" , "StartArea" , "FUNCTION" , true , 1);
AddEntityCollideCallback("Player" , "ScriptArea_1" , "Lookoverthere" , true , 1);
AddEntityCollideCallback("Player" , "ScriptArea_2" , "StartWalking" , true , 1);
PlayMusic("The Beginning Of The Night.ogg", true, 1, 1, 1, true);
AddTimer("", 12.0f, "StartFade");
FadeOut(0.0f);
SetPlayerActive(false);
StartPlayerLookAt("Sky_look", 6, 6, "");
SetPlayerJumpDisabled(true);
SetPlayerCrouchDisabled(true);
}



Attached Files
.cfg   main_init.cfg (Size: 1.07 KB / Downloads: 64)
.log   hpl.log (Size: 4.08 KB / Downloads: 58)

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-11-2013, 10:48 AM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: Crash on Full Conversion Loadup

Make sure EVERYTHING is named correctly.

"Veni, vidi, vici."
"I came, I saw, I conquered."
04-11-2013, 11:05 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#3
RE: Crash on Full Conversion Loadup

Problem is fixed. Was missing the materials.cfg in the myconversion folder Smile
+rep for helping though. I probably would have missed this if I didn't go through the actual thing word for word Smile

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-11-2013, 11:33 AM
Find




Users browsing this thread: 1 Guest(s)