Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.904
  • Joined

  • Last visited

  • Days Won

    575

Everything posted by Stan`

  1. Hey @Kouper Sorry you are experiencing such issues. to fix them you will have to compile the game yourself. To do so you need to follow the instructions here. You will need to install a bunch of dependencies, and to download the source code like shown here. To be able to play with your fellow friends you will need to checkout a special revision. You might want to do both steps at once because it's gonna take some time. $ svn co -r21946 https://svn.wildfiregames.com/public/ps/trunk/ 0ad then you'll need to patch the game using the following patch patch.diff Copy it in the 0ad folder. $ cd 0ad $ patch -p0 < patch.diff then after you installed the dependencies and applied the patch you can run a script such as this one #!/bin/sh cd "0ad" svn up jobs=`nproc` jobs=`expr $jobs + 1` SVN_REV=`svnversion -n` echo L\"${SVN_REV}-dev\" > build/svn_revision/svn_revision.txt echo "Updating workspaces with $jobs jobs..." cd build/workspaces sh update-workspaces.sh -j$jobs > ../../../build-libs.log cd gcc echo "Building pyrogenesis with $jobs jobs..." make CXXFLAGS="-std=c++11 -march=native" -j$jobs > ../../../../build.log cd ../../../../ That should do the trick. Be patient and take your time, and you should have a working game in no time.
  2. I followed it and it generated a zlib.dll file directly no 1
  3. As noted by @Imarok on IRC the version of libpng we currently use has a know CVE. So I compiled updated binaries. It works for me, however I had to rename zlib1 to zlib.dll for it to work. Maybe I did something wrong? Compiled with VS2015 140_xp toolset. cc @Itms zlib1.21+libpng1637-v140xp.zip
  4. What map were you trying to load? EDIT: Having spaces shouldn't be by design
  5. Well we have a lot of art files which will take more space than SVN, because there is actually a big svn encompassing the repo and three others which are literally full of stuff. Also we currently use the combo arcanist/Phabricator which allows us to use either git or svn seamlessly. Ideally we'd have a better git mirror which is something @Itms proposed sometime ago. I'll let him give more details about that
  6. Glad you got it to work! Hope you'll enjoy this new version!
  7. Sure see https://trac.wildfiregames.com/wiki/GameDataPaths should be in ~/.config/0ad there should be a file called named user.cfg
  8. Hey @Stéphane Charette Welcome to the forums ! Did you have any mods enabled? This is the dev version you installed, so it's very likely they will be not compatible
  9. It's not the mod zip hash that is calculated Sorry for the misunderstanding. The game works in turns, each turn as a hash. Commands like moving a unit around alters the hash of the turn. Mods that changes gameplay, by changing an attack speed for a unit, generate a different hash than someone without the mod, creating an out of sync. Autociv and Fgod just alter the check to ignore their mods. But if they change some stats they will go out of sync too. I'm pretty sure changing the default trade values might get you out of sync with other players.
  10. Stan`

    MSAA bug!

    The bug was already reported. We are still investigating the issue. Thanks for the report.
  11. Every player in this game compute the game state. If you have mods that change the gameplay, you might compute a different hash and go out of sync. This dialogue box is there to warn you about that. Autociv and fgod use a workaround to bypass this limitation.
  12. Hey @DelronWar Most of our video communication is handled by @BrynnOfCastlegate and we don't usually publish much video content. So I guess asking you to do it would be a waste of your time. If you feel like playing the game and streaming it however you can do so. Does this include the rigging and animations of objects ? Else maybe we could use your help animating some of the animals amongst other things. On the voice recording part, maybe you could work with @Lion.Kanzen and try to record some of the Basque voices for the Iberians? Thanks again for your application, and sorry for the delayed answer;
  13. Stan`

    RL bug

    This one ? https://play.google.com/store/apps/details?id=com.civilization.rise.empire&hl=en Can you take a picture of the offending screenshot?
  14. @The Undying Nephalim I love the flags (and the rest) how did you animate those?
  15. We take history seriously so we try to be thorough when we can. Thanks for the discussion though
  16. Oh, you can only register one account per hour, to avoid spamming. So if say a member of your family registered an account this hour, you'll have to wait one hour. If your friend is at your place and registered his account,then you'd have to wait one hour too. You can play in LAN if your friend is in the same place.
  17. There is sometimes an issue with registration ping @user1
  18. Transifex does have an option for context. I guess we just do not use it for everything.
×
×
  • Create New...