Jump to content

Stan`

0 A.D. Project Leader
  • Posts

    17.618
  • Joined

  • Last visited

  • Days Won

    560

Everything posted by Stan`

  1. 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;
  2. 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?
  3. @The Undying Nephalim I love the flags (and the rest) how did you animate those?
  4. We take history seriously so we try to be thorough when we can. Thanks for the discussion though
  5. 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.
  6. There is sometimes an issue with registration ping @user1
  7. Transifex does have an option for context. I guess we just do not use it for everything.
  8. I guess we could create a french wiki page then. I also believe i am an admin of transifex so we could draft everything (mail + wiki page) and do this. I think the french translations could be better, but I won't demean the work that has already be done.
  9. Stan`

    error

    Hey @dann Can you tell us more about this issue? When does it happen? What operating system do you use?
  10. I guess the main issue right now is that it does not scale :/
  11. From a quick test replacing size="50%-250 50%-300 50%+250 50%+300" by: size="50%-250 50%-400 50%+250 50%+300" Seems to work.
  12. I'm not sure as it's unlikely people from Transifex would ever see it
  13. @wowgetoffyourcellphone In your modified session.js file just replace function init(initData, hotloadData) { ... if (hotloadData) { g_Selection.selected = hotloadData.selection; g_PlayerAssignments = hotloadData.playerAssignments; g_Players = hotloadData.player; initCivChoicesDialog(); } // TODO: use event instead onSimulationUpdate(); setTimeout(displayGamestateNotifications, 1000); } by function init(initData, hotloadData) { ... if (hotloadData) { g_Selection.selected = hotloadData.selection; g_PlayerAssignments = hotloadData.playerAssignments; g_Players = hotloadData.player; } initCivChoicesDialog(); // TODO: use event instead onSimulationUpdate(); setTimeout(displayGamestateNotifications, 1000); } Don't really want to spend 5 hours on the phone to be honest. Certainly not to be told "Have you tried turning it off and on again"
  14. remote: Enumerating objects: 448, done. remote: Counting objects: 100% (448/448), done. remote: Compressing objects: 100% (168/168), done. Receiving objects: 6% (34/527), 91.64 MiB | 160.00 KiB/s This might take a while XD I guess somebody messed up my fiber optics connection
  15. Well InitCpuTopology is the function called
  16. Stan`

    Some errors

    Maybe you found an edge case?
  17. Stan`

    Some errors

    Is you modified version adding water islands?
  18. Stan`

    Some errors

    $ perl checkrefs.pl > checkrefs.log 2>&1
  19. Stan`

    Some errors

    I always redirect checkrefs.pl to a file so I don't know if it's really useful. Although most of the time I don't use --check-unused
×
×
  • Create New...