-
Posts
1.265 -
Joined
-
Days Won
9
Everything posted by Silier
-
Hi, In formation templates, Animation was renamed to AnimationVariants because that is what it holds.
-
binaries/system/test fmt::sprintf ("%f",...) with ',' separator
Silier replied to artlog's topic in Bug reports
Hi, possibly fix is proposed in https://code.wildfiregames.com/D2101 in meantime cppformat was renamed to fmt -
Having Trouble importing maps from Atlas editor
Silier replied to Intellect's topic in General Discussion
Hi, All you need to do is save map using menu in atlas and you can choose in which category Scenario/Random/Skirmish when choosing file name try to avoid spaces something like my_map.xml '.xml' part is very important as without it it will not work. Before saving map itself, in atlas pay attention to the map name and if you have ticked Demo checkbox as that will set further category and will not be visible until you choose Demo maps when selecting in game. That should be all. -
Network turnmanager runs on the same thread as simulation. There is plan to move network turnmanager to another thread but nobody worked on it recently. For match dissapearing from list, that happens when host disconnects (there is patch for that somewhere). To improve performance so network code has more time, try to lower shadow quality, water settings, disable post processing... in game settings.
-
Hi @jonbaer, most recent document i could find is https://trac.wildfiregames.com/wiki/PetraBot#DiplomacyManager.x @wraitii you probably know more
-
Did you install some mods recently ?
-
hi, I rebuild recent svn locally and atlas did not rewrote itself, so looks like it is up to date. Also I reverted before mentioned patch and did not notice difference. Is there something specific you found ?
-
70. 1st you need to modify wallsegment component and template 2nd you need to modify wallplacement code to use that parts 3rd you should modify wallplacement script that places Iberian walls @Stan` just add upgrade component.
-
So i am asking, why are you talking to yourself ?
-
Most of the time that is only issue with compiler started by jenkins, not with linux building 0ad. Maybe it gets out of memory or something, logs are not very helpful about that.
-
Field of View - Performance Impact
Silier replied to OptimusShepard's topic in Game Development & Technical Discussion
i dont know too much about that graphic rendering part. might be because shadows, it needs to be bigger to render shadows of entities out from vision box so one will see them. also that's case for water reflection rendering but looks like normal camera view could throw it away -
Hello, If you want to report them please follow instructions in this thread .
-
Ratings Disputes and Offence Reporting (Discussion)
Silier replied to gator303's topic in General Discussion
Hi @Lictor_Caesar, please follow instructions in and upload replay of the match. -
Anything regarding formations I am now trying is clearly experimental far from being usable in current state so may or may not work in final version
-
Is there a way to issue military orders?
Silier replied to crazy_Baboon's topic in Gameplay Discussion
Hello, no, there is not option to attack only certain unit. They should prefer to attack siege units. But until they are tasked by player to attack certain target, they respond to any melee attacker when they are attacked and they are not fighting at that moment. -
Hello, this should be fixed in next release. @Stan` can you confirm ?
-
Some auras and techs json syntax
Silier replied to fatherbushido's topic in Game Development & Technical Discussion
Oh, I see what can cause confusion. It is mixed version, I do not like that one really. Btw @wowgetoffyourcellphone if you want "value": "Cost/Resources/wood", "add": 5, "affects": "Archer !Mercenary" to be Archer AND NOT Mercenary you need to enclose that into [ ] so it would be like ["Archer !Mercenary"] what can be ["Archer+!Mercenary"] (I know, bleh) or "Archer+!Mercenary" or [["Archer", "!Mercenary"]] -
Some auras and techs json syntax
Silier replied to fatherbushido's topic in Game Development & Technical Discussion
As far as I know MatchesClassList supports A and B variants already. For reference "A B+C" == A or (B and C) -
Did you load game and then the error happened ? If yes, you can send me saved file. Replay for loaded part would not help as ai has issue with this kind of replays.
-
hi @Prospero14, I could not reproduce the error with the replay provided. Do you get the error when you watch the replay ? @feneur could you unblock number of his posts please ? thank you
-
If you played singleplayer, open singleplayer -> replays -> find match that triggered errors -> at the bottom you will have path to the file, then just upload commands file in that directory If multiplayer , open multiplayer -> replays -> (rest the same)
-
Hi, could you upload replay file for the match ? thank you
-
Hi, another one. I have just won and I got this: WARNING: JavaScript warning: gui/session/session.js line 989 reference to undefined property mapSettings.mapType ERROR: JavaScript error: gui/session/session.js line 989 TypeError: mapSettings.mapType is undefined confirmExit@gui/session/session.js:989:9 onSimulationUpdate@gui/session/session.js:956:3 __eventhandler168 (simulationupdate)@session simulationupdate:0:1
-
The thing is, special building has way much higher territory influence, because cc got it lowered in this commit https://code.wildfiregames.com/rP14758. The reason for that change is unknown, maybe they were fixing something, maybe it was just overlooked revert after introduced in https://code.wildfiregames.com/rP14713.