Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


jinkz

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by jinkz

  1. Wondering When you'll have overpoch 1.0.6.1 going !!!!

     

     

    i currently am trying to get mine going but getting one error 

     

    then kicks me from game  

     

     

    Include file \z\addons\dayz_code\gui\description.hpp  Not found 

     

     

     

    does any one know how to fix this Thanks Wizaga !!!!- Jinkz !!!!!

    i got it fix and server is up and running but working on traders    

     

    45.35.132.228:2302

  2. Wondering When you'll have overpoch 1.0.6.1 going !!!!

     

     

    i currently am trying to get mine going but getting one error 

     

    then kicks me from game  

     

     

    Include file \z\addons\dayz_code\gui\description.hpp  Not found 

     

     

     

    does any one know how to fix this Thanks Wizaga !!!!- Jinkz !!!!!

  3. i got a Arma 2 Dayz Epoch 1.0.6.1 installed and runing if any one wold like to try it out    you need to goto epochmod.com download Dayz_epoch 1.0.6.1 and put in your Arma 2 arrowhead folder  Name its @dayz_epoch1061 you have to launch in Arma 2 Launcher  enable Dayz_epoch1061 and enter ip and port   good to go 

    45.35.132.228:2302

  4. Help? I don't need any help. If you want to run Esseker all you have to do is stop your server. Upload All In Arma and Esseker through your FTP. Get a mission.sqm for the Esseker map and replace the Altis mission.sqm with that one. Rename the mission PBO. Upload that through the FTP. Change your mission in the server.cfg, it's at the bottom. Set you custom launch parameters, example: -mod=@mod_name;@mod_name2;@mod_name3;@mod_name4;@mod_name5. Start your server. Done! On a side note, Do not hit the big green button at the bottom or you'll wipe the mission. For Chernarus it's the same thing. That is how I set up my test server and had no problems. Not too hard.

     

     

     

     

    I did this and when i log in i get No entry 'bin\config.bin/cfgworlds.esseker    whats is the problem here

  5. So i have my server all up and running with Infastar and it seems that my Server doesn't let people join because the server doesn't have a Map for some reason.

     

    Custom Parameters: -serverMod=@ExileServer;@infiSTAR_servermod;@a3_dms;

     

    Mod: Exile 0.9.35 Altis

     

    So hopefully you guys know whats going on!

     

    Thanks in advance,

     

    Z

    just use @ExileServer;@infiSTAR_servermod;@Exile;@a3_dms;

  6. *
        Author: Chris(tian) "infiSTAR" Lorenzen
        Contact: [email protected]
        #779
        
        If you have given me no reason to not update you, you will receive updates at (your customers/paypal email address):
        [email protected]
    */
    /* *******************Developer : infiSTAR ([email protected])******************* */
    /* **************infiSTAR Copyright®© 2011 - 2015 All rights reserved.************** */
    /* *********************************www.infiSTAR.de********************************* */
    _______________________________________________________________________________________
    Once you purchase, your paypal email will be added to my Updater.
    As soon as I am online, I will send you the most recent version,
    as that is always newer than what I have on the store (for several reasons).
    However updates and support are not part of the purchase!

    CONTACT INFO
    http://board.infiSTAR.de
    http://support.infiSTAR.de
    http://dayzantihack.com/form.html([email protected])
    _______________________________________________________________________________________
    IMPORTANT - DLLs (DLLs.rar):
    ===================
    The .dll files are not essential and not part of the purchase.

    You NEEED "Visual C++ Redistributable Packages for Visual Studio 2013 - 32 Bit version"

    ARMA_LOG.dll
    is creating (All Logs can be found in the server .rpt file as well, if you do not want to use this dll that is fine):
    A3_HACKLOG_DATE.txt
    A3_SURVEILLANCELOG_DATE.txt
    +[...],

    ARMA_BAN.dll
    is writing a ban.txt file in your servers arma3 folder,
    Arma3 will kick players with the UIDs written in that ban.txt when they try to join and print the message "you have been banned"

    ARMA_LOAD.dll
    Used to check for existing updates and resolving steam names of players.
    (more comming soon / so actually needed now for some of the functions)
    _______________________________________________________________________________________
    Installation-Guide (How to install):

    ON LINUX YOU NEED THIS PARAMETER: -profiles
    =========================================================
    SERVER:
        01. Open the .zip file you have gotten from the store and go into the subfolder "SERVER_ARMA3_FOLDER"
        02. Copy & Paste the folder "@infiSTAR_Exile" (and all the DLL files from DLLs.rar) into your Arma3 server folder (not in any sub folder of the Arma3 server folder)
        03. Go into "SERVER_ARMA3_FOLDER\@infiSTAR_Exile\addons\a3_infiSTAR_Exile" and modify the "EXILE_AHAT_CONFIG.sqf" to your needs.
        04. Once you are done, make a PBO file out of the "a3_infiSTAR_Exile" folder (You can use PBO Manager or similar tools) and remove the Folder after doing that (so only the pbo is left here: "@infiSTAR_Exile\addons")
        05. Modify your start .bat file or server init line so it has this "-servermod=@infiSTAR_Exile;"
            Example from my test-server:
            -enableHT -autoinit "-servermod=@ExileServer;@infiSTAR_Exile" "-mod=@Exile"
        06. Open the "EXILE_AHAT_CONFIG.sqf" and add your AdminUID(s), then check if the different settings are fine for you :) - do not edit the other files.
            It is the most important thing that you read carefully through the "EXILE_AHAT_CONFIG.sqf" and set all settings correctly for your server.
        07. Default Open Menu Key is F1


    MPMission - the hpp file (infiSTAR_Exile_AdminMenu):
        To use the infiSTAR_AdminMenu Dialog you will need to edit your current MPMission.
        Go into your servers MPMissions folder and unpack the mission pbo file you want to run.
        Now open the "description.ext" and
        
        remove "class CfgRemoteExecCommands {};" and also remove
        "
    class CfgRemoteExec
    {
        class Functions
        {
            mode = 1;
            jip = 0;
            class ExileServer_system_network_dispatchIncomingMessage     { allowedTargets=2; };
        };
        class Commands
        {
            mode=0;
            jip=0;
        };
    };
        "
        from the "description.ext"!
        After you removed that, you have to add  (just at the very bottom as last 2 lines should work fine) this:
        #include "infiSTAR_Exile_AdminMenu.hpp"
        #include "CfgRemoteExec.hpp"
        
        Now you need to copy the "infiSTAR_Exile_AdminMenu.hpp" & "CfgRemoteExec.hpp" files from "MPMission Addition(s)" into the MPMission (so it is right next to your "description.ext").
        Repack the mission to a pbo again.
        You have to do this, or you will not be able to open the AdminMenu..!
        We need the CfgRemoteExec now, without it infiSTAR will not load! We are using it to distribute could instead using PublicVariables and other methods.



    Good to know - Keybinds:
    1. You can spectate by double clicking the name of a player in the admin menu.
    2. Keybinds:
        F1 - Default AdminMenu Key
        F6 - Heal Yourself
        F7 - Heal & Repair withing 15m
        F10 - Stop Spectating
        F11 - Add Ammo for current weapon
        SHIFT & 4 - Fly Up
        SHIFT & 5 - Teleport in looking direction (if enabled)
        SHIFT & F2 - Adminconsole
        SHIFT & TAB - Open Map
        SHIFT & I - Show Info (Like Codes of Vehicles and Doors)
        DELETE - Delete CursorTarget
        DIK_PGUP (PageUP) - Flip CursorTarget Vehicle
    3. If the map is opened and you hold LEFT-ALT key, you can click on the map and teleport there!
    4. If you are added in the EXILE_AHAT_CONFIG.sqf as an admin, you are able to change from admin to a normal player and back by typing !admin in the chat.
    _______________________________________________
    infiSTAR.de is used and supported by the biggest and best Communities like:

    I am doing this as a passionate 1-man Project.
    The tool is actively developed and updated, trying to get the best
    results vs Scripters, Hackers while implementing helpful features to administrate your server(s).

    I ty to help anyone who needs help but it is very easy structured and self-explaining.
    The tool comes with a readme including install instructions and there is even pictures.

    If you have seen my tool on another server and you are not convinced about purchasing it yourself or what it does, how it works  or just unsure if you want to purchase it for your server/community.
    I can offer you to add your UID to a Test-server so you can at least get a feel of a few benefits you get.

    Due to the nature of this software, it needs to be updated quite often, because of new mods, mod updates or new hacks.
    I provide Updates and support for my customers for more than 2 years now.
    I am happy to go on providing Updates as long as it is possible for me.

    Thanks for your attention.

    P.S.
    Thanks to those, who help(ed) me testing new features, bugs or sending in Hacks to check against them :)
    __________________________________________________
    problems?
    just contact me:
    http://infiSTAR.de/form.html

    infiSTAR.de & DayzAntiHack.com & Arma-AntiHack.com
    altislifeantihack.com & arma3antihack.com & arma3-antihack.net
    __________________________________________________
    You(I) hereby agree to the following

    TERMS AND CONDITIONS
    The script (which is a plain written text) stays property of infiSTAR.
    As author he is the only one allowed to modify, share (sell, post, [..]) it.
    You are not allowed to copy/modify any kind of intellectual property of infiSTAR (this),
    unless you are permitted by infiSTAR.
    This is a one time payment for the product in its present state.
    Commercial use is prohibited unless it is permitted by infiSTAR.

    REFUND POLICY
    You agree that infiSTAR offers no refunds and all payments are final.
    Furthermore, you shall not institute any form or charge-back for any fees paid to infiSTAR.
    You acknowledge that you have read and agree to the above Policy.


    Urheber- und Leistungsschutzrechte
    Die infiSTAR Dateien und ihr Inhalt unterliegen dem deutschen Urheber- und Leistungsschutzrecht.
    Die unerlaubte Vervielfältigung oder Weitergabe einzelner Inhalte oder kompletter Dateien ist nicht gestattet und strafbar.
    Dies ist eine einmalige Zahlung für das Produkt im Gegenwärtigen Zustand zum Zeitpunkt des Verkaufs.
    Es ist ausschließlich der private und nicht kommerziellen Gebrauch erlaubt.
    § 11 UrhG
    Das Urheberrecht schützt den Urheber in seinen geistigen und persönlichen Beziehungen zum Werk und in der Nutzung des Werkes.
    Es dient zugleich der Sicherung einer angemessenen Vergütung für die Nutzung des Werkes.
    § 97 UrhG
    Anspruch auf Unterlassung und Schadensersatz
    § 98 UrhG
    Anspruch auf Vernichtung, Rückruf und Überlassung
    § 106 UrhG
    Unerlaubte Verwertung urheberrechtlich geschützter Werke
    (1) Wer in anderen als den gesetzlich zugelassenen Fällen ohne Einwilligung des Berechtigten ein Werk oder eine Bearbeitung oder Umgestaltung eines Werkes vervielfältigt, verbreitet oder öffentlich wiedergibt, wird mit Freiheitsstrafe bis zu drei Jahren oder mit Geldstrafe bestraft.
    (2) Der Versuch ist strafbar.
    /* *******************Developer : infiSTAR ([email protected])******************* */
    /* **************infiSTAR Copyright®© 2011 - 2015 All rights reserved.************** */
    /* *********************************www.infiSTAR.de********************************* */

  7. what are you going to call the server in the launcher?

     

    i am trying to do thismyself and i get everything installed and sits on Creating   Sorry Exile  

     

     

     

    Help  

     

    Or soon i hope you get it added to launcher

    i have Esseker working but when you join   its just a big block of nothing you can walk and run around no textures