DayZ
Shooting Range Targets
目前顯示第 1-4 項,共 4 項
更新:2 月 10 日 @ 下午 6:59
guiasselin 發表

Update 1.1.1

- Fixed what i broke yesterday, the bullet holes target were acting weird, and well i made a dumb simple mistake. Anyway thats all Sorry!

更新:2 月 9 日 @ 下午 4:56
guiasselin 發表

Update 1.1

- Changed how the "Bullet Holes" target functions. It no longer uses RPC to convey the data from client to server, it simply has its logic server side and its pretty simplified. And it also prevent that many clients nearby could have triggered the logic to add bullet holes, which would have not been so good!
(The target itself functions the same in regards to in game shooting, its just less heavy on the network keeping the logic on server)

- Added a "Guns_Benchmark_Target", Which only displays the Hit data from your weapon on screen, it also prints it in the shooting clients log. This was requested by someone to balance his guns, and I thought people might find a purpose for it. It prints : Weapon, Ammo, Damage and Speed. In that order.
(This one uses RPC to send the info from server to client so it only prints on the actual shooter)

更新:2 月 3 日 @ 下午 6:18
guiasselin 發表

1.0

- meta and mod.cpp

更新:2 月 3 日 @ 下午 6:16
guiasselin 發表

Hello.