Resource RscDisplayLoadCustom not found

JMan

Member
Forgive my noobness but I am having issues with the Reality CP. It seems to build fine and I have updated the DB as well. When I upload the dayz_server.pbo and dayz_1.chernarus.pbo, start up the server and try to join I get the error in the post title.
It was booting me for an vehicle restriction #1 for spawning as a crow. I have fixed the restriction error by having it log it rather than kick, but the client hangs and does nothing else except spawn me in as a crow and gives me the error "Resource RscDisplayLoadCustom not found".
As far as I can see I got almost everything right... Key word "almost" ;)
Any help with this would be appreciated.
I'm also uploading to an HFB Server if that helps any and HFB won't give support on this.
Thanks in advance!
 
init.sqf in your mission file
change
Code:
startLoadingScreen ["","RscDisplayLoadCustom"];
cutText ["","BLACK OUT"];

to
Code:
startLoadingScreen ["","DayZ_loadingScreen"];
//cutText ["","BLACK OUT"];
 
init.sqf in your mission file
change
Code:
startLoadingScreen ["","RscDisplayLoadCustom"];
cutText ["","BLACK OUT"];

to
Code:
startLoadingScreen ["","DayZ_loadingScreen"];
//cutText ["","BLACK OUT"];

Thanks for that mate!
Spent the morning going through both .pbo's bit by bit and did find this line and changed it. Some .sqf's seem to be missing in both pbo's that I'm uploading as well. I'm sure I'll work it out. :D
 
Back
Top