Jump to content

daker

Community Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by daker

  1. On 02/09/2017 at 2:40 PM, Itms said:

    @daker Thanks for looking into updating the theme though. What we could maybe do is installing that theme without making it the default? That way it is available to the people who'd enjoy it. I can look into that when I upgrade Trac to the latest version, if that sounds good to you.

    I am not really sure you can install multiple themes, if it can be done i can provide the CSS and the site.html

    On 02/09/2017 at 4:39 PM, xanax said:

    @daker I prefer dark themes, have you ever thought of creating one? (for trac and the forum) ?

    IPS is not free so i can't really test locally, also making a theme for it can be complex and time consuming.

    • Thanks 1
  2. 14 hours ago, BrynnOfCastlegate said:

    Hi!

    I could probably help with this. What sort of video are we looking for (battle, scenery)? One scene that loops, or several scenes?

    --Brynn

    Here is the brief :

    Duration: 20sec-90sec
    Resolution: 820x462px(at least 820x312px)
    I propose the following scenes :

    • Intro scene: 5sec to 10sec
    • Building scene: 10sec or more(scene showing workers working)
    • Attack scene: 10sec or more
    • Download scene: 5sec "Get it now on play0ad.com (win, mac os, linux logos)"

    Transitions:
    Like the one used in the trailer

    NB: if you want to put text at the bottom of the video, it will be hidden since the video cover will be centered in a 312px(height) wrapper div(but not reconverted or resize), once you click on the video the original format(820x462px) will popup(like in the example link provided by @xanax)

    • Like 2
  3. Hello,

    The timeline video cover is in my to-do list, it needs to be a 20sec-90sec video with 820x462px(at least 820x312px). Facebook doesn't resize the video but will take one frame and make it as static cover for people who are not in the A/B testing. The video needs to have some kind of a loop effect.

    We(the person who have access) need to check if it's available on the page since FB is always running A/B test on new features.

     

  4. Yeah, wget still remember the policy from the last retries, deleting the HSTS entries makes it work

    $ LC_ALL="en_EN" wget http://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg --no-check-certificate --debug 
    DEBUG output created by Wget 1.17.1 on linux-gnu.
    
    Reading HSTS entries from /home/$hostname/.wget-hsts
    URI encoding = 'ANSI_X3.4-1968'
    converted 'http://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg' (ANSI_X3.4-1968) -> 'https://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg' (UTF-8)
    URL transformed to HTTPS due to an HSTS policy

     

  5. @feneur true, it's HTTPS Everywhere, it works if i disable it, but using wget it won't 

    $ LC_ALL="en_EN" wget http://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg
    URL transformed to HTTPS due to an HSTS policy
    --2017-07-01 21:05:55--  https://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg
    Resolving releases.wildfiregames.com (releases.wildfiregames.com)... 136.243.15.233
    Connecting to releases.wildfiregames.com (releases.wildfiregames.com)|136.243.15.233|:443... connected.
    ERROR: no certificate subject alternative name matches
    	requested host name 'releases.wildfiregames.com'.
    To connect to releases.wildfiregames.com insecurely, use `--no-check-certificate'.
    $ LC_ALL="en_EN" wget http://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg --no-check-certificate
    URL transformed to HTTPS due to an HSTS policy
    --2017-07-01 21:07:24--  https://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg
    Resolving releases.wildfiregames.com (releases.wildfiregames.com)... 136.243.15.233
    Connecting to releases.wildfiregames.com (releases.wildfiregames.com)|136.243.15.233|:443... connected.
    WARNING: no certificate subject alternative name matches
    	requested host name 'releases.wildfiregames.com'.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg [following]
    --2017-07-01 21:07:25--  https://wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg
    Resolving wildfiregames.com (wildfiregames.com)... 136.243.15.233
    Connecting to wildfiregames.com (wildfiregames.com)|136.243.15.233|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2017-07-01 21:07:25 ERROR 404: Not Found.

     

  6. Direct download links .exe/dmg & torrent are not working due to a server configuration, same behavior i have seen with Chrome/Firefox, how to reproduce :

    1. Open https://releases.wildfiregames.com/0ad-0.0.21-alpha-win32.exe.torrent
    2. You'll get an SSL error, accept the cert
    3. You'll be redirect https://wildfiregames.com/0ad-0.0.21-alpha-win32.exe.torrent (which return a 404 error)

    Running a wget with --no-check-certificate you will be get the same behavior :

    $ LC_ALL="en_EN" wget https://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg --no-check-certificate
    --2017-07-01 18:48:44--  https://releases.wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg
    Resolving releases.wildfiregames.com (releases.wildfiregames.com)... 136.243.15.233
    Connecting to releases.wildfiregames.com (releases.wildfiregames.com)|136.243.15.233|:443... connected.
    WARNING: no certificate subject alternative name matches
    	requested host name 'releases.wildfiregames.com'.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg [following]
    --2017-07-01 18:48:44--  https://wildfiregames.com/0ad-0.0.21-alpha-osx64.dmg
    Resolving wildfiregames.com (wildfiregames.com)... 136.243.15.233
    Connecting to wildfiregames.com (wildfiregames.com)|136.243.15.233|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2017-07-01 18:48:45 ERROR 404: Not Found.

     

    • Like 1
×
×
  • Create New...