Jump to content
  • 0

Custom buildings server-side?


XtremeMakak

Question

2 answers to this question

Recommended Posts

  • 0

1. create a new folder inside your server.pbo

2. copy the sqf into that folder

3. open your server_functions.sqf inside your "init" folder

4. at the end of the file add:

call compile preProcessFileLineNumbers "\z\addons\dayz_server\yourFolder\sqfFile";
Link to comment
Share on other sites

  • 0

you are aware even if you put custom map additions or whatever to the server the players still have to download it, right?

so in the end players will get the custom map with the "receive mission" stuff or whatever the game displays right before you spawn in so they have to download even more (mission.pbo is cached on the client, so if a player comes back to the server the download is only once and the reiceive mission every time a player joins the game).

I just wanted to clarify this, because many admins think moving things like this to the server is better, its the exact opposite I think.. not 100% but in the end it doesn't matter much anyway. :P

 

but think about this, what do you think how do players see the custom buildings if the file is server side? they have to download it at some point  :P

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...