Jump to content

MassAsster

Member
  • Posts

    524
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by MassAsster

  1. Looking to do up a map config for United Sahrani -  Does anyone have a config for this map already? and if not what exactly is required to correctly enable spawns?

    I note some of the configs have teleport locations listed and i've seen some discussion about respawn markers.. wondering what is current method to the madness

     

    How is the correct map config (mapname).h  selected on the server?

    How is world size figured?

     

    I have spawned into the box on the map, but there were no "man hole tops" to teleport into the map. Also not sure how to figure out "worldsize"

  2. Constructive criticism for you: you should only use "social talk" ("ey" "man" etc) when you are TALKING to someone, not in writing. It makes you look mentally challenged and underage.

     

     

    Constructive criticism for you: You should keep your constructive criticism to yourself, it makes you look like a smug jackass.

     

    un·der·age

     

    adjective
     
    1. (of a person) too young to engage legally in a particular activity, especially drinking alcohol or having sex.
      • (of an activity) engaged in by people who are underage.
        "underage drinking"
  3. Yeah, that wasn't the issue, the issue was once your in a trader area, your trapped. We basically had three options:   A) fight our way out    B ) leave the server  or   C) Wait them out.   We tried C for a little bit, and were going to wait a bit longer outside of the trader area, not knowing how large the protection zone was is what got us killed.

     

    I'm not a fan of spawning into a trader city because of this very reason.

  4. After 30 minutes of trying to get my game functional (seems the arma 3 launcher method wasn't working, had to go to the config screen and enable the mod this way) we finally get into the game and spawn at a trader.

     

    My buddies have a few items as they were playing the 30 min I was trying to get going...

     

    First - guy with a sub gun is running around and his buddies are trying to steal the things we are passing to each other..  (because trading doesn't seem to work).

     

    We finally get the items passed around and step maybe ~10m away from the trader area, planning our route to the next town, and we are slaughtered by some one waiting out side the trader area.. the two jackasses who were trying to steal from us walk over and take the items from our body...

     

     

     

     

  5. if your not able to log in - then yes- the database connection for the first round setup (the login database) is not correct -  remember that whatever you have for the first config must match in the inc/config.php

     

    (there are two configs)

     

    Example

     

     

    //set up the names of the database and table for the WEB SERVER
    ////////////MODIFY THIS SECTION //////////////////
    $db_name ="apocalyp_donators";
    $table_name ="authorize";  // don't touch table name
    //connect to the server and select the database
    $server = "localhost";    
    $dbusername = "apocalyp_bobdole";   
    $dbpassword = "lovepasswords#1121";
    ////////////MODIFY THIS SECTION //////////////////
    //setup the names and tables for the GAME SERVER database
    ////////////MODIFY THIS SECTION //////////////////
    $hostname = "199.116.118.7:3306";
    $username = "myusername";
    $password = "mypasswprd";
    $databasename = "dayz_overpoch";
    ////////////MODIFY THIS SECTION //////////////////

     

     

     

    2nd config inside the  INC  folder

     

     

    //////  WEB SERVER SETUP. NOT GAME SERVER DATABASE //////
    if (!defined('DB_HOST')) define('DB_HOST', 'localhost');
    if (!defined('DB_USER')) define('DB_USER', 'apocalyp_bobdole');
    if (!defined('DB_PASS')) define('DB_PASS', 'lovepasswords#1121');
    if (!defined('DB_NAME')) define('DB_NAME', 'apocalyp_donators');
    if (!defined('DB_PORT')) define('DB_PORT', '3306');
    ////////////MODIFY THIS SECTION //////////////////

    if (!defined('NUMBER_OF_ATTEMPTS')) define('NUMBER_OF_ATTEMPTS', 6);

    ////////////MODIFY THIS SECTION //////////////////
    // REMEMBER TRAILING SLASH >> /
    if (!defined('DOMAIN_NAME')) define('DOMAIN_NAME', 'http://apocalypseatlanta.com/perks/');
    ////////////MODIFY THIS SECTION //////////////////

    if (!defined('LOGIN_LOCATION')) define('LOGIN_LOCATION', DOMAIN_NAME . 'login.php');

    ////////////MODIFY THIS SECTION //////////////////
    if (!defined('SITE_NAME')) define('SITE_NAME', 'ApocalypseAtlanta.com');
    if (!defined('EMAIL_EXT')) define('EMAIL_EXT', 'apocalypseatlanta.com');
    if (!defined('APP_VERSION')) define('APP_VERSION', '1');
    ////////////MODIFY THIS SECTION //////////////////

  6. //setup the names and tables for the GAME SERVER database
    ////////////MODIFY THIS SECTION //////////////////
    $hostname = "129.270.299.21";
    $username = "dayz_epoch";
    $password = "d7dyrasFUPwkLB26r363nL4";
    $databasename = "dayz_epoch";
     
    this GAME SERVER connection needs a port
     
     
    $hostname = "129.270.299.21:3306";

     

     

    I'm assuming your getting this access error after logging into the system?

×
×
  • Create New...