Jump to content

maroder

WFG Programming Team
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    10

maroder last won the day on June 21 2022

maroder had the most liked content!

1 Follower

About maroder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

maroder's Achievements

Primus Pilus

Primus Pilus (7/14)

822

Reputation

  1. What biome was this? The amount of fish (and hunt + berries) are intentional quite variable depending on the "time of the year".
  2. Mod note: This game is focused on simulated ancient warfare. Please refrain from going way off topic with current politics. That just ruins any discussion.
  3. Main concerns are: 1) the center menu overlaps important aspects of the designs ; 2) color mismatch between the dark menu and a very light background. From the vanilla backgrounds in combination with this menu, I would say: the kushite one looks quite nice as it is the seleucid one has ok placement, but a bit hard contrast the carthage one is ok color wise but would need some adjustments to the placing of the two soldiers (one a bit more down and to the left, the other one a bit more to the right) the hellenes one has the least compatibility - the colors are quite different and the center menu overlaps basically all the people. They would need to be shifted quite heavily to either side and then it would still be a rather large contrast. So generally I think 3 out of 4 could be adapted to work "ok" with this menu design. The more general question is: Does it make sense design wise to use two completely different art styles in the main menu? One 3D rendered and one digitally drawn? This also only plays a role if this shall ever be included in the vanilla game ( which is questionable, since design changes are very much opinion based and I can guarantee that not everyone would like that ). So I don't actively work on making the old backgrounds compatible right now. Sure, one could greatly reduce the number of buttons and get rid of the center menu all-together. But one of my goals with this design was that every button is present, that is present in the vanilla menu - So maybe the first question would then be: Why are there so many buttons in the vanilla version Might work; Although if you put exit & scenario editor also to the left, there is not much symmetry left. It also might become quite crowded on the left side with the minimal resolution of 1024x768.
  4. I'm gonna think about it Thought about it and no - I'll stick to the current horizontal layout. The downwards expanding submenu feels right to me.
  5. Some random points: Start page has 4 different hover effects and there are more variants in other places red old style buttons need to go tooltip background transparency (only used sometimes) may lead to hard to read tooltips radio button are of the old theme, same for drop down arrow ai options icon color button borders come in variants some enabled buttons lack hover there is an issue when expanding the menu in-game full screen pages like match-setup shouldn't have inset window borders/decorations As for incomplete, well, the in-game game controls are untouched as of yet. 1) Mostly done, I tried to unify it a bit more 2) replaced. I feel like the current buttons may be a a little bit to hard to see tho, so maybe they need to be adjusted in the future. 3) adjusted 4) radio buttons replaced, dropdown arrow not yet; I don't mind it that much (I thought about using google's Material icons, but that would require switching from GPL2 to GPL3 if I'm not mistaken) 5) TODO 6) Half way adjusted - still different borders but more similar themed now. Feels ok for me. 7) Which ones? / Still an issue? 8) Should be fixed? Not sure what the original problem was. 9) Done In-game: True, there are some changes in this version tho. Sometime in the future I would like to redo the HUD, but too much work right now.
  6. SVN users: there is now a release candidate version for A27 - see first page for screenshots. Here is the download link: https://api.mod.io/v1/games/5/mods/1965214/files/3658747/download (you have to manually download & install it) Feedback and bug report welcome - maybe I will have time to update it again for the official launch of A27.
  7. ah my bad, I read too quickly. You also need to line "autoResearch": true, in the tech json, so that it actually gets researched. See e.g: https://github.com/0ad/0ad/blob/6ed56a0f237f42b552da5efb1fe05102f82d7159/binaries/data/mods/public/simulation/data/technologies/civbonuses/han_population.json#L3
  8. iirc those values you found determine the AI difficulty. But generally that sounds like a nice idea for a mod to test how that would play out You may want to look at https://code.wildfiregames.com/D4250 and there specifically at the file " binaries/data/mods/public/simulation/data/technologies/special/turbo_match.json " You basically only need one auto-researched tech file, that changes the appropriate values I.e. for you goals you would need: { "value": "Cost/BuildTime", "multiply": 2}, { "value": "ProductionQueue/TechCostMultiplier/time", "multiply": 2} instead of 0.5 and "affects": ["Unit"], instead of "affects": ["Unit", "Structure"], (and the same can be done for the capture rate ect... -> See how it's done in other techs https://github.com/0ad/0ad/tree/master/binaries/data/mods/public/simulation/data/technologies)
  9. reading the discussion on the diff, that one seem generally accepted. Fine by me.
  10. Feedback wanted for some last minute potential bugfix/ balance changes: catapults can't see what their firing at: https://code.wildfiregames.com/D4962 Han upgraded cc seems a bit op: https://code.wildfiregames.com/D4961 (not directly related to the community mod, but I thought this might be the most efficient place to get some feedback)
  11. https://code.wildfiregames.com/D4961
×
×
  • Create New...