Jump to content

itsmetro

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by itsmetro

  1. I've tried editing my HiveExt.Ini and using Joelma's Time Control 

    And no matter what I try, the time seems to just be static. It will start at a specified time (for example, my server will start to some time at dusk) but will stay there. I'd like to find a HiveExt.ini solution to this to enable time cycles that are relatively short. My current .ini is as follows:

    [Time]
    ;Possible values: Local, Custom, Static
    ;You cannot use Static on OFFICIAL Hive, it will just revert to Local
    Type = Static
    ;If using Custom type, offset from UTC in hours (can be negative as well)
    ;Offset = -8
    ;If using Static type (Hour value always the same on every server start), the value (0-24) to set the Hour to
    Hour = 17 // maybe play arround with starttime (16 or 18)

     

  2. Most servers in the server list show "COOP" with the mission name, whether that's just "DayZ Epoch Chernarus" or something else.

     

    I'm just getting an "Arma 2 OA" with a blank spot for the mission name. My map also isn't showing in both the Arma server browser and DayZ Launcher Any possible causes for this? I'm not finding anything wrong with my mission.sqm or anything...

  3. I'm definitely using the right version and I've gone through and refollowed the instructions twice just in case. Everything seems to be right.

    This item is listed as in my dayz_code.pbo\Configs\CfgServerTrader\Category\clothes.hpp

    	class Skin_Rocker2_DZ {
    		type = "trade_items";
    		buy[] = {2000,"worth"};
    		sell[] = {1000,"worth"};
    	};

    and shows up in the trader as buy for 2 coins, sell for 1. Just tried changing that number and it stayed the same in the trader.

     

    Nothing shows up in my client RPT or in my server logs. Super frustrating.

  4. Hey all,

    I've about given up on this given the amount of time I've spent pulling my hair out. Just installed Zupa's Single Currency on my server and all the prices at traders are like buy for 2 coins sell for 1. I'd like to change these prices, for example have them be something like buy for 200 and sell for 100 or whatever.

     

    I've dug around in CfgServerTrader and I can't even figure out the formula there either assuming that's actually what it's using. All clothing is 2 coins yet in the .hpp it's listed as 20. Med stuff is 2 coins as well, but the .hpp for that says it's 20000.

     

    Anybody have a way to change the prices of the traders and therefore decrease the value of each coin? Preferably without having to go and manually change the price of literally every single item but I guess that's whatever.

     

    Thanks in advance!

×
×
  • Create New...