Jump to content
The Character Copy service for Beta is currently unavailable ×

Recommended Posts

Posted

Not sure if already asked, but is there any way we can extend the character name limit to more than 20?  Maybe to 25ish? Or would that fracture reality as we know it?

Posted

Having worked with enough databases, I suspect this is a tricky thing to implement.

 

i mean yeah, it’s 1 command that you run to increase the character limit allowed in a field, HOWEVER you generally don’t do that sort of manipulation on a live table due to the risk of data loss.

 

 The “proper” way I’ve seen it done is a little more complex… basically you create a new table that has all the same columns as the old table, but with whatever changes you want to make.  You then copy the data over into that new table.  Finally you change any reference to the old table to point to the new table.  Now that last step is a lot of work, like comb through every line of code level of work.

 

 I’d love to see characters name limits increased, as well as other limitations in names changed (like allowing more than 1 special character).  But I’d rather have whatever else the devs would have to put on hold to make that change more.

  • Like 3
  • Thumbs Up 1

What this team needs is more Defenders

Posted
5 hours ago, Psyonico said:

I’d love to see characters name limits increased, as well as other limitations in names changed (like allowing more than 1 special character).  But I’d rather have whatever else the devs would have to put on hold to make that change more.

wouldn't you have to know whatever else the devs are working on to be certain you'd rather have that than see them work on changes to name length and format?

Posted

I could potentially know if I was a member of the closed beta server (which, btw, I am not).  But the reason I made that statement is simple: I’ve played this game for 6 years as HC (and at least 5 on live) and I’ve made a *lot* of characters in that time.  I simply haven’t needed 21+ characters in a name very often, and I’ve always been able to come up with a satisfactory replacement name when I have.

 

Furthermore: like I said, you’d want to comb through each line of code.  I don’t know how many lines of code there are in this game, but I can safely bet that answer is “enough that it would take a long time.”

 

Also, just some background on me: I dabbled in programming in high school, but am not a programmer.  I taught myself SQL at my last job landed me a position as a business analyst.  That’s where my knowledge of DBs comes from.  I certainly don’t have the knowledge to be able to program a game.

  • Thumbs Up 1

What this team needs is more Defenders

Posted

While I would occasionally want a longer field for my name (and yeah, more than 1 special character would be even better!), I think most of what I want such things for could be more safely accomplished if I could create my own custom title as needed (without having to make a SG just for that purpose... though with the ability to enter and base via keybind, I use my SG for this sort of thing more and more often).

Having access to a comma would be nice too. "Graum-Radpunk Shaman" would work much better as "Graum,Radpunk Shaman" even if I couldn't do "Graum, Radpunk Shaman" ... though what would REALLY be awesome is "Graum, ☢Radpunk Shaman☢"

Posted

On the backend, I think it has something to do with the variable type being used for character names. As you'll note, you are also restricted to certain ASCII characters as well.

  • Like 1

OG Server: Pinnacle  <||>  Current Primary Server: Torchbearer  ||  Also found on the others if desired  <||> Generally Inactive


Installing CoX:  Windows  ||  MacOS  ||  MacOS for M1  <||>  Migrating Data from an Older Installation


Clubs: Mid's Hero Designer  ||  PC Builders  ||  HC Wiki  ||  Jerk Hackers


Old Forums  <||>  Titan Network  <||>  Heroica! (by @Shenanigunner)

 

Posted
9 hours ago, tidge said:

exploits_of_a_mom.png

 

 

OG Server: Pinnacle  <||>  Current Primary Server: Torchbearer  ||  Also found on the others if desired  <||> Generally Inactive


Installing CoX:  Windows  ||  MacOS  ||  MacOS for M1  <||>  Migrating Data from an Older Installation


Clubs: Mid's Hero Designer  ||  PC Builders  ||  HC Wiki  ||  Jerk Hackers


Old Forums  <||>  Titan Network  <||>  Heroica! (by @Shenanigunner)

 

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
×
×
  • Create New...