-
Posts
17.610 -
Joined
-
Last visited
-
Days Won
558
Everything posted by Stan`
-
Great. Still need to bump the public mod version And fix the installer. But that's good news right @Itms
-
Mojave (10.4) OSX build fails
Stan` replied to jonbaer's topic in Game Development & Technical Discussion
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 -
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)
-
building 0ad on OSX High Sierra using brew
Stan` replied to andy5995's topic in Game Development & Technical Discussion
@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 ? -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
Keep it up ! -
@elexis
-
Thanks. Flagged as spammer.
-
Hello, You have to contact @user1 he is in charge of the lobby moderation.
-
What do you mean ?
-
How I can listen to game data between the game and the AI?
Stan` replied to ramtzok1's topic in Game Modification
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. -
Multiplayer joinin problem / Port forwarding
Stan` replied to Ornatkur's topic in General Discussion
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. -
See If you do manage to compile it in 64 bits let us know. 0AD' Js engine runs with Spidermonkey which is a different J's interpreter from node.js. I didn't find any reference to such a memory limit so I guess it's not limited by default but it's limited here because the game only uses up to 4Gigs of Ram on Linux.
-
Trompetin17 made his third release candidate for Mac that still crashes on OsX Mavericks. Elexis commited some fixes and change to UI to enable or disable TLS. Itms will start looking into packaging the game for Linux and windows soon. If that goes alright I all also make a Windows portable version of 0AD
-
How I can listen to game data between the game and the AI?
Stan` replied to ramtzok1's topic in Game Modification
You can also try to hook Python on the Js using stuff like webkit I think.https://stackoverflow.com/questions/8284765/how-do-i-call-a-javascript-function-from-python -
Hello you are limited to one account per hour. If you already created an account for a friend you have to wait one hour before you can create another one
-
How I can listen to game data between the game and the AI?
Stan` replied to ramtzok1's topic in Game Modification
What would you have wanted ? You can literallyprint everything in a function by writing warn(uneval(object) and it will be saved in the interestinglog.html in the game data folder. -
How I can listen to game data between the game and the AI?
Stan` replied to ramtzok1's topic in Game Modification
C++ will always be faster -
How I can listen to game data between the game and the AI?
Stan` replied to ramtzok1's topic in Game Modification
Well you could find a way to hook yourself to the c++ interface of the AI with Python. https://trac.wildfiregames.com/browser/ps/trunk/source/simulation2/components/ICmpAIInterface.cpp https://trac.wildfiregames.com/browser/ps/trunk/source/simulation2/components/ICmpAIManager.cpp https://trac.wildfiregames.com/browser/ps/trunk/source/simulation2/components/CCmpAIManager.cpp Or you could write a script in JavaScript that reads files written by Python so Game does stuff -> Js stores in file -> Python reads file -> Python does stuff -> Python writes files -> Js loads file -> Game does stuff -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
I can't say it always happens but it should be the case -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
That's part of the commit process when the ships will be in the blendfile that was last used to export it should be committed to the repository -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
Very nice. Only need the new sails textures can someone tell me why they would put a sail someplace that's very likely to be damaged when ramming another ship ? -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
The good thing is you'll be soon able to commit them -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
LoL Since STK is going to steal our Privacy Policy, we might steal their LOD code -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
Mind Sharing the blendfiles ?.:)