Recent content by P&nny

  1. P

    UI Scaling Mod?

    Thanks dream team, that's some serious resources to look at first ! I'll get on it when timing allows (sadly had a fire in property this year... and haven't even gotten the 4K screens back yet! Soon I can tackle this I hope !)
  2. P

    UI Scaling Mod?

    I second this I would absolutely love it... I thought about doing/coding this myself but haven't got to it (because I would like it to be able to be "switched" so it would be more dev heavy If anyone done some progress on this happy to help &/or take from there
  3. P

    Why is CIV4 still the best civ game?

    I had quite a few ideas when I read this message a while back (probably at the time you wrote it). And I had put it on my to do list to create some option in my MOD which explored some of the solution here discussed (mostly page 7). Namely to try to have the X-UPT rather than 1-UPT solution...
  4. P

    Beyond the Game - Competitive Expansion

    Civ X Options - Redoing Unit per Tile concept properly for the Civ Franchise Had the idea reading this interesting topic - https://forums.civfanatics.com/threads/why-is-civ4-still-the-best-civ-game.677427/post-16564051 For this I need to code 3 options that work together 1 - Civ X - Unit per...
  5. P

    Beyond the Game - Competitive Expansion

    The main update of 2.40 was to "pack" all the options on the game creation screen and have menu open on a click in the interfact (similarly to what it was in game). Much much cleaner for players to create or host a game For Version 2.41 I've put all the new "cool" of this version in a...
  6. P

    Beyond the Game - Competitive Expansion

    Beyond the Game 2.41 - Log of changes (posting a bit delayed as this is actively being played since early April) Fix Bug - That you could have OOS when the Trait Restriction option was checked AFTER another player joined the game in the lobby. To accommodate for this now the Trait list is...
  7. P

    Mod Component Requests Thread

    I did this message (above) on my phone, and then had a doubt... So I did the code for you, and figured "isCivic" is a better function. Not sure what Platyping wanted to do with the current power etc. but you can just put any value (I did with 6 in my test). Of course you'll need to put the Civic...
  8. P

    Mod Component Requests Thread

    Hi Nexus. Your Civic is not a building, so 'buildingClass' is not going to be the right choice. You will need to do this with 'hasCivicOption' (see Api below, its the 337th function listed of CyPlayer). Careful you need to give an argument, i.e. basically you have to tell which civic 'column'...
  9. P

    Beyond the Game - Competitive Expansion

    1 - If you play with the option "Pagan belief", you can build a building called the pagan shine. It gives your "belief" points, which count as faith point in your religion if you have one; but if you don't have one they'll accumulate and when you get to the threshould (125pnt in quick), you can...
  10. P

    Quick Modding Questions Thread

    Thanks for your feedback f1rpo, it kept me motivated to look... I quickly realized that I biased my question too much and put you in a situation to explore the wrong path together... I rolled back things after things with no success so I went for the bazooka solution and re-started from...
  11. P

    Beyond the Game - Competitive Expansion

    I often update the link in the first page but not mention it when there is a new version (I share mostly on discord), but happy with this new 2.40 version so I do here ! Beyond the Game 2.40 - Log of changes Clean Option - On lobby, the options don't appear anymore: they're divided / sorted...
  12. P

    Quick Modding Questions Thread

    If I desactivate the python showing of exception, I of course have a screen without interface as expected. I think it has to do with the COMMERCE Type ? The error clearly indicates it's at that level... I don't know of my touching anythign with any characters And I have this...
  13. P

    Quick Modding Questions Thread

    I have another one which is much more worrying if you guys can help in any way... I've got an error thrown out when I launch a new game I would say 1 out of 15 times (which is way too much but difficult to isolate). Error is major enough that the interface won't display at all (clearly...
  14. P

    Quick Modding Questions Thread

    Another one team, hopefully you know and possibly it's easy but I've wondered for a while... Do you know how to put an Icon picture on a string of text in PYTHON ? (would be a nightmare to port the whole thing to C++) To enrich some of my widgets in CvGameUtils : I can do it in C++ (done here...
  15. P

    Quick Modding Questions Thread

    Thanks team, I will ask @dbkblk and see how has done for a start... Will let you know (perhaps in next version of BTG!)
Back
Top Bottom