Jump to content

16 Screenshots

Recommended Comments



StageLine

Posted

I am using the Prestige system along with the Titles to create prestige ranks on my server.  Everything works perfectly using all the prestige titles inside of the SkillTree config file.  But one issue I cannot figure out how to resolve is the conflict of the BetterChat default title and the SkillTree Prestige titles.  What I would love is for the BetterChat default title to be 'Noob' for anyone who joins and has not used Prestige to rank up yet.  Currently, if I use that BetterChat default title, it's sticky in front of the Prestige titles when folks prestige up.  Instead, I ended up making my first prestige rank as Noob, but that just feels off to me. I looked at your CS code and I think I see where the string connections are happening but when I tried to update it, it wasn't working.  Clearly I am not a CS code expert.  Anyway, if you wouldn't mind taking a look and seeing if this is a simple update that would be appreciated.  The ask is that once the SkillTree prestige button is used, that the titles in ST prestige overwrite/ignore whatever BetterChat default titles already exist.  Thanks. 

imthenewguy

Posted

7 hours ago, StageLine said:

I am using the Prestige system along with the Titles to create prestige ranks on my server.  Everything works perfectly using all the prestige titles inside of the SkillTree config file.  But one issue I cannot figure out how to resolve is the conflict of the BetterChat default title and the SkillTree Prestige titles.  What I would love is for the BetterChat default title to be 'Noob' for anyone who joins and has not used Prestige to rank up yet.  Currently, if I use that BetterChat default title, it's sticky in front of the Prestige titles when folks prestige up.  Instead, I ended up making my first prestige rank as Noob, but that just feels off to me. I looked at your CS code and I think I see where the string connections are happening but when I tried to update it, it wasn't working.  Clearly I am not a CS code expert.  Anyway, if you wouldn't mind taking a look and seeing if this is a simple update that would be appreciated.  The ask is that once the SkillTree prestige button is used, that the titles in ST prestige overwrite/ignore whatever BetterChat default titles already exist.  Thanks. 

It doesnt replace the titles, it simply appends them. I don't plan on adding support to replace BC titles entirely.

steampunkvalley

Posted

23 hours ago, StageLine said:

I am using the Prestige system along with the Titles to create prestige ranks on my server.  Everything works perfectly using all the prestige titles inside of the SkillTree config file.  But one issue I cannot figure out how to resolve is the conflict of the BetterChat default title and the SkillTree Prestige titles.  What I would love is for the BetterChat default title to be 'Noob' for anyone who joins and has not used Prestige to rank up yet.  Currently, if I use that BetterChat default title, it's sticky in front of the Prestige titles when folks prestige up.  Instead, I ended up making my first prestige rank as Noob, but that just feels off to me. I looked at your CS code and I think I see where the string connections are happening but when I tried to update it, it wasn't working.  Clearly I am not a CS code expert.  Anyway, if you wouldn't mind taking a look and seeing if this is a simple update that would be appreciated.  The ask is that once the SkillTree prestige button is used, that the titles in ST prestige overwrite/ignore whatever BetterChat default titles already exist.  Thanks. 

I'm not sure if I'm misunderstanding, but can't you just remove the format for the title in Skill Tree, create the names and priority/order in BetterChat, then assign the user to that BetterChat group when they prestige in the permissions section?

imthenewguy

Posted

4 hours ago, steampunkvalley said:

I'm not sure if I'm misunderstanding, but can't you just remove the format for the title in Skill Tree, create the names and priority/order in BetterChat, then assign the user to that BetterChat group when they prestige in the permissions section?

I mean if that's what you want to do, then you don't need any changes from Skill Tree to do it. Set the better chat format settings in the skill tree config to null then do whatever you need to do in the BetterChat config/data.

OgJoker

Posted

Hi, new to all this.

my console is getting spammed with this message every 15 seconds and is drowning out all console logging making debugging difficult.

"[Skill Tree] Saving player data for 0 players.

[Skill Tree] Finished saving player data.

Saved 65,199 ents, cache(0.08), write(0.04), disk(0.02).

Saving complete"

is there something i can edit to allow silent saving?

tacman1981

Posted

51 minutes ago, OgJoker said:

Hi, new to all this.

my console is getting spammed with this message every 15 seconds and is drowning out all console logging making debugging difficult.

"[Skill Tree] Saving player data for 0 players.

[Skill Tree] Finished saving player data.

Saved 65,199 ents, cache(0.08), write(0.04), disk(0.02).

Saving complete"

is there something i can edit to allow silent saving?

pretty sure its tied to server.saveinterval

imthenewguy

Posted

51 minutes ago, OgJoker said:

Hi, new to all this.

my console is getting spammed with this message every 15 seconds and is drowning out all console logging making debugging difficult.

"[Skill Tree] Saving player data for 0 players.

[Skill Tree] Finished saving player data.

Saved 65,199 ents, cache(0.08), write(0.04), disk(0.02).

Saving complete"

is there something i can edit to allow silent saving?

Skill Tree will log when it saves data which is when your server saves data.

Not sure why you are saving the server data every 15 seconds. That's a lot.

The default is every 10 minutes.

If you want to change it, set the value for server.saveinterval to 600

  • Like 1
OgJoker

Posted

1 hour ago, imthenewguy said:

Skill Tree will log when it saves data which is when your server saves data.

Not sure why you are saving the server data every 15 seconds. That's a lot.

The default is every 10 minutes.

If you want to change it, set the value for server.saveinterval to 600

when players log off before the 10 minute interval will they lose the progress they've made before the save executes?

imthenewguy

Posted

22 minutes ago, OgJoker said:

when players log off before the 10 minute interval will they lose the progress they've made before the save executes?

No.

Skill Tree saves and stores individuals data when they log off, during server save or when the plugin is unloaded (servers shuts down). The only time it wont save is if it crashes. I means that up to 10 minutes of data wont be there, which is usually not a common thing.

  • Like 1
ShadoW6

Posted

quick question. What is the maximum Level cap or there is no limit?

ChristopherS

Posted

2 hours ago, ShadoW6 said:

quick question. What is the maximum Level cap or there is no limit?

The default cap is 100. This is customisable though. You can also set up a feature to allow your players to "prestige" once they hit the level cap, where they reset their data, but you can give them bonuses like a higher cap, more exp, or even access to more plugin features via permissions.

  • Like 1

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 14
  • Love 18

User Feedback

1.4m

Downloads

Total number of downloads.

7k

Customers

Total customers served.

105k

Files Sold

Total number of files sold.

2.1m

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.