-
Posts
17.983 -
Joined
-
Last visited
-
Days Won
579
Everything posted by Stan`
-
Regarding determining if a player has lost or not, would the percentage Building Lost + Units lost work? Lowest Percentage wins? (This would be done only for 1v1 and if there is no state set to won)
-
That could work I suppose. I can also add a big button for admins to recompute it. I'll try to implement it. Should we unlike lichess start at 1200 ?
-
Another issue we have is that unlike on lichess, one can upload replays in any order, so I suppose I should recompute the whole thing each time someone adds a new replay for all players (since a changing rating for someone would change everybody that ever played against them)
-
Okay. Do we count replays with no winners as draws ? https://github.com/mmai/glicko2js They say there that You should not update the ranking after each match. The typical use of glicko is to calculate the ratings after each tournament (ie collection of matches in a period of time). A player rating will evolve after a tournament has finished, but not during the tournament. So I'm not sure it would work well in our case
-
Separate ratings for both? Or one ? Should it keep the 1v1 then? Sure I'll wait for the input
-
Sounds fine (we can still compare it with the in-game rating) I don't know the maths though, so I'll need some help with that. Also I need to know which replays would be concerned or how many elos one would have. There is rated/non rated Teams locked NvN AI's Some matches don't have informations about who won and should probably be excluded. If I can gather a good enough specification, I can make the code.
-
Indeed, thanks for the report(s)! I do have the game's elo from the names, would you like to see a graph about that ? Plotted by date something like Game Rating Evolution?
-
Published some updates to the dark mode, a few fixes and a new graph.
-
For now yeah. I may reconsider in the future but I don't like the idea of having the api left unrestricted
-
live version at https://replay-pallas.wildfiregames.ovh
-
Did you use \ in your changes ?
-
This video explains it well https://youtu.be/C8YtdC8mxTU?t=976
-
The top of the barrel is flat, but the rest is smooth shaded. I added some extra barrels, the leftmost without any smooth shading.
-
Of course we have smooth shading Oo. Else barrels would look much worse. Units too.
-
offering help as noob illustrator an(and some suggestions)
Stan` replied to carpinchonegro's topic in Delenda Est
I suppose @wowgetoffyourcellphone is in charge now -
Okay few things from looking at the DAE in that zip. You need two UVs in order to be able to use AO. The fact it doesn't crash for you makes me think that either you got an error message, or that you might not have set the material quality to 10. Second is wasted UV space, you want to have as little black spots as possible, you can probably rearange things so that those curved pieces take less space And yeah you can boost the margin a bit.
-
Can you show me the generated ao and the second uv map layout. Not sure i'll be able to access blender. Also if you export the roughness map you need to invert colors. That's what I meant by 1-roughness.
-
It's been there since at least 13 alphas ^^ (Alpha 13) https://trac.wildfiregames.com/ticket/1318 A few years later it was added as part of the tooltip https://code.wildfiregames.com/D1803
-
Oh really ? That's sad :/
-
It's inverted roughness (more or less). You can also try to combine the metallic but it won't have much added value. Spec map can have some color but not sure how long it will be supported (currently is)
-
Don't think we support inline links. Most of the time we use buttons for that. And you have to warn people they are leaving the game. Also internationalization might be troublesome.
-
Also do note that replays are bound to a specific version of 0 A.D. so if your replay was for Alpha XXIII you can only replay it reliably on Alpha XXIII. Else the outcome of the match will be at best really different. At worst the map or the units will no longer exist so you will experience issues.