DayZ
Ninjins-PvP-PvE
41-50 van 70 items weergegeven
< 1  2  3  4  5  6  7 >
Update: 27 feb om 12:47
door Naij0

- fixed some server crashes
- removed actionmanagerbase.c again since i forgott it again >_>

SORRY!

Update: 27 feb om 12:35
door Naij0

Update: 27 feb om 9:44
door Naij0

- Added a Admin Menu, hotkey can be set in Hotkeys (this is just alpha nothing special just reload functions)
- Added option to show zone names on players map via main config
- Main Config reload does no longer tank fps and is faster now.

Update: 25 feb om 7:54
door Naij0

- fixed issue where constructing the flagpole always created a pvp zone ( now only happens if a flag is attached)
- added:
"CirclePointsSmallMax": 80,
"CirclePointsMediumMax": 40,
"CirclePointsLargeMax": 60,
"CirclePointsXLMax": 80,
"CirclePointsDivisor": 5.0

These settings determine how many dots should be drawn on the map for small,medium,large,xl and above XL circles.

Update: 24 feb om 16:04
door Naij0

- added comments to code for better understanding and readability (most of them are KI generated in english text because i was lazy to translate german to english manually LOL... i was a lazy fucker here yes)

- renamed `CustomRPCs`to `NinjinsCustomRPCs` inside `enums.c` and related functions, to avoid mod conflicts

- a bit of cleanup

- removed `actionmanagerbase.c` to avoid intense player action logging.

Update: 15 feb om 4:41
door Naij0

Changelog:

Added:
"StartingDayOfTheWeek": 1, // 0 = Monday and 1 = Sunday
"EnableTerritoryFlagZones": 1, // Enable or Disable Flagpole Zones
"TerritoryFlagZoneCreateMode": 2, // 0 = Lowered, 1 = Raised, 2 = Always
"TerritoryFlagPvPZoneCheckInterval": 5.0, // How often the flags should get checked in secs
"TerritoryFlagZoneRadius": 100.0, // Radius for the Zone
"TerritoryFlagZoneType": 1, // Zone Types: PVP = 1; PVE = 2; VISUAL = 3; RAID = 4;
"TerritoryFlagZonePriority": 10, // Priority 1-10 (10 is highest)
"TerritoryFlagEnterMessage": "Test Zone!", // Entering Notification Message
"TerritoryFlagExitMessage": "Test Zone Exit!", // Exiting Notification Message
"TerritoryFlagZoneIcon": "NinjinsPvPPvE/gui/swords.edds", // Notification Icon in the Message
"TerritoryFlagZoneDays": "Saturday", // Days to be Active
"TerritoryFlagZoneStartHour": 0, // Starting Hour
"TerritoryFlagZoneEndHour": 24, // Ending Hour
"TerritoryFlagZoneDrawCircle": 1, // Draw Circle 0 = No , 1 = Yes
"TerritoryFlagZoneAlpha": 255, // Transparancy
"TerritoryFlagZoneRed": 255, // Red Circle Color
"TerritoryFlagZoneGreen": 0, // Green Circle Color
"TerritoryFlagZoneBlue": 0 // Blue Circle Color
"AlwaysAllowAIToDamagePlayerItems": 1, // Allows AI to Damage Players Items no matter what. 1 = Allow, 0 = Deny

- New debbuging style
- Debbuging Servers current Day of the Week, Time and Day index.


Fixed
Since there where issues with Week starting days (Monday and Sundaay) i have introduced StartingDayOfTheWeek to fix that issue.


Update: 19 jan om 5:59
door Naij0

- changed bleeding to 2 cuts and 8 seconds and also 2nd update to publish

Update: 19 jan om 5:43
door Naij0

- Experimental Public release.

Update: 16 dec 2024 om 1:55
door Naij0

Update: 16 dec 2024 om 1:40
door Naij0

-tets fix