ebaydayz
e630f428bc
Enable self bloodbag by default
...
Most server will want this on, even vanilla has it enabled by default.
2016-10-01 16:00:46 -04:00
ebaydayz
ceebaac579
Allow MAAWS HEAT round in createVehicle.txt
...
These are in the Epoch loot tables.
2016-09-27 15:26:09 -04:00
icomrade
8c3fe83a87
Better UID Calculation + Longer ObjectUID Column
...
Don't even bother using vector in the key calculation, the sqf ObjectUID
isn't as critical anymore. This method will be much faster.
Changed ObjectUID column to Varchar since with this key generation
method we can approach the BigINT ceiling much quicker than we used to.
2016-09-26 16:34:26 -04:00
ebaydayz
c4388356e5
Add setVariable.txt BE exception
2016-09-23 11:18:00 -04:00
icomrade
a60556e8a3
Update SQL
2016-09-21 11:32:20 -04:00
icomrade
a30ae01af3
Add SQL Update for Coins in Inventory Column
2016-09-19 15:38:34 -04:00
ebaydayz
df70d1f4a3
Clarify comment about grass
2016-09-19 15:34:40 -04:00
ebaydayz
29d9ed9211
Set unit posATL in switchModel if respawn is in water
...
Reverts:
https://github.com/EpochModTeam/DayZ-Epoch/commit/bcc16a013520dcc243c306b178d3864dc4fec456
See:
https://github.com/EpochModTeam/DayZ-Epoch/commit/e8e5d24e80f77268c8befa38680ccd9de6c03452
2016-09-17 15:41:49 -04:00
ebaydayz
bcc16a0135
Roll back to old swimming in ground fix
...
See
https://github.com/EpochModTeam/DayZ-Epoch/commit/e8e5d24e80f77268c8befa38680ccd9de6c03452#commitcomment-19053648
comments
2016-09-16 13:26:27 -04:00
ebaydayz
b4ad50bf8f
Add comment about grass height
2016-09-16 12:27:32 -04:00
icomrade
a5ffceeb17
Update 1.0.6_Updates.sql
...
comments need spaces otherwise MySQL workbench bitches
2016-09-14 12:47:23 -04:00
ebaydayz
a8e5aba517
Remove some redundant createVehicle filters part 2
...
These are covered by the first line now.
Vanilla commit:
https://github.com/DayZMod/Battleye-Filters/commit/cd52730484ae095c26618b2a40052514b69fe463
2016-09-13 11:45:36 -04:00
ebaydayz
4a2bf1c006
Remove redundant createVehicle filters
...
These are covered by the first line now
2016-09-13 11:20:47 -04:00
ebaydayz
66ac72ea9d
Add setPos.txt BE exception for WoodenArrowF
...
https://github.com/DayZMod/Battleye-Filters/commit/4214d99bb1014112af944c459e948f9bfa335571
2016-09-11 18:12:34 -04:00
ebaydayz
16e4dc7b30
Move HeliCrash and CarePackage area variables to markers
...
This allows finer grained control of crashsite, carepackage and infected
camp spawn positions and radii (further north, south, east, west, etc.).
Also removed some hardcoded checks for Chernarus, since
dayz_townGenerator should always be off on other maps for now. Someone
may add town generator coordinates for other maps later.
Related vanilla commits:
https://github.com/DayZMod/DayZ/commit/b20b402bf030769350cf662b985efba9e83ebe55
https://github.com/DayZMod/DayZ/commit/7c8b69eb82a8c741d01251b2552d009abe2687c4
https://github.com/DayZMod/DayZ/commit/7dfd3ef9cf3cf1751759fd76f8eae10c0b1740dc
2016-09-11 14:45:49 -04:00
icomrade
286f7d6017
whitelist laser on turret
2016-09-10 16:07:38 -04:00
ebaydayz
3b8f89f18d
Add version number in mission briefingDescription
...
Provide some useful info here instead of just repeating the
briefingName.
2016-09-10 12:26:13 -04:00
icomrade
bbf0ac583d
whitelist pook grenades
2016-09-05 15:39:58 -04:00
ebaydayz
70ebd6dbcb
MISSION_ROOT variable is no longer needed
...
Also @icomrade you accidentally committed the testkit code to
chernarus11 init.sqf. Removed it for you.
2016-09-03 16:33:17 -04:00
icomrade
d1d5fe54f3
Fix cheat handling
...
This adds keydown handler for chat, map, and diary displays.
Additionally, this can be used to handle malicious chat input without a
delay by modifying the associated compile
2016-09-02 19:14:21 -04:00
ebaydayz
6b101d3c2e
Apply missing updates to epoch.sql
...
All updates in 1.0.6_Updates.sql are now applied to epoch.sql.
2016-08-25 13:08:46 -04:00
icomrade
6068d62b2b
Fix BRDM kick
2016-08-23 20:31:56 -04:00
ebaydayz
c871c1e2c1
Move DZE_ConfigTrader to configVariable.sqf
...
Most servers will want to use config traders.
2016-08-23 14:10:10 -04:00
ebaydayz
29acecc2f2
Retire DZE_MissionLootTable variable
...
AFAIK there is no performance difference between configFile and
missionConfigFile.
Using missionConfigFile by default simplifies loot scripts and makes the
extra config variable unnecessary. It's one less step for admins to
customize their tables.
2016-08-23 12:57:12 -04:00
ebaydayz
2dd36bcda5
Add missing exception for PVDZ_Server_buildLock
...
Vanilla commit:
https://github.com/DayZMod/Battleye-Filters/commit/00cae305598c03d1e6cd8df525a461b079f48a28
2016-08-22 17:07:59 -04:00
ebaydayz
c412287972
Fix shotgun ammo case sensitivity in SQL updates
...
https://github.com/EpochModTeam/DayZ-Epoch/issues/1712#issuecomment-241269173
2016-08-21 13:13:51 -04:00
ebaydayz
19dd6f26ab
Add setVariable exception for Merlin hit part
2016-08-21 12:41:00 -04:00
ebaydayz
554dad4e9e
Add plot pole to setDamageOnAge SQL event include
...
Like locked doors, plot poles can also have UIDs in their inventory now,
since plot for life and plot management were added.
Thanks @oiad
2016-08-18 17:06:44 -04:00
ebaydayz
d62a69b9f5
ArmoredSUV transportMaxMagazines change #1588
...
Fixes #1588
2016-08-17 10:18:11 -04:00
icomrade
e8cd89a194
Switch to call compile
...
Should be much faster
2016-08-12 22:32:48 -04:00
ebaydayz
f529e5d724
Add PV value exception for SetFuel
...
Fixes kick when refueling
2016-08-12 20:16:16 -04:00
ebaydayz
7b287a2a23
Send PVDZ_sec_atp messages as array
...
Vanilla development commits:
https://github.com/DayZMod/DayZ/commit/6e0fd6203bd2ec2b6f07d3e44835c3f9c7fa5e7e
https://github.com/DayZMod/Battleye-Filters/commit/78ed0665fafc7eb286485f479c4b7d77442ba942
2016-08-12 17:23:49 -04:00
ebaydayz
9aab4ddd03
Added WIP Limited fuel in Refuel points.
...
Vanilla development commits:
https://github.com/DayZMod/DayZ/commit/707a591765c8a568429fd243a0f3d6f38793d8dc
https://github.com/DayZMod/DayZ/commit/c453cdedd2568ab365788415e6dcfbecc5c6cfd4
Set to double vanilla default value since Epoch has a lot more large
vehicles with 1000+ fuel capacity.
2016-08-11 18:08:21 -04:00
ebaydayz
72656ed001
Greatly optimize safe gear handling
...
- Safe inventory arrays are no longer sent over network to all machines
on server startup and on each lock/unlock
- Disabled user input then closed gear dialog during safe
lock/unlock/pack to block various duping methods.
- Moved safe creation, deletion and gear handling to server. This cuts
down on add[Magazine/Weapon/Backpack]Cargo, createVehicle and
deleteVehicle BE logs.
2016-08-10 20:34:54 -04:00
ebaydayz
bc7c1879a3
Store plot and door friends names as array
...
Avoids setVariable value restrictions for players with special
characters in their name.
Also avoids issues with storing non-ASCII characters from player names
in DB inventory field.
2016-08-09 10:48:31 -04:00
ebaydayz
d5ec0d9728
Remove duplicate PVDZ_obj_Fire exception
...
https://github.com/DayZMod/Battleye-Filters/commit/407134e1a2014952388fece241da9a3278d4c3be
2016-08-08 19:55:11 -04:00
ebaydayz
0491b32c66
Fix 106 SQL updates find and replace
...
Thanks @ndavalos
https://github.com/EpochModTeam/DayZ-Epoch/issues/1712#issuecomment-238063917
2016-08-07 10:57:11 -04:00
ebaydayz
c47adbbdb0
Remove CZ_VestPouch_EP1 from traders
...
This backpack is pointless, since it is the same model as
DZ_Czech_Vest_Puch with half the slots. The traders already have
DZ_Czech_Vest_Puch.
2016-08-04 15:44:58 -04:00
icomrade
b10e73b1b8
Update SQL
2016-08-03 22:14:42 -04:00
ebaydayz
fbffd8e9cb
Fix hit_glass setVariable filter
...
@icomrade - In regex character classes only match each single character.
So a range with more than one character on one end (20) won't work:
http://www.regular-expressions.info/charclass.html
You can see that by running this code in-game with your old filter and
it will kick you:
player setVariable ["hit_glass3",1,true];
Adding the + on the end makes it match the character class one or more
times, so now it will match any integer >= 0.
2016-07-30 12:07:26 -04:00
ebaydayz
1700224124
New Var added for antiWallHacks.
...
Vanilla development commit:
https://github.com/DayZMod/DayZ/commit/224be145334775ccadaa721b62189941ef944dc0
2016-07-30 10:51:42 -04:00
icomrade
c628ad8873
Fix hit_glass kick for some vehicles
2016-07-29 15:20:32 -04:00
icomrade
d0c09e7bac
Copy paste typo
2016-07-29 12:06:14 -04:00
icomrade
c694545bce
Update server for playerGroup column in HiveExt
...
Requires DLL Published in this commit as well as a database update.
Execute the added SQL in the 1.0.6_Updates.sql on your database.
Use Hive child 204 to update the new column
_key = format["CHILD:204:%1:%2:%3:", (getPlayerUID player),
dayZ_instance, [Array of playerUIDs of group members]];
_key call server_hiveWrite;
2016-07-29 12:05:01 -04:00
ebaydayz
0fbf55da06
Move server_traders to dayz_code
...
This reduces the mission size for servers using default traders. Admins
can easily copy paste over the include to customize.
2016-07-28 12:05:31 -04:00
ebaydayz
cbbbe1bd8f
Randomized tree directions
...
Vanilla development commit:
https://github.com/DayZMod/DayZ/commit/beac505eb4ec3706550230d70c2fee10e056e1a8
2016-07-28 10:49:28 -04:00
icomrade
fd2db4f07d
Fix kick when crashing planes
2016-07-27 01:23:38 -04:00
icomrade
b704d6d081
Update CreateVehicle.txt
...
fixes kick when using Gyro/Mozzie grenades
2016-07-27 01:21:23 -04:00
icomrade
6f4303b825
Update half cinderblock wall class in sql
2016-07-26 14:38:12 -04:00
ebaydayz
66e35d1629
Add new 1.8.7 meat names to 1.0.6 SQL updates
2016-07-25 19:04:17 -04:00