Jump to content

Whats the best pbo program to use with win7 64?


neiljb

Recommended Posts

i use pbo manager with windows 7 64bit and never had a problem with it

 

 

Ahh good to know, the problem I'm having is a little odd, I run Bungles buildings.sqf which is in the server.pbo and I call it from the init.sqf, and when joining the server i get the message "Script z/addons/dayz_server/init/buildings.sqf not found .....  but when I join the game all the buildings are there? 

 

Does calling a script from the init.sqf thats stored in the server.pbo run it client or server side?

 

When I add in 

[] execVM "buildings.sqf";

at the bottom of the server_functions.sqf I don't get any message and the buildings don't load. 

 

I am pretty new to all this as you can probably tell :D and any help is much appreciated.  

Link to comment
Share on other sites

Ahh good to know, the problem I'm having is a little odd, I run Bungles buildings.sqf which is in the server.pbo and I call it from the init.sqf, and when joining the server i get the message "Script z/addons/dayz_server/init/buildings.sqf not found .....  but when I join the game all the buildings are there? 

 

Does calling a script from the init.sqf thats stored in the server.pbo run it client or server side?

 

When I add in 

[] execVM "buildings.sqf";

at the bottom of the server_functions.sqf I don't get any message and the buildings don't load. 

 

I am pretty new to all this as you can probably tell :D and any help is much appreciated.  

 

If you want to do it server-side, try this in server_functions.sqf:

[] execVM "\z\addons\dayz_server\init\buildings.sqf";
Link to comment
Share on other sites

 

If you want to do it server-side, try this in server_functions.sqf:

[] execVM "\z\addons\dayz_server\init\buildings.sqf";

 

Ill give it a try, though I thought that if the script file was in the same directory as the file calling it you didn't need to full path.

 

Does it need to be in specific place in the server_functions.sqf or is it ok right on the last line?

 

Also can you run autorefuel scripts server side in the same manner?

Link to comment
Share on other sites

Ill give it a try, though I thought that if the script file was in the same directory as the file calling it you didn't need to full path.

 

Does it need to be in specific place in the server_functions.sqf or is it ok right on the last line?

 

Also can you run autorefuel scripts server side in the same manner?

 

Haven't tried it without the full path, can't say for sure if it should/shouldn't work that way. 

 

I place all my map edits at the bottom of server_functions.sqf

 

I don't have an auto-fuel script on my server so I don't know.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...