E

Exentenzed

Member

Last active 8 years ago

  1. 8 years ago
    Sat Mar 12 21:43:29 2016

    @HeroesandvillainsOS. Totally with you on the anticipation of Wildlands, it's the game im most looking foward to seeing at the moment. (Not looking forward to day 1 release though, its ubisoft after all. :P)

    I did try out the Division beta, its a bit too much bullet sponge for me, but if you where fine with that in games like Borderlands, then atleast that shouldnt bother you much. :)

  2. Wed Mar 9 01:27:11 2016

    Yea, CfgRemoteExec had to be it, i even threw that into the description.ext without adding the addaction or sqf's into the mission. Just that alone caused the persistence to stop functioning completely.

    Oh... Well forgive me, as you probably could see im still rather new at this. I found CfgRemoteExec and saw the simplest way to do it, and got punished for it. :P

    Live and learn. ^^

    Thanks for all your tips and advice though (To everyone that responded in this thread). Much appriciated.

  3. Wed Mar 9 01:15:17 2016

    Here A3Client.RPT

    Not even sure what im looking for, but since you wanted it you can have it. :)
    that one is from earlier today, when i know i still had the problems.

    Seems like a big flaw though, i got the impression from reading about remoteExec and remoteExecCall, that it was supposed to be a faster and safer alternative to BIS_fnc_MP whenever it could be used.

  4. Wed Mar 9 00:59:20 2016

    Yup, solved it. Of course it had to be part of one of my own scripts that caused it to stop working, although i still have no idea why.

    One of my scripts require the following in the description.ext, and is what made me unable to initialize saving the server data trough clicking "Save server & exit"

    class CfgRemoteExec
    {        
    		class Functions
    		{
    			mode = 0;
    			jip = 0;
    			
    		};
    
    		class Commands
    		{
    			mode = 2;
    			jip = 0;
    			
    			class skipTime { allowedTargets=2; jip=0; }
    	};
    };

    Figured i'd share it here incase it could help the devs allowing this to be used in the future.

    its part of a day changing script that allows this

    (-daytime+6) remoteExecCall ["skipTime", 2];

    to be used via this

    this addAction ["Skip to Dawn", "timeScripts\setDawn.sqf"]

    Had 4 of those, one forEach dawn, dusk, day, and night.

    On the plus side, while extremely convenient for my mission, its not critical. And if people request the feature back, im sure i could set up a limited zeus for it, although it's not a very immersive way of doing it.

  5. Tue Mar 8 20:20:58 2016

    Tried again, this time using CBA 2.2

    Still nothing.
    Starting to suspect that there is something i've done in the mission itself that borked it.
    Guess i'll have to wait until the next version to be sure.

    (If anyone that reads this and are using persistence at this time and has it working, could you please leave me a reply here? Thank you.)

  6. Mon Mar 7 15:05:00 2016

    Ah, thats very reassuring. :)

    Well i did another test, same problem still after renaming everything relevant.
    the "Server Save & Exit" button does nothing.¨

    the RPT and aliveplugin where a bit different today though.

    Aliveplugin
    A3server.RPT

    Also came to think of the fact that i had it working at first, figured i'd include logs from the last time it actually worked for me. :) which was basicly that same day only early morning.

    Aliveplugin
    A3server.RPT

  7. Mon Mar 7 13:39:12 2016

    Thanks for the suggestion, tried renaming it 3 times yesterday, should have mentioned it on the OP.
    Not using a PBO though, just a regular folder.

    I will be trying to see if it decides to work today after making sure i rename both the mission folder AND the onLoadName. Will post update regardless.

    Additional question: How often do you wipe your DB? and does the wipes have any kind of schedule so it doesnt sneak up on us?

    Please dont misunderstand, i really appriciate the service you are offering us in addition to making this mod, im just curious. :)

  8. Sun Mar 6 21:15:00 2016

    Not a 100% sure, i downloaded CBA a few weeks ago, downloaded ALiVE on Thursday.
    I must have had some lucky timing then, because it worked flawlessly yesterday.

    I guess the only thing i can hope for at the moment is that (soon™) is (verysoon™). :D

    From what i did see yesterday i must say im very impressed with the persistence. Kudos! :)

    EDIT: im using the steam workshop to get CBA, which says it was last updated Febuary 20th. Meaning i used the same CBA version yesterday and it was working then. :)

  9. Sun Mar 6 21:01:19 2016
    E Exentenzed started the conversation Having some issues with persistence (SOLVED).

    Started having some issues with persistence this evening.

    Started making a new mission yesterday, and set everything up for persistence after i had placed most of the vital alive modules, and i got it all working perfectly.
    Got the datapad up after clicking "Server save & exit" and it showed lots of info and then mission ended, could boot the mission back up again and everything had persisted.

    then i continued making the mission, made a few basic scripts that i needed, and populated the map with custom supplies and such for scavenging. Got everything ready, and proceeded to test it on the server again.

    This time however, nothing happens when i click "Server save & exit".
    I confirmed multiple times that i was logged in as admin, and the "Server exit" button works, which also requires admin.

    Also checked the war room, which confirms operation start.

    Double checked all modules to make sure persistence was turned on,
    Player logistics (disabled) module had "disable logistics" and "disable persistence" on "YES" which i turned back to "NO" and proceeded to try running it on the server again after renaming the mission, still didnt work.

    checked the RPT log and it confirms "ALiVE-0 CONNECTED TO DATABASE OK", but below that ends a few lines with "SYS_DATA_ERROR" and "ALiVE SYS_DATA - EITHER DATA LOAD FAILED OR MISSION DATA PERSISTENCE TURNED OFF: false" (both logs added + the mission folder itself in links below)

    aaaand now im at a loss of what is wrong.

    Any help would be greatly appriciated.

    Links to logs and mission
    Aliveplugin
    A3server.RPT
    Mission folder

  10. Sun Mar 6 20:27:54 2016
    E Exentenzed joined the forum.