-
Posts
18.123 -
Joined
-
Last visited
-
Days Won
587
Everything posted by Stan`
-
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 ?.:) -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
-
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
Those games are optimized though some people can't play the game since we changed the new units models -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
While this is a great idea in theory, the more we complexify models the more we restrict people from playing the game. And no currently we can't make a low poly version of the public mod :/ Without hacks at least. -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
Do you know how much poly the current ones have ? -
Weird. @wowgetoffyourcellphone Did you touch the usereporter ?
-
Ah yes, you're right, I just basically dumped every link on that git. Random maps are a special thing.
-
If you are up to the task, your first mission would be to gather all the maps you can find on the forums, to make a mod. There are also a few maps on GitHub. https://github.com/0ADMods/campaign_first_punic_war https://github.com/0ADMods/map__gallic_wars https://github.com/0ADMods/maps_random_by_kali https://github.com/0ADMods/map_Battle_of_Gergovia https://github.com/0ADMods/Mapping-Contest
-
Video Editor / Web Developer - Sean McManus
Stan` replied to mcmanussean's topic in Introductions & Off-Topic Discussion
Hello and thank you for your application. I'm pinging a few people @implodedok @Itms @BrynnOfCastlegate so you can get more feedback on what you can do with us. In order (Web and Sys Admin), (Project Leader), and (Lead Video Artist) If you know how to compile in Mac your help would be precious to test the next release candidates. We don't have much video editing to do right now (Though showcasing art commits when they occur might be nice) so It will be a bit empty for some time, but we need some help on the web design field, so I'll let you talk directly with Implodedok in that area. Hope you'll enjoy your time here with us on the forums, and do not hesitate to drop by IRC. (We are mostly in Europe, so we might have delayed conversations) -
Desapointed - How to attract new players to this amazing game?
Stan` replied to camelator's topic in General Discussion
Hey @camelator Sorry to hear you had such a bad experience with the multiplayer lobby. If you have friends that might be interested by the game, you might want to play with them. Unfortunately we can't monitor everything that happens in the lobby, we simply do not have the manpower for this. To answer your question to attract new players we need more people sharing the game, even though it's in alpha and some people in multiplayer are idiots. We also need more developers to improve things in the game. Since you were in the video game industry 10 years ago maybe you would like to contribute code ? -
That's true
-
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
How much polygons are the current ships ? 12K is a lot, we are talking about the wonder polycount... -
===[TASK]=== 0 A.D Ships Update.
Stan` replied to Alexandermb's topic in Eyecandy, custom projects and misc.
Any way you can use the new Seleucid Sails ? How many polygons do you have in those models, they look really great ! -
I love your profile picture
-
You should be able to upload pictures the same way you uploaded the map We should really make a community made maps mod for modio.
-
... Have you retried to reinstall Boost ? I'm sorry things are so complicated for you.
-
How do you make a Biome containing mod?
Stan` replied to oiaohm's topic in Scenario Design/Map making
Hello, and thanks for posting here. Have a look at https://code.wildfiregames.com/D1359 where a new biome was added for a map. @FeXoR and @elexis are more knowledgeable about random maps than I am.