Jump to content

16 Screenshots

  • 426.4k
  • 17.1k
  • 1.14 MB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Wizla

Posted (edited)

Rocket Velocity skill is a cool idea but making default rocket speed slower for everyone server wide is stupid, everyone complaining about it and took a while to track it down to skill tree.

 

Edited by Wizla
steampunkvalley

Posted

1 hour ago, Devs said:

Good afternoon, how do I disable penalty xp? For some players, they go up to -6500000, and I have to clear them through data.

 

  "XP settings": {
    "XP Loss settings": {
      "Allow players to lose xp when they die?": false,

 

  • Love 1
steampunkvalley

Posted

On 5/9/2025 at 7:51 PM, Deicide said:

Is there a way that i may be missing where the maintance perk can still work within a raidable base and dungeon events? 

It looks like they're in the Raidable Bases data profile files for each difficulty. I'm not sure about the dungeon events though.

  "Block Plugins Which Prevent Item Durability Loss": false,
Watcher

Posted

7 hours ago, Devs said:

Good afternoon, how do I disable penalty xp? For some players, they go up to -6500000, and I have to clear them through data.

In the SkillTree config set this to false

"XP Loss settings": {
      "Allow players to lose xp when they die?": true,

imthenewguy

Posted

11 hours ago, Wizla said:

Rocket Velocity skill is a cool idea but making default rocket speed slower for everyone server wide is stupid, everyone complaining about it and took a while to track it down to skill tree.

 

My plugin should be having not be affecting velocity for any rockets fired, excluding ones fired by players with the Rocket_Velocity buff.

	void OnRocketLaunched(BasePlayer player, TimedExplosive entity) => HandleRocket(player, entity);

        void HandleRocket(BasePlayer player, TimedExplosive timedExplosive)
        {
            if (!GetBuffDetails(player.userID, out var bd)) return;

            if (bd.GetBuff(Buff.Rocket_Velocity, out var value))
            {
                if (!timedExplosive.TryGetComponent<ServerProjectile>(out var projectile)) return;
                projectile.CurrentVelocity += (projectile.CurrentVelocity * value);
            }

            if (bd.GetBuff(Buff.Explosion_Radius, out value) && !config.buff_settings.raid_perk_settings.Explosion_Radius_settings.blacklist.Contains(timedExplosive.ShortPrefabName) && PassRaidableBasesCheck(timedExplosive, Buff.Explosion_Radius))
            {
                timedExplosive.explosionRadius += timedExplosive.explosionRadius * value;
                if (config.buff_settings.raid_perk_settings.Explosion_Radius_settings.add_to_minimum) timedExplosive.minExplosionRadius += timedExplosive.minExplosionRadius * value;
            }
        }

 

OneCubixMeterofAltosd

Posted

14 hours ago, Wizla said:

Rocket Velocity skill is a cool idea but making default rocket speed slower for everyone server wide is stupid, everyone complaining about it and took a while to track it down to skill tree.

 

This isnt a thing homie! 

Wizla

Posted (edited)

Maybe another plugin I have making it do this then, I've just disabled that perk and all seems to be back to normal now. Players rockets were travelling like snails through the air it was weird. And showing me code you might aswell be showing me chinese coz I don't understand it lol 😄

 

Edited by Wizla
  • Haha 1
imthenewguy

Posted (edited)

6 minutes ago, Wizla said:

Maybe another plugin I have making it do this then, I've just disabled that perk and all seems to be back to normal now. Players rockets were travelling like snails through the air it was weird. And showing me code you might aswell be showing me chinese coz I don't understand it lol 😄

 

Can you punch it into Chat GPT and ask it to explain it to you 🙂

That helps me understand a lot of things I would otherwise be unfamiliar with now-days.

Edited by imthenewguy
Perfectangel01

Posted

3 hours ago, Wizla said:

Maybe another plugin I have making it do this then, I've just disabled that perk and all seems to be back to normal now. Players rockets were travelling like snails through the air it was weird. And showing me code you might aswell be showing me chinese coz I don't understand it lol 😄

 

My players are somewhat saying the same thing, they say their rockets act differently. I also think this skill clashes with another plugin I run that allows more ammo in rocket launchers. 

Devs

Posted (edited)

I've solved everything (edited)

Edited by Devs
Devs

Posted

I've solved everything (edited)

imthenewguy

Posted

10 hours ago, Perfectangel01 said:

My players are somewhat saying the same thing, they say their rockets act differently. I also think this skill clashes with another plugin I run that allows more ammo in rocket launchers. 

That clash may be the extended magazine skill. You should be able to blacklist rocket launcher if you need to.

AfterShoQ

Posted (edited)

Drum Mag notification -
Can we get a configuration setting, under "Settings chat notifications" section, to disable Drum Mag telling folks what their new magazine size is?

Nevermind, was another mod spamming the mag size

 

Edited by AfterShoQ
Persona

Posted

Are there plans to add rates to new plants?

imthenewguy

Posted

17 hours ago, Persona said:

Are there plans to add rates to new plants?

Next release has them added to "Base yield settings". The skill yields should already support them.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 15
  • Haha 1
  • Love 18

User Feedback

1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

123.4k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.