
ViktorReznov
Member-
Content Count
192 -
Joined
-
Last visited
-
Days Won
5
ViktorReznov last won the day on April 19 2021
ViktorReznov had the most liked content!
About ViktorReznov
-
Rank
Hardened
- Birthday 12/13/1989
Recent Profile Visitors
1573 profile views
-
-
[Relese] Plot Boundaries v1.0 [BugHuntin]
ViktorReznov replied to ViktorReznov's topic in A2: Epoch Mods
This script modifies the calculations to plot pole radius based on certain built objects contained within its boundary. I re-read the code to verify there was nothing that "should" be interferring with removal. Crack open your logs and look for undefined player action variables or any other errors. Feel free to pm me if you continue to have issues. -
[Relese] Plot Boundaries v1.0 [BugHuntin]
ViktorReznov replied to ViktorReznov's topic in A2: Epoch Mods
2 Years ago, I made this script work with many other scripts, that being said, I would have to look at you log files to see what is going on. I no longer have a dayz server with which to test my script on, and Im not entirely sure I want to reinstall. I will try to help as best I can. By itself, you can not reap the benefits of this script. It requires a deploy script of some kind, i recommend alchemical crafting or my edit of it, to build these additional structures. If you build one of the dependent structures in your affected plot pole radius, the radius will expand. It does not increase the number of objects you can build but extends the area on which you can build on. I think the last tier takes over most of NWAF? I cannot recall now. -
Standalone Epoch mod ? Maybe ? Maybe Not ?
ViktorReznov replied to Chainsaw Squirrel's topic in Discussion
server files, modding tools.... its all out. SA is in beta necroing thread to bring this to light -
[Release] Advanced Trading Economy v1.1 (fluctuating prices!)
ViktorReznov replied to ViktorReznov's topic in A2: Epoch Mods
Ah yes, i need to push a fix to my script since epoch updated. in z_at_buyItems.sqf (mpmissions, dayz_code\AdvancedTrading\functions\z_at_buyItems.sqf) if (_buyingType in DZE_tradeVehicleKeyless) then { PVDZE_veh_Publish2 = [[_dir,_location],_part_out,true,"0",_activatingPlayer,dayz_authKey]; } else { PVDZE_veh_Publish2 = [[_dir,_location],_part_out,false,_keySelected,_activatingPlayer,dayz_authKey]; }; the change is the dayz_authKey -
[Release] Advanced Trading Economy v1.1 (fluctuating prices!)
ViktorReznov replied to ViktorReznov's topic in A2: Epoch Mods
Yes, yes it would. I designed this to be pretty fairly balanced and had hoped i had eliminated any possibility for cheating the system. There are 2 places you could make the modifications. 1. inside the AdvancedTrading\functions\adv_econFlucArray.sqf _multArray = [ //array to hold values and keep the scaling of the market [2.0,0.5], //select 0 [BuyMult,SellMult] = select 0, select 1 [1.9,0.6], //select 1 [1.8,0.7], //select 2 [1.6,0.8], //select 3 [1.5,0.9], //select 4 [1.4,1.1], //select 5 [1.2,1.2], //select 6 [0.9,1.3], //select 7 [0.8,1.4], //select 8 [0.7,1.5], //select 9 [2.5,1.0], //select 10 [0.8,2.0] //select 11 the numbers inside the smaller arrays handle the changing of prices. The first number modifies the buy multiplier and the second handles the sell multiplier 2. This method is A LOT more drawn out and it is modifing the cfgs that handle the items that are even sold by the traders. Here is where I made the price changes. I built it against the highest sell array and tried to make it so there was never a time when selling netted more gain than buying took away. Also, I havent technically updated this yet although it still works. There were changes to Zupas advanced trading and the cfg traders that I need to update to -
[RELEASE] Epoch Admin Tools V-1.10.7 "Test Branch"
ViktorReznov replied to JasonTM's topic in A2: Epoch Mods
really loving the update EAT. Thank you m8. after a month of heavy use, this is the first pair of errors ive ever seen for this -
Holy crap, its been so long I truly thought this was lost. Thank you good sir!
-
download links are dead
-
[RELEASE] RLNT Weapon HUD (21.01.2018, v1.1.0)
ViktorReznov replied to Relentless's topic in A2: Epoch Mods
is this broken? Op said not to install due to fixes in progress yet last update was 9 months ago... I hope you return @Relentless, loved this mod. -
Sandbird reacted to a post in a topic: [Release] Dayz.Epoch.1062.3d.Editor.Live.Mission.With.Database.Interaction
-
-
-
totis started following ViktorReznov
-
would you mind posting your fn_selfActions.sqf? Ill take a look for ya and see if we can get this to work. As for the chop shops. The gas station to the SE of balota airfield. That little garage looking thing with the Wrench Icon is what I defined as a chop shop. However, there are settings to enable you to change that
-
This should be it. http://www.mediafire.com/file/dvlcvh55rfrqrph/walkamongstthedead.v5.rar
-
sched safety line should like this if you have not modified it (ie epoch admin tools) if (vehicle _x != _x && !(vehicle _x in dayz_serverObjectMonitor) && !((typeOf vehicle _x) in DZE_safeVehicle) && (vehicle _x getVariable ["Sarge",0] != 1) && !((typeOf vehicle _x) in DZE_safeStatic)) then { and sched corpses if ((_x getVariable["bodyName",""] != "") && !(_x getVariable ["SAR_protect",false])) then {
-
that would be awesome m8!