-
Posts
17.627 -
Joined
-
Last visited
-
Days Won
562
Everything posted by Stan`
-
In the civ.json files you canchange the property SelectableInGameSetup to false. This way you can continue to use those civs on map as non playable factions. Do note that because of a bug in gamesetup the name of such a faction will not be displayed (Unknown will be shown iirc)
- 10 replies
-
- 2
-
Split.
-
That's the XML schema template example... It's not even used. It's just so the docs can provide examples of usage here https://docs.wildfiregames.com/entity-docs/a25.html#component.UnitMotion
-
Note that actor variants define the animation speed. Edit projectile speed and turn rates were increased to 1) Make dancing even harder 2) Address the complaints on the forums about the game being too slow.
-
Sorry sponsor might not be in the sense you think. All our money is held by SPI an american non profit organisation. All funds go by them and so do all expenses.
-
Currently garisonning set a variant called garrisoned in the actor file. That's how we display the garrison flags. We currently don't support multiple states of garrisoning, but yeah it could be coded.
-
Sorry If I wasn't clear there isn't currently any working / finished way of hosting a headless server in the cloud. First you or someone need to develop the dedicated server application then we can start deploying stuff to the cloud. Summary of the current progress https://code.wildfiregames.com/D3973
-
It's possible, but I have yet to see a finished implementation of dedicated servers There have been attempts in the past. We might also host some for rated games to eliminate quitters. We won't however in the near future provide geographic servers but we might encourage individuals doing so But we have to get the thing to work first
-
Currently anything that isn't on the ground should not be a prop.
-
The “Hosting part” is not the problem. It used to be a bit more synchronous but now with the threading it should be mostly fine. The problem comes when someone the game is struggling to keep up with the others as the slowest play slows down everyone. Observers can now lag behind which means they no longer have to be in sync with the players.
-
Pathfinding is mostly good now with the threading. Problem is the JS code. Bottleneck seems to be the attack part now. You can host your own lobby but currently you cannot host a 0 A.D. server for there is no way to setup the game if you're not the host.
-
Yep. Usages of the money are a bit complicated though due to the non profit nature of our sponsor. We might comission some artist in the future to do stuff. Currently there aren't many artists active.
-
What were you dealing with exactly? How's life on the other side of the BARrier btw?
-
It is which is why you can't rejoin with AIs
-
Sadly using prop points has a performance impact so it's discouraged to do it when you don't need them to adjust to the terrain. Someone posted some progress in making an accurate bixie. I'm really busy these days so I didn't have time to follow up. It's in the pipe though.
-
My point was my faith in the people making this community. I'm idealist Locking this thread.
-
Political discussions alway tend to digress and turn into a fight but if this discussion continues to be insulting and demeaning I will close it.
-
[BUG] Wrong units selection upon drawing a selection rectangle
Stan` replied to Purgator_'s topic in Bug reports
@Freagarach ^ -
Nope it just checks for the tags's presence in the XML <Upgrade> <UpgradeName> <CheckPlacementRestrictions/> </UpgradeName> </Upgrade> <Upgrade> <UpgradeName> </UpgradeName> </Upgrade> If it's there, then it's enabled, if not then it's not.
-
Mods maybe ?
-
A bit strange... That was fixed in A24...
-
Out of sync during team game with only players
Stan` replied to Norse_Harold's topic in Help & Feedback
In theory every bit helps Could upload two zips -
Out of sync during team game with only players
Stan` replied to Norse_Harold's topic in Help & Feedback
He could zip them to reduce the size. -
how can do i make the camera work in the Atlas tool ?
Stan` replied to Knightwatcher's topic in Scenario Design/Map making
Hi @Knightwatcher This tutorial is unfortunately missing one step. You need to create a .js file next to your map files. This file should be referenced in your XML file. To do you need to add: "TriggerScripts": [ "scripts/TriggerHelper.js", "skirmishes/yourmapscript.js" ],