Jump to content
  • 0

[Help Required]Installing SnapBuild pro script to overpoch (Vilayer)


rooneytoon

Question

Hi, whats up people. Just created an Overpoch Server, managed to install Infistar correctly.

 

Now We're trying to install Snap Build Pro. We've edited vilayercodecustom/missions/overpoch.tavi/init.sqf correctly:

Find:
```c++
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";	
```

Add this line right after, like so:
```c++
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";				//Compile regular functions
call compile preprocessFileLineNumbers "custom\compiles.sqf";							 //Compile custom compiles
```

We've edited description.ext as instructed:

Open your **description.ext** (root of your MPMissions folder), add this to the very bottom:
```c++
#include "custom\snap_pro\snappoints.hpp"
```
 

Not sure where the 'custom' folder is on Vilayer servers, so I copied compiles.sqf and the snap_pro folder into the following folders:

vilayercodecustom/missions/overpoch.tavi

/vilayercodecustom/dayz_overpoch/missions/DayZ_Epoch_13.Tavi

/vilayercodecustom/dayz_overpoch/missions/DayZ_Epoch_13.Tavi/custom

/vilayercodecustom/dayz_overpoch/init

/vilayercodecustom/dayz_overpoch/init/custom

 

and the above equivalents for epoch (tavi)

 

We cannot get the script to work! :(

 

The game gets stuck on wait for host, and Specifically, the error message we are receiving is:

ErrorMessage: Include file mpmissions\__cur_mp.Tavi\custom\snap_pro\snappoints.hpp not found.

Any help will be greatly appreciated.

 

Many Thanks

RooneyToon

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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...