Aracknight Posted April 23 Posted April 23 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?
Psyonico Posted April 24 Posted April 24 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. 3 1 What this team needs is more Defenders
TheMoneyMaker Posted April 24 Posted April 24 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? COH Music: Origins & Archtypes, Heroes & Villains, Croatoa
Rudra Posted April 24 Posted April 24 Be careful. @TheMoneyMaker is setting up calling you a developer without any justification whatsoever as well.
Psyonico Posted April 24 Posted April 24 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. 1 What this team needs is more Defenders
Starhammer Posted Monday at 12:11 PM Posted Monday at 12:11 PM 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☢"
WanderingAries Posted Tuesday at 12:17 AM Posted Tuesday at 12:17 AM 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. 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)
WanderingAries Posted yesterday at 01:56 AM Posted yesterday at 01:56 AM 9 hours ago, tidge said: 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now