PointLimiter

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

AdrianGaming

Boo boo
Joined
May 25, 2018
Messages
156
AdrianGaming submitted a new resource:

PointLimiter - Limit the Stats of Players and Dinos

PointLimiter


This plugin is designed to cap the stats of players and dinos.

The config should be self explanatory.
...Besides the fact that values below 0 Means the is no Limit (-1 for convention)
Anything else would be the actual value of the stat.

Lemme give you an example:
JSON:
  "PlayerCap": {
    ...
    "SpeedMultiplier": 170,
    ...
  },

Would actually mean that the Player would just be able to increase that stat if he/she is below 170% of Movementspeed.

Read more about this resource...
 
Any chance you can make something like this take takes points above 255 and puts them down to 255? ARK has a hard cap on points for Dinos at 255 and beyond that it resets them on a server restart. This would allow people to have servers with high level dinos without points resetting.
 
Any chance you can make something like this take takes points above 255 and puts them down to 255? ARK has a hard cap on points for Dinos at 255 and beyond that it resets them on a server restart. This would allow people to have servers with high level dinos without points resetting.

Already tried to implement it in this plugin... I'll try to create something like that and put it in a new plugin later..
 
needs an update to support extinction crafting skill on gaacha. It locks it due to no setting for it in config.
 
this is an awesome Plugin. currently being use on NamelessPVP. How i wish this plugin can also support PointsLimiter to a certain dino stats cause that will be really awesome :D.
 
Tested earlier and was no success; might have done something wrong though so I'll close server and upload file and see. Default config though is a bit bugged for any new person due to your extra , on the end of the last setting. lol.

Managed to get it all sorted by replacing all files again since host didn't overwrite them correctly. Good work on the update!
 
Last edited:
So there is no way to only limit certain dinos? I run Classic Flyers, but dont want the ability to have 500% speed. Would be great to be able to limit X Y Z animal to 200% for instance
 
So there is no way to only limit certain dinos? I run Classic Flyers, but dont want the ability to have 500% speed. Would be great to be able to limit X Y Z animal to 200% for instance

I didn't found any function providing me more than the the stats of something... internally dino and player stats use the same struct...
 
Last edited:
I cant add any useful info, but I know wild and tame dinos, along with players, all have different stats multipliers. So the are definately segregated to that degree. Maybe it could be done to specific dino BP IDs
 
I didn't found any function providing me more than the the stats of something... internally dino and player stats use the same function...

You could potentially try matching names with the value of GetDinoDescriptiveName, referenced in the source for the recent ByeByeCorrupted plugin.
 
Different methods tho... I don't even got any Dino / Player... Just the "UPrimalCharacterStatusComponent" which can be dino or player... Otherwhise I would already have done this :)
 
Different methods tho... I don't even got any Dino / Player... Just the "UPrimalCharacterStatusComponent" which can be dino or player... Otherwhise I would already have done this :)
do you have a link to the source code?
 
Could i get some help?
im not the brighest person but if i want to limit the speed on a Pteranodon should i do like this in the config?

"PteranodonCap": {
...
"SpeedMultiplier": 200,
...
},

for a 200% speed cap
and is it any way to just cap the X amount of points put into a stat and not a set % of the stat?
 
you cant cap a specific dino... this cap applies to all dinos/players
 
Back
Top