Jump to content

Rocu

Member
  • Posts

    337
  • Joined

  • Last visited

Posts posted by Rocu

  1. Hello All,

    I have searched all over and can not find the information on how to change the location of my Player HUD when my Gold and banking shows, I know this can be done although I can not find the correct are in my files to change this. does anyone know the location of the correct file to be changed and what my variable would be? I want to move my HUD down the screen toward the bottom so that when my players have the Debug up they can see the HUD.

     

     

    Thanks.

     

    The file you are looking for is \Your Mission Folder\addons\playerhud\hud.hpp

  2. I mean not playerHud.sqf. My bad. I wanted to see your gold/init.sqf.

     

    Are you sure you have these functions in your compiles.sqf? :

    BIS_fnc_numberDigits    = compile preprocessFileLineNumbers "custom\numberDigits.sqf";
    BIS_fnc_numberText      = compile preprocessFileLineNumbers "custom\numberText.sqf";
    

    And those files actually exist in the given paths? (Might be different paths for you)

  3. There are no RPT errors except for this:

    21:20:48 Error in expression <urrency =	_this select 5;
    _qty =		_this select 6;
    _clientID = 	owner _player;
    _p>
    21:20:48   Error position: <select 6;
    _clientID = 	owner _player;
    _p>
    21:20:48   Error Zero divisor
    21:20:48 File z\addons\dayz_server\compile\server_tradeObject.sqf, line 9

     

    This error I believe comes from the faulty trade files for which you can find the fix here: 

     

    As for the humanity duping. Okay seems like it's a thing then. It is rather difficult to help you with this matter as I don't have this issue and as you say, it happens randomly so it's hard to re-create the same symptoms. I'll fiddle around the files a bit and see if I can find something related to that. Other than that I guess the best way to start solving this issue is by trying to re-create the situation. If a player notices his humanity has duped recently ask him when did it happen, what did he do when it happened, etc. 

  4. So, im completely new to this. i have a question about this single currency stuff. so when adding traders with single currency, is it the same process as with the gold bars system? as in adding the tid's through sql with the item class name and stuff? what would i use for buying and sell prices? because i suppose i can't use ItemGoldbar10z for adding prices with this system right? sorry for asking such noob questions, but i really need some help to figure this out :\

     

     

    Yes it's quite the same as gold bars. Except when writing prices you don't put "5 goldbars" you put something like "5000 coins". Only big difference is that currently the release uses Config-based traders. Which means everything is done in config files instead of database. You still need to match up the TIDs and everything but all that happens inside your mission folder.

     

    As for getting access denied. I personally have no experience with Gtx Gaming but as much as I've read you have to send the DLL files to your server host and let them put it where it needs to be.

  5. You can find it over at Soul's Github: https://github.com/UK431-Soul/DayZ-Epoch_SCHiveExt/tree/master/dayz_server/bankzones.

    If you've downloaded that file, make sure you update your server_functions.sqf as well.

     

    Note that this fix is for people who use Soul's DLL. If you don't have it installed I don't think this works for you. If you DO have it installed, you should already have those files.

  6. Just a note, Nox, that some of the buildings you can spawn in with Admin Building feature are too close to the player when placing them down. Too close as in, you're actually inside some of these buildings. Your character also reacts to those buildings even when they're not yet placed down which makes it rather difficult to place some objects down. There weren't many of them, one I believe was the large mosque.

     

    Also a quick question here. Is adding new buildable items into the menu as simple as I think it is - just replace the classname with a new one? If that's true, combined with Snap Pro this would be my favorite thing in Epoch yet.

  7. I dont see the fuzz about this dange level thing.

     

    It's clearly linked to the atm stands. Since these are probably in a safezone as your servers anyways. Then it's acactually the same as give money. 

     

    Well yeah pretty much. Depends how your server is set up.

     

    If one were to use the default bank locations (which aren't in trader cities) and if you were to make a trade with someone you'd first have to travel to the ATM, get the money out, and then meet them in trader city. Meanwhile you're carrying large amounts of currency on the way. But then again you could just meet up in the ATM's safe zone so yeah...

     

    I don't think the 'decrease of danger' is too major for this addon to be insufficient. Most players care about the comfort and accessibility more than making the game slightly harder. (Ironically enough, my personal gameplay is the exact opposite)

×
×
  • Create New...