So i am trying to enable player saving on our A3 wasteland stratis server using iniDB v1.4
I have dragged the folder into our root directory
I then extracted the A3 wasteland PBO and added at the bottom of my init.sqf call compile preProcessFile "\iniDB\init.sqf";
I then created the PBO and uploaded it to my MPmission folder onto my Arma 3 FTP server etc.
I also added -mod=@iniDB; to the startparameter in my control panel
Game runs and plays fine but i still cant save for some reason.
I do however get this message upon joining :
Just trying to figure out were i went wrong.Trying to get saves as in items/basebuilding etc.
I know you have to crouch or prone to enable the save.Pressing escape the save button is still greyed out.
I need to re-open this. I am getting the same issue. I am using all the same specifications and getting a the same error on join where the init isn't found. Any help? How did you fix it?
CaleBB wrote:I need to re-open this. I am getting the same issue. I am using all the same specifications and getting a the same error on join where the init isn't found. Any help? How did you fix it?
I used the lastest build of wasteland ,seems to all work fine.
Which version are you running?
tokae wrote:I too am getting the script not found error. I have gone over all this several times and it will not fire up. Anyone else have the solution?
If I remember correctly, Wasteland changed from the iniDB connector to extDB.
Either try the extDB framework, or post your server RPT file, your mission/server file structure and how you inititate the database connector in the init.sqf. There is not enough info at the moment as to what is causing the loading process.