Arma 3 Player saving help

Post Reply
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Arma 3 Player saving help

Post by J-English »

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


Image

I then extracted the A3 wasteland PBO and added at the bottom of my init.sqf call compile preProcessFile "\iniDB\init.sqf";

Image
Image

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


Image

Game runs and plays fine but i still cant save for some reason.
I do however get this message upon joining :


Image


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.

Any help would be greatly appreciated.
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 Player saving help

Post by Caliban55 »

Hm, look at your @mod folder name -> @inidbi

Now look at the line in your init.sqf from which you want to call the function:
call compile preProcessFile "\iniDB\init.sqf"
Try it with:

call compile preProcessFile "\inidbi\init.sqf"
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 Player saving help

Post by J-English »

Ive changed it too call compile preProcessFile "\inidbi\init.sqf" as you mentioned.

Weird ,now it says upon joining

script iniDBi/init.sqf not found

were as before it would say script iniDB/init.sqf not found
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 Player saving help

Post by J-English »

Caliban55 wrote:Hm, look at your @mod folder name -> @inidbi

Now look at the line in your init.sqf from which you want to call the function:
call compile preProcessFile "\iniDB\init.sqf"
Try it with:

call compile preProcessFile "\inidbi\init.sqf"

it seems to be working now cheers matey
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 Player saving help

Post by Caliban55 »

Glad that it is working :D .
CaleBB
New to forums
New to forums
Posts: 3
Joined: Sun Aug 10, 2014 3:59 am

Re: Arma 3 Player saving help

Post by CaleBB »

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?
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 Player saving help

Post by J-English »

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?
CaleBB
New to forums
New to forums
Posts: 3
Joined: Sun Aug 10, 2014 3:59 am

Re: Arma 3 Player saving help

Post by CaleBB »

I'm running the revive beta for A3Wasteland.
tokae
New to forums
New to forums
Posts: 1
Joined: Mon Jan 05, 2015 9:53 am

Re: Arma 3 Player saving help

Post by tokae »

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?
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 Player saving help

Post by Caliban55 »

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