seeh Posted August 28, 2021 Report Share Posted August 28, 2021 (edited) 8 hours ago, wowgetoffyourcellphone said: This is cool, m8. I think that enabling stats overlay at the top should not be Shift-S since Folks could be moving the camera (WASD) while Shift-queueing orders. This makes the info panel sometimes toggle off and on accidentally. The big mini-map and moved buttons should definitely be a base-game option! Very nice. The ginormous garrison flags are a bit overkill. its possible to config that in user.cfg hotkey.boongui.camera.follow.fps = "Shift+F" BTW i personally never moved camera with WASD. i use hotkey.camera.down = "DownArrow" hotkey.camera.right = "RightArrow" hotkey.camera.rotate.ccw = "Ctrl+RightArrow" hotkey.camera.rotate.cw = "Ctrl+LeftArrow" hotkey.camera.rotate.down = "Ctrl+DownArrow" hotkey.camera.rotate.up = "Ctrl+UpArrow" hotkey.camera.up = "UpArrow" what i missing to look from the eyes from focused object. that was possible in nroc using shift+f1 if i remember correct and hotkey.camera.rotate.down stop for me to early. I would also like to be able to look almost horizontally. Edited August 28, 2021 by seeh Quote Link to comment Share on other sites More sharing options...
clavz Posted August 28, 2021 Report Share Posted August 28, 2021 hi, I used to use ffm_visibility and some of the older versions of this mod. Despite most of the features are useful, I can't really use it anymore because of the "Shift-S" hotkey. I tried to remove it from the hotkeys editor, but I think it gets restored every time you go to the main menu. Using the arrows to move the camera makes no sense to me, since they are far from all the other hotkeys on the keyboard. 1 Quote Link to comment Share on other sites More sharing options...
badosu Posted August 28, 2021 Report Share Posted August 28, 2021 Congratulations @Langbartthis looks awesome! 1 Quote Link to comment Share on other sites More sharing options...
woodpecker Posted September 1, 2021 Report Share Posted September 1, 2021 I really like this. Good work @Langbart But I have one complaint. Why is everything flipped left-right in lobby. It is a headache to use when beeing used to the original layout for years. Please flip it back. One other minor complaint is that I find it a bit hard to dicriminate the two blue colors in game. Could be just me though. Quote Link to comment Share on other sites More sharing options...
seeh Posted September 4, 2021 Report Share Posted September 4, 2021 (edited) . deleted. i was wrong Edited September 4, 2021 by seeh Quote Link to comment Share on other sites More sharing options...
Langbart Posted September 6, 2021 Author Report Share Posted September 6, 2021 On 28/08/2021 at 1:13 AM, wowgetoffyourcellphone said: This is cool, m8. I think that enabling stats overlay at the top should not be Shift-S since Folks could be moving the camera (WASD) while Shift-queueing orders. This makes the info panel sometimes toggle off and on accidentally. The big mini-map and moved buttons should definitely be a base-game option! Very nice. The ginormous garrison flags are a bit overkill. I updated the mod to 1.6.3 (6/Sep/21) and changed the default hotkey to "Alt+Shift+F", but you should still be able to change the hotkey via the "Hotkey" option. (Also reduced the "ginormous garrison flag" by 25%, still well visible and the size is not too intrusive anymore.) On 01/09/2021 at 3:22 PM, woodpecker said: Why is everything flipped left-right in lobby. It is a headache to use when beeing used to the original layout for years. Please flip it back. One other minor complaint is that I find it a bit hard to dicriminate the two blue colors in game. Could be just me though. Thanks for the feedback. The game details are left to game list, because I often moved my eyes from the top left of the game list to the bottom right of the screen in the original layout, just to see who is in that game, that's the reason. I won't change it back. But I added some new buttons with 1.6.3 (6/Sep/21), for example a "Replay" and "LastSummary" button, @nani helped with the code. I adjusted the blue color a little bit, can you check it again now with the new version. 3 1 Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted September 6, 2021 Report Share Posted September 6, 2021 4 hours ago, Langbart said: I updated the mod to 1.6.3 (6/Sep/21) and changed the default hotkey to "Alt+Shift+F", but you should still be able to change the hotkey via the "Hotkey" option. (Also reduced the "ginormous garrison flag" by 25%, still well visible and the size is not too intrusive anymore.) Unfortunately, this simply activates the framerate counter. lol. I appreciate the 1.1 release though. Currently running it! Quote Link to comment Share on other sites More sharing options...
woodpecker Posted September 8, 2021 Report Share Posted September 8, 2021 Thanks for the answer @Langbart. I see your point about layout flip. It is just so unfamiliar. Could you atleast make it an option? I will check out new version now to see if the blues are better. Thanks a lot for the effort. 1 Quote Link to comment Share on other sites More sharing options...
Dakara Posted September 26, 2021 Report Share Posted September 26, 2021 (edited) TY <3 Edited September 26, 2021 by Dakara 1 Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted September 30, 2021 Report Share Posted September 30, 2021 Thank you. 1 Quote Link to comment Share on other sites More sharing options...
ISlan Posted October 11, 2021 Report Share Posted October 11, 2021 (edited) @Langbart I have code to contribute. Could you consider opening a git repository for boonGUI mod so we can collaborate? I can help you with the git repo setup. Here are some changes I've already implemented: rG = research gathering technologies (storehouse & farmstead) rS = research soldier technologies (forge / blacksmith) rT = research all other technologies Score = economy score (like in summary) #F / #W / #M / #S = resources gatherers counters Idl - idle workers counter Exp - explored map percent I think tabs (eco / tech / military) will make it look better but for now everything is in one view. Edited October 11, 2021 by ISlan 2 1 Quote Link to comment Share on other sites More sharing options...
DerekO Posted October 15, 2021 Report Share Posted October 15, 2021 There seems to be an issue with Other language Scripts other than english specifically for the Hangul Alphabet/ Korean 힌 it shows up as ??? Maybe you need to fix that? Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 15, 2021 Report Share Posted October 15, 2021 To use Korean you need the Korean language mod. Quote Link to comment Share on other sites More sharing options...
Langbart Posted October 17, 2021 Author Report Share Posted October 17, 2021 On 11/10/2021 at 6:46 PM, ISlan said: I have code to contribute. Could you consider opening a git repository for boonGUI mod so we can collaborate? I set up GitHub repo, link is also in the description. On 11/10/2021 at 6:46 PM, ISlan said: I think tabs (eco / tech / military) will make it look better but for now everything is in one view. Lots of cool ideas. Definitely splitting the info would be a good solution, either tabs (Planetary Annihilation) or a dropdown (AOE4). 4 1 Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted October 17, 2021 Report Share Posted October 17, 2021 Tabs are 1 click. Drop-down is 2. Might make a difference to streamers/casters. 2 Quote Link to comment Share on other sites More sharing options...
Player of 0AD Posted October 17, 2021 Report Share Posted October 17, 2021 @LangbartCan I download the mod folder anywhere? Pyromod does not work for me. I'd need to put the mod folder in my mods folder in order to install. Quote Link to comment Share on other sites More sharing options...
Stan` Posted October 17, 2021 Report Share Posted October 17, 2021 3 minutes ago, Player of 0AD said: @LangbartCan I download the mod folder anywhere? Pyromod does not work for me. I'd need to put the mod folder in my mods folder in order to install. You can rename .pyromod to .zip and let windows extract ir 1 Quote Link to comment Share on other sites More sharing options...
DerekO Posted October 18, 2021 Report Share Posted October 18, 2021 (edited) On 15/10/2021 at 12:41 AM, Stan` said: To use Korean you need the Korean language mod. - I have the Korean Mod and that is what I'm getting in response Edited October 18, 2021 by DerekO I can't type in main Box: Quote Link to comment Share on other sites More sharing options...
Langbart Posted October 18, 2021 Author Report Share Posted October 18, 2021 On 15/10/2021 at 5:09 AM, DerekO said: There seems to be an issue with Other language Scripts other than english specifically for the Hangul Alphabet/ Korean 힌 it shows up as ??? Replace mono-stoke with another font in these files. PlayerViewControl.xml, MenuButton.xml and BuildLabel.xml All default fonts are listed here: binaries/data/mods/mod/fonts 1 Quote Link to comment Share on other sites More sharing options...
DerekO Posted October 18, 2021 Report Share Posted October 18, 2021 2 hours ago, Langbart said: Replace mono-stoke with another font in these files. PlayerViewControl.xml, MenuButton.xml and BuildLabel.xml All default fonts are listed here: binaries/data/mods/mod/fonts still continues 1 Quote Link to comment Share on other sites More sharing options...
Langbart Posted October 18, 2021 Author Report Share Posted October 18, 2021 1 hour ago, DerekO said: still continues even if you change the order in which both mods are enabled? try ko-lang second. Quote Link to comment Share on other sites More sharing options...
DerekO Posted October 19, 2021 Report Share Posted October 19, 2021 hey @Langbart was wondering where you got these images? and where can I get them in an image format? Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted October 19, 2021 Report Share Posted October 19, 2021 7 hours ago, DerekO said: The donkey is hilarious 1 1 Quote Link to comment Share on other sites More sharing options...
Langbart Posted October 19, 2021 Author Report Share Posted October 19, 2021 (edited) 10 hours ago, DerekO said: was wondering where you got these images? and where can I get them in an image format? The first four were taken from this post by @maroder: Forum changes (29/Jun/21) The 5th/6th icon can be found here: public/art/textures/ui/session/portraits/technologies/statue_face_stone.png public/art/textures/ui/session/portraits/gaia/fauna_donkey.png Edited October 19, 2021 by Langbart Quote Link to comment Share on other sites More sharing options...
fasl Posted October 27, 2021 Report Share Posted October 27, 2021 Unsure why but I get crashes straight to the desktop, playing vanilla A25b with this version of boongui. Difficult to troubleshoot when no error message. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.