Jump to content

Zupa

Collaborator
  • Posts

    1887
  • Joined

  • Last visited

  • Days Won

    21

Reputation Activity

  1. Like
    Zupa got a reaction from ElDubya in [Release] Advanced Trading 2.1 !UPDATED!   
    Made my day ^^
     
    Never really thought of the animals being local vehicles to the player client haha ^^
     
    killing the rabbit would help ;)
     
    If i get time i'll put a vehicle picker where u can choose the source vehicle ^^
  2. Like
    Zupa got a reaction from teamcrisiz in Bottom mainscreen image (issue)   
    Save the image as a power of 2 in a square.
     
    So accepted sizes in pixels:
     
    2 x 2 
    4 x 4 
    8 x 8 
    16x16
    32x32
    64x64
    128x128
    256x256
    512x512
    1024x1024
    2048x2048
     
    and so on.
     
    I had the same issue once for my Hud, ^^ took me a while of debugging why  it happenned to me, such a stupid mistake of mine.
     
    Picture of where the issue came up. 
     

  3. Like
    Zupa got a reaction from Salutesh 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.
  4. Like
    Zupa got a reaction from San in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  5. Like
    Zupa got a reaction from bualdoot in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    People just don't know they have a client rpt on there pc which explains what u did wrong.
  6. Like
    Zupa got a reaction from ALKINDA in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    People just don't know they have a client rpt on there pc which explains what u did wrong.
  7. Like
    Zupa got a reaction from KiloSwiss in [0.2 Release] Unofficial Epoch Redis Database Manager - Live Map   
    yes.
     
    Dev is a bit slow cus of alot of parelel projects going on for me and my daytime job interferes to ^^
     
    Imagine if i could spend whole days programming instead of lazy 2 hour evenings wich are mostly being tired from work xD
  8. Like
    Zupa got a reaction from Humpabry in An Ex MGT Admin speaks out   
    Have you reported the issue in a decent manner? explaining the situation and providing prove?
     
    2nd, why would u kill players, the only 2 things to punish players is kick, timeout or ban imo
     
     
    3rd, people reading this barerly play ^^ we do servers ^^
  9. Like
    Zupa got a reaction from (AOW)Recon in [Release] Advanced Trading 2.1 !UPDATED!   
    U just gave me an idea, i'll write a program that allows you to give in files and the  program will make it into a clean config ^^
  10. Like
    Zupa got a reaction from BigCrazyCat in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    I'll try to make some time to have a session how to code and fix "the bugs' for you guys ^^
  11. Like
    Zupa got a reaction from pangea in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    I'll try to make some time to have a session how to code and fix "the bugs' for you guys ^^
  12. Like
    Zupa got a reaction from ElDubya in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    I'll try to make some time to have a session how to code and fix "the bugs' for you guys ^^
  13. Like
    Zupa got a reaction from B4ND1T in Is this even? wait what?   
    10 dollars for a changing a string in discription xD for an other load screen image

    I bet it's unoptimised JPEGS instead of a .paa

    Well here's the main reason i don't release anything for arma 3 publicly yet
  14. Like
    Zupa got a reaction from TNT in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  15. Like
    Zupa got a reaction from TNT in [Tutorial] Custom Debug / Stats   
    Insulting. And you def didn start that ?

    What do i get for the work i did ? Right nothing. You will take it and prob tell your server. Hey i made some new scripts. Enjoy.

    Then you come here and insult my work. I wouldnt even had to release it.

    Now dont think i cant handl crtisism. I love making the script better based on experience and bugs reported by FRIENDLY people. Which gives me joy yo help those poeple for FREE. Now why wwould i help someone that just insults me.

    Im a working man with a social life. When i get home. Most of my sparz time goes into coding dayz servers and helping the eppch comunity.
  16. Like
    Zupa got a reaction from Monk in How to calculate "WorldSize" in config.cpp   
    look in the maps pbo's
  17. Like
    Zupa got a reaction from ElDubya in [Tutorial] Custom Debug / Stats   
    Insulting. And you def didn start that ?

    What do i get for the work i did ? Right nothing. You will take it and prob tell your server. Hey i made some new scripts. Enjoy.

    Then you come here and insult my work. I wouldnt even had to release it.

    Now dont think i cant handl crtisism. I love making the script better based on experience and bugs reported by FRIENDLY people. Which gives me joy yo help those poeple for FREE. Now why wwould i help someone that just insults me.

    Im a working man with a social life. When i get home. Most of my sparz time goes into coding dayz servers and helping the eppch comunity.
  18. Like
    Zupa got a reaction from Brody in [Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).   
    Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).
     
    AKA: ZSC 
     
     
    RELEASE 1: INDEPENDENT RELEASE ( No converting script yet to convert old SC money to this version).
     
     
     
            REQUEST: If someone is good with MYSQL can he complete the qyuery on the bottom of this post? ^^ limited time here ^^.
     
     
    What is it?
     
    This script replaces gold,silver,tin,copper,briefcases by 1 virtual currency with a configurable name. You can buy,sell, give, receive, take (from dead bodies) and STORE this money like it was a normal inventory item. ( It will work with a different dialog then your gear dialog.) 
     
    No more smelting gold into silver or anything related to that. Everything is in one currency ( For example "ZupasticiumCoins"). 
     
    Features.
     
    Store Money in storage objects and vehicles ( max money in 1 storage depends on the size).  No global access to your money. Anyone can take the money out ( for vault/lockbox it must be open of course). Trade with this currency for cars/items. Give money to other players. NO inventory issues with gold!    
    Whats the difference with your other single currency scripts?
     
    You can use the default hive! No global bank! Back to normal epoch danger to lose cash!  Cleaned up code Very low changes to default saving system. (DB friendly) NO database changes needed. NO ATMs, Safezones, atms in trader whatsoever... Store money in vehicles.  
    Technical data:
    Storage money is saved in the gear section of the object in the Database Player Money is added to gear section of the player in the Database ( Again thanks to maca for pointing this out for me).  
    Extra
     
    This build will have all of the fixes on errors out there ( Build on peterbeers all in on packages with the bugfixes). Reworked the  transfering money between players to be sure trade goes to the right object/player. Store money in vehicles Credits
     
    Maca - Original private single currency. Peterbeer -  for putting all fixes together in 1 pack. Soul - Hives modifications and code changes for it. ( not applied on this script, jsut credited for hard work). Rocu - Great help on forums and fixes. DraftKid - Testing and screenshots  
     
    Please report bugs so I can solve them!
     
     
    The config located IN
    ZSC/gold/ZSCconfig.sqf /* Single Currency 3.0 uses storages to store money which can be accessed by anyone if open of course (safe,lockbox). Each storage has his own money, so no global access. */ // Name of your currency CurrencyName = "Coins"; // Objects that can hold money. Vehicles are added automaticly. Size of money capacity is depended on ammount of magazines the object can hold. ZSC_MoneyStorage = ["VaultStorage","LockboxStorage","StorageShed_DZ","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","GunRack_DZ","WoodCrate_DZ","TentStorage","TentStorageDomed","TentStorageDomed2"]; // Multiplier how much money an object can hold. This number X ammount of magazines it can hold. ( so URAL -> 500 items * 1000 = 5 MIL cash). ZSC_MaxMoneyInStorageMultiplier = 1000; // (True = No Animation / False = Animation) InstantTrading = false; // If TRUE: overwrite yours player_switchmodel with mine. | IF False: Change content yourself @ step D ZSC_Overwrite_SwitchModel = true; // if TRUE: Overwrites yours fn_selfactions with default 1 + edits. | IF False: Change content yourself @ step D ZSC_Overwrite_SelfActions = true; // if TRUE: Overwrites yours fn_selfactions with default 1 + edits. | IF False: Change content yourself @ step D ZSC_Overwrite_UnLockVault = true; // if TRUE: Overwrites yours fn_selfactions with default 1 + edits. | IF False: Change content yourself @ step D ZSC_Overwrite_LockVault = true; /* IF YOU USE different mods like P4L it's recommended to do changes yourself or it wont work */ There are pbo's provided for cherno 11. Or follow the installation instructions
     
    https://github.com/EpochSC/SingleCurrencyStorage
     
    Installation instructions. ( TRIED TO KEEP IT NOOB FRIENDLY ^^)
     
     
    If u are going to use the full pbo?!
     
    The missions.sqm is build for OVERPOCH. Delete the overwatch addons if you are just using it for Epoch. 
     
     
     
    MISSION PBO
     
    A ) In your init.sqf:
     
    A 1) You must have 
    /*ZSC*/ DZE_ConfigTrader = true; /*ZSC*/ in the top section ( for example right above "EpochEvents"); Place if you do not have it yet. ZSC requires Config traders, It will also help your server reduce lag!
     
    A 2) PLACE
    /*ZSC*/ call compile preprocessFileLineNumbers "ZSC\gold\ZSCinit.sqf"; /*ZSC*/ ABOVE
    progressLoadingScreen 0.5; A 3) PLACE
    execVM "ZSC\compiles\playerHud.sqf"; RIGHT UNDER
    _playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf"; A 4 )
     
    Change
    call compile preprocessFileLineNumbers "server_traders.sqf"; to
    call compile preprocessFileLineNumbers "server_traders_cherno_11.sqf"; ON THE BOTTOM OF THIS TOPIC THERE WILL BE AN EXPLANATION FOR OTHER MAPS / INSTANCES.
     
    A 5 ) MAKE SURE 
    _serverMonitor = [] execVM "\z\addons\dayz_server\system\server_monitor.sqf"; this line is custom and doesnt have dayz_code in it. It should point at dayz_server or if u use another script to where ever that places it.
     
    B ) In your description.ext
     
    B 1) Place 
    #include "ZSC\config\cfgServerTrader.hpp" on the complete top.
     
    B 2 ) Add if you do not have a RscTitles yet!
    class RscTitles { #include "ZSC\config\ZSChud.hpp" }; at the bottom.
     
    IF U ALREADY HAVE IT just add
    #include "ZSC\config\ZSChud.hpp" behind whatever is in there.
     
    B 3 ) JUST ADD AT THE COMPLETE BOTTOM
    #include "ZSC\config\ZSCdefines.hpp" #include "ZSC\config\ZSCdialogs.hpp" B 4 ) If you come from another currency, u can remove the shit that was extra added in that one  :).
     
    C )  COPY FILES
     
    C 1 ) Place the ZSC folder in your mission pbo ( take it out of the github's missions pbo).
    C 2 ) Place server_traders_cherno_11.sqf in your missions pbo. ( If other map/instance check bottom of the topic.).
     
    D ) fn_selfactions ( IF you use my overwrite, u do not have to to this step.
     
    D 1 )PLACE
    if(_typeOfCursorTarget in ZSC_MoneyStorage && (player distance _cursorTarget < 5)) then { if (s_bank_dialog < 0) then { s_bank_dialog = player addAction ["Money Storage", "ZSC\actions\bank_dialog.sqf",_cursorTarget, 3, true, true, "", ""]; }; } else { player removeAction s_bank_dialog; s_bank_dialog = -1; }; // cars if( _isVehicle && !_isMan &&_isAlive && !_isMan && !locked _cursorTarget && !(_cursorTarget isKindOf "Bicycle") && (player distance _cursorTarget < 5)) then { if (s_bank_dialog2 < 0) then { s_bank_dialog2 = player addAction ["Money Storage", "ZSC\actions\bank_dialog.sqf",_cursorTarget, 3, true, true, "", ""]; }; } else { player removeAction s_bank_dialog2; s_bank_dialog2 = -1; };  
    AFTER
    } else { {player removeAction _x} count s_player_combi;s_player_combi = []; s_player_unlockvault = -1; }; D 2 )
    if (_isMan and _isAlive and !_isZombie and !_isAnimal and !(_traderType in serverTraders)) then { if (s_givemoney_dialog < 0) then { s_givemoney_dialog = player addAction [format["Give Money to %1", (name _cursorTarget)], "ZSC\actions\give_player_dialog.sqf",_cursorTarget, 3, true, true, "", ""]; }; } else { player removeAction s_givemoney_dialog; s_givemoney_dialog = -1; }; ABOVE
    if(_typeOfCursorTarget in dayz_fuelpumparray) then { D 3 ) CHANGE
    if (_player_studybody) then { if (s_player_studybody < 0) then { s_player_studybody = player addAction [localize "str_action_studybody", "\z\addons\dayz_code\actions\study_body.sqf",_cursorTarget, 0, false, true, "",""]; }; } else { player removeAction s_player_studybody; s_player_studybody = -1; }; INTO
    if (_player_studybody) then { if (s_player_studybody < 0) then { s_player_studybody = player addAction [("<t color=""#FF0000"">"+("Check Wallet") + "</t>"), "ZSC\actions\check_wallet.sqf",_cursorTarget, 0, false, true, "",""]; }; } else { player removeAction s_player_studybody; s_player_studybody = -1; }; D 4 ) 
     
    ADD 
    player removeAction s_givemoney_dialog; s_givemoney_dialog = -1; player removeAction s_bank_dialog; s_bank_dialog = -1; player removeAction s_bank_dialog2; s_bank_dialog2 = -1; BEHIND
    player removeAction s_player_towing; s_player_towing = -1; player removeAction s_player_fuelauto; s_player_fuelauto = -1; player removeAction s_player_fuelauto2; s_player_fuelauto2 = -1; D 5 )  TO remove the client side errors u getting add in your VARIABLES.SQF
    s_givemoney_dialog = -1; s_bank_dialog = -1; s_bank_dialog2 = -1; TO
    dayz_resetSelfActions = { E ) player_switchModel.sqf again, if u overwriten with mine in first step, u can skip.
     
    E 1 ) add 
    _cashMoney = player getVariable["cashMoney",0]; behind
    _weapons = weapons player; _countMags = call player_countMagazines; _magazines = _countMags select 0; E 2 ) Add
    player setVariable ["cashMoney",_cashMoney,true]; on the BOTTOM
     
    E 3 ) CHANGE
    //Create New Character _group = createGroup west; _newUnit = _group createUnit [_class,dayz_spawnPos,[],0,"NONE"]; _newUnit setPosATL _position; _newUnit setDir _dir; into
    _group = createGroup west; _newUnit = _group createUnit [_class,dayz_spawnPos,[],0,"NONE"]; [_newUnit] joinSilent createGroup WEST; _newUnit setPosATL _position; _newUnit setDir _dir; _newUnit setVariable ["cashMoney",_cashMoney,true]; F) You can use my unclockVault in ZSCinit, If u got a custom one, do the following changes:
     
    F1)
     
    place 
    _objMoney = _obj getVariable["bankMoney",0]; behind
    _dir = direction _obj; _pos = _obj getVariable["OEMPos",(getposATL _obj)]; _objectID = _obj getVariable["ObjectID","0"]; _objectUID = _obj getVariable["ObjectUID","0"]; F 2)
    place
    _holder setVariable ["bankMoney", _objMoney, true]; behind
    _holder setVariable["CharacterID",_ownerID,true]; _holder setVariable["ObjectID",_objectID,true]; _holder setVariable["ObjectUID",_objectUID,true]; _holder setVariable ["OEMPos", _pos, true]; E) in LockVault.sqf if u got a custom one, otherwise use mine and set true in config:
     
    E1 ) place) 
    _objMoney = _obj getVariable["bankMoney",0]; behind
    _ownerID = _obj getVariable["CharacterID","0"]; _objectID = _obj getVariable["ObjectID","0"]; _objectUID = _obj getVariable["ObjectUID","0"]; E2 ) 
     
    place
    _holder setVariable ["bankMoney", _objMoney, true]; behind
    _holder setVariable["CharacterID",_ownerID,true]; _holder setVariable["ObjectID",_objectID,true]; _holder setVariable["ObjectUID",_objectUID,true]; _holder setVariable ["OEMPos", _pos, true]; SERVER PBO
     
    A ) REPLACE your "compiles/server_tradeObject.sqf"  With my one ( not other script uses that anyways).
     
    B )  IN compiles/server_updateObject.sqf
     
    Change 
    _inventory = [ getWeaponCargo _object, getMagazineCargo _object, getBackpackCargo _object ]; into
    _inventory = [ getWeaponCargo _object, getMagazineCargo _object, getBackpackCargo _object /*ZSC*/ , _object getVariable["bankMoney",0] /*ZSC*/ ]; C ) In your server_monitor.sqf ( NOTE: the " _intentory' variable can be called "_inventory" at your files, so change my code to that, if it's the case).
     
    Add
    /*ZSC*/ if( count (_intentory) > 3)then{ _object setVariable ["bankMoney", _intentory select 3, true]; }else{ _object setVariable ["bankMoney", 0, true]; }; /*ZSC*/ ABOVE
    if (_type in DZE_LockedStorage) then { // Fill variables with loot _object setVariable ["WeaponCargo", (_intentory select 0),true]; _object setVariable ["MagazineCargo", (_intentory select 1),true]; _object setVariable ["BackpackCargo", (_intentory select 2),true]; } else { D) in compiles/server_playerSync.sqf
     
    Change
    _playerGear = [weapons _character,_magazines];  into
    _playerGear = [weapons _character,_magazines, _character getVariable["cashMoney",0]];  NOTE:
     
    in the gold init i use a custom gearSet.sqf
    If u would have a custom one, it's defined in the ZSCinit.sqf. Only differnecy will be the top where it checks for the money in your gear sections.
     
     
    FAQ!
     
     
    I use a different instance/map to play one! What do i do?
     
    The only things that difference between maps where u need to worrie about is the server_traders.sqf. I included them for 4 maps, if your map is NOT in there u will have to change your original one.
    FAIR SIMPLE:
     
    1) Take your original server_traders
     
    2) Open one of mine
     
    3) Copy my categories with the correct numbes to your traders. You can choose also which traders sells what then ^^.
     
    4) Share your file to me so i can put it in the list
     
     
    Does it work with Overpoch(ins).
     
    Simple: Yes, Everything with epoch as base.
     
    Overwatch items or included in traders, remove the categories if you do not use them.
     
     
    Can i convert from the older system?
     
    You will have to revert your database to the default structure and maybe transfer money. Banks added to the players cash is the best solution.
     
    How do i see my money and bank?
     
    1 - Bank will not be visible cus their is none. You store money in storages like other items ( but in a different dialog). So the money can be accessed by anyone that has access to that storage.
    2- Money is visisble with a money icon on the right side of the screen. Feel free to add it to other places aswell.
     
    This will return your money:
    player getVariable["cashMoney",0]; Can I use it with database traders?
     
    No, this build is made for config traders. No support (Yet).
     
     
    Screenshots
     
     



     
     
     
     
     
     
    I probably will code this inthe default epoch code and send a merge request to Epoch Devs with an option to do 
    DZE_SingleCurrency = true/false; And if they accept it , it might be in 1.6 ^^
  19. Like
    Zupa got a reaction from ispan55 in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  20. Like
    Zupa got a reaction from Gr8 in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  21. Like
    Zupa got a reaction from Morphy in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  22. Like
    Zupa got a reaction from raymix in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  23. Like
    Zupa got a reaction from bFe in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  24. Like
    Zupa got a reaction from Darth_Rogue in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

  25. Like
    Zupa got a reaction from Uro in [Tool][Realease 1.0] ZupaStats   
    Release 1.0 Zupastats. 
     
    What is it?
     
    A webapp that you can host on your php capable environment to display stats about kills, deatch and server rankings.
     
    Technology?
     
    Front-End: AngularJS
    Back-End: PHP + PRedis
     
    PHP 5.5 Required
     
    Demo:
     
    http://37.187.135.190/uk431/ZupaStats/#/
     
     
    Download:
     
    on 24 feb 2015
     

     
    http://www.mediafire.com/download/xm59fk069cxzru7/ZupaStats1.0.rar
     
    Instructions:
     
    PHP 5.5 Required
     
     
    Unzip the folder in your apache enviremont ( xampp htdocs) for example. ( More info about this later).
     
    Go to the server/config.php and fill in your server data.
    $myRedisPass = "redispass"; $myRedisPort = 6379; $myRedisHost = '127.0.0.1'; // If php and redis are on the same server, this suffices ALSO ADD YOUR SERVERS IN THIS FILE
     
     
             If next line doesnt apply for you, go to the Continue line
     
    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  redis.conf: ( Restart redis to activate this).
    bind 127.0.0.1 38.17.135.190 Continue here:
     
    Now browse to your website in a browser.  ( localhost or externally).
     
    The server list takes the picture with same name as your server map. So put a picture called altis.png in image folder if u want to show that picture for an altis server.
     
    Your servre needs PHP 5.5 
     
    Screenshots:
     

     

     

     

×
×
  • Create New...