Jump to content

Mexx82

Member
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Mexx82 reacted to Helion4 in Dayz Epoch (2019)   
  2. Like
    Mexx82 reacted to axeman in To Bot or Not to Bot   
    A bit of progress with the bot. Built in pathing I'm still to find, or wait for them to release to modders :)
    I put some serious hours into a pathing / collision avoidance system for local agents that never made it into A3 Epoch. That's going to come in handy now. 
    I will update with progress here and on the discord,  join here : https://discord.gg/0k4ynDDCsnMzkxk7
  3. Like
    Mexx82 reacted to vbawol in Seeking collaborators to make Epoch Mod for DayZ Standalone   
    The development of Epoch Mod for DayZ Standalone has officially begun and we are seeking community collaborators to help develop Epoch Mod for DayZ Standalone.
    The goal will be to make an open source and a community developed mod licensed as DayZ Public License Share Alike (DPL-SA). We are looking for community developers that want to work towards a common goal: Everyone working together to make all their work properly compatible and in one place.
    If you want to become a Collaborator on the project you must:
    Have references showing some of your work. Be able to fork, compile, test, and merge your changes on your own.  Submit work via pull request to the experimental GitHub branch found here: https://github.com/EpochModTeam/DayZ_SA_Epoch/tree/experimental Contact one of the Epoch Devs in discord to get added to the community dev roles on discord. Agree to the code of conduct and that your work will be released via steam workshop by EpochModTeam and licensed as DPL-SA . We are accepting merge requests for following features:
    Barter based NPC Traders - that only sell what has been sold to them and use in-game items as currency, Enemy Soldier AI, Trader Missions, Better Zombie AI, End game improvements, Lockable storage, Vehicle Ownership, Custom Items weapons, and vehicles of all types, End game improvements like skills and attributes. The development process is slower now due to the lack of documentation however progress should speed up with time. The first release of an experimental build should happen soon but we cannot give any time frames.
     
    Join our Discord:  https://discord.gg/p35Rr2P
  4. Thanks
    Mexx82 reacted to salival in [Release] Salivals Mod Pack [Updated for 1.0.7]   
    All mods of the mod pack except Deploy Anything are part of Epoch 1.0.7.1 now.
    Hi guys,
    I've had requests for a pack of all my mods that i've written or updated tested and working so here it is.
    Everything is tested as working but there may be little things I have missed, I've done all the installs the way I like to do them (super anal ocd)
    The pack comes with Battleye filters.
    # Supported mods:
    Bury Bodies Click Actions Deploy Anything Garage Door Opener Locate Vehicle Safe Zone Relocate Service Points Take Clothes Virtual Garage Vehicle Key Changer Remote Vehicles  
    Please visit: https://github.com/oiad/modPack for more information.
  5. Like
    Mexx82 reacted to Darth_Rogue in [TUTORIAL] Adding logo to screen   
    Adding Static Logo Image to Screen
     

     
     
     
    Want to add a clan logo to your screen for your players?  It can be done!  And here's how.
     
    1.  Open your favorite text editor and copy in this code:
     



     
    2.  Save the text file as 'logo.sqf'
     
    3.  Also in your text editor, copy and paste this code into a new text file:
     



     
    4.  Save the file as logo.hpp.  File type should be "All Files"
     
    5.  Open your init.sqf in your mission file and add this line ABOVE any line that says if "(!isDedicated and hasInterface) then"
    //In-Game Logo [] execVM "images\logo.sqf";  
    6.  Open your description.ext and add this at the bottom:   class RscTitles { #include "images\logo.hpp" }; If you already have an RscTitles section, then just add the #include line between the RscTitles brackets
     
    7.  In your mission file, copy the files you just created to a sub-folder of your choosing.  You will have to update the file paths referenced above as necessary.
     
    8.  Now comes the fun part.  You will need to design or find an image that will work.  The image should be resized to be any multiple of 2.  The best size is 128x128, but larger or smaller image sizes will work.  I would caution you though to try to find a balance between being large enough to see, but small enough so as to not balloon your mission file size too much.  128x128 seems to fit that bill nicely.  If you don't have them already, download the BIS tool set.  Run the installer.  All you really need to install for this project is TexView2.
     
    9.  Open TexView2 and then open your desired image.  Save the image as a PAA, ensuring that in the upper left drop-down box RGBA is selected, which it should be by default.
     
    10.  Copy the completed image to your mission file in a folder of your choosing and then make sure the path to the image in logo.sqf matches the name and location of the image file.
      Things to note:   You can alter the placement of the image by playing with the alignment values in the hpp file.  You can also make adjustments to the sqf file, where it says 'left'.  You can change it to 'center' or 'right'.   You can use any image as a source, but I would recommend using something with a transparent background so the image covers as little screen space as possible.   From what I've seen thus far, no BE filters are necessary for this. When this image is in game on screen, the text chat box moves up and around it, so there's no worries about the image covering player chat text.     Credit goes to KiloSwiss and Zupa from their pointers in for helping work out the kinks.  
  6. Like
    Mexx82 reacted to Zupa in [0.2 Release] Unofficial Epoch Redis Database Manager - Live Map   
    Unofficial Epoch Redis Database Manager
     
    BROKEN IN CURRENT EPOCH.
     
    To help out on the Dev team and server owners i present you my current project i'm working on. This will allow you to manage your redis databases with a nice friendly user-interface. This will be handmade on the Epoch data structure. It will require a php-capable invironment. 
     
    It will allow viewing, editing and deleting of all server data in redis in a admin-friendly interface.
     
    You can request features you want implemented in this topic.
     
     
    OPEN BETA PRE ALPHA UPDATE 2
     
    0.2 Release Data & MAP 
     
    Whats new in 0.2?
     
    [ADDED] More maps [ADDED] Own maps support [ADDED] More customisable settings [ADDED] Import/export server data ( for other admins forexample) [ADDED] Use own images [ADDED] View buildings, storages,players,vehicle details. [FIXED] Charnarus and altis are calibrated, other maps  that are default in are theoreticle correct but not tested. [FIXED] Working dashboard page.  
    Whats Gonna be new in 0.3 ( Rolling Changelogs)?
     
    [CHANGED] PHP laravel backend. [ADDED] Statistic Graphs at listdetail screens. [ADDED] Login System. [ADDED] User Rights on pages system. (Configurable by full admins). [ADDED] Inegrated ZupaStats for admin purposes. [FIXED] Some performance issues. [FIXED] Changing server on dashboard now also refreshes dashboard. [FIXED] Server name now correctly displays on title text. More to come  
     
    Download:
     
    On 24 feb 2015:
     

     
    http://www.mediafire.com/download/rd1c8wldmldgi2z/ZRDBM.rar
     
    This is not an optimised build. Keep the html and php on the same host for this release. TCP redis should work if configured corretly ( not tested, so I can be wrong). Server data is saved in localhost in your browser for time being. 
     
    Default included maps:
    Chernarus Altis Stratis Takistan Namalsk  
    Download Extra Maps
     
    These maps are not default in the download to make the file not too big for people that don't need them.
     
    To use these maps just place the folder in the "maps" folder and add the map to the settings.
     
    Credits to Scott AKA Uro to make these possible and easy for me.
     
    These images are ingame images and should not have an offset
     
    Bornholm
     
    http://www.mediafire.com/download/n7bbqkf8899hiex/bornholm.rar
     
    Mapsize : 22528 x 22528 : Needs testing!
     
    Image: http://i.imgur.com/jNXbfeC.jpg
     
    Lingor
     
    http://www.mediafire.com/download/1af9wb3zxlif2xc/lingor.rar
     
    Mapsize : 10240 x 10239 : Needs testing!
     
    Image: http://i.imgur.com/yeIAi8v.jpg
     
    Zargabad
     
    http://www.mediafire.com/download/0gjq7617zl3uc36/zargabad.rar
     
    Mapsize : 8191 x 8194: Needs testing!
     
    Image: http://i.imgur.com/CoJLIXL.jpg
     
    Panthera 3
     
    http://www.mediafire.com/download/gqumsm2s2niskl7/panthera.rar
     
    Mapsize : 10240 x 10239: Needs testing!
     
    Image: http://i.imgur.com/cf7fsqd.jpg
     
    Taviana 3
     
    http://www.mediafire.com/download/an38c1rbidxmdcr/taviana.rar
     
    Mapsize : 21333 x 21332: Needs testing!
     
    Image: http://i.imgur.com/jHZyDz5.jpg
     
    Alternative Altis
     
    http://www.mediafire.com/download/1dd962bff7wo4dr/altis2.rar
     
    Mapsize : 30700x 30700.
     
    Image: http://i.imgur.com/XNgVFMJ.jpg
     
    Alternative Chernarus
     
    http://www.mediafire.com/download/2qc9jri1ccj38ym/chernarus2.rar
     
    Mapsize : 15360 x 15360.
     
    Image: http://i.imgur.com/88ilDD9.png
     
    Alternative Stratis
     
    http://www.mediafire.com/download/c29odtoquazjki6/stratis2.rar
     
    Mapsize : 8191 x 8192
     
    Image: http://i.imgur.com/x0xy0zR.jpg
     
    Instructions:
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Add extra maps to the map folder if necessary (Not all are included in default download. Otherwise the size will get too big).
     
    Go to the server/config.php and fill in your server data ( if you want multiple servers on different IP's , i recommend making a server2 folder with that config then).
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices IF PHP and REDIS are on different servers ( you need to open the redis Port on that server AND bind your public ip in redis config !)
     
    EXAMPLE in redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Now browse to your folder in a browser.  ( localhost or externally).
     
    The webapp automaticly lets u add a server, fill in the data correctly or import an exported server. 
     

     
     
    Screenschots:
     
     

     

     
     

     
     

     
     

     
     
     

     

     
    IN DEV More functions added later.
  7. Like
    Mexx82 got a reaction from ThePurificationProject in [Release] 1.0 Custom Skin Textures   
    I understand correctly, in the init.sqf
     
    this
    { _adminated = _x getVariable ["adminated",0]; if( !isNil "_adminated" && _adminated != 0)then{ _x setObjectTexture [0, "gui\upg\admin.jpg"]; }; }forEach playableUnits; // if your antihack doesnt allow this use nearestObjects[player, ["Survivor2_DZ"],25000]; to this
    { _adminated = _x getVariable ["adminated",0]; if( !isNil "_adminated" && _adminated != 0)then{ _x setObjectTexture [0, "gui\upg\admin.jpg"]; }; }forEach nearestObjects[player, ["INS_Worker2_DZ"],25000]; ?
  8. Like
    Mexx82 reacted to yani9o in [Release] Cen's Custom GUI for Epoch/Overpoch   
    Defay, you are my hero! Thanks for putting that stuff together :D
     
    edit: works like a charm btw ;)
     
    Edit2:
    Can you point me where i can change the "Restart in (min):"-Label that way it shows the temperature instead (using namalsk and just running the server when my friends and i are playing)?
     
    Got it:
    Changed classes 1422 and 1425 (1425 is the label text) in description.ext.
    in player_updateGui.sqf: changed all "_ctrlServerRestart" in "_ctrlTemperature" and all "_RestartTime" in "_PlayerTemperature_Amount" ( change it's value at line ~43 to "round(dayz_temperatur)" - without the " )
    -> It goes now from 42 (max) to 27 (min)

    Now i only got the problem that the cold isn't doing anything - but thats about another mod i think... - that random chance... it's working, just got "lucky" when testing ^^
     
    greetz ^^
×
×
  • Create New...