Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.188
  • Joined

  • Last visited

  • Days Won

    591

Everything posted by Stan`

  1. Much things for A24 thanks for your work
  2. Hey nice work. To improve the look you should into look into smoothing groups if you need help for baking ao maps let me know.
  3. Looking good. I shall commit them to the art repository. But you need to sign the legal waiver.
  4. Looks nice. Indeed it's not fixed yet but it's in @vladislavbelov's plans. @Lion.Kanzen We can't use this directly as it's better if someone writes the shader code directly into the game. This way users on Windows Mac and Linux can benefit from it.
  5. @JC (naval supremacist) I deleted your answer cause you kinda necroed a thread to put oil on the fire. Sorry if you saw that as a personal offense. I'm locking this thread as well.
  6. I'm open to texture improvement suggestions, proposals.
  7. Stan`

    ban

    I'm locking this thread. The issue has been taken care of and anything else would just trigger a flame war. Like that JC answer I just deleted.
  8. Great. Still need to bump the public mod version And fix the installer. But that's good news right @Itms
  9. Hey @jonbaer Looks like I forgot to answer we made some progress regarding mac builds in the past weeks. If you want to help you can test the latest versions and the Mojave patches on code.wildfiregames.com and test the bundles here
  10. I'm creating this thread to gather the testing of bundles. Always download the latest one Please test thoroughly if you can, and answer the twelve points below + your mac os version. 4/12/2018 (Compiled on Mac OSX 10.9.50) : http://www.mediafire.com/file/c09iks5acu6uduv/0ad-0.0.23.1-alpha-osx64.dmg/file 13/12/2018 (Compiled on Mac OSX 10.9.50) : http://www.mediafire.com/file/88d5ey08ej0pwr5/0ad-0.0.23b-alpha-osx64.dmg 14/12/2018 (Compiled on Mac OSX 10.9.50) https://www.mediafire.com/file/88d5ey08ej0pwr5/0ad-0.0.23b-alpha-osx64.dmg/file 15/12/2018 (Compiled on Mac OSX 10.9.50) http://www.mediafire.com/file/02r6qknx7v5cblh/0ad-0.0.23b-alpha-osx64.dmg/file (Same link updated file)
  11. @andy5995 Looking at the build error it seems like it didn't install the correct version of SpiderMonkey. Do you still want to try again ?
  12. Stan`

    ban

    Hello, You have to contact @user1 he is in charge of the lobby moderation.
  13. As long as you run native js code no. Might need to hold back on some es6 features you'd normally use with npm like promises but apart from that you should be fine. Anyway most of your code will be python anyway. The only things you might need to be careful about are Engine calls. We define some CPP functions in JS using C++ interfaces. But you won't have to use any of those outside of the game anyway. Since you want to implement machine learning, you might want to also have a look at commands.txt files that are generated when playing the game. Those files contain all the commands from all the players. You might get some useful information by taking some of the ones that are uploaded to the forums by good players and trying to find patterns on those files with KNN and stuff on what makes someone win. It might outline some decisive moves. Might also get things wrong if your new ai tries the same thing on a different map with a different civilization.
  14. We are having issues recently with the last server migration. We are using Stun to avoid the need port forwarding but it's been acting out recently... I can't have a look but @implodedok @elexis @user1 are aware of the issue. Sorry for the inconvenience.
×
×
  • Create New...