panda Posted February 25, 2018 Share Posted February 25, 2018  Interface and Networking Updates! Feb. 25th 2018  Network Status I've gone an added a server status label to the main menu that displays the server status.  If the client has yet to try to connect to the server it will display "Unknown". If it's in the middle of an attempt it will display "Connecting...". If it currently has a connection to the server it will display "Online". It will display "Offline" if it does not have a connection to the server (but will keep trying to connect to the server). If the server is online but an error is encountered when trying to approve a client connection the client will display "Network Error". All of these labels of course are translatable, and are listed in the "Server" string group in the Beta 5 Client localization files. When the client and server do not match in versions (i.e. client is Beta 4.8.1 and the server is Beta 5.0.0) the client will just display "Offline". This is also the case if the client is Beta 5.0.0 and the server is Beta 5.0.1. I plan on discussing with JC whether or not we will make every version change breaking or if we will make Major/Minor version differences breaking instead, but at least for the time being build/revision differences will also matter. One caveat however is that I do not plan on having the client report which version the server is currently on in the event of a version mismatch, partly because I'm not sure I can get any messages from the client to the server in this case, but also because if someone discovers a vulnerability in a particular server version I would rather them not know which version the server is. While this won't be of much help at the moment if they know which version of the client corresponds to the server, if we do make version numbers not need to match entirely this will at least slow them down. In addition to the server status label, if the client can't connect to the server the Login and Register buttons will also be temporarily disabled until the client is able to connect. Server status and disabled Login/Register buttons when the client is connecting or failed to connect to the server. Server status and enabled Login/Register buttons when the client has connected to the server.  In-game Interface Updates In Beta 5 there are also two significant interface changes to in-game, the first being the removal of the options and exit buttons and the introduction of a menu button. The default graphic for this button is the three horizontal bars in the bottom right-hand corner of this screenshot. Clicking that, or by default pressing the Escape key will open the Menu. The options screen is accessible from here, as is the Exit to Desktop button. The close button is there for closing the menu without the escape key. All of these strings are translatable in the "IngameMenu" section of the client localization files. In addition to these there are also two presently disabled buttons, "Go to Character Select" and "Log out". For the time being these are disabled because we do not have code to facilitate either of those actions, and I'm not sure just how much code needs to be changed at the moment (it's at least more than I've done so far) so they're on the back burner for now (with no guarantee they will be in Beta 5). The second major change to the in-game interface is the addition of the map name to the player box in the top left. Because of this the level label has been moved to the left side by default, but there is also a combined name and level label that is disabled by default that can be made visible instead of the name and level being in separate labels. The combined label is a special translation label, and its only real usage is to control the number of spaces between the name and the level. The level string is used regardless for translation, and the formatted value (i.e. "Lv. 100") is passed in as argument {01} in the NameAndLevel string (with name being {00}). The name itself is just the plain player/entity name though, so it doesn't have a string entry in the translation file. The Level and Name labels separately. The combined name and level label. What's Next I plan on making some changes to the network code, hopefully to allow for logout, and make more improvements to the interface code. If I make the changes I have in mind to facilitate logout more easily, I am also considering exploring adding in a JSON server statistics API that can be queried in real-time. JC is also looking into database changes in order to add MySQL support to the server, but the jury is still out on whether or not we will end up implementing this in Beta 5, or whether it will need to wait for Beta 6. I still intend to look into import and export functionality for keybindings, and other UI improvements.  As always, feel free to post comments and questions below! We are excited to hear your thoughts on our progress!  -The Intersect Development Team Vus, emptyaccount, italo and 15 others 17 1 Link to comment Share on other sites More sharing options...
Damian666 Posted February 25, 2018 Share Posted February 25, 2018 those are some needed changes, good job panda. Â you went and did it xD Link to comment Share on other sites More sharing options...
Khaikaa Posted February 25, 2018 Share Posted February 25, 2018 So cool! Thanks! Link to comment Share on other sites More sharing options...
Shilo Posted February 25, 2018 Share Posted February 25, 2018 Some good changes. I can't wait for a proper logout button. I love the dev blog posts. Keep them coming and keep up the good work. Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted February 25, 2018 Share Posted February 25, 2018 Nice work pandor! Â Good to see more dev logs and updates coming out the past few days! Link to comment Share on other sites More sharing options...
gallighanmaker Posted February 26, 2018 Share Posted February 26, 2018 i see a great advance in here, if you need help in network or UI let me know. Â I hope to see more like this, great job guys. Link to comment Share on other sites More sharing options...
Refur Posted February 26, 2018 Share Posted February 26, 2018 Nice to know that pandas works well with computers. Good job Link to comment Share on other sites More sharing options...
Capivarinha Posted February 26, 2018 Share Posted February 26, 2018 21 hours ago, panda said: Â Â The second major change to the in-game interface is the addition of the map name to the player box in the top left. Because of this the level label has been moved to the left side by default, but there is also a combined name and level label that is disabled by default that can be made visible instead of the name and level being in separate labels. The combined label is a special translation label, and its only real usage is to control the number of spaces between the name and the level. The level string is used regardless for translation, and the formatted value (i.e. "Lv. 100") is passed in as argument {01} in the NameAndLevel string (with name being {00}). The name itself is just the plain player/entity name though, so it doesn't have a string entry in the translation file. Â The combined name and level label. Â Â Â Thats sweeeeeeeeeeet. Little things that makes huge difference, nice job! Link to comment Share on other sites More sharing options...
StrikerMDD Posted February 27, 2018 Share Posted February 27, 2018 This is a good new feature, but I think MapName has a better place in the right or mid side of the screen, for example, if the map has a big name (ex.: Great Hall of Giant Kings of the Florest 1-1), so it will not fit well in the little space of the player info. One option it to give the creators the choice of where to place the MapName using some string type option. Link to comment Share on other sites More sharing options...
panda Posted February 27, 2018 Author Share Posted February 27, 2018 28 minutes ago, StrikerMDD said: This is a good new feature, but I think MapName has a better place in the right or mid side of the screen, for example, if the map has a big name (ex.: Great Hall of Giant Kings of the Florest 1-1), so it will not fit well in the little space of the player info. One option it to give the creators the choice of where to place the MapName using some string type option. Like everything else in the UI you have full control over positioning. Link to comment Share on other sites More sharing options...
StrikerMDD Posted February 27, 2018 Share Posted February 27, 2018 Can we control where it be place too? For example, in the bottom of the Speed Actions Menu instead of the player status? Or we can only change the position "inside" the domains of the player info window? Link to comment Share on other sites More sharing options...
Giligis Posted February 27, 2018 Share Posted February 27, 2018 1 hour ago, StrikerMDD said: Can we control where it be place too? For example, in the bottom of the Speed Actions Menu instead of the player status? Or we can only change the position "inside" the domains of the player info window?  I believe what you are referring to will require a source edit, an easy one. However, I could be wrong. Link to comment Share on other sites More sharing options...
jcsnider Posted February 27, 2018 Share Posted February 27, 2018 1 hour ago, panda said: Like everything else in the UI you have full control over positioning. Â 1 hour ago, StrikerMDD said: Can we control where it be place too? For example, in the bottom of the Speed Actions Menu instead of the player status? Or we can only change the position "inside" the domains of the player info window? Â Panda misspoke. Without a quick source edit it can only be relocated within the player's entity box. Link to comment Share on other sites More sharing options...
panda Posted February 27, 2018 Author Share Posted February 27, 2018 1 minute ago, jcsnider said: Â Â Panda misspoke. Without a quick source edit it can only be relocated within the player's entity box. I didn't entirely misspeak -- they can define how large they want the box to be, and can effectively put it anywhere. Link to comment Share on other sites More sharing options...
Own Posted February 27, 2018 Share Posted February 27, 2018 How do I add this update to my game? Link to comment Share on other sites More sharing options...
Giligis Posted February 27, 2018 Share Posted February 27, 2018 25 minutes ago, Own said: How do I add this update to my game? Believe it will be released in beta 5. Link to comment Share on other sites More sharing options...
Own Posted February 27, 2018 Share Posted February 27, 2018 Just now, Giligis said: Believe it will be released in beta 5. Thanks again! #Gilgigis4Mod2018 lol jk  Link to comment Share on other sites More sharing options...
Giligis Posted February 27, 2018 Share Posted February 27, 2018 Just now, Own said: Thanks again! #Gilgigis4Mod2018 lol jk   I actually am a retired moderator XD I use to moderate and I became busy with real life. Own 1 Link to comment Share on other sites More sharing options...
SoggyCow Posted February 27, 2018 Share Posted February 27, 2018 Very excellent! One small issue, any of you have a 4K monitor? Window Mode in 4K makes everything in the game very small hard to see. Scaling options would be awesome for those that have big monitors. Fullscreen is great though  Link to comment Share on other sites More sharing options...
panda Posted February 27, 2018 Author Share Posted February 27, 2018 53 minutes ago, SoggyCow said: Very excellent! One small issue, any of you have a 4K monitor? Window Mode in 4K makes everything in the game very small hard to see. Scaling options would be awesome for those that have big monitors. Fullscreen is great though  I got an extended HDMI cable to plug into my 4K TV to work on this but I have yet to do so. Link to comment Share on other sites More sharing options...
Own Posted February 27, 2018 Share Posted February 27, 2018 Am I the only one who hates 4k TV's? I bought one on boxing day thinking it was going to be awesome and now everything I watch looks like a dang soap opera. Anyone else have that problem? Sorry for going offtopic Whitespirits 1 Link to comment Share on other sites More sharing options...
Nox Posted April 3, 2018 Share Posted April 3, 2018 MySQLÂ Â I just can't wait to see that! I will be amazing so we can now link our websites! GalacticGlum 1 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