NordInvasion Forum
1.9.3 Client Release - Printable Version

+- NordInvasion Forum (https://forum.nordinvasion.com)
+-- Forum: News (https://forum.nordinvasion.com/forumdisplay.php?fid=3)
+--- Forum: News & Updates (https://forum.nordinvasion.com/forumdisplay.php?fid=9)
+--- Thread: 1.9.3 Client Release (/showthread.php?tid=66206)

Pages: 1 2


1.9.3 Client Release - Winter - 17-03-2018

Hello NI community,

This patch adds another new weapon and fixes some small errors.

Item Changes:
  • Heavy Halberd +11c, +7p
  • New House Crafted Marauder polearm (with secondary mode)

Other Changes:
  • Z no longer votes to skip prep time when typed in a chat box



RE: 1.9.3 Client Release - Cherry - 17-03-2018

First


RE: 1.9.3 Client Release - TerrorBite - 17-03-2018

so now the marketplace polearm is way better than snake halberd?


RE: 1.9.3 Client Release - Black_Kitten* - 17-03-2018

I start to build but team press Z
nice update for builders(


RE: 1.9.3 Client Release - Kaasovic - 17-03-2018

(17-03-2018, 08:22 AM)Łíťțłĕ_ĐēvìĹ* Wrote: I start to build but team press Z
nice update for builders(

Well I am sure if someone sees you build barricades he would wait voting to skip prep time till you are done, after all you need ~80% to pass the vote.
Allow me to write the pseudo code that is responsible for calculating the amount of votes needed(afk people are excluded):

Code:
players_alive * 10
players_alive_threshold = players_alive * 8
players_alive_threshold_mod = players_alive_threshold mod 100
players_alive_threshold /= 100
if players_alive_threshold_mod => 50
     players_alive_threshold += 1

By running some test data through the pseudo code you will end up with

Players alive:Votes needed:
11
22
32
43
54
65
76
86
97
108
119
1210
1310
1411
1512
1613
1714
1814



RE: 1.9.3 Client Release - Julia. - 17-03-2018

When you own a Non-English (not to say german) keyboard, its Y to skip the preptime.


RE: 1.9.3 Client Release - Kaasovic - 17-03-2018

If you have a azerty or qwertz keyboard and want to redefine keys, let me know in a PM.


RE: 1.9.3 Client Release - Malong - 17-03-2018

(17-03-2018, 10:05 AM)Kaasovic Wrote:
Code:
players_alive * 10
players_alive_threshold = players_alive * 8
players_alive_threshold_mod = players_alive_threshold mod 100
players_alive_threshold /= 100
if players_alive_threshold_mod => 50
     players_alive_threshold += 1

You should use a ternary conditional operator to simplify this in processing time, memory, and code readability.

Code:
players_alive_threshold = players_alive * 4 / 5
players_alive_threshold = ((players_alive_threshold mod 100) / 100) >= 50 ? players_alive_threshold + 1 : players_alive_threshold;



RE: 1.9.3 Client Release - bluzark - 17-03-2018

(17-03-2018, 10:48 AM)Kaasovic Wrote: If you have a azerty or qwertz keyboard and want to redefine keys, let me know in a PM.

using MALTRON plis halp


RE: 1.9.3 Client Release - DR. - 17-03-2018

(17-03-2018, 03:44 PM)bluzark Wrote:
(17-03-2018, 10:48 AM)Kaasovic Wrote: If you have a azerty or qwertz keyboard and want to redefine keys, let me know in a PM.

using MALTRON plis halp

ps2 controller