Search results

  1. Q

    Origins Server?

    Saving items in house: I finally got around to saving the items in the house yesterday, and today after a restart, when I enter, it appears everything is gone. This is somewhat incorrect. It seems looking in the database, that all the items are still there, but after the restart, the items in...
  2. Q

    Origins Server?

    Thanks. I wasn't sure if it was an error or trying to create a special character. Anyways, I removed that portion, and converted 2 pickups into the bath mobile in the sql. Git has been updated.
  3. Q

    Origins Server?

    You have to run the pMain function to spawn vehicles. Did you get errors when importing the sql? did you get a permissions message? If so, import it as 'root' user.
  4. Q

    Origins Server?

    If there are vehicles in your object_data table but they don't appear in the server, and your running the pMain function, you might have too many vehicles which causes nothing to spawn in. Deleted some of them. maxvehicles=357 I think. You could probably increase that and test it too.
  5. Q

    Origins Server?

    Just add the ip and port in the command line, and if your using a starter script like I do, I change the file name from arma2oaserver.exe to origins_1.exe for server 1 and orgins_2.exe for server 2. Then use those names in the starter script to start and stop the server.
  6. Q

    Origins Server?

    You just need to run the pMain just before starting the server and it will cleanup dead vehicles, spawn in new ones, and respawn the urals at sec b.
  7. Q

    Origins Server?

    It's no longer needed. SanKen fixed things up so it's all in one sql file now. I guess I forgot to remove that part of the instructions. Will get on it now.
  8. Q

    Origins Server?

    That };[/CODE] this is what is the default, and must be so }; // Adjusts for 4hr day/night (Not working) [6,true,true,6] execFSM "core_time.fsm"; Only in this case, the time will come rapidly, within 1 minute of real time 6 minutes the server time, the result would be 24 hours on a...
  9. Q

    Origins Server?

    Is this what you want? http://www.gamersplatoon.com/forums/showthread.php?7830-Origins-1-6-Buildings-tutorial
  10. Q

    Origins Server?

    Steps were mentioned back on pages around 7-15 or so.
  11. Q

    Origins Server?

    I'll also add it to git.
  12. Q

    Origins Server?

    Look at line 44 or the line that starts with 5 setFuel and add this to the end of the line: !"\"dayzSetFuel\"" !"if (_fuel >= 1.0) then { _fuel = 1.0; };" Then restart your server or if you know how, reload your scripts in Bec.
  13. Q

    Origins Server?

    Go into git hub and look in the SQL folder. Click on the sql file and look for the pMain function. Copy the code there and do a sql query on your database and it will fix it. SanKen just fixed it for us.
  14. Q

    Origins Server?

    I see the cleanup function is called in it, so then only the pMain has to be run at restart?
  15. Q

    Origins Server?

    Thanks - did you ever get your pMain working and fix the errors?
  16. Q

    Origins Server?

    We have them in our lab. But we just lost all our vehicles. lol This is sooo fun.
  17. Q

    Origins Server?

    Done - Thanks. I asked you there but will ask you here also, does this line have to be enabled? //[3,true,true,3] execFSM "core_time.fsm";
  18. Q

    Origins Server?

    Restarted server and removed 30 vehicles and still nothing spawing in. Noticed this in the log but not sure if it was there before: 2013-06-02 17:46:28 HiveExt: [Information] Result: ["ERROR","Instance already initialized"] 2013-06-02 17:46:28 HiveExt: [Information] Method: 500 Params: <null>...
  19. Q

    Origins Server?

    I just noticed this happening on our server, where the server restarted, and no vehicles are appearing now. They are all in the db where they should be, but no vehicles in the server at all. What functions should we be using on restart? pCleanup, pSpawn are the 2 I am using. Tried pMain but...
  20. Q

    Origins Server?

    Just download it and open server_cleanup.fsm with notepadd ++ and open your own server_cleanup.fsm. Make sure that these are the only 2 files opened in notepadd ++ and then hit 'ALT D' and it will compare the files and show you the differences.
Back
Top