Ok, I can take it upon myself to set the propper GUI and settings, but PLEASE name the right resolutions. I am working on a 1680x1050 monitor so I will be able to emulate in window mode lesser resolutions. As long as they are correct.
Ah, now I see what he meant. I was just making sure, however.
The new resolution pack for the next dev. release is ready, now including also 1680x1050.
[size=75]Known issue: I cannot enable InGameConsole. I’m not sure if the issues are related to the content of the Settings.txt file (at least I don’t see why), but if anyone can figure out the cause of them, please let me know if any of the files in the attached archive needs an update.[/size] ReslPackFor75b.7z (203 KB)
The one written by ubuntux, which should be enabled by CTRL+1 I believe, to which the first line for all resolutions in the Settings.txt file refers to (I think):
Actually that line originally refers to the console written by me. I don’t know if ubuntux uses these values. BTW, these values could be increased for higher resolutions - they are there to prevent large texts from overlapping right panel (the first one refers to statusbar input (when you press tab), the second one to those green texts).
Ah, ok. That clarifies it. It’s just that that line was added to the Settings.txt file around the time ubuntux created his Console, so I thought it was referring to that.
I have adjusted it for different resolutions and re-uploaded in my post above. If (any of) you want to have a look at the new lengths of the Console msg in different resolutions and give me your feedback (which could be longer/shorter), I can change it before the next release.
And a small issue with it: after we write the text, when we press enter, it is displayed twice - the text itself, then “Player 0 sends a message:…” followed by the same text. I’ve actually raised this in Mantis as #306 for follow-up.
It’s not a bug - it’s a feature :). Console print every message you type and every message from server - and when you type a message, server sends a message to all players that a message was sent (including you). I think it’s convenient when you type commands - then the server does not send the text of a command back. If we decide to fix it, we should do that together with a better mechanism of player - player communication (write to all (without the sender)), write to allies, write to foes, just ping back etc.).
Sending messages to a specific player (ally or enemy) is already implemented, just type the message and press F1-F8. Also getting back the message you wrote is convenient to follow the further dialog.
10 years of playing multiplayer. First Tab, enter text, then F1 for red player, F2 for blue etc. Works on ROE, AB, SOD, Heroes complete and WoG. Of course, to test it you need to select a MP mode (hot seat TCP/IP etc), or you want to chat with computer player?
One question though (just to make sure I’m not missing something). When you say “getting back the message you wrote”, do you refer simply to the fact that you can see what you’ve sent (for a while), as in the screenshots I posted there? Or was it even a key that would “recall” the message?
That could be the subject of a complicated (and perhaps not very useful) mod. “Attack hero xxx” would be a risky one (may mess up the AI completely:p). Something like “resources please” would be more decent, for which the other player would send the resources he has too much of. But even that’s not easy to establish (how much is “too much”).
Plus in practice, you won’t really get sentences with a lot of w’s, and without i’s or l’s to balance the length. A more useful enhancement for me would be a logic to avoid word splits at the end of the line, by simply moving the word that doesn’t fit fully to the next line.
I meant it is necessary to get back the message you wrote. Most people playing MP are typing in hurry and the message sent is hardly similar to what you wanted to type. Sometimes need corrections, thats why it is better to see what you sent. Would be a bad idea IMHO to remove this feature.
If done nicely it can be not something complicated. Look on H5 for example - it has such system in map scripts. But to make it we still need one thing: adventure AI. So this is too early to discuss this.
Back on topic - Zamolxis, can you update your config with the file in my attachment - case of files in your config does not match case of actual files = problem on linux systems. settings.txt.zip (1.93 KB)