Location files on server for mission.pbo

ToshioSM

New Member
Hi OpenDayZ community,

I try solve problem with giving location my files on server for mission.pbo.

What i mean, in description.ext from mission.pbo i tried give address for loadingscreen.jpg but on my server, not in mission.pbo.

4SjK4Bl.png


It's folder "obrazki". Inside folder is loadingscreen.jpg. Over this folder is "mpmissions", where i've mission.pbo.

And i wanted give address from obrazki/loadingscreen.jpg.

Code:
loadScreen = "\z\obrazki\loadingscreen.jpg";
But didn't work and i got error (is for other case when i tried put address to deathscreen):
zvewBmH.png


What is correct location for files out mission.pbo?
 
Thank you so much! What a pity! :(. Because i wanted to slim mission.pbo from .jpg and .paa files :cool:

If you got Photoshop go to Data and Export for Web. It will safe the picture with very smal bytes without loosing much quality.
 
I think it's locality problem, the Loadingscreen data has to be on client side to load without to download an extra mod.

dayz_server.pbo is only available for the server, dayz_code is available for client and server, mission is available for client and server.

But you can't change things in dayz_code without sharing these changes, client has to download your changes as mod.
So you has to use the mission, that the client gets your stuff.
 
Back
Top