Skip to content

Conversation

@TovarischPootis
Copy link
Contributor

  1. add default stamina and stamina regen configs
  2. Override description in nshud
  3. Font Scaling
  4. New hooks
  5. New way to define bodygroups for factions
  6. Numerous bug fixes
  7. Updated localization files
  8. Many many other smaller minor fixes, changes and additions

TovarischPootis and others added 30 commits April 6, 2021 19:26
Allows the player in question to override the nshud description for a player.
Add hook to manually override character description
Changed the discord @ for contact
Added Portuguese
Fixes hook so that it can return items when bought from a vendor.
Fix items not being returned by d map
Error trace:

[ERROR] gamemodes/nutscript/entities/weapons/nut_hands.lua:620: attempt to index global 'ent' (a nil value)
  1. allowEntityDrop - gamemodes/nutscript/entities/weapons/nut_hands.lua:620
   2. drop - gamemodes/nutscript/entities/weapons/nut_hands.lua:223
    3. doPickup - gamemodes/nutscript/entities/weapons/nut_hands.lua:465
     4. unknown - gamemodes/nutscript/entities/weapons/nut_hands.lua:417
- Improvement of existing translations.
- Update of added translations with the latest versions.
ent was not defined and as such always nil. Most likely a typo
Fixed an error when an object can be dropped
Thank you SPURION, scoreboard fix
Lets you draw over every type of item at once.
Weren't able to paint if the item didnt have a .paintOver function
Under some conditions, a player in act doesn't allow the chat indicator to be displayed correctly.
Fix the typing indicator when a player is acting
Fixed some small spacing issues with my GLua linter.
This will prevent confusion for players who think that voice communication is active when it isn't.
This is a micro-micro optimization.
Fix it so that the canitembetransferred hook can actually notify the player of a reason, as well as allow it to see the transferring player.
Let's make my linter happy.
TovarischPootis and others added 28 commits May 10, 2021 11:49
GetDefaultCharDesc/FontScaling/Whitespaces
Add a paylimit, meaning that the char will not get an autopay when the char's money has reached this limit
Thanks to it plugins' authors would be able to provide custom checks on commands for players that normally wouldn't be able to run them.

For example, a flag that gives access to charsetmodel or plytransfer for faction leaders.
Since we don't have a dedicated transfer function, I thought I'd just add one for ease of use.
Add a hook to allow custom checks on commands
Fix the display of some parameter values in server configuration panel
As requested by Tovarisch and for consistency with the rest of the code.
Useful for overriding
Fix the non-updating of some parameters on commands
either the classic "012121"
or
{[1]  = 2, [2] = 4, [3] =1 }

for more control over available bodygroups
Faction bodygroups , inv item icon models, starting Max points for attributes
Fixed a bug where door info won't draw when it should
fix bug that shows players as purchasable doors lmao
Tov's an idiot lmao (error fix)
@TovarischPootis TovarischPootis merged commit 4cc6046 into 1.2 Sep 14, 2021
@TovarischPootis TovarischPootis deleted the 1.2.2-wip branch November 8, 2021 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants