Vorlonagent Posted December 30, 2019 Share Posted December 30, 2019 For those of us with lots of alts, it might be nice for "Quit to Character Select" to return us to the same page of characters as the one the player just left. I expect this has been suggested before so just add my name to the tally. 1 Link to comment Share on other sites More sharing options...
Call Me Awesome Posted December 30, 2019 Share Posted December 30, 2019 Hadn't thought about that, mostly since I generally move a character I'm playing a lot to the first page. I can't see any downside to that except that since your character order is stored on your computer and not on the server it might be tricky to make the game remember that setting. We do have an all volunteer Dev team now and they aren't getting paid for anything. While I have no problem with this suggestion there's lots of stuff higher up on the list. If there's an easy way to make it happen, possibly with a client side plugin that can parse the character list and order it by access time then maybe some of the code boffins here can come up with a solution. The Devs are busy with the server side stuff, maybe someone else can take a stab at your problem. Guardian Survivor, occasional tanker and player of most AT's. Guides: Invulnerability Tankers, The first 20 levels. Invulnerability Tankers Soft Cap defense Spoiler Link to comment Share on other sites More sharing options...
boggo2300 Posted December 30, 2019 Share Posted December 30, 2019 12 minutes ago, Call Me Awesome said: Hadn't thought about that, mostly since I generally move a character I'm playing a lot to the first page. I can't see any downside to that except that since your character order is stored on your computer and not on the server it might be tricky to make the game remember that setting. We do have an all volunteer Dev team now and they aren't getting paid for anything. While I have no problem with this suggestion there's lots of stuff higher up on the list. If there's an easy way to make it happen, possibly with a client side plugin that can parse the character list and order it by access time then maybe some of the code boffins here can come up with a solution. The Devs are busy with the server side stuff, maybe someone else can take a stab at your problem. Considering how the character order works, I suspect there would as you say, need to be a significant rewrite to both the client and server to do this Mayhem It's my Oeuvre baby! Link to comment Share on other sites More sharing options...
Call Me Awesome Posted December 30, 2019 Share Posted December 30, 2019 12 minutes ago, boggo2300 said: Considering how the character order works, I suspect there would as you say, need to be a significant rewrite to both the client and server to do this Likely you're right. Depending on how the client side works it may be possible to have a plugin to handle this, kind of like how Vidiotmaps and Herostats work now. Or maybe I'm just talking nonsense... certainly wouldn't be the first time. 😉 It occurs to me that the server reads the character list order file on your computer when you log in so maybe there's a way a third party app could rewrite it when you pick a character so it has them in a "last character played" order. I'm no programmer of anything much less of this game but since the file is on your hard drive and the server uses it for the character order it might be possible. Guardian Survivor, occasional tanker and player of most AT's. Guides: Invulnerability Tankers, The first 20 levels. Invulnerability Tankers Soft Cap defense Spoiler Link to comment Share on other sites More sharing options...
boggo2300 Posted December 30, 2019 Share Posted December 30, 2019 3 minutes ago, Call Me Awesome said: Likely you're right. Depending on how the client side works it may be possible to have a plugin to handle this, kind of like how Vidiotmaps and Herostats work now. Or maybe I'm just talking nonsense... certainly wouldn't be the first time. 😉 It occurs to me that the server reads the character list order file on your computer when you log in so maybe there's a way a third party app could rewrite it when you pick a character so it has them in a "last character played" order. I'm no programmer of anything much less of this game but since the file is on your hard drive and the server uses it for the character order it might be possible. it may actually all live client side, there is no need for the client to send the character order to the server, just to tell it which character you have selected, in which case a plug in for the client may do the job, I've not looked at the source, so this is speculation, it IS however how i'd make it work, and I can't think of a single reason for the client to send the order list to the server, so it may actually be something that can be done as a plug-in Mayhem It's my Oeuvre baby! Link to comment Share on other sites More sharing options...
ninja surprise Posted December 30, 2019 Share Posted December 30, 2019 I was hoping for a quit button in the character creator, instead of having to hit the back button all the way back out. 1 Link to comment Share on other sites More sharing options...
Call Me Awesome Posted December 30, 2019 Share Posted December 30, 2019 11 minutes ago, ninja surprise said: I was hoping for a quit button in the character creator, instead of having to hit the back button all the way back out. CTR+ALT+DEL? Guardian Survivor, occasional tanker and player of most AT's. Guides: Invulnerability Tankers, The first 20 levels. Invulnerability Tankers Soft Cap defense Spoiler Link to comment Share on other sites More sharing options...
Vorlonagent Posted December 30, 2019 Author Share Posted December 30, 2019 1 hour ago, boggo2300 said: it may actually all live client side, there is no need for the client to send the character order to the server, just to tell it which character you have selected, in which case a plug in for the client may do the job, I've not looked at the source, so this is speculation, it IS however how i'd make it work, and I can't think of a single reason for the client to send the order list to the server, so it may actually be something that can be done as a plug-in I was hoping for a purely client-side solution. If you have to exchange data with the server, it's not worth the effort and quality control to make it work. Link to comment Share on other sites More sharing options...
Call Me Awesome Posted December 30, 2019 Share Posted December 30, 2019 40 minutes ago, Vorlonagent said: I was hoping for a purely client-side solution. If you have to exchange data with the server, it's not worth the effort and quality control to make it work. I've no idea, it may well be client side. The file that keeps track of the character order is certainly client side so it may all be that way. Guardian Survivor, occasional tanker and player of most AT's. Guides: Invulnerability Tankers, The first 20 levels. Invulnerability Tankers Soft Cap defense Spoiler Link to comment Share on other sites More sharing options...
boggo2300 Posted December 30, 2019 Share Posted December 30, 2019 14 minutes ago, Call Me Awesome said: I've no idea, it may well be client side. The file that keeps track of the character order is certainly client side so it may all be that way. It would be bad programming, and burning bandwidth unnecessarily to tie it back to the server, so going by how the cryptic engine was written, I fear it does talk to the server (but it REALLY shouldn't) Mayhem It's my Oeuvre baby! Link to comment Share on other sites More sharing options...
MetaVileTerror Posted December 30, 2019 Share Posted December 30, 2019 Actually, if my understanding of the code is adequate, this wouldn't be that difficult; it could be handled with a client-side TXT file or registry call function. Basically, add a function to the "Select Character" button which writes to that file a simple value ranging from 0 to 100. 0 means: Ignore, and the other values translate to which page to display the next time the Character Screen is displayed. The real challenge is modifying the GUI to have a checkbox for this. Easier would be to make it a slash command in the executable that toggles between Ignoring and setting the Last Page Used number. Link to comment Share on other sites More sharing options...
Lost Ninja Posted December 30, 2019 Share Posted December 30, 2019 6 hours ago, Call Me Awesome said: CTR+ALT+DEL? Alt+F4 1 Link to comment Share on other sites More sharing options...
Roderick Posted December 30, 2019 Share Posted December 30, 2019 7 hours ago, ninja surprise said: I was hoping for a quit button in the character creator, instead of having to hit the back button all the way back out. You mean close the program? Alt+F4, as previously mentioned, or (if you're in windowed mode) click the X in the corner. Or do you mean leave the character creator and go back to the character select screen? Click the "Origin" tab at the top, and then click "Back" once. The section tabs at the top let you freely flip between sections of the character creator, with a couple caveats (must pick powers from both primary and secondary before going to Custom screen, for example). Link to comment Share on other sites More sharing options...
ninja surprise Posted January 1, 2020 Share Posted January 1, 2020 On 12/30/2019 at 2:59 AM, Roderick said: Or do you mean leave the character creator and go back to the character select screen? Click the "Origin" tab at the top, and then click "Back" once. The section tabs at the top let you freely flip between sections of the character creator, with a couple caveats (must pick powers from both primary and secondary before going to Custom screen, for example). Yes, make this faster. Like, just a "Quit Creator" button rather than having to click all over the screen. Maybe it's something I inflict on myself with all this altitis but I can't quit! Link to comment Share on other sites More sharing options...
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