Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    18.153
  • Joined

  • Last visited

  • Days Won

    588

Everything posted by Stan`

  1. I didn't invest much time in it because of the initial removal of the rice field from the feature list but maybe I could manage to fit the puddles shape better with rice.
  2. They could if we use the turret feature for gates. I believe they need to be patched for that though. If gates are turrets units could be restricted to be only able to attack the turret and not the wall. Although since walls are not really used in competitive games it could render elephants useless.
  3. You mean https://code.wildfiregames.com/D1971?
  4. According to @maroder and @vladislavbelov some of the parameters do not work / are ignored. Not sure which ones and why. Maybe with specular and stuff it's work. Would look weird on low graphics I suppose.
  5. Depends on the texture. But transparency isn't good on low end hardware.
  6. You can play with the settings there https://trac.wildfiregames.com/browser/ps/trunk/binaries/data/mods/public/art/materials/player_water.xml We might need a special copy of this file as there are 12 other files using that material.
  7. What are you playing on? Desktop PC or Laptop PC. If it's a laptop can you force the dedicated GPU for the game ? See https://www.ubisoft.com/en-us/help/article/switching-to-your-pcs-dedicated-gpu-amd/000081033 And https://m.youtube.com/watch?v=MR5IIFlkTtY Off Topic: (We need a wiki page like this ^ )
  8. It uses whatever the map settings are on the version you used. We don't support different types of water. Another solution is to use the ones on this page. A third solution is to replace the animated water texture by a flat texture with transparency. It will probably look bad and cost some performance though.
  9. @Genava55 Indeed it's hard to keep track of everything. My biggest problems with civ design when it comes to art has always been the lack of cohesion of information. 60 threads of pictures everywhere with random discussion happening in the middle of them. I think @Sundiata managed to get it organised the best for the Kushites probably because there have been little other voices talking about it. Of course there are the civ wiki pages but those only describe units accurately most of the time. I think it could be beneficial to have an organised place to all of this, publicly editable but with reviews so people could make suggestions without it being a complete mess. They have to be removed from the han_china mod on Github before they are even included in the game.
  10. The base functionnality is in the game. It has several limitations however.
  11. @Freagarach added basic support for turrets recently, https://code.wildfiregames.com/D1958 This need to be extended to support horses, and to find a good way to forward orders between the mount and the turrets which is why we do not currently use it for chariots but we could.
  12. There are still some hardcounters for spear cavalry against other kinds of cavalry (1.75), and for spearmen against cavalry (3).
  13. Well technically we support attacking in formation it's just that the code is broken so it was disabled.
  14. Well first step is Freetype then we'll see about text rendering https://code.wildfiregames.com/D4108
  15. Stan`

    10ad

    You could try to diff both your oos logs, see if something shows up
  16. Mmh, some of those are different, so will have to be careful Thanks for digging it up though
  17. Okay, so first fun fact the script is marked as a POSIX shell script by the shebang (#!/bin/sh) but uses arrays pushd and popd which are not compatible among other features. Needs to be fixed. Then run the script noticed the skeleton errors. Other fun fact they are present in the packaging script just nobody noticed them (which ran on macOS) https://jenkins.wildfiregames.com/blue/rest/organizations/jenkins/pipelines/macos-all-bundles/runs/131/nodes/30/steps/31/log/?start=0 ERROR: art/animation/other/hele_trireme_fore_sail_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/other/hele_trireme_fore_sail_move.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_attack_melee.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_death.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_run.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_sit_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_trot.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/gaia/tree_apple_top_e.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_f.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_g.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_h.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" WARNING: art/meshes/gaia/tree_apple_trunk_c.dae: FCollada 105: Polygons is empty. ERROR: art/meshes/gaia/tree_apple_trunk_c.dae: Exception caught while parsing a COLLADA document from file. WARNING: art/meshes/gaia/tree_apple_trunk_d.dae: FCollada 105: Polygons is empty. ERROR: art/meshes/gaia/tree_apple_trunk_d.dae: Exception caught while parsing a COLLADA document from file. ERROR: art/meshes/props/camel_rein.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/props/hele_trireme_front_sail.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/skeletal/m_tunic_long.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" So I ran it on linux user@user-Surface-Pro-2  ~/0ad  grep -ir error file.log ERROR: art/animation/other/hele_trireme_fore_sail_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/other/hele_trireme_fore_sail_move.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_attack_melee.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_death.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_idle.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_run.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_sit_drop.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/animation/others/camel_rein_trot.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/gaia/tree_apple_top_e.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_f.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_g.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_top_h.dae: Assertion not satisfied (line 570): failed requirement "mesh has single set of polygons" ERROR: art/meshes/gaia/tree_apple_trunk_c.dae: Exception caught while parsing a COLLADA document from file. ERROR: art/meshes/gaia/tree_apple_trunk_d.dae: Exception caught while parsing a COLLADA document from file. ERROR: art/meshes/props/camel_rein.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/props/hele_trireme_front_sail.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" ERROR: art/meshes/skeletal/m_tunic_long.dae: Assertion not satisfied (line 393): failed requirement "recognised skeleton structure" user@user-Surface-Pro-2  ~/0ad  grep -ir warning file.log WARNING: art/meshes/gaia/tree_apple_trunk_c.dae: FCollada 105: Polygons is empty. WARNING: art/meshes/gaia/tree_apple_trunk_d.dae: FCollada 105: Polygons is empty. I'm voluntarily excluding the iccp profile errors as they have been there for a while and so far have not caused much damage. But still any test of the Ptolemies camels or a naval battle should have caused errors right? Well, in theory yes... but perl checkrefs.pl --check-unused ... Unused file 'public/art/animation/other/hele_trireme_fore_sail_idle.dae' Unused file 'public/art/animation/other/hele_trireme_fore_sail_move.dae' Unused file 'public/art/animation/others/camel_rein_attack_melee.dae' Unused file 'public/art/animation/others/camel_rein_death.dae' Unused file 'public/art/animation/others/camel_rein_drop.dae' Unused file 'public/art/animation/others/camel_rein_idle.dae' Unused file 'public/art/animation/others/camel_rein_run.dae' Unused file 'public/art/animation/others/camel_rein_sit_drop.dae' Unused file 'public/art/animation/others/camel_rein_trot.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_e.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_f.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_g.dae' Unused file 'public/art/meshes/gaia/tree_apple_top_h.dae' Unused file 'public/art/meshes/gaia/tree_apple_trunk_c.dae' Unused file 'public/art/meshes/gaia/tree_apple_trunk_d.dae' Unused file 'public/art/meshes/props/camel_rein.dae' Unused file 'public/art/meshes/props/hele_trireme_front_sail.dae' Unused file 'public/art/meshes/skeletal/m_tunic_long.dae' Guess who got lucky as hell? tldr; Errors are to be expected. They should be fixed. If you don't end up with a zip or get different ones eventually then there is another issue.
  18. It used to be the more reliable platform. I will test on my Ubuntu when I get the chance. But I've never had any issue on any of the three platforms with a clean svn.
  19. Indeed we seem to use only -mod=mod We use build-archives.sh you can see the code here https://trac.wildfiregames.com/browser/ps/trunk/build/jenkins/pipelines/macos-all-bundles.Jenkinsfile Is it possible that the executable can't read the xml file for some reason ? Maybe a mingw bug with crlf or something ? I didn't test but maybe the collada.dll file doesn't work (I wouldn't have noticed using the release data) Where is the public mod located ? Could be a matter of relative paths. At this point I'm just spitballing.
  20. @Rarius As far as I know Ubuntu doesn't have A25b (It's stuck at A23), only the PPAS and snaps do. Had to make sure since some people use Synaptics which allows for this kind of problem. Ah yes Ratings got kicked... The only visible difference is the build number in the main menu. For A25 it's 25848 and for A25b 25860
×
×
  • Create New...